-
Global information
- Generated on Sun May 23 13:59:06 2021
- Log file: /home/postgres/pg_data/data/pg_log/postgresql-2021-05-23_150000.log
- Parsed 48,497 log entries in 5s
- Log start from 2021-05-23 15:00:00 to 2021-05-23 15:59:01
-
Overview
Global Stats
- 269 Number of unique normalized queries
- 1,521 Number of queries
- 1h13m48s Total query duration
- 2021-05-23 15:00:00 First query
- 2021-05-23 15:58:56 Last query
- 14 queries/s at 2021-05-23 15:44:11 Query peak
- 1h13m48s Total query duration
- 0ms Prepare/parse total duration
- 223ms Bind total duration
- 1h13m48s Execute total duration
- 19,670 Number of events
- 3 Number of unique normalized events
- 17,286 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
- 373 Number temporary file
- 360.85 MiB Max size of temporary file
- 7.76 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
- 1,521 Average queries per session
- 1h13m48s 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
- 14 queries/s Query Peak
- 2021-05-23 15:44:11 Date
SELECT Traffic
Key values
- 14 queries/s Query Peak
- 2021-05-23 15:44:11 Date
INSERT/UPDATE/DELETE Traffic
Key values
- 8 queries/s Query Peak
- 2021-05-23 15:16:11 Date
Queries duration
Key values
- 1h13m48s 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 15 1,521 0ms 35s854ms 2s911ms 1m32s 1m34s 1m58s Day Hour SELECT COPY TO Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) May 23 15 444 13 459ms 4s810ms 6s961ms 13s416ms Day Hour INSERT UPDATE DELETE COPY FROM Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) May 23 15 267 32 0 16 10s802ms 59s363ms 1m2s 1m6s Day Hour Prepare Bind Bind/Prepare Percentage of prepare May 23 15 0 885 885.00 0.00% Day Hour Count Average / Second May 23 15 0 0.00/s Day Hour Count Average Duration Average idle time May 23 15 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 15 0 0s 0s 0s Day Hour Added Removed Recycled Synced files Longest sync Average sync May 23 15 0 0 0 0 0s 0s Day Hour Count Avg time (sec) May 23 15 0 0s Day Hour Mean distance Mean estimate May 23 15 0.00 kB 0.00 kB -
Temporary Files
Size of temporary files
Key values
- 144.90 MiB Temp Files size Peak
- 2021-05-23 15:00:15 Date
Number of temporary files
Key values
- 55 per second Temp Files Peak
- 2021-05-23 15:00:15 Date
Temporary Files Activity
↑ Back to the top of the Temporary Files Activity tableDay Hour Count Total size Average size May 23 15 373 2.83 GiB 7.76 MiB Queries generating the most temporary files (N)
Rank Count Total size Min size Max size Avg size Query 1 80 597.80 MiB 5.77 MiB 9.01 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, $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 15:30:34 Duration: 0ms Database: acaweb_fx User: postgres
2 60 265.14 MiB 2.77 MiB 8.57 MiB 4.42 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, $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 fr.pattern in ($15)) AND ($16 = 0 OR fr.patternlengthbars <= $17) AND ($18 = 0 OR ($19 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($20 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) 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 15:30:34 Duration: 0ms Database: acaweb_fx User: postgres
3 13 1.53 GiB 120.38 MiB 120.40 MiB 120.38 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 15:01:07 Duration: 5s790ms 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 15:48:07 Duration: 5s64ms 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 15:03:07 Duration: 4s886ms 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 15:34:04 Duration: 0ms Database: acaweb_fx User: postgres
5 4 23.69 MiB 5.92 MiB 5.92 MiB 5.92 MiB select updateresultsmaterializedview ();-
select updateresultsmaterializedview ();
Date: 2021-05-23 15:47:08 Duration: 1s715ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-05-23 15:02:11 Duration: 1s607ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-05-23 15:17:09 Duration: 1s560ms Database: acaweb_fx User: postgres
6 1 360.85 MiB 360.85 MiB 360.85 MiB 360.85 MiB select cleanuppatternresultsrelevance ();-
select cleanuppatternresultsrelevance ();
Date: 2021-05-23 15:00:37 Duration: 35s854ms Database: acaweb_fx User: postgres
-
select cleanuppatternresultsrelevance ();
Date: 2021-05-23 15:00:10 Duration: 0ms Database: acaweb_fx User: postgres
7 1 6.10 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 > 514053978 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-23 15:04:50 Duration: 0ms Database: acaweb_fx User: postgres
Queries generating the largest temporary files
Rank Size Query 1 360.85 MiB select cleanuppatternresultsrelevance ();[ Date: 2021-05-23 15:00:10 - Database: acaweb_fx - User: postgres ]
2 120.40 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 15:51:03 - Database: acaweb_fx - User: postgres ]
3 120.39 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 15:46:02 - Database: acaweb_fx - User: postgres ]
4 120.39 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 15:48:03 - Database: acaweb_fx - User: postgres ]
5 120.38 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 15:31:03 - Database: acaweb_fx - User: postgres ]
6 120.38 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 15:33:03 - Database: acaweb_fx - User: postgres ]
7 120.38 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 15:36:02 - Database: acaweb_fx - User: postgres ]
8 120.38 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 15:01:03 - Database: acaweb_fx - User: postgres ]
9 120.38 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 15:03:03 - Database: acaweb_fx - User: postgres ]
10 120.38 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 15:06:03 - Database: acaweb_fx - User: postgres ]
11 120.38 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 15:16:02 - Database: acaweb_fx - User: postgres ]
12 120.38 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 15:18:02 - Database: acaweb_fx - User: postgres ]
13 120.38 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 15:21:02 - Database: acaweb_fx - User: postgres ]
14 120.38 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 15:11:03 - Database: acaweb_fx - User: postgres ]
15 9.01 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 15:05:34 - Database: acaweb_fx - User: postgres ]
16 9.01 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 15:10:33 - Database: acaweb_fx - User: postgres ]
17 9.01 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 15:15:34 - Database: acaweb_fx - User: postgres ]
18 9.01 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 15:20:34 - Database: acaweb_fx - User: postgres ]
19 9.01 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 15:25:33 - Database: acaweb_fx - User: postgres ]
20 9.01 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 15:30:34 - 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 15 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
- 444 Total read queries
- 1,072 Total write queries
Queries by database
Key values
- acaweb_fx Main database
- 1,521 Requests
- 1h13m48s (acaweb_fx)
- Main time consuming database
Queries by user
Key values
- postgres Main user
- 1,059 Requests
User Request type Count Duration pgperfstats Total 462 56m59s insert 259 56m35s select 203 24s499ms postgres Total 1,059 16m48s copy from 16 2s638ms copy to 13 1m2s cte 744 13m27s insert 8 740ms others 5 8s449ms select 241 2m2s update 32 4s261ms Duration by user
Key values
- 56m59s (pgperfstats) Main time consuming user
User Request type Count Duration pgperfstats Total 462 56m59s insert 259 56m35s select 203 24s499ms postgres Total 1,059 16m48s copy from 16 2s638ms copy to 13 1m2s cte 744 13m27s insert 8 740ms others 5 8s449ms select 241 2m2s update 32 4s261ms Queries by host
Key values
- unknown Main host
- 1,521 Requests
- 1h13m48s (unknown)
- Main time consuming host
Queries by application
Key values
- unknown Main application
- 1,521 Requests
- 1h13m48s (unknown)
- Main time consuming application
Number of cancelled queries
Key values
- 0 per second Cancelled query Peak
- 2021-05-23 15:14:57 Date
Number of cancelled queries (5 minutes period)
NO DATASET
-
Top Queries
Histogram of query times
Key values
- 594 100-500ms duration
Slowest individual queries
Rank Duration Query 1 35s854ms select cleanuppatternresultsrelevance ();[ Date: 2021-05-23 15:00:37 - Database: acaweb_fx - User: postgres ]
2 18s890ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 960, '2021-05-23 00:00:00', 0.000419340691305531, 0.000896153846153876, 0.000551137460167595, 0.00124250000000002, 0.000763714203491953, 0.00213076923076924, 0.00173097269231449, 0.00374230769230771, 0.00151236845581817, 0.00668711538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 975, '2021-05-23 00:00:00', 0.000378052092462644, 0.000790769230769236, 0.000655517440946133, 0.00138865384615387, 0.00119665072662762, 0.0022801923076923, 0.00173227317307459, 0.00363788461538464, 0.0015437436141257, 0.00666288461538466 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 990, '2021-05-23 00:00:00', 0.000630356950160278, 0.00118826923076927, 0.000680012782685266, 0.00175923076923079, 0.00138175345680213, 0.00237115384615385, 0.0017031049134313, 0.00365711538461539, 0.00153720156578315, 0.00669942307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1005, '2021-05-23 00:00:00', 0.000566290255828354, 0.00121057692307692, 0.00114618083215518, 0.00173749999999998, 0.00134055878131244, 0.00223038461538461, 0.00171672192094299, 0.00352192307692309, 0.00152959029205159, 0.00662269230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1020, '2021-05-23 00:00:00', 0.000733125133615293, 0.00116769230769228, 0.000946394534739446, 0.00147615384615382, 0.00110156659423679, 0.00231480769230768, 0.00133183807343317, 0.00324442307692308, 0.00162412273361534, 0.00659942307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1035, '2021-05-23 00:00:00', 0.000341991227957689, 0.000895000000000013, 0.00048649614592516, 0.00131249999999999, 0.000915579786885849, 0.00205711538461539, 0.00108799188698899, 0.00301711538461541, 0.00160995314074187, 0.00663134615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1050, '2021-05-23 00:00:00', 0.000354274122461912, 0.000993076923076921, 0.000660964941465227, 0.00168442307692307, 0.000870465768336801, 0.00203557692307694, 0.000990413278151325, 0.00291769230769232, 0.00166851344477192, 0.00671634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1065, '2021-05-23 00:00:00', 0.000533863890749445, 0.00122557692307692, 0.000652349511086971, 0.00152826923076923, 0.000671900175735818, 0.00185538461538462, 0.000906254846140888, 0.00273961538461538, 0.00173955794561547, 0.00675538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1080, '2021-05-23 00:00:00', 0.000455492632719308, 0.00100153846153846, 0.00050228631124248, 0.00130653846153846, 0.000556652943942645, 0.00176250000000001, 0.000838052596109649, 0.00255807692307693, 0.00191908007809832, 0.00689211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1095, '2021-05-23 00:00:00', 0.000303856304601634, 0.000815576923076937, 0.000369174755366578, 0.00109500000000002, 0.000570888679705057, 0.00159173076923077, 0.000746750936750967, 0.00230980769230771, 0.00199410770482981, 0.00687846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1110, '2021-05-23 00:00:00', 0.000233083675962078, 0.000679999999999988, 0.000374662309491956, 0.00102461538461537, 0.000423545293191431, 0.00135384615384613, 0.000691275660255402, 0.00209903846153845, 0.00204822798648377, 0.00685173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1125, '2021-05-23 00:00:00', 0.00028249254585127, 0.000669038461538463, 0.000342484137757367, 0.000919230769230762, 0.000360312311111442, 0.00121519230769233, 0.00066969855446025, 0.00196307692307693, 0.00203671523820549, 0.00687980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1140, '2021-05-23 00:00:00', 0.000214424542940829, 0.000576730769230756, 0.000225798497644379, 0.000805192307692305, 0.000366755210754235, 0.00113423076923079, 0.000710376281655336, 0.00187769230769233, 0.00202251869821156, 0.00688326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1155, '2021-05-23 00:00:00', 0.000231774758033623, 0.000566538461538441, 0.000315756295996701, 0.000790961538461536, 0.000513170387058609, 0.00109461538461538, 0.000702349244705556, 0.00183769230769231, 0.00201213484981652, 0.00690442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1170, '2021-05-23 00:00:00', 0.00021014253404628, 0.000536730769230775, 0.000299877218464253, 0.000752884615384603, 0.000486392687192006, 0.000989615384615377, 0.000684653309234781, 0.00177192307692308, 0.0020514913993333, 0.0068801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1185, '2021-05-23 00:00:00', 0.000254041562317302, 0.000503653846153832, 0.000351846557465053, 7e-04, 0.000428921949148727, 0.00092596153846155, 0.000687170676369077, 0.00169846153846155, 0.00207192218446098, 0.00687846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1200, '2021-05-23 00:00:00', 0.000282244847333236, 0.00053807692307693, 0.000327483411206436, 0.000680769230769216, 0.000416358203769472, 0.000931923076923076, 0.000709328637082004, 0.00170865384615384, 0.00206961989263729, 0.0068825 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1215, '2021-05-23 00:00:00', 0.000174343162933172, 0.000428461538461519, 0.000324278370445018, 0.000657692307692295, 0.000370832327858028, 0.000891153846153843, 0.000706012666044603, 0.00166826923076922, 0.0020727460882013, 0.00690288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1230, '2021-05-23 00:00:00', 0.000242660018576196, 0.000461730769230762, 0.000251607524040598, 0.000622884615384622, 0.000289368277459729, 0.000909999999999992, 0.000718679264077809, 0.00159173076923077, 0.00205329933371785, 0.00693692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1245, '2021-05-23 00:00:00', 0.00019762055716798, 0.000448269230769238, 0.000260343042926042, 0.000612500000000007, 0.000357887605906576, 0.000858461538461543, 0.000732030815870912, 0.00154134615384616, 0.00203333799074709, 0.00699076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1260, '2021-05-23 00:00:00', 0.000187093662269828, 0.000419038461538448, 0.00026944729754416, 0.000640384615384609, 0.00030243448114363, 0.00083115384615386, 0.000673272633085236, 0.00148403846153847, 0.00205917541375558, 0.00699423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1275, '2021-05-23 00:00:00', 0.000221488061841862, 0.000439807692307678, 0.000310051422534041, 0.000543269230769246, 0.000370455852243616, 0.000883461538461545, 0.000638938663241324, 0.00145115384615386, 0.0020440224671353, 0.00702461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1290, '2021-05-23 00:00:00', 0.000190803664696298, 0.000364038461538464, 0.000252473684843507, 0.00057519230769231, 0.000391651189001334, 0.000854423076923072, 0.000558320593042555, 0.00142826923076924, 0.00203593237004195, 0.00706115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1305, '2021-05-23 00:00:00', 0.000180090148365928, 0.000447692307692311, 0.000301012649874743, 0.000668846153846172, 0.000449568511079073, 0.000874615384615384, 0.000517548659919648, 0.00137115384615385, 0.00203177782136351, 0.00710134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1320, '2021-05-23 00:00:00', 0.000280208782050934, 0.000499807692307696, 0.00034959955113509, 0.000620384615384597, 0.000495307868517537, 0.000923269230769224, 0.000492459643016575, 0.00130750000000002, 0.00205069966484239, 0.00711365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1335, '2021-05-23 00:00:00', 0.000175881953418942, 0.000357692307692277, 0.000260583959598433, 0.000539999999999968, 0.000305502675299881, 0.000848269230769203, 0.000467739942538747, 0.0012705769230769, 0.00210368756820387, 0.00714923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1350, '2021-05-23 00:00:00', 0.000187519434890224, 0.000393461538461546, 0.000258033688915567, 0.000649230769230787, 0.000269574593644264, 0.000792692307692308, 0.000482216197922121, 0.00130769230769233, 0.00213091713732699, 0.00716538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1365, '2021-05-23 00:00:00', 0.000230469170306024, 0.000499038461538451, 0.00024813736890313, 0.000616923076923062, 0.000272786546589121, 0.000712499999999996, 0.000533082184456231, 0.00138384615384615, 0.00221643814225923, 0.00719096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1380, '2021-05-23 00:00:00', 0.000150424527459925, 0.00038846153846153, 0.000167471237484549, 0.000463846153846135, 0.000335392364942227, 0.000729038461538455, 0.000506219472014031, 0.00143692307692308, 0.00239044261270073, 0.00726326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1395, '2021-05-23 00:00:00', 0.000146915464965911, 0.000311923076923054, 0.000219135714885703, 0.000447307692307676, 0.0003762869199877, 0.000745384615384605, 0.000448992376155943, 0.00151692307692309, 0.00240710144875853, 0.00726923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1410, '2021-05-23 00:00:00', 0.000144105863864022, 0.000297499999999993, 0.000308297808071242, 0.000528461538461533, 0.000323950850973023, 0.000693076923076912, 0.000459204370456301, 0.00159557692307693, 0.00241095282792127, 0.00727346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 1, 1425, '2021-05-23 00:00:00', 0.000212305295415671, 0.00040153846153847, 0.000264873845153024, 0.00054307692307692, 0.000258284652154253, 0.000645192307692307, 0.000495751061909726, 0.00166365384615385, 0.00241776060563362, 0.00726211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 0, '2021-05-23 00:00:00', 0.000228716821889828, 0.000394230769230773, 0.000229909681263006, 0.000497692307692289, 0.000236767087759563, 0.000595576923076905, 0.000521958921165856, 0.00169134615384615, 0.00238115057030452, 0.00726596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 15, '2021-05-23 00:00:00', 0.000191742315060126, 0.000291346153846141, 0.000175054277297084, 0.000389999999999993, 0.000229531043652045, 0.000592500000000013, 0.000556747146032537, 0.00172423076923076, 0.00234444288937446, 0.00722769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 30, '2021-05-23 00:00:00', 0.000147011381035099, 0.000292115384615377, 0.000177117518570605, 0.000396153846153854, 0.000285307930812673, 0.000668846153846172, 0.000592325404330578, 0.00181923076923076, 0.0023288418052427, 0.0072230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 45, '2021-05-23 00:00:00', 0.000142457551032434, 0.000256923076923086, 0.000217408866849115, 0.000463846153846169, 0.000269323154478898, 0.000634807692307718, 0.000631390559369945, 0.00186403846153846, 0.00232071464457361, 0.0072126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 60, '2021-05-23 00:00:00', 0.000189952220713125, 0.000384615384615394, 0.000261748631617917, 0.000527884615384623, 0.000310345712937144, 0.000652692307692331, 0.000726222046992807, 0.0019423076923077, 0.00231971719927567, 0.00720326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 75, '2021-05-23 00:00:00', 0.000233223893748849, 0.000349230769230768, 0.000218637476553833, 0.000437115384615404, 0.000309801735606193, 0.00072365384615383, 0.000727568791355034, 0.0019321153846154, 0.00232579524861099, 0.00719653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 90, '2021-05-23 00:00:00', 9.20551674060472e-05, 0.000261923076923102, 0.000150172849128539, 0.000388269230769264, 0.000291812373861128, 0.000732307692307724, 0.000683615726514879, 0.00194769230769232, 0.00230242337214843, 0.00717076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 105, '2021-05-23 00:00:00', 0.000138873628221428, 0.000278269230769252, 0.00027908752418166, 0.00054538461538461, 0.000406758338763779, 0.000822115384615373, 0.000669560044989366, 0.00195442307692308, 0.0022769273154846, 0.00714999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 120, '2021-05-23 00:00:00', 0.000243671673805929, 0.000451730769230774, 0.000287103036985253, 0.000593076923076948, 0.000408340591248961, 0.000885961538461535, 0.000662762052671657, 0.00199346153846152, 0.0023121838494908, 0.00716192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 135, '2021-05-23 00:00:00', 0.000239517543921425, 0.000370576923076934, 0.000341387665948156, 0.000596538461538441, 0.000291725898747433, 0.000929999999999995, 0.000674919282923192, 0.00197903846153843, 0.0023157002263811, 0.00712346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 150, '2021-05-23 00:00:00', 0.000217052723123635, 0.000391730769230765, 0.000277504885611908, 0.000594807692307686, 0.000382258873217939, 0.000945384615384609, 0.00068574947769129, 0.00193788461538459, 0.00226201985980536, 0.00708461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 165, '2021-05-23 00:00:00', 0.000207519044538441, 0.000421923076923091, 0.000211111436122098, 0.000685961538461532, 0.000425788138000025, 0.000983461538461516, 0.000648705723255648, 0.00197365384615381, 0.00226349971538289, 0.00707980769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 180, '2021-05-23 00:00:00', 0.000160442656902238, 0.000515384615384627, 0.000344451682443925, 0.000744807692307704, 0.00040817723337559, 0.00103057692307692, 0.000579828091234482, 0.00194884615384614, 0.00222639981895573, 0.00715192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 195, '2021-05-23 00:00:00', 0.000302183655313225, 0.000519807692307699, 0.000319587775351045, 0.000687115384615377, 0.000357839886842394, 0.0010007692307692, 0.000577630205101999, 0.00184442307692304, 0.00221140972267431, 0.0071798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 210, '2021-05-23 00:00:00', 0.000154662411524137, 0.00044769230769232, 0.000271385122317667, 0.000666730769230765, 0.000368584610889598, 0.000983846153846134, 0.000581347241659085, 0.00178384615384612, 0.00219664622865087, 0.00717942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 225, '2021-05-23 00:00:00', 0.000224701169077101, 0.000481153846153838, 0.000289876963289826, 0.000730576923076927, 0.000372921109413441, 0.000993076923076921, 0.00057097271927286, 0.00176961538461537, 0.00214437762173908, 0.00719423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 240, '2021-05-23 00:00:00', 0.000284914899575266, 0.000517499999999991, 0.000367467685654127, 0.000717499999999995, 0.000478327414418826, 0.00100134615384615, 0.000545797546292079, 0.00176519230769229, 0.00211616279183301, 0.0071651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 255, '2021-05-23 00:00:00', 0.000176189255762555, 0.00042942307692308, 0.000215872558558199, 0.000599807692307702, 0.000397782748978158, 0.000866346153846167, 0.000538407373649344, 0.0016025, 0.00214700893910935, 0.00705923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 270, '2021-05-23 00:00:00', 0.000136122682222289, 0.000395769230769236, 0.000351819501361792, 0.000599807692307702, 0.000415402353609882, 0.000846346153846147, 0.000530955307404991, 0.00152153846153846, 0.00211227013314695, 0.00702634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 285, '2021-05-23 00:00:00', 0.000328426610465015, 0.000450961538461546, 0.000350739712826834, 0.000587884615384624, 0.000344920949694936, 0.000822307692307682, 0.000510063834617388, 0.00146134615384615, 0.00211378392025735, 0.00704769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 300, '2021-05-23 00:00:00', 0.000193710827305526, 0.000363269230769194, 0.000248437347000432, 0.0005586538461538, 0.000264348036904727, 0.000793269230769184, 0.00050354042691571, 0.00138519230769229, 0.00211905614874607, 0.0070348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 315, '2021-05-23 00:00:00', 0.000192819564918568, 0.000410769230769206, 0.000183741980463413, 0.000543653846153821, 0.000437013289711693, 0.000778846153846149, 0.000460001212372974, 0.00151634615384616, 0.00212006835883985, 0.0070346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 330, '2021-05-23 00:00:00', 0.000124871780392801, 0.000365192307692292, 0.000209564108054367, 0.000551346153846153, 0.000471578731496654, 0.000727500000000001, 0.000486409806644559, 0.00174749999999999, 0.00215785275215896, 0.0070375 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 345, '2021-05-23 00:00:00', 0.00020307870774273, 0.000389807692307701, 0.000410125121620952, 0.000516153846153863, 0.000426169025694648, 0.000784038461538474, 0.00058937988924475, 0.00190557692307695, 0.00216152884818557, 0.00705019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 360, '2021-05-23 00:00:00', 0.000319495094460959, 0.000366346153846146, 0.000343642031995274, 0.000545384615384618, 0.000351423314755639, 0.000802884615384623, 0.000708474091595121, 0.00214653846153848, 0.00217826237206139, 0.00706480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 375, '2021-05-23 00:00:00', 0.000111567847587853, 0.00031423076923077, 0.00020637009324174, 0.000498846153846142, 0.000264635671181206, 0.000680961538461542, 0.000727349032710273, 0.00244384615384617, 0.00218204883432628, 0.00706365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 390, '2021-05-23 00:00:00', 0.000168833099197478, 0.000343846153846143, 0.000215732473216275, 0.0004875, 0.000227077164112873, 0.000620961538461541, 0.000694072070077385, 0.00258403846153848, 0.00217438505011277, 0.00706788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 405, '2021-05-23 00:00:00', 0.000126865919531082, 0.000314807692307688, 0.000157168209743104, 0.000420384615384619, 0.000182527974673632, 0.000597692307692312, 0.000705144638736212, 0.00281480769230769, 0.00217447384440468, 0.0070675 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 420, '2021-05-23 00:00:00', 0.000106826422833424, 0.000313269230769251, 0.000130690621169014, 0.000409038461538434, 0.000228431861579381, 0.000631346153846156, 0.000761318896086556, 0.0030123076923077, 0.00216912946912954, 0.00708057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 435, '2021-05-23 00:00:00', 9.40697368159086e-05, 0.000266346153846105, 0.000116897884431742, 0.000421346153846147, 0.000259985280648455, 0.000677884615384624, 0.000753972046002914, 0.00312461538461539, 0.00217126575101679, 0.00707519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 450, '2021-05-23 00:00:00', 0.000109108273676259, 0.000331153846153846, 0.000214041782405647, 0.000498269230769233, 0.000250412966609466, 0.000729423076923073, 0.00080580645223372, 0.00323096153846153, 0.00217324426925419, 0.00708442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 465, '2021-05-23 00:00:00', 0.00016541753697378, 0.000370192307692299, 0.000198147963362264, 0.000561153846153867, 0.000219763596761479, 0.00072096153846153, 0.000886074141714667, 0.00333423076923077, 0.00218406069407071, 0.00707634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 480, '2021-05-23 00:00:00', 0.000170029861630678, 0.000463076923076942, 0.000187761407519868, 0.000592115384615386, 0.000223554588067788, 0.000745576923076948, 0.000995714046068687, 0.00342730769230768, 0.00218688782203245, 0.00706788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 495, '2021-05-23 00:00:00', 0.000123731098012536, 0.000370769230769243, 0.000142076902253172, 0.000519615384615381, 0.000288981234418692, 0.000956923076923095, 0.00102130732585553, 0.00349557692307692, 0.00216236918679489, 0.00708250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 510, '2021-05-23 00:00:00', 0.00015074277632904, 0.000395769230769227, 0.000178468807875811, 0.000576346153846189, 0.000430570507046708, 0.00124480769230768, 0.00104500975335898, 0.00362576923076922, 0.0021492321795326, 0.00712480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 525, '2021-05-23 00:00:00', 0.000141943244345693, 0.000411730769230802, 0.000284948308402643, 0.00080153846153846, 0.000472330555698156, 0.00147307692307693, 0.00108263169389011, 0.00372923076923076, 0.00214464984590457, 0.0071598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 540, '2021-05-23 00:00:00', 0.000269334293283371, 0.00069519230769231, 0.000425231158855434, 0.00109346153846153, 0.000687778055659029, 0.00176057692307694, 0.00106696782807817, 0.00378711538461539, 0.00214905386158653, 0.00718250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 555, '2021-05-23 00:00:00', 0.000299934351791521, 0.000716153846153858, 0.000420633588036647, 0.00110115384615387, 0.000657030148002818, 0.00195615384615386, 0.000972615348112818, 0.00368615384615385, 0.00214421981508068, 0.00713384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 570, '2021-05-23 00:00:00', 0.000389595105402808, 0.000827115384615414, 0.000595286356431778, 0.00129461538461541, 0.000656065545505946, 0.00203000000000001, 0.00100479881262176, 0.00367942307692309, 0.00229352219053174, 0.00714096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 585, '2021-05-23 00:00:00', 0.000358649604016995, 0.000881538461538455, 0.000482040055788526, 0.00147115384615385, 0.000542404227632708, 0.00210788461538463, 0.000932968133679548, 0.00360653846153849, 0.00240080279041439, 0.00718403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 600, '2021-05-23 00:00:00', 0.000422906609075768, 0.00117500000000004, 0.000456647987639708, 0.00153576923076925, 0.000609192813988615, 0.00216673076923079, 0.000891792576780045, 0.00359500000000002, 0.00240880845104921, 0.00714192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 615, '2021-05-23 00:00:00', 0.000337988677552752, 0.00102788461538458, 0.000535529967559137, 0.00149711538461536, 0.000645329403066024, 0.00197596153846153, 0.000972985888110175, 0.00335153846153846, 0.00250408497029584, 0.00716653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 630, '2021-05-23 00:00:00', 0.000309517552627678, 0.000943653846153845, 0.00048415858813155, 0.00135153846153844, 0.000666213554350226, 0.00182249999999998, 0.00102746710596797, 0.00317942307692307, 0.00252093295459011, 0.00714019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 645, '2021-05-23 00:00:00', 0.000301015013681273, 0.000939038461538473, 0.000421996901191691, 0.0012692307692308, 0.000561953871635507, 0.00176692307692307, 0.000986510965278862, 0.00305326923076924, 0.00248948487875273, 0.00727519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 660, '2021-05-23 00:00:00', 0.000228304536832857, 0.000824807692307707, 0.000447773509025016, 0.00120365384615385, 0.000526785206555866, 0.0017305769230769, 0.00102437275367005, 0.00305846153846152, 0.00251448059325304, 0.00728442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 675, '2021-05-23 00:00:00', 0.000489240698980007, 0.000907692307692293, 0.00051105023838544, 0.00127211538461535, 0.000568441864966099, 0.00170692307692304, 0.000944077266231658, 0.00301673076923075, 0.00245780885061346, 0.00724288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 690, '2021-05-23 00:00:00', 0.000363613065687198, 0.0009126923076923, 0.000473561343601678, 0.0012878846153846, 0.000740372982925596, 0.0017330769230769, 0.000928353298132731, 0.00303538461538461, 0.00246001476699758, 0.00719442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 705, '2021-05-23 00:00:00', 0.000417328546093607, 0.000878653846153855, 0.000457144986258773, 0.00110153846153845, 0.000599340182072061, 0.00161057692307691, 0.00101444770877862, 0.0033069230769231, 0.0025138706976723, 0.00713826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 720, '2021-05-23 00:00:00', 0.000263889837155291, 0.000770384615384607, 0.000539115800319246, 0.00121961538461538, 0.000661685260993039, 0.00156423076923076, 0.00121048294557938, 0.00349019230769231, 0.00253869137246247, 0.00715673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 735, '2021-05-23 00:00:00', 0.000407782228835267, 0.000807884615384639, 0.000468728763621539, 0.00108057692307692, 0.00046367180037345, 0.00134846153846158, 0.00123943313655882, 0.00349250000000004, 0.00254002998922334, 0.00708788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 750, '2021-05-23 00:00:00', 0.000252816138725359, 0.000689999999999986, 0.000259110683210574, 0.000907115384615392, 0.0003415918054322, 0.00129019230769234, 0.00125803913354808, 0.00343269230769234, 0.00254628108908176, 0.00699423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 765, '2021-05-23 00:00:00', 0.000249162906240403, 0.000678076923076916, 0.00025628409716863, 0.000908461538461546, 0.000342766852809062, 0.00131865384615386, 0.00124738705361985, 0.00347730769230771, 0.00254222924585128, 0.00699346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 780, '2021-05-23 00:00:00', 0.000160893180043846, 0.000671153846153845, 0.000271738562139859, 0.00096038461538463, 0.000406594345187512, 0.00138480769230772, 0.00132174367641908, 0.00360211538461541, 0.00254222924585128, 0.00699346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 795, '2021-05-23 00:00:00', 0.000215388825508274, 0.000692115384615392, 0.000327280637045064, 0.00101115384615388, 0.000461103734365882, 0.00134942307692309, 0.00135733653216086, 0.00364269230769233, 0.00254327910685883, 0.00699115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 810, '2021-05-23 00:00:00', 0.000237462952576072, 0.000694423076923109, 0.000365082340554299, 0.000996346153846191, 0.000531614666695857, 0.00135192307692309, 0.0014710528411782, 0.0037273076923077, 0.00254449130476015, 0.00700500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 825, '2021-05-23 00:00:00', 0.000316074297497373, 0.000760192307692292, 0.00033352568808919, 0.00097576923076921, 0.000469203744492915, 0.00136807692307692, 0.00154489113382937, 0.00378615384615385, 0.00257228369053947, 0.00702423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 840, '2021-05-23 00:00:00', 0.000220275701373039, 0.00066576923076922, 0.000364935452669904, 0.000936730769230774, 0.000706272147372271, 0.00155211538461539, 0.0018956745907054, 0.00403307692307693, 0.00256812604531309, 0.00703423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 855, '2021-05-23 00:00:00', 0.000259200620250927, 0.000694807692307701, 0.000343007344617498, 0.000954038461538494, 0.000712958732218167, 0.0015919230769231, 0.00199163849245171, 0.00415173076923078, 0.00256318510541386, 0.00704673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 870, '2021-05-23 00:00:00', 0.000274413290214147, 0.000734423076923089, 0.000723774401740897, 0.00126923076923075, 0.000762037955848583, 0.0017196153846154, 0.00198477005062201, 0.00415192307692308, 0.00247416176947638, 0.00709269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 885, '2021-05-23 00:00:00', 0.000673149429061765, 0.000943076923076901, 0.000657749455456908, 0.0012171153846154, 0.00105410333751195, 0.00211038461538466, 0.00184123695880282, 0.00417846153846154, 0.00242992193606803, 0.00702384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 900, '2021-05-23 00:00:00', 0.000285499360096286, 0.000783269230769238, 0.00041824174091806, 0.00115192307692309, 0.00106445283885847, 0.00213038461538463, 0.00174944901216176, 0.00409038461538461, 0.00234718477034805, 0.00693288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 915, '2021-05-23 00:00:00', 0.000380768302252182, 0.000882500000000008, 0.000891159421980486, 0.00158634615384618, 0.00104278879047412, 0.00216769230769231, 0.0017312220672559, 0.00402461538461538, 0.00225194057340638, 0.00682711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 930, '2021-05-23 00:00:00', 0.000906760696952872, 0.00119019230769232, 0.00098235846504531, 0.00163807692307691, 0.00103312872457329, 0.00215980769230769, 0.00163706280129523, 0.00393615384615384, 0.00214152821960968, 0.00673134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 945, '2021-05-23 00:00:00', 0.000451550661609541, 0.00101499999999998, 0.000547977680623525, 0.00137346153846153, 0.000612839827235615, 0.00197942307692305, 0.00158242895089016, 0.00366076923076922, 0.00223900733499329, 0.00669538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 960, '2021-05-23 00:00:00', 0.000369185381825779, 0.000985384615384631, 0.00053730008804706, 0.00139923076923078, 0.000630374766431711, 0.0020071153846154, 0.00154461980634516, 0.00357711538461538, 0.00220988820636142, 0.00668673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 975, '2021-05-23 00:00:00', 0.000401079121294619, 0.000942692307692326, 0.000472599236628213, 0.00138096153846152, 0.000626712822222805, 0.0019601923076923, 0.00145667207650228, 0.00349346153846154, 0.00205476485647009, 0.00665615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 990, '2021-05-23 00:00:00', 0.000318864330928458, 0.00105730769230769, 0.000554534177347229, 0.00155192307692309, 0.000748844366083779, 0.00203826923076919, 0.00142209569081906, 0.00344307692307691, 0.00203256552548363, 0.00661615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1005, '2021-05-23 00:00:00', 0.000413679037605071, 0.00110288461538461, 0.000486243370530256, 0.00153384615384613, 0.000831829240057965, 0.00201173076923075, 0.00134434967120219, 0.00335096153846153, 0.00214813299975006, 0.00667576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1020, '2021-05-23 00:00:00', 0.000424323035506625, 0.00109403846153846, 0.000663198688177226, 0.00143249999999999, 0.00107357062395325, 0.00224673076923078, 0.001298672354605, 0.00319173076923077, 0.00215011828833812, 0.00671057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1035, '2021-05-23 00:00:00', 0.00043762470750109, 0.000975769230769218, 0.000600428308664923, 0.00136692307692306, 0.00117988161074942, 0.00212884615384615, 0.00125317377087137, 0.0030575, 0.00209534535431419, 0.00678192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1050, '2021-05-23 00:00:00', 0.000349191373582772, 0.000951153846153843, 0.00084512730037914, 0.00165192307692309, 0.0010954638111496, 0.00199980769230768, 0.00114535080282786, 0.00297269230769229, 0.00201561798120421, 0.00677038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1065, '2021-05-23 00:00:00', 0.000657347730247493, 0.00134596153846156, 0.000904172890206623, 0.00159384615384616, 0.000880463536133963, 0.00189903846153845, 0.00101100323365533, 0.00283846153846152, 0.00192417231956613, 0.00665365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1080, '2021-05-23 00:00:00', 0.000611797383503347, 0.00102903846153846, 0.000626568309247954, 0.00130461538461537, 0.000603736984252138, 0.00174788461538462, 0.00073926587805846, 0.00258403846153845, 0.00189467776842233, 0.00665461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1095, '2021-05-23 00:00:00', 0.00039354092739947, 0.000782307692307676, 0.000401712152972947, 0.00111057692307694, 0.000508525772737704, 0.00149769230769232, 0.000759393204118615, 0.00239403846153847, 0.00192806132203789, 0.00656769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1110, '2021-05-23 00:00:00', 0.000279448357689546, 0.000759230769230773, 0.000390308211545697, 0.00107250000000001, 0.000419154689638746, 0.00136557692307691, 0.000778982595836, 0.0022582692307692, 0.00196053255127668, 0.00653326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1125, '2021-05-23 00:00:00', 0.000330957120160056, 0.000711153846153834, 0.00037092633521207, 0.000932884615384604, 0.000345548671847243, 0.00124673076923078, 0.000731366502882453, 0.00217019230769229, 0.00197969746134645, 0.00649903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1140, '2021-05-23 00:00:00', 0.000279037907543305, 0.000628076923076904, 0.000283713831988383, 0.000886538461538445, 0.000350292899420763, 0.00114134615384618, 0.000762435999836158, 0.00222942307692306, 0.00199282541016131, 0.00647134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1155, '2021-05-23 00:00:00', 0.000239418285401538, 0.00065865384615384, 0.000316132700958591, 0.000881730769230764, 0.000343395712530914, 0.00113884615384617, 0.000795490656522985, 0.00215423076923073, 0.00199190937583477, 0.00647519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1170, '2021-05-23 00:00:00', 0.000236566871339541, 0.000578269230769236, 0.000271625590728231, 0.000757307692307692, 0.00030721109004421, 0.00104557692307692, 0.0007495601787305, 0.00204730769230766, 0.0020071498832539, 0.00654442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1185, '2021-05-23 00:00:00', 0.000148182839243117, 0.000563076923076948, 0.000231219259911118, 0.000772115384615404, 0.000361873384146787, 0.00106288461538464, 0.000691897863738726, 0.00197557692307692, 0.00200045991827264, 0.00654326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1200, '2021-05-23 00:00:00', 0.000204646411759752, 0.000538076923076938, 0.000195659142387984, 0.00071750000000002, 0.000397397350074397, 0.00105057692307695, 0.000694927223638481, 0.0019203846153846, 0.00201165057563721, 0.00650903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1215, '2021-05-23 00:00:00', 0.000207921582851299, 0.000479230769230766, 0.000345472307695713, 0.000723653846153856, 0.000460821548975317, 0.00100750000000002, 0.000675603889409047, 0.00181384615384613, 0.00187784161083534, 0.00664365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1230, '2021-05-23 00:00:00', 0.000218449078734599, 0.000495000000000015, 0.000284365690887348, 0.000705384615384633, 0.000397809047737148, 0.00102596153846155, 0.000598738160313336, 0.00170923076923076, 0.00188663784181115, 0.00662788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1245, '2021-05-23 00:00:00', 0.00019028369508549, 0.000463269230769268, 0.000249158661221225, 0.000650961538461576, 0.000414978776102351, 0.000959230769230785, 0.000609303669395212, 0.00160480769230768, 0.00196832552811149, 0.00666923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1260, '2021-05-23 00:00:00', 0.000253220259852992, 0.000437500000000005, 0.000330815833031948, 0.000718653846153831, 0.0004198188711997, 0.00102673076923075, 0.000604992434790602, 0.00155038461538458, 0.00200301806896878, 0.00665076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1275, '2021-05-23 00:00:00', 0.000231361521965412, 0.000511923076923057, 0.000286646190383796, 0.000674038461538445, 0.000283501526247426, 0.000981346153846135, 0.000623083152865353, 0.00155384615384613, 0.00201897860696556, 0.00664384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1290, '2021-05-23 00:00:00', 0.000183363132776301, 0.000440961538461549, 0.000270107457249028, 0.000694038461538456, 0.000273785499981292, 0.00089249999999998, 0.000679302838323136, 0.00150288461538459, 0.00206181760739254, 0.00671538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1305, '2021-05-23 00:00:00', 0.000133141336122968, 0.000496153846153843, 0.000224382571652817, 0.000661538461538457, 0.00027732742381522, 0.000797499999999981, 0.000700202745364066, 0.0014482692307692, 0.00204399506999256, 0.00680538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1320, '2021-05-23 00:00:00', 0.000175611459237101, 0.00044076923076924, 0.000214654731711507, 0.000550576923076918, 0.000544782949015907, 0.000897307692307669, 0.00077432680439205, 0.00145499999999998, 0.00208252103138333, 0.00681038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1335, '2021-05-23 00:00:00', 0.000131363851719026, 0.000347692307692322, 0.000244073444179904, 0.00048961538461539, 0.000532801882648573, 0.000905384615384594, 0.000773783014705141, 0.00145807692307691, 0.00209770313951676, 0.00685269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1350, '2021-05-23 00:00:00', 0.000219241787847232, 0.000379807692307704, 0.000518196020232334, 0.000708653846153826, 0.000535042629502219, 0.000926153846153824, 0.000751638850471729, 0.00149980769230766, 0.00208628421988805, 0.00685961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1365, '2021-05-23 00:00:00', 0.000316760768744183, 0.000554230769230762, 0.000310884408397449, 0.000716346153846141, 0.00035039099040054, 0.000810384615384612, 0.000670074507912263, 0.0014303846153846, 0.00208381089500796, 0.00685461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1380, '2021-05-23 00:00:00', 0.00017306601675041, 0.000420384615384619, 0.000177234416695932, 0.000524038461538461, 0.00022916839626385, 0.000718076923076922, 0.000817181954128853, 0.00146788461538462, 0.00204732715058892, 0.00683269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1395, '2021-05-23 00:00:00', 0.000118652692925481, 0.000322692307692295, 0.000124852066308687, 0.000399038461538462, 0.000229046602580869, 0.00069288461538462, 0.000885096344169125, 0.00155153846153848, 0.00203817750415944, 0.00682346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1410, '2021-05-23 00:00:00', 0.000114315521525004, 0.00027596153846157, 0.000197738074618515, 0.000502115384615403, 0.000204812954067464, 0.000682884615384623, 0.000847212556201029, 0.00162634615384616, 0.00204310496172259, 0.00686173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 2, 1425, '2021-05-23 00:00:00', 0.000149166014896181, 0.000382499999999969, 0.000154533043516463, 0.000572692307692302, 0.000168998862080816, 0.00065384615384615, 0.000988545629467067, 0.00175769230769231, 0.00204556865330516, 0.00686634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 0, '2021-05-23 00:00:00', 0.000168061458538705, 0.00040057692307696, 0.000181069472430222, 0.000493076923076959, 0.000184063952096919, 0.000581538461538479, 0.000990691929915643, 0.00177750000000001, 0.0020542202806755, 0.00685980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 15, '2021-05-23 00:00:00', 0.000154907540661664, 0.000272115384615399, 0.000178297504188911, 0.000405000000000023, 0.000354573036850712, 0.000650961538461533, 0.000965114520904916, 0.00180403846153845, 0.00206976289983625, 0.00684769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 30, '2021-05-23 00:00:00', 0.000167553435793362, 0.000308076923076917, 0.000163977601659983, 0.00039057692307692, 0.000374097066794998, 0.000693846153846139, 0.000950726847449635, 0.00181346153846156, 0.00208113297545796, 0.00684769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 45, '2021-05-23 00:00:00', 0.000121470002628064, 0.000270192307692276, 0.000329059966477926, 0.000537692307692303, 0.00038937188077525, 0.000687307692307694, 0.000923499781350168, 0.00186038461538462, 0.00207896912323984, 0.00683615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 60, '2021-05-23 00:00:00', 0.000334412745892527, 0.000431730769230762, 0.000357188379516374, 0.000538461538461522, 0.000498275487595421, 0.000717692307692295, 0.000966197702336344, 0.00188000000000001, 0.0020849163144984, 0.00682903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 75, '2021-05-23 00:00:00', 0.000230721943873175, 0.000351153846153832, 0.000291321722763403, 0.00047211538461542, 0.000390620069199641, 0.000765961538461543, 0.000966495652423669, 0.00188038461538463, 0.00207420458341173, 0.00680557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 90, '2021-05-23 00:00:00', 0.000172064947487421, 0.000332884615384653, 0.00030020845321978, 0.000496346153846169, 0.000362102407954076, 0.00079692307692308, 0.000965365235784656, 0.00187903846153846, 0.00207420458341173, 0.00680557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 105, '2021-05-23 00:00:00', 0.000242321861612558, 0.000348269230769232, 0.000293153477786745, 0.000610192307692308, 0.000426743662924404, 0.000793076923076909, 0.000947179233302762, 0.00191749999999999, 0.00207420458341173, 0.00680557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 120, '2021-05-23 00:00:00', 0.000287649091776756, 0.000485000000000009, 0.000376082488905723, 0.000624038461538468, 0.000774952231778487, 0.000965192307692303, 0.000980878256383623, 0.00194807692307693, 0.00207420458341173, 0.00680557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 135, '2021-05-23 00:00:00', 0.000180709286296669, 0.000354615384615376, 0.00024420144584717, 0.000512884615384611, 0.000756092815832753, 0.0010428846153846, 0.000958495957216311, 0.00192750000000001, 0.0020813721158446, 0.00679673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 150, '2021-05-23 00:00:00', 0.000186388448800243, 0.000385576923076904, 0.000667529428910498, 0.000706538461538436, 0.000729496375274414, 0.00114019230769228, 0.000940491606309424, 0.00195230769230769, 0.00208393231286802, 0.00679826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 165, '2021-05-23 00:00:00', 0.000595661493958292, 0.00054384615384613, 0.000616623186270325, 0.000861923076923053, 0.000896441855336971, 0.00124999999999997, 0.000925463958488697, 0.00191153846153846, 0.00206196225623892, 0.00678788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 180, '2021-05-23 00:00:00', 0.000407771240544743, 0.00067923076923077, 0.000554617297020087, 0.000912115384615365, 0.000719376011661381, 0.00122038461538462, 0.000820934200492645, 0.00185019230769232, 0.00207242296878279, 0.00678480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 195, '2021-05-23 00:00:00', 0.000353281593938036, 0.000551730769230754, 0.000484896023747499, 0.000833076923076906, 0.000488344140949789, 0.00109000000000001, 0.000607510177186065, 0.00169884615384616, 0.00208246755446144, 0.00676634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 210, '2021-05-23 00:00:00', 0.000342879940862889, 0.000539423076923075, 0.000315376210019317, 0.000731923076923081, 0.000377136580034338, 0.000985000000000022, 0.000605655811115927, 0.00163019230769232, 0.00208973406478874, 0.00675730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 225, '2021-05-23 00:00:00', 0.00019093988179932, 0.000470961538461524, 0.000247492657233738, 0.000668846153846146, 0.0003111695679208, 0.00091749999999999, 0.000587163225897355, 0.00153057692307691, 0.00209261872193304, 0.00675365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 240, '2021-05-23 00:00:00', 0.000181272850018543, 0.000489615384615373, 0.000249800227874519, 0.000643076923076917, 0.000308150375378897, 0.000845576923076911, 0.000553130148824393, 0.00147980769230766, 0.00210620348385067, 0.00676865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 255, '2021-05-23 00:00:00', 0.000222373559579394, 0.000395, 0.000279807076393752, 0.000569999999999994, 0.000354452177527312, 0.000782884615384629, 0.000583798470232829, 0.00147057692307692, 0.00210254487741369, 0.00677519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 270, '2021-05-23 00:00:00', 0.000215677109088147, 0.000431153846153835, 0.000244511758408474, 0.000595000000000029, 0.000383498520707223, 0.000813653846153856, 0.000601655312770227, 0.00155134615384617, 0.00210570014849805, 0.00679634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 285, '2021-05-23 00:00:00', 0.000209341550140904, 0.000411730769230811, 0.000299066817849224, 0.000580192307692334, 0.000384588291353444, 0.000776923076923085, 0.00065431173469061, 0.00154461538461539, 0.00213546216399313, 0.00683557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 300, '2021-05-23 00:00:00', 0.000252832264250726, 0.00043692307692307, 0.000351233485787538, 0.000585192307692298, 0.000370842077108117, 0.000775384615384588, 0.00079885668301641, 0.00159, 0.00213760985322754, 0.00685173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 315, '2021-05-23 00:00:00', 0.000138597924282366, 0.000365769230769236, 0.000165088903787733, 0.000512115384615383, 0.000231103123834713, 0.00068442307692306, 0.00083442103373443, 0.00168230769230771, 0.00214288691865761, 0.0068721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 330, '2021-05-23 00:00:00', 0.00010735992663075, 0.000341923076923071, 0.000154667012046494, 0.000483269230769228, 0.000368027016148779, 0.000703269230769218, 0.000848575367216214, 0.00178807692307692, 0.002150618310018, 0.00686634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 345, '2021-05-23 00:00:00', 0.000162570339805953, 0.000343653846153834, 0.000164857630886606, 0.000480961538461521, 0.000367990018677332, 0.000675576923076908, 0.00100233744126109, 0.00203288461538462, 0.00214969451318089, 0.00686750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 360, '2021-05-23 00:00:00', 0.000127657142980143, 0.000322884615384596, 0.00039075356192086, 0.000522115384615372, 0.000389850661743109, 0.000663461538461529, 0.000985591505333001, 0.00223384615384615, 0.00215230131755256, 0.00686519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 375, '2021-05-23 00:00:00', 0.000353511614432184, 0.000382307692307686, 0.000339273431819306, 0.000457307692307682, 0.000344047458711951, 0.00064942307692307, 0.00101089360697127, 0.00251173076923078, 0.00215993034966053, 0.00687365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 390, '2021-05-23 00:00:00', 0.000120989510034811, 0.000267307692307701, 0.00022984375964155, 0.000428076923076926, 0.00027631030493883, 0.000604230769230774, 0.000979513321070125, 0.0026371153846154, 0.00227705849389413, 0.00695576923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 405, '2021-05-23 00:00:00', 0.000174292967332415, 0.000314038461538461, 0.000179751537920043, 0.000441153846153833, 0.000251371315908418, 0.000591538461538434, 0.00102155524343258, 0.00295634615384617, 0.0022836720093205, 0.00695038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 420, '2021-05-23 00:00:00', 0.000156593545401901, 0.00033346153846152, 0.000239941980166337, 0.000446923076923067, 0.000259881407864891, 0.000622884615384605, 0.00102563713781314, 0.00310153846153847, 0.00228618678152072, 0.00695000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 435, '2021-05-23 00:00:00', 0.00013333777236201, 0.000280192307692307, 0.000138484795055427, 0.000379038461538451, 0.000261365644261055, 0.000675000000000007, 0.000957764303750405, 0.00331230769230771, 0.00229361036359711, 0.00696750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 450, '2021-05-23 00:00:00', 0.000122132966632503, 0.00031269230769229, 0.000207699209287046, 0.000480192307692302, 0.000377621707329121, 0.000856923076923088, 0.00094913458557703, 0.00338769230769233, 0.00229893973053133, 0.00696173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 465, '2021-05-23 00:00:00', 0.000183599166245825, 0.000364423076923099, 0.000242967313407831, 0.000553653846153835, 0.000416526109625824, 0.000935000000000002, 0.00092873886782853, 0.00348326923076926, 0.00230550642692999, 0.00695173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 480, '2021-05-23 00:00:00', 0.000198619078795385, 0.000453461538461503, 0.000311306922505744, 7e-04, 0.000452169811532716, 0.000988461538461532, 0.000891243146483527, 0.0035121153846154, 0.00231318914887253, 0.00694403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 495, '2021-05-23 00:00:00', 0.000265964500233816, 0.000443653846153875, 0.000344234099683082, 0.000648653846153843, 0.000527336741050257, 0.00113403846153847, 0.000867071729798286, 0.00347576923076926, 0.00231481231171375, 0.00692096153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 510, '2021-05-23 00:00:00', 0.000260805261862923, 0.000450769230769186, 0.000374648553262302, 0.000671538461538454, 0.000553786163951945, 0.00131634615384613, 0.000943936683013489, 0.0034773076923077, 0.00229789228675725, 0.00692480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 525, '2021-05-23 00:00:00', 0.000226774116688816, 0.000487500000000017, 0.00040984429501196, 0.000922884615384615, 0.00069449849088832, 0.00153807692307692, 0.00092919057000414, 0.00345365384615387, 0.00228745051228521, 0.00690961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 540, '2021-05-23 00:00:00', 0.00038924483100167, 0.000813461538461539, 0.000470319735760849, 0.00112557692307689, 0.00067515434132897, 0.00172576923076921, 0.000932376058993701, 0.00341865384615386, 0.00228149785481785, 0.00689269230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 555, '2021-05-23 00:00:00', 0.000376691671509504, 0.000751153846153814, 0.000591552618116101, 0.00113749999999999, 0.000721358467380513, 0.00185403846153847, 0.00103493479913546, 0.00333096153846155, 0.00228450544218757, 0.00684865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 570, '2021-05-23 00:00:00', 0.000391777212986377, 0.000774230769230786, 0.000476534323568033, 0.00115019230769231, 0.000782195529361972, 0.00192461538461541, 0.00104038315796857, 0.00333134615384618, 0.00229268023366675, 0.00685442307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 585, '2021-05-23 00:00:00', 0.000394276601463379, 0.000865961538461541, 0.000544837731665256, 0.00147307692307695, 0.000930303114374785, 0.00216173076923079, 0.00102529989984169, 0.00343826923076925, 0.00226176259551298, 0.00685903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 600, '2021-05-23 00:00:00', 0.00038700790093307, 0.00118634615384616, 0.000511478888954522, 0.00153442307692309, 0.000931268200648166, 0.00217769230769231, 0.00100053718264048, 0.0034544230769231, 0.00226614783277703, 0.00686000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 615, '2021-05-23 00:00:00', 0.000287762254968582, 0.00097865384615387, 0.000741498716218616, 0.0015021153846154, 0.000850832465656681, 0.00212326923076924, 0.00089157699525142, 0.00326653846153849, 0.00224703979629952, 0.00695961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 630, '2021-05-23 00:00:00', 0.000513643246441894, 0.00101576923076922, 0.000567943693037877, 0.00140403846153844, 0.000706399674405349, 0.00198249999999999, 0.000873509807967465, 0.00311076923076924, 0.00226796700728951, 0.00695211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 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 983510, 3, 645, '2021-05-23 00:00:00', 0.000307268674715699, 0.000964038461538449, 0.000611650101082165, 0.00143038461538462, 0.000689142834362973, 0.00199538461538461, 0.000861941391011267, 0.00292980[...];[ Date: 2021-05-23 15:58:55 - Database: acaweb_fx - User: pgperfstats ]
3 18s762ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983300, 1, 960, '2021-05-23 00:00:00', 7.90242836338692, 14.1240384615385, 15.562872361934, 19.5769230769231, 16.0279385881222, 26.3057692307692, 25.9866410946974, 42.3442307692307, 31.5442606171807, 77.2432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 975, '2021-05-23 00:00:00', 8.99028706652141, 11.6884615384616, 9.7679730300296, 17.0836538461538, 11.1825501512229, 23.2567307692307, 24.7523697583453, 39.9105769230769, 31.2009196733292, 76.4326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 990, '2021-05-23 00:00:00', 7.82759719739177, 13.1432692307692, 10.601906214668, 18.5442307692307, 11.051839039447, 22.2480769230769, 24.8137590554422, 38.8326923076923, 35.699670826429, 79.0413461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1005, '2021-05-23 00:00:00', 5.18866821878371, 10.9567307692307, 8.07896443525738, 16.8028846153846, 11.1627958656629, 21.6615384615385, 24.8550597890124, 37.1413461538461, 35.5122832081218, 79.2355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1020, '2021-05-23 00:00:00', 7.41931678380571, 12.4134615384615, 8.54416315612361, 15.9259615384615, 15.792988463726, 21.6711538461538, 24.8487990732875, 35.7942307692307, 35.7374241463397, 79.0038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1035, '2021-05-23 00:00:00', 5.47640085696379, 10.8471153846154, 8.04591893685623, 14.8115384615385, 18.0750104000396, 22.5201923076923, 21.1294410215844, 33.8932692307692, 34.3488938490579, 78.1394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1050, '2021-05-23 00:00:00', 5.76579544515631, 10.0086538461539, 9.59277156749573, 14.8528846153846, 15.851530774175, 21.3682692307693, 18.7654966986263, 33.1221153846154, 33.5611968591018, 77.4288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1065, '2021-05-23 00:00:00', 6.54653086345386, 9.75288461538459, 12.6054918205702, 16.1259615384615, 12.7164628684479, 19.9817307692308, 17.7674952782191, 31.4173076923077, 32.9456554273619, 76.5865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1080, '2021-05-23 00:00:00', 8.1285167537125, 11.9461538461539, 8.94022440993512, 14.8125000000001, 8.44922800296885, 18.4596153846154, 14.9016881142321, 29.4105769230769, 32.9787842786844, 75.1375 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1095, '2021-05-23 00:00:00', 4.95016443005839, 9.06826923076922, 4.31055234725912, 12.5615384615385, 12.1877239624392, 18.6057692307692, 12.6616588109992, 26.6846153846154, 33.6177796937642, 74.0865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1110, '2021-05-23 00:00:00', 3.71504335309622, 8.63365384615383, 4.37050923366355, 11.1701923076922, 11.7121496745901, 17.6749999999999, 11.738783353286, 24.7788461538461, 33.5504645875205, 73.6490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1125, '2021-05-23 00:00:00', 2.85982668248381, 7.73942307692302, 9.92084465425433, 13.3394230769231, 10.6765191677092, 17.7865384615384, 10.0871723567036, 23.7019230769231, 33.6579375853602, 73.4125 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1140, '2021-05-23 00:00:00', 8.66278229643251, 9.41634615384617, 8.47078236328584, 12.4096153846154, 9.30342001838363, 18.8490384615385, 8.53636480233017, 22.4259615384615, 33.8600597482321, 72.8230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1155, '2021-05-23 00:00:00', 3.60776299750332, 7.99038461538456, 5.12341954993097, 11.3682692307692, 6.76828271879493, 17.8201923076923, 6.80923249091879, 21.2163461538462, 33.6916138989421, 72.6163461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1170, '2021-05-23 00:00:00', 3.95028054018361, 7.87211538461539, 6.38079608307977, 14.1605769230769, 6.54700761064519, 16.1644230769231, 6.36104951729966, 20.3798076923077, 33.5396648216132, 72.3221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1185, '2021-05-23 00:00:00', 6.29542691165576, 12.425, 6.14088356521588, 14.8201923076923, 6.03403806622194, 15.8307692307692, 6.38052987912926, 19.9115384615385, 33.5396648216132, 72.3221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1200, '2021-05-23 00:00:00', 4.10392784194413, 7.14791666666662, 3.71077538261445, 8.32187499999992, 4.42672822531463, 10.9114583333333, 4.27726336388791, 16.7416666666666, 34.1651913177842, 74.0239583333334 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1215, '2021-05-23 00:00:00', 2.67604019461368, 5.61041666666663, 4.16520046666857, 7.75833333333329, 4.75155533270003, 10.2854166666666, 11.734480963309, 22.0125, 34.1651913177842, 74.0239583333334 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1230, '2021-05-23 00:00:00', 2.85535030465948, 5.37916666666668, 2.99164597707917, 7.08750000000005, 4.33088577059831, 9.03958333333338, 10.855520827097, 21.4229166666667, 34.1651913177842, 74.0239583333334 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1245, '2021-05-23 00:00:00', 2.93075872323887, 4.43854166666661, 3.8299230655988, 6.16458333333331, 4.32947849722933, 9.45416666666659, 10.7770261364634, 20.8052083333333, 34.1028957548733, 73.9052083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1260, '2021-05-23 00:00:00', 3.41545649520701, 4.17187500000002, 4.35785135507978, 5.95520833333334, 4.22356387992724, 9.13124999999997, 10.7933969326628, 20.7072916666666, 34.1018904172067, 73.903125 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1275, '2021-05-23 00:00:00', 3.85201810461225, 3.99999999999998, 3.74932587539783, 7.26979166666664, 4.091693600667, 8.99999999999998, 10.9581412372263, 20.990625, 34.0589191210444, 73.8072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1290, '2021-05-23 00:00:00', 2.63235512008938, 5.41249999999995, 2.67393738206195, 6.48541666666659, 3.34024374273335, 8.39999999999994, 11.6093742868219, 21.003125, 34.0589191210444, 73.8072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1305, '2021-05-23 00:00:00', 2.33547173298665, 4.25729166666664, 3.26840870623831, 5.9645833333333, 3.40416079062165, 8.1229166666666, 11.7003272823666, 20.8395833333333, 34.0589191210444, 73.8072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1320, '2021-05-23 00:00:00', 2.87070094455052, 3.98749999999999, 3.12574320872396, 5.49479166666663, 3.25719034587717, 8.03958333333323, 11.9566593062738, 20.621875, 34.0589191210444, 73.8072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1335, '2021-05-23 00:00:00', 2.66002321520597, 3.821875, 2.63646542831692, 5.4822916666666, 3.54962426568453, 8.24791666666656, 11.6560371478798, 21.4729166666667, 34.0589191210444, 73.8072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1350, '2021-05-23 00:00:00', 1.99764098874843, 3.80729166666663, 2.50083319449075, 6.4666666666666, 3.03262155209987, 7.91249999999995, 11.4598582647987, 22.3708333333333, 34.0589191210444, 73.8072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1365, '2021-05-23 00:00:00', 2.43233403704214, 5.4552083333333, 3.47070278953136, 6.89687499999997, 3.28383447216508, 7.55833333333328, 11.2846037359071, 22.9385416666667, 33.9255602779395, 74.1135416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1380, '2021-05-23 00:00:00', 3.19540389631827, 4.35681818181816, 3.25353454153891, 5.39318181818182, 3.4695716578819, 8.31818181818184, 11.8999454325934, 23.8818181818182, 29.9966956378251, 70.2829545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1395, '2021-05-23 00:00:00', 1.97465954104261, 2.95227272727276, 2.32519753152422, 4.36931818181822, 13.0116978255349, 16.5772727272727, 11.7948974701423, 24.3420454545455, 29.9697449576181, 70.2534090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1410, '2021-05-23 00:00:00', 2.17408020308295, 2.72840909090916, 3.3629715910305, 6.74772727272731, 12.9158492794018, 16.1443181818182, 11.4281787591498, 24.6556818181818, 29.9124001753996, 70.3034090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 1, 1425, '2021-05-23 00:00:00', 3.2443607418684, 6.31136363636365, 13.0438869595296, 15.7318181818182, 12.9988792494747, 15.9988636363637, 10.4649754050008, 25.5193181818182, 29.9124001753996, 70.3034090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 60, '2021-05-23 00:00:00', 10.4858915135211, 10.581, 10.8629746731731, 11.625, 11.9603997633858, 12.578, 11.1318170125097, 24.038, 34.1543402561568, 72.525 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 75, '2021-05-23 00:00:00', 2.29227961499751, 2.744, 2.15255419985959, 3.555, 5.28962723166763, 6.55500000000002, 6.66762748284582, 17.947, 34.0386441538634, 69.799 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 90, '2021-05-23 00:00:00', 1.24004687776627, 1.7635416666667, 2.6260470651543, 2.97916666666667, 5.47016073936522, 7.56458333333334, 6.69680723394545, 18.1385416666667, 34.7653585175425, 68.909375 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 105, '2021-05-23 00:00:00', 2.71073112667162, 2.59782608695652, 4.94542897902308, 5.27717391304348, 5.16223985840749, 8.17608695652173, 6.66268627056099, 19.1423913043478, 29.7679758111512, 65.9554347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 120, '2021-05-23 00:00:00', 3.70203347870742, 2.97282608695652, 4.67573893464771, 5.50869565217392, 5.38584758872845, 7.91739130434786, 6.97725164472623, 18.8271739130435, 35.2467331272878, 69.829347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 135, '2021-05-23 00:00:00', 4.32211776710835, 3.87291666666664, 4.39997323773152, 5.59583333333332, 5.5181780256554, 9.15312500000001, 6.31839210593555, 19.33125, 34.9495680753048, 69.4177083333334 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 150, '2021-05-23 00:00:00', 2.02707609625292, 2.71799999999999, 3.30499149015549, 4.72, 5.19525885623935, 9.40800000000001, 6.66806553032193, 18.076, 34.2162398089952, 69.501 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 165, '2021-05-23 00:00:00', 2.98199038674956, 3.55700000000001, 4.23747099301773, 6.319, 5.57670340195118, 10.317, 6.86359022912454, 17.553, 34.2217759316589, 69.38 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 180, '2021-05-23 00:00:00', 4.03768240042067, 4.96899999999996, 5.09952959431884, 7.641, 6.17275178371317, 10.515, 7.14857940432929, 16.935, 34.226365994167, 69.344 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 195, '2021-05-23 00:00:00', 3.65897526638263, 4.24300000000003, 3.94540212356953, 6.74999999999998, 4.63671938623281, 9.14999999999998, 6.76444857939898, 15.436, 34.2474937647511, 69.252 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 210, '2021-05-23 00:00:00', 2.56983771797736, 4.08437499999998, 3.12175846371833, 5.8645833333333, 4.33396595159278, 8.42499999999999, 6.03363271436734, 14.5729166666667, 33.748378919737, 68.6916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 225, '2021-05-23 00:00:00', 2.28061299921182, 3.52499999999994, 3.157080264596, 5.09583333333332, 3.67938203080667, 8.19895833333332, 6.32318877300508, 14.1385416666667, 33.7488542310881, 68.6864583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 240, '2021-05-23 00:00:00', 2.49032821159162, 3.09791666666668, 3.89426821812652, 4.91145833333331, 4.90125212761784, 8.06562499999999, 6.05964382518009, 14.265625, 33.7649014338941, 68.5708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 255, '2021-05-23 00:00:00', 2.99051319301699, 2.94687499999998, 3.12270132849052, 5.70624999999997, 4.89194368305567, 7.60729166666666, 5.92584831189421, 13.8260416666667, 33.954287724694, 68.33125 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 270, '2021-05-23 00:00:00', 2.34686093537724, 3.92300000000001, 2.89620800933451, 5.51499999999998, 3.77823068159333, 7.94299999999999, 5.35542423623002, 13.527, 33.2344237325297, 68.334 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 285, '2021-05-23 00:00:00', 2.7540500479597, 2.875, 2.9645288411483, 4.21600000000004, 4.02313699120476, 7.18800000000001, 5.20908421253996, 13.007, 33.1847482537787, 67.947 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 300, '2021-05-23 00:00:00', 2.03984316674777, 2.67083333333339, 3.00433996917165, 5.12395833333337, 4.37212625597524, 7.40520833333337, 5.63148498962802, 13.3666666666667, 33.8241635332321, 67.453125 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 315, '2021-05-23 00:00:00', 2.78531603533005, 3.19699999999999, 3.60650222976963, 5.02100000000004, 4.25248775228489, 6.56200000000003, 6.0142048864888, 13.671, 33.1314977903706, 67.51 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 330, '2021-05-23 00:00:00', 2.42288095634581, 3.30104166666672, 3.33802749183285, 4.57916666666669, 3.49108190297229, 6.08437500000002, 7.9120273400965, 15.56875, 33.7789895458304, 67.1010416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 345, '2021-05-23 00:00:00', 1.9187126760757, 2.40500000000002, 2.69294139062354, 3.63800000000005, 3.08319470409071, 5.12700000000004, 7.67402165317072, 15.796, 33.1275851821409, 67.499 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 360, '2021-05-23 00:00:00', 2.57024358443581, 2.33800000000005, 2.97826326629009, 3.71499999999998, 3.34276052337983, 5.11700000000004, 10.552422510179, 18.757, 33.1104773825446, 67.456 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 375, '2021-05-23 00:00:00', 2.14374914965969, 2.22899999999992, 2.0600045509658, 3.05099999999999, 2.62809618989358, 4.719, 10.3798495693981, 19.782, 33.0720095019943, 67.4 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 390, '2021-05-23 00:00:00', 1.27236113319325, 1.56562499999999, 2.17444994502192, 2.9322916666667, 3.88615621725729, 5.03333333333336, 10.4045184234153, 20.2083333333334, 27.9495482118149, 63.621875 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 405, '2021-05-23 00:00:00', 1.66521823383736, 1.82187500000003, 1.85891622186896, 3.11770833333333, 4.19622630674174, 5.81250000000002, 11.4906996103906, 22.5833333333334, 33.2599015271, 68.578125 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 420, '2021-05-23 00:00:00', 2.07324500762936, 2.43695652173912, 3.73378543252379, 4.4782608695652, 4.87388656586479, 7.56956521739126, 10.8059519172511, 22.9782608695653, 34.1962085522332, 68.5554347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 435, '2021-05-23 00:00:00', 3.06320978169414, 2.99899999999998, 3.3306030484984, 4.66999999999998, 4.22449528543551, 6.91299999999999, 11.0274326492313, 22.805, 33.1542242783631, 67.246 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 450, '2021-05-23 00:00:00', 2.96465196193602, 3.30227272727273, 3.71485715613345, 5.78749999999997, 3.91303132154297, 7.32386363636359, 10.7213898075185, 23.8125, 29.3115494843073, 62.1488636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 465, '2021-05-23 00:00:00', 2.96579704014508, 4.05600000000002, 3.16819546429824, 5.33100000000002, 3.74141016195757, 7.62600000000002, 10.2321136623866, 24.811, 33.2189522336271, 66.933 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 480, '2021-05-23 00:00:00', 3.06788030785644, 3.494, 3.25816826095073, 4.92099999999997, 3.64890109028277, 8.20500000000002, 10.1823548356949, 25.892, 33.3125461850837, 66.911 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 495, '2021-05-23 00:00:00', 2.60636160832174, 2.77299999999996, 2.63566602904587, 5.42200000000004, 4.53022833309757, 8.61500000000004, 11.5522173196318, 27.132, 33.5079079596643, 67.015 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 510, '2021-05-23 00:00:00', 2.64449191717418, 3.78600000000006, 3.02197610568538, 5.77300000000005, 6.2319335549517, 10.3220000000001, 11.8502441957962, 27.788, 33.6587209476732, 67.072 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 525, '2021-05-23 00:00:00', 3.27840853158976, 3.88400000000001, 4.5953116959934, 6.74400000000001, 5.97894169147021, 11.271, 12.4982463769923, 28.753, 33.5336588681183, 67.232 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 540, '2021-05-23 00:00:00', 4.03371095127824, 4.4259615384615, 5.57172092252133, 7.80096153846155, 8.66929839233745, 12.2461538461539, 11.3846263156132, 28.4528846153846, 33.0550770131632, 67.5471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 555, '2021-05-23 00:00:00', 4.22301034170577, 5.89711538461543, 4.54168047516135, 8.13846153846155, 8.60784793974931, 13.773076923077, 12.6833004986266, 30.5115384615385, 33.1207829245998, 67.4634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 570, '2021-05-23 00:00:00', 3.07814207824232, 5.01442307692306, 6.36817507973464, 8.34038461538466, 7.65993980946425, 13.7432692307693, 12.3105611710496, 29.9721153846154, 33.5353013772284, 67.4173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 585, '2021-05-23 00:00:00', 5.82256783162256, 5.89807692307701, 7.07153101962641, 10.2548076923077, 8.80660553002908, 16.1298076923077, 27.5218269497838, 35.5144230769231, 33.7860189137232, 67.1009615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 600, '2021-05-23 00:00:00', 5.76867110746958, 7.47211538461539, 5.62084171085277, 10.3365384615385, 8.40287473702627, 15.5403846153847, 27.8506621934809, 34.8711538461539, 34.0124907627274, 66.7432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 615, '2021-05-23 00:00:00', 3.32780318505498, 6.59903846153844, 7.89592914832604, 11.2163461538462, 7.94999111029984, 14.064423076923, 28.4451430219372, 35.3134615384615, 33.9776244953374, 66.6721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 630, '2021-05-23 00:00:00', 7.33050482310309, 8.19519230769232, 7.17434397965842, 10.5134615384615, 7.1476508378627, 13.7125, 28.4801626642934, 35.3192307692308, 33.9982295494927, 66.6875 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 645, '2021-05-23 00:00:00', 3.30053040609202, 5.82980769230769, 3.95826545150965, 8.64423076923072, 5.73854611713295, 14.4615384615384, 29.177586843988, 36.3509615384615, 34.0185753132925, 66.6528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 660, '2021-05-23 00:00:00', 3.91680366645285, 6.64519230769233, 5.49205868994918, 9.48557692307694, 6.73950779987794, 15.9557692307693, 29.7993053610315, 36.375, 33.8984992860474, 67.5903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 675, '2021-05-23 00:00:00', 5.03903646162025, 6.68269230769233, 6.73374831324673, 10.7721153846154, 8.49232894802946, 16.5798076923077, 30.0396668526031, 37.0288461538462, 33.6069481283261, 67.1625 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 690, '2021-05-23 00:00:00', 6.43826750465829, 8.00769230769241, 5.9817611408476, 12.0971153846154, 8.61663847761103, 16.1644230769231, 30.2778031796333, 40.1807692307693, 33.2268958624463, 66.810576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 705, '2021-05-23 00:00:00', 4.80973092162769, 9.58653846153848, 7.36055939554765, 12.7461538461538, 8.27413067708857, 16.1423076923077, 29.762048384452, 44.2740384615385, 32.9575646300839, 66.5721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 720, '2021-05-23 00:00:00', 4.7812775891613, 7.94423076923081, 5.87815946141702, 10.8355769230769, 7.80718899476632, 13.725, 28.59400871888, 45.2038461538462, 32.6179545885156, 66.1634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 735, '2021-05-23 00:00:00', 4.88793963200796, 6.74038461538461, 5.53189397598495, 8.6798076923077, 9.84239285516408, 14.6086538461539, 28.5403382715385, 46.6605769230769, 31.5296194230368, 64.8701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 750, '2021-05-23 00:00:00', 3.55686078640227, 5.31442307692301, 5.59620415652777, 8.14519230769226, 8.99865011244207, 13.7096153846154, 28.8526847171042, 46.9192307692308, 31.5734477053109, 64.175 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 765, '2021-05-23 00:00:00', 4.78272411916053, 5.69999999999999, 9.51541825751157, 10.6538461538462, 29.1280130828357, 20.126923076923, 29.5243786490992, 49.6961538461539, 31.3473077607337, 64.3846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 780, '2021-05-23 00:00:00', 8.36449484657986, 8.00096153846158, 7.87613587656746, 10.4471153846154, 28.8278107742934, 19.9490384615384, 29.0120985538793, 49.9375, 31.1747596375905, 64.1576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 795, '2021-05-23 00:00:00', 4.0701995084346, 6.55096153846155, 29.2101189164883, 15.1586538461538, 28.5735807238893, 19.0807692307692, 29.0859059346355, 49.7990384615385, 30.6990969079148, 64.0201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 810, '2021-05-23 00:00:00', 29.5630679812083, 12.4173076923077, 29.1806892317242, 15.2990384615385, 28.7116947661777, 18.9971153846154, 29.2206177210545, 49.5250000000001, 31.7363601228333, 65.0096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 825, '2021-05-23 00:00:00', 5.87302970234405, 7.55673076923078, 8.01394193793634, 10.9557692307693, 10.3930744322287, 16.0519230769231, 23.6099421080645, 49.1778846153846, 26.6812086711575, 62.8730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 840, '2021-05-23 00:00:00', 5.93237758796195, 7.50961538461535, 7.05308559044581, 10.4278846153846, 10.2773623992062, 15.6432692307692, 23.4790537787654, 48.9778846153846, 26.412161097611, 62.9096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 855, '2021-05-23 00:00:00', 4.58714057489474, 7.13557692307689, 8.14832120510343, 10.6923076923077, 9.49745573217455, 17.2942307692308, 22.9214831208964, 48.3923076923077, 26.1976376100243, 62.6028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 870, '2021-05-23 00:00:00', 6.14108202693451, 7.30769230769229, 6.63654943939534, 10.1826923076923, 10.318782025995, 19.3375, 22.8909704443612, 47.6567307692308, 26.0499745496702, 62.5509615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 885, '2021-05-23 00:00:00', 4.39232328570586, 6.71538461538463, 5.48102039910313, 12.2038461538462, 11.1940988918269, 23.4, 22.9287342399478, 47.1653846153847, 26.2659271278327, 63.5182692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 900, '2021-05-23 00:00:00', 4.79992878552936, 9.74711538461541, 8.82646501241493, 16.2288461538461, 11.4964837433686, 25.8673076923077, 23.0523059917758, 46.9865384615385, 26.0749147243978, 64.0682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 915, '2021-05-23 00:00:00', 8.14527004085573, 11.8009615384615, 9.89575788095392, 19.2740384615385, 15.2408499977477, 29.7605769230769, 23.2365229963853, 47.0201923076923, 26.8798634955326, 65.3634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 930, '2021-05-23 00:00:00', 6.28626769541845, 13.9365384615385, 9.94252463682373, 19.8230769230769, 15.8729840936877, 29.8240384615384, 23.2227837395819, 46.3538461538462, 29.694251596641, 65.7817307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 945, '2021-05-23 00:00:00', 8.07961394736544, 12.7365384615384, 15.7700585641077, 22.9413461538461, 19.9973055156093, 30.6567307692308, 23.421145955837, 44.6682692307692, 29.8449662680068, 65.0115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 960, '2021-05-23 00:00:00', 10.904708448471, 17.3528846153846, 11.3983909542599, 21.1278846153846, 15.5318519191519, 29.7240384615385, 22.1450580743286, 43.3663461538462, 34.2434374538224, 65.9894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 975, '2021-05-23 00:00:00', 5.96544287156003, 11.2605769230769, 13.6898496929435, 19.1788461538461, 13.1680299399721, 27.8125000000001, 21.3039725439611, 41.3269230769231, 34.0313526963909, 65.5221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 990, '2021-05-23 00:00:00', 13.6701450389019, 14.7192307692307, 12.5974812806126, 21.0788461538462, 13.4595480836239, 27.4461538461539, 21.9842617876097, 39.9528846153846, 34.3001399974716, 65.4653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1005, '2021-05-23 00:00:00', 5.46156887857189, 13.7288461538462, 8.47026365269436, 19.8971153846154, 21.4882941299534, 29.5038461538462, 20.2180494617672, 37.1740384615385, 33.9139117841042, 65.5875000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1020, '2021-05-23 00:00:00', 6.68034235937512, 13.8240384615385, 8.18233139853089, 17.9086538461538, 19.8773991295101, 26.2980769230769, 18.0050056341179, 34.9932692307692, 34.5034931341964, 66.5173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1035, '2021-05-23 00:00:00', 5.51572437533055, 11.3057692307692, 19.7341023650393, 20.276923076923, 19.127099004976, 23.9721153846154, 17.354033780696, 32.7173076923077, 34.5445048507663, 66.4692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1050, '2021-05-23 00:00:00', 17.4472498659421, 15.3317307692308, 17.2406832420832, 17.6894230769231, 16.2575846500594, 22.4394230769231, 15.1725826866956, 30.2192307692308, 34.4960169941624, 66.7076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1065, '2021-05-23 00:00:00', 4.99009027589063, 8.89519230769231, 5.32538767097329, 13.7153846153846, 7.16601702481934, 18.125, 10.0083115939473, 27.5798076923077, 33.4133026969108, 66.3663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1080, '2021-05-23 00:00:00', 5.23330091448395, 10.5326923076923, 7.2240924370097, 14.4115384615385, 7.06132805116388, 18.0096153846154, 10.0041633640892, 26.5538461538462, 34.2850793545261, 67.7721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1095, '2021-05-23 00:00:00', 5.58942106882415, 9.53173076923078, 5.37802937887102, 12.625, 5.06414963626289, 16.5384615384616, 9.65199007977111, 24.6375, 34.9224119133567, 67.8903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1110, '2021-05-23 00:00:00', 3.52339161342286, 9.29230769230769, 4.01885747254308, 12.0807692307692, 6.06073332704372, 15.8076923076923, 9.36574014488649, 23.2673076923077, 34.6912834457791, 67.5586538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1125, '2021-05-23 00:00:00', 3.37779570817324, 8.21538461538461, 3.93358810561243, 10.5057692307692, 7.62027236793665, 15.4798076923077, 8.91799849267675, 21.6413461538462, 35.3994269428845, 68.0067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1140, '2021-05-23 00:00:00', 3.56461941004387, 6.96346153846149, 6.21749524450032, 10.2163461538462, 7.61106355652993, 16.2576923076923, 8.74655124342425, 20.4605769230769, 35.9271665611886, 68.5163461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1155, '2021-05-23 00:00:00', 4.29176637922498, 7.18557692307693, 6.02153610928178, 10.4663461538462, 6.40014520568445, 15.2605769230769, 8.8803971671403, 20.1903846153846, 35.9307073112208, 68.4817307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1170, '2021-05-23 00:00:00', 3.72599031750676, 7.44038461538466, 4.98452952798807, 12.7211538461539, 6.26026234397449, 14.7711538461539, 8.24499014553688, 19.4625, 35.7475371932755, 68.3057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1185, '2021-05-23 00:00:00', 4.71363172495069, 10.6240384615384, 4.15253953808806, 11.7288461538461, 5.22952169088001, 13.6163461538461, 7.7991274166754, 18.5173076923077, 35.4835657517891, 68.3173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1200, '2021-05-23 00:00:00', 2.14322120075938, 5.84134615384615, 3.96579716014125, 7.95865384615382, 4.39402402307776, 10.2913461538461, 7.1821656793862, 16.8403846153846, 36.2451739493051, 68.2461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1215, '2021-05-23 00:00:00', 3.09431115734365, 4.68653846153849, 3.44796999920025, 6.61634615384619, 4.18713689585324, 9.21923076923078, 15.433661637423, 24.9634615384615, 36.0174033788369, 68.1019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1230, '2021-05-23 00:00:00', 3.00601272452395, 4.73750000000006, 3.81795958394204, 7.05576923076928, 4.23871726333109, 9.02403846153848, 15.2739329540435, 24.7932692307692, 35.956650449374, 68.1115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1245, '2021-05-23 00:00:00', 3.51469278666214, 4.86923076923082, 3.39233879499084, 6.23750000000002, 5.37545024947826, 9.91923076923081, 15.0597247203874, 24.439423076923, 35.8448239477635, 68.5346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1260, '2021-05-23 00:00:00', 2.36351107790601, 3.77884615384614, 3.68716641255126, 5.84807692307689, 5.36569668929763, 9.65480769230773, 14.7831862977974, 24.0163461538461, 35.9116423161926, 68.3596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1275, '2021-05-23 00:00:00', 3.46059424087822, 4.26249999999999, 5.48320240861553, 7.73942307692307, 5.04436786083104, 9.24134615384621, 14.5958812683579, 23.925, 35.9116423161926, 68.3596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1290, '2021-05-23 00:00:00', 4.75911877751145, 5.93653846153848, 4.53610229585511, 7.07403846153847, 4.50640612393583, 8.448076923077, 14.6049127996238, 23.6182692307692, 35.9116423161926, 68.3596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1305, '2021-05-23 00:00:00', 2.79299329366573, 4.2365384615384, 3.07018995278041, 6.14711538461534, 3.23301002877405, 8.08461538461539, 14.7170071685788, 23.65, 35.9206935885796, 68.1682692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1320, '2021-05-23 00:00:00', 2.53837868454522, 4.05288461538463, 2.67868455805051, 4.82980769230774, 2.87235363153903, 8.71923076923074, 14.9436086157775, 23.7576923076923, 36.0702658416128, 67.9567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1335, '2021-05-23 00:00:00', 1.95792202445507, 2.63557692307696, 2.76854932855007, 4.94423076923081, 5.14335867517895, 9.25769230769228, 15.0342065419547, 24.5471153846154, 36.0702658416128, 67.9567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1350, '2021-05-23 00:00:00', 2.80811478644409, 3.96057692307695, 2.84431078578863, 7.25961538461537, 5.08333589743525, 9.40961538461537, 14.9517557497439, 24.825, 36.0446941710513, 68.0067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1365, '2021-05-23 00:00:00', 2.68404563328159, 6.27980769230768, 5.12843177784396, 8.0625, 5.04640351751009, 9.43269230769229, 16.0725347732852, 25.4990384615385, 37.0957330248891, 68.5894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1380, '2021-05-23 00:00:00', 2.1482888370832, 3.74583333333337, 2.88037069247817, 5.21875000000004, 3.77926263799657, 8.36250000000003, 16.9064955345293, 25.7322916666667, 35.5788376069534, 66.9156250000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1395, '2021-05-23 00:00:00', 2.57431726385849, 3.05937500000003, 3.03857278872686, 4.53437500000001, 16.8227047648969, 18.8239583333333, 17.0838213521669, 26.1520833333334, 35.7334594222643, 66.9562500000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1410, '2021-05-23 00:00:00', 2.50613649043618, 2.91874999999995, 3.21581079747319, 6.66770833333334, 16.8102856011655, 18.6729166666666, 16.7986970236932, 26.0322916666667, 35.7961534448784, 67.0041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 2, 1425, '2021-05-23 00:00:00', 2.99864986980256, 5.66979166666668, 16.9672553355925, 17.7958333333333, 16.9709693246686, 18.4395833333333, 16.5510212136768, 26.3635416666667, 35.7961534448784, 67.0041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 60, '2021-05-23 00:00:00', 15.522809550663, 13.9221153846154, 15.6884120942325, 14.8740384615384, 15.8666457121172, 16.2519230769231, 16.4379884835285, 25.0307692307693, 37.4874707915345, 69.2528846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 75, '2021-05-23 00:00:00', 2.52229539080207, 2.82596153846153, 2.7642200527454, 4.0375, 3.07188820033943, 5.89134615384616, 7.56975618192861, 16.0144230769231, 33.3073477253894, 64.9625 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 90, '2021-05-23 00:00:00', 2.03643471443448, 2.55288461538462, 2.53100846425962, 3.65961538461539, 3.44205830639393, 6.10576923076921, 7.50431183746027, 15.823076923077, 33.4441015409985, 64.9567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 105, '2021-05-23 00:00:00', 1.68209719146621, 2.22980769230771, 2.4501430491991, 3.97980769230772, 4.3521564062675, 7.25576923076927, 7.23400417100749, 16.0278846153846, 33.4563708576041, 64.9451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 120, '2021-05-23 00:00:00', 2.21554668544464, 2.76634615384616, 3.38910925442975, 4.43653846153844, 4.17178953023947, 8.49326923076926, 7.09648565515676, 16.010576923077, 33.4587052746195, 64.9394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 135, '2021-05-23 00:00:00', 2.42781478193547, 2.72115384615386, 3.35154671526673, 5.13076923076925, 5.22181270102783, 9.24326923076924, 6.50041122959508, 15.5269230769231, 33.6876540384662, 64.6788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 150, '2021-05-23 00:00:00', 3.3133668677042, 3.81900000000001, 3.34094765747686, 6.33600000000002, 4.75231040302153, 9.96799999999999, 6.23828902825121, 15.805, 38.5409180017377, 66.278 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 165, '2021-05-23 00:00:00', 2.74028984991346, 4.04230769230772, 5.1713147413251, 7.02307692307694, 5.72723889711396, 10.3192307692308, 6.20064078574511, 15.148076923077, 37.7875715221085, 66.1865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 180, '2021-05-23 00:00:00', 4.59200653728429, 5.12403846153846, 4.49842878552737, 6.88653846153849, 5.47265694507349, 9.69903846153847, 6.90308104288332, 14.5817307692308, 37.5225513858, 66.3875 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 195, '2021-05-23 00:00:00', 3.44919723101787, 4.16153846153851, 5.31443679626901, 7.0923076923077, 6.5313225336421, 9.00096153846154, 6.57514762922886, 13.7278846153847, 37.3343391247872, 66.5817307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 210, '2021-05-23 00:00:00', 4.07272683176197, 4.73461538461538, 3.76656546267491, 5.78076923076922, 5.37529176310099, 7.41153846153847, 5.79193479364593, 12.585576923077, 37.3161347991208, 66.6028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 225, '2021-05-23 00:00:00', 1.97062587675942, 2.90288461538463, 3.89772036432341, 4.82403846153849, 4.01024325465902, 6.72980769230771, 5.26343053165312, 11.7298076923078, 37.3484830296411, 66.4461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 240, '2021-05-23 00:00:00', 3.03013097901725, 3.13200000000001, 3.4009260381059, 4.29799999999997, 4.94616855084147, 8.09999999999996, 5.25206546671559, 12.176, 38.1939880740412, 68.673 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 270, '2021-05-23 00:00:00', 2.22654699893381, 2.96346153846155, 3.7816196418181, 5.46634615384614, 4.8281573965804, 7.06538461538464, 5.47194101407702, 11.9076923076924, 37.6793665352803, 67.9125 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 285, '2021-05-23 00:00:00', 2.70893698400928, 3.03700000000001, 4.08745081519853, 4.38100000000004, 4.0179614959994, 6.23900000000001, 4.94946819533846, 11.848, 35.4048489499202, 65.173 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 300, '2021-05-23 00:00:00', 3.23208459563384, 2.87800000000003, 3.58872888360213, 4.47800000000001, 3.49612136278669, 6.51000000000002, 6.17210205278556, 13.015, 38.2773703272138, 68.777 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 315, '2021-05-23 00:00:00', 2.37210005139881, 2.51442307692306, 2.48211913183385, 4.03076923076922, 2.91932503394987, 5.53942307692306, 6.6402007036395, 14.3192307692307, 37.6462062778627, 68.1663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 330, '2021-05-23 00:00:00', 1.72340478079341, 2.32403846153847, 2.16792815840379, 4.06250000000002, 2.90690507505573, 5.24134615384619, 7.10634041110195, 14.9509615384616, 37.6451263573592, 68.1673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 345, '2021-05-23 00:00:00', 1.7482122736802, 2.57692307692308, 2.25732419027485, 3.31250000000002, 2.92155582892714, 5.03269230769232, 7.01117240278243, 15.4076923076923, 37.6572138354148, 68.1403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 360, '2021-05-23 00:00:00', 1.53147773031848, 1.70096153846152, 1.93448860266633, 2.90192307692307, 3.13590941907052, 4.58173076923079, 6.8110930445515, 15.4673076923077, 37.2404057985203, 67.9009615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 375, '2021-05-23 00:00:00', 1.66285551433022, 2.0173076923077, 2.51256917241173, 3.26538461538462, 3.03523411845711, 4.75192307692308, 6.18622360572258, 15.9875, 37.1047935038256, 67.7701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 390, '2021-05-23 00:00:00', 2.49433393239644, 2.05312499999997, 3.03075102347658, 3.07812499999998, 3.24121094184954, 5.15624999999998, 7.46310968123407, 17.553125, 37.8457182062768, 69.446875 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 405, '2021-05-23 00:00:00', 1.93437130510525, 2.01145833333337, 1.80951966362444, 3.36875000000003, 3.23791789871835, 5.47083333333338, 9.53030486523259, 19.6927083333333, 35.2565100885381, 66.9083333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 435, '2021-05-23 00:00:00', 1.5864944321785, 2.43299999999997, 3.22410743462436, 4.174, 3.58375181664875, 6.49800000000001, 9.76137712279027, 22.089, 37.7217531461181, 68.396 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 450, '2021-05-23 00:00:00', 2.9449115175424, 2.94038461538457, 3.21318033801645, 4.60673076923076, 4.00521883105219, 6.98173076923077, 9.76671530682736, 22.7932692307692, 37.0494298720797, 67.8903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 465, '2021-05-23 00:00:00', 2.15808798476807, 3.145, 2.88586642102505, 4.44799999999996, 4.47416356242519, 6.76899999999996, 10.0145730271773, 23.688, 37.6132843886306, 68.623 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 480, '2021-05-23 00:00:00', 2.3866001794743, 2.61799999999996, 3.60640864757915, 4.51699999999997, 3.77445553468754, 6.98599999999999, 11.9506384941001, 25.2550000000001, 37.7665785064432, 67.926 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 510, '2021-05-23 00:00:00', 1.91690560104905, 3.00200000000003, 3.04351496354678, 5.60599999999999, 4.96396871632633, 10.577, 11.2414345170001, 25.738, 36.62233849829, 69.005 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 525, '2021-05-23 00:00:00', 2.74773700594615, 4.58942307692307, 4.03072383268615, 7.87115384615387, 4.61575656353818, 11.3644230769231, 11.4428163558561, 26.398076923077, 36.1124310181198, 68.1490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 540, '2021-05-23 00:00:00', 3.09104973456242, 5.10769230769238, 3.79616202945108, 7.47692307692313, 3.97962986295886, 10.3346153846155, 11.1820245947888, 25.7740384615385, 36.0235874249295, 67.8298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 555, '2021-05-23 00:00:00', 3.58233217976136, 4.76538461538465, 4.07063369192635, 7.48942307692314, 3.63167488908354, 10.1375000000001, 11.0256205564062, 25.810576923077, 35.9281070199707, 67.8259615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 570, '2021-05-23 00:00:00', 3.3233644039645, 5.0298076923077, 3.27156822546107, 6.8144230769231, 4.49664276475752, 11.3019230769231, 11.0927166420134, 25.5125, 35.5792963376824, 68.0567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 585, '2021-05-23 00:00:00', 2.01564744322631, 4.27115384615387, 2.80678573351196, 7.373076923077, 8.57821642973556, 13.9336538461539, 10.7358895317744, 25.8990384615385, 35.4074865100806, 68.2201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 600, '2021-05-23 00:00:00', 2.35766772794318, 5.60865384615387, 4.42139640315664, 9.37692307692305, 8.04643476951128, 14.4125, 10.4867003683421, 25.4038461538461, 35.5822288725491, 67.9115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 615, '2021-05-23 00:00:00', 3.96007296455696, 6.7182692307692, 8.38056778184827, 10.8278846153846, 8.51378683936552, 15.0971153846153, 11.5361355764598, 25.5259615384615, 35.4301307152542, 68.2125 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 630, '2021-05-23 00:00:00', 5.78428449467904, 6.91634615384616, 5.53854674079759, 9.37499999999998, 6.6964804188469, 13.8, 13.5534060791431, 26.9278846153846, 34.7282973181149, 67.8461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 645, '2021-05-23 00:00:00', 4.03177428015929, 6.15961538461541, 6.07114518407806, 9.75961538461537, 7.05460467463519, 14.0336538461538, 16.3278487913701, 27.8269230769231, 34.5922749824515, 67.5076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 660, '2021-05-23 00:00:00', 3.83628676637264, 6.57307692307689, 3.71446613308642, 9.16057692307691, 8.13461218403284, 15.3807692307693, 15.9035460789289, 27.6067307692308, 34.8261853296537, 67.2288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 675, '2021-05-23 00:00:00', 2.99638371785316, 5.40576923076929, 4.90607286549421, 8.89519230769231, 8.24431855652962, 14.9173076923077, 15.4885804397454, 29.2740384615384, 34.7166408363704, 67.2048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 690, '2021-05-23 00:00:00', 4.7999847756168, 6.54038461538459, 8.70811624069971, 12.0673076923077, 8.37715712747836, 15.1365384615385, 14.7572905385258, 30.3259615384615, 34.5108299612656, 67.5461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 705, '2021-05-23 00:00:00', 8.2368389194287, 9.65576923076927, 8.04238866162383, 12.0692307692308, 9.3102020138374, 16.0615384615385, 15.7605291118229, 31.9682692307692, 34.493046414626, 67.5701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 720, '2021-05-23 00:00:00', 4.01793670739291, 6.96923076923081, 4.52775500492411, 9.64423076923079, 6.0795597797361, 13.7663461538462, 12.7863387509423, 32.2355769230769, 33.7373670943887, 66.7923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 735, '2021-05-23 00:00:00', 3.14050093995301, 6.17307692307696, 6.14000790841378, 9.18365384615387, 5.68834782353696, 12.2201923076923, 15.9593526955682, 34.6923076923077, 34.4660948782111, 67.3730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 750, '2021-05-23 00:00:00', 6.14531841823827, 6.16730769230765, 5.90372055115706, 8.89711538461536, 6.25807509112459, 12.5096153846154, 15.6624823653901, 35.1403846153846, 34.6084008809778, 67.6615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 765, '2021-05-23 00:00:00', 3.85834522620975, 5.53173076923074, 3.84545998548942, 8.3375, 5.41420709444498, 12.0423076923077, 14.7314815955491, 38, 34.4925447909233, 67.4480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 780, '2021-05-23 00:00:00', 3.16744437143797, 5.20961538461536, 4.85530479119334, 7.75384615384612, 5.05947293165537, 11.6971153846154, 16.8360998646909, 40.6605769230769, 34.5594916968719, 67.4971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 795, '2021-05-23 00:00:00', 3.26228403352384, 5.15865384615379, 4.03391356549016, 8.01057692307687, 4.5604197048753, 11.7432692307692, 16.9460977184902, 40.6317307692308, 38.1459469189868, 68.6971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 810, '2021-05-23 00:00:00', 3.97761827170288, 6.01634615384609, 4.16533646715542, 8.71826923076924, 7.78196015449539, 13.8653846153846, 21.5975910337598, 42.4576923076923, 47.7603267931096, 71.0307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 825, '2021-05-23 00:00:00', 3.48717650829434, 6.50000000000002, 4.64244547625496, 8.89999999999999, 10.7574385713043, 14.9461538461538, 21.7773260040028, 43.8932692307692, 47.695682970668, 71.0759615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 840, '2021-05-23 00:00:00', 3.80240371849986, 6.2009615384615, 8.25323066115045, 10.7221153846154, 11.186299656276, 15.175, 22.8702361159653, 45.15, 47.6142391133803, 71.1971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 855, '2021-05-23 00:00:00', 6.20576166837045, 7.63173076923076, 8.9386389537868, 10.8221153846154, 9.92940122332896, 16.8605769230769, 24.6377500572722, 45.8317307692308, 47.7014447854086, 71.7461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 870, '2021-05-23 00:00:00', 8.55630767104235, 8.42980769230766, 9.65486390972884, 11.8086538461538, 9.86174041629882, 18.6509615384615, 24.2397665957284, 46.2461538461538, 47.8029296656114, 73.3711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 885, '2021-05-23 00:00:00', 3.9709493149043, 6.58269230769229, 5.04859395886997, 12.3701923076923, 7.69799505615684, 18.9432692307692, 23.7315552668724, 45.0557692307692, 46.5176689859307, 74.3682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 900, '2021-05-23 00:00:00', 4.07340341540287, 9.55576923076924, 5.05011624009403, 12.6759615384616, 9.98699134643891, 20.7230769230769, 25.0499271647951, 46.1798076923077, 47.635680722381, 78.9432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 915, '2021-05-23 00:00:00', 4.44593905024141, 9.12596153846156, 6.39833970351203, 14.5451923076923, 15.1092070758706, 24.0923076923077, 25.9727508095578, 46.0461538461539, 47.0298133859299, 78.7336538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 930, '2021-05-23 00:00:00', 6.65507390295901, 11.4644230769231, 10.4147611590473, 17.2, 14.7006220433538, 24.3673076923076, 25.5739094812242, 45.4730769230769, 46.2863371704205, 78.9394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 945, '2021-05-23 00:00:00', 6.96626072305212, 11.4923076923077, 12.0354804001145, 17.9326923076923, 11.7119094958279, 24.0509615384615, 26.5157701261838, 44.5557692307692, 45.7274242007842, 79.1009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 960, '2021-05-23 00:00:00', 6.85189565291686, 12.5259615384615, 7.90389047339246, 15.3961538461538, 14.1352585620279, 24.2461538461538, 27.3581243031136, 43.5807692307693, 45.9872335963597, 78.9096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 975, '2021-05-23 00:00:00', 5.02930374444081, 8.95192307692303, 7.25057643597017, 15.4355769230769, 14.1098982237511, 23.7932692307692, 26.5237165280723, 42.1326923076923, 49.0922357953334, 80.1807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 990, '2021-05-23 00:00:00', 5.16469151659016, 12.4326923076923, 11.4362919706722, 18.3259615384615, 17.5938653261693, 25.2663461538462, 25.3782659891369, 40.4711538461539, 48.5532384248308, 82.3865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983300 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 983300, 3, 1005, '2021-05-23 00:00:00', 7.83437052598749, 11.4134615384615, 8.7321158441345, 15.6836538461539, 14.6089446059597, 26.5375000000001, 24.2140677682337, 37.8432[...];[ Date: 2021-05-23 15:54:30 - Database: acaweb_fx - User: pgperfstats ]
4 18s312ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983305, 1, 960, '2021-05-23 00:00:00', 0.0167967144223093, 0.0149807692307692, 0.0165879126521044, 0.019326923076923, 0.0181482887517084, 0.0260961538461538, 0.0289364024131436, 0.0428461538461538, 0.0359144067942741, 0.0862307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 975, '2021-05-23 00:00:00', 0.00640984819213004, 0.0116153846153845, 0.00834754685291073, 0.0171923076923076, 0.0160656824892737, 0.0258846153846153, 0.0229395610581036, 0.0407884615384615, 0.0319893972819359, 0.0846923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 990, '2021-05-23 00:00:00', 0.0081401190692483, 0.0131923076923076, 0.0116269580650381, 0.0188846153846154, 0.0170377860605818, 0.0253846153846154, 0.0229778907112568, 0.0392115384615385, 0.0317953794417703, 0.0843846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1005, '2021-05-23 00:00:00', 0.00562713207456653, 0.0127692307692307, 0.0112314119942514, 0.0177307692307692, 0.0132497314921996, 0.0238461538461538, 0.0170052480587159, 0.0365384615384616, 0.0310363310678604, 0.0840769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1020, '2021-05-23 00:00:00', 0.0104272018519609, 0.0140576923076923, 0.0113101894155395, 0.0179038461538462, 0.0156078013037859, 0.0242884615384615, 0.0166156668423324, 0.0350961538461539, 0.0311114868719675, 0.0837692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1035, '2021-05-23 00:00:00', 0.00657269994868045, 0.0110961538461538, 0.0108270316977746, 0.0162692307692308, 0.0161443012093576, 0.0239615384615384, 0.0148767759120874, 0.0330384615384617, 0.0305596768005462, 0.083923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1050, '2021-05-23 00:00:00', 0.00674878906516966, 0.0106153846153847, 0.0100124729904563, 0.0160192307692308, 0.0117168681822405, 0.0212499999999999, 0.0101493652700362, 0.0295192307692308, 0.0303848899695479, 0.0836923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1065, '2021-05-23 00:00:00', 0.00569912273951014, 0.011, 0.00819258576631718, 0.0150384615384615, 0.00881155273141247, 0.0182115384615384, 0.00918152409000737, 0.0279038461538462, 0.0302906941790073, 0.0838846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1080, '2021-05-23 00:00:00', 0.00665732679083736, 0.00999999999999992, 0.00765385775028114, 0.0133076923076923, 0.00793417631806569, 0.0171346153846154, 0.00889857378373725, 0.0267307692307693, 0.0302473902243584, 0.0837307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1095, '2021-05-23 00:00:00', 0.0038731819556455, 0.00880769230769228, 0.00531662848631894, 0.0115576923076923, 0.00603935809120846, 0.017076923076923, 0.00786415920489916, 0.02575, 0.0308471479793762, 0.0840576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1110, '2021-05-23 00:00:00', 0.00490984098128828, 0.00944230769230769, 0.00568290283353365, 0.0136538461538461, 0.00549741197851661, 0.0176923076923077, 0.0073290780194636, 0.0258461538461539, 0.0324995147892773, 0.0845384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1125, '2021-05-23 00:00:00', 0.00339484903935357, 0.00924999999999996, 0.00440908153700973, 0.0124999999999999, 0.00554828455817306, 0.0167115384615384, 0.00707837986678176, 0.0242115384615385, 0.0337186321467249, 0.0846153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1140, '2021-05-23 00:00:00', 0.00352010707879079, 0.00786538461538454, 0.00438445681224736, 0.0112115384615384, 0.00605817946759086, 0.0153076923076924, 0.00792961828550692, 0.0223269230769232, 0.03418033622736, 0.0843461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1155, '2021-05-23 00:00:00', 0.00385810834477208, 0.00774999999999997, 0.00566731519667486, 0.0110384615384615, 0.00799288144827347, 0.0156153846153846, 0.00825509166887552, 0.0214423076923077, 0.0342967143526112, 0.0847307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1170, '2021-05-23 00:00:00', 0.00326425866245088, 0.00665384615384626, 0.00510082949513719, 0.0100384615384616, 0.00800663186653131, 0.0138846153846154, 0.00868296298240675, 0.019923076923077, 0.0343986359300212, 0.0846153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1185, '2021-05-23 00:00:00', 0.00437422520611886, 0.00707692307692307, 0.0058737028027799, 0.00990384615384615, 0.00649227351431023, 0.0125192307692307, 0.00820124287016202, 0.0185961538461539, 0.0346946903496995, 0.0846923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1200, '2021-05-23 00:00:00', 0.00396158638258287, 0.00606, 0.00468668326218011, 0.00844000000000003, 0.00514174095030071, 0.0113, 0.0084463009655114, 0.01744, 0.0352139058706452, 0.08704 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1215, '2021-05-23 00:00:00', 0.00248582940405958, 0.00512499999999999, 0.00287007296781451, 0.00695833333333333, 0.00449315098757002, 0.0104166666666667, 0.0112846688032922, 0.0181875, 0.0362964781998217, 0.0888958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1230, '2021-05-23 00:00:00', 0.00213621295687054, 0.00479166666666671, 0.00424728173940853, 0.0076875, 0.00432881941598767, 0.00989583333333335, 0.0109986823980307, 0.0178333333333334, 0.0365206351735324, 0.0891874999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1245, '2021-05-23 00:00:00', 0.00319618205209669, 0.0055416666666667, 0.00307750133919611, 0.00691666666666672, 0.00380788655293199, 0.00925000000000004, 0.0103544956279938, 0.0180416666666668, 0.0368974231750202, 0.0895625 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1260, '2021-05-23 00:00:00', 0.00173205080756889, 0.0045000000000001, 0.00330012900494454, 0.00677083333333337, 0.00480257894185563, 0.00977083333333345, 0.00991914778363664, 0.0175416666666667, 0.0369535487401785, 0.0892291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1275, '2021-05-23 00:00:00', 0.00265113798371486, 0.00493749999999995, 0.00282938770454115, 0.00637499999999993, 0.00483870266479158, 0.00949999999999988, 0.00941011539457029, 0.0175625, 0.0371435169504621, 0.0891458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1290, '2021-05-23 00:00:00', 0.00236022290767487, 0.00437499999999994, 0.00365545056601512, 0.0068333333333334, 0.00547110327214666, 0.0090416666666666, 0.00828828403072152, 0.0177499999999999, 0.0372185999841826, 0.0890625 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1305, '2021-05-23 00:00:00', 0.00259458745429232, 0.00458333333333338, 0.00304287002203753, 0.00620833333333324, 0.00399433475624274, 0.00854166666666661, 0.00868271229245925, 0.0179583333333333, 0.0372185999841826, 0.0890625 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1320, '2021-05-23 00:00:00', 0.00221285768418008, 0.004375, 0.00362034308567177, 0.00629166666666662, 0.00380122024648925, 0.00916666666666658, 0.00921362314452213, 0.0187291666666666, 0.0370219712967266, 0.0891875 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1335, '2021-05-23 00:00:00', 0.00266587397638583, 0.00420833333333331, 0.00275436083750641, 0.00610416666666663, 0.00417267682478028, 0.00870833333333328, 0.00960034721594315, 0.0218333333333333, 0.0367510659906522, 0.0894791666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1350, '2021-05-23 00:00:00', 0.00185319446096335, 0.00472916666666665, 0.00312010486167156, 0.00681249999999993, 0.00466485472069781, 0.00900000000000003, 0.00950226422292708, 0.0239791666666666, 0.0363932265456883, 0.0901458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1365, '2021-05-23 00:00:00', 0.00275542942285731, 0.005375, 0.00357502407005177, 0.00645833333333336, 0.00422032478659487, 0.00806250000000001, 0.0132284826651884, 0.0264166666666667, 0.0364402180667682, 0.0897916666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1380, '2021-05-23 00:00:00', 0.00248910670199437, 0.00332608695652177, 0.00316914472072024, 0.00504347826086963, 0.0053767174845895, 0.00750000000000005, 0.014017634292071, 0.027804347826087, 0.0369932292704719, 0.0891086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1395, '2021-05-23 00:00:00', 0.00217890317536575, 0.00361904761904769, 0.00273469768504147, 0.00514285714285715, 0.00699012909479536, 0.0113095238095238, 0.0144633773965242, 0.0302142857142857, 0.0351029268892278, 0.0882380952380953 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1410, '2021-05-23 00:00:00', 0.00160086556673894, 0.00340909090909082, 0.00418155349247022, 0.0058409090909091, 0.00611934870484012, 0.0112500000000001, 0.0157496650139598, 0.0316363636363637, 0.0355331989146519, 0.0861818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 1, 1425, '2021-05-23 00:00:00', 0.00292076088645484, 0.00443181818181825, 0.00566029690378166, 0.00959090909090921, 0.00713388505775886, 0.0114772727272728, 0.0167016893927359, 0.03375, 0.0356341514409666, 0.0860681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 60, '2021-05-23 00:00:00', 0.00489807654555874, 0.00713461538461546, 0.00505629843325655, 0.00838461538461543, 0.00621341600583263, 0.0104423076923078, 0.0205398018865436, 0.0367115384615385, 0.0370381352330062, 0.0862115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 75, '2021-05-23 00:00:00', 0.00129903810567667, 0.00319999999999995, 0.00244659627510005, 0.00505999999999998, 0.0049406477308142, 0.00907999999999998, 0.020287989057568, 0.03654, 0.0361846307152635, 0.08734 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 90, '2021-05-23 00:00:00', 0.00206732826465615, 0.00357692307692311, 0.00262275545063709, 0.00532692307692316, 0.00536154397969036, 0.00988461538461539, 0.0200845616179346, 0.0370192307692307, 0.0365550796217686, 0.0855769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 105, '2021-05-23 00:00:00', 0.00225422679904628, 0.00369230769230783, 0.00439562719774298, 0.00730769230769234, 0.00529382804637774, 0.0102307692307692, 0.0206712453571473, 0.0375961538461538, 0.0365550796217686, 0.0855769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 120, '2021-05-23 00:00:00', 0.00373816079828643, 0.00557692307692303, 0.00423088461381117, 0.00740384615384606, 0.00463585524430544, 0.0106346153846153, 0.0209791471557977, 0.0377307692307691, 0.0365550796217686, 0.0855769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 135, '2021-05-23 00:00:00', 0.00289216448090616, 0.00476923076923077, 0.00352616592829185, 0.00657692307692307, 0.00672312312957189, 0.0154038461538461, 0.0209608059152167, 0.0376538461538461, 0.0374293796574089, 0.0875384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 150, '2021-05-23 00:00:00', 0.00200038457840952, 0.00430769230769231, 0.00360341718159529, 0.0077307692307692, 0.00583362270344542, 0.0168653846153846, 0.0206315385905992, 0.0379038461538461, 0.036765933228382, 0.0879230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 165, '2021-05-23 00:00:00', 0.00302101613063205, 0.0054423076923076, 0.00570627185310489, 0.0128076923076923, 0.0118986909428662, 0.0196730769230769, 0.0202925242013293, 0.0379423076923076, 0.0365770262070858, 0.0881730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 180, '2021-05-23 00:00:00', 0.0054441570655011, 0.0116730769230769, 0.00541280532981381, 0.0150384615384615, 0.0122861554354735, 0.0209807692307692, 0.0199091397642852, 0.0374230769230769, 0.036811291118978, 0.0891346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 195, '2021-05-23 00:00:00', 0.00408453933001767, 0.00971153846153848, 0.0117447205815405, 0.0145384615384616, 0.0125855228185159, 0.0216538461538461, 0.020236220382883, 0.0357692307692307, 0.0368719614132681, 0.0893076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 210, '2021-05-23 00:00:00', 0.00939633725693965, 0.00986538461538458, 0.00988806584493879, 0.0140769230769231, 0.0127900953265227, 0.0210576923076922, 0.018489425252123, 0.034826923076923, 0.0365566157329443, 0.0888846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 225, '2021-05-23 00:00:00', 0.00475382437137163, 0.00917307692307691, 0.00725078245114602, 0.0154230769230769, 0.0130718723277825, 0.021576923076923, 0.0164335140677636, 0.034903846153846, 0.0364407210939375, 0.0881153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 240, '2021-05-23 00:00:00', 0.00726117176388328, 0.0117307692307692, 0.0115082746150492, 0.0140961538461538, 0.0162363789066405, 0.0225, 0.0160910032196685, 0.0345961538461537, 0.0364647775257164, 0.0875 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 255, '2021-05-23 00:00:00', 0.00612777409706126, 0.00748076923076915, 0.00886010939331664, 0.0138076923076922, 0.0130178723299931, 0.01925, 0.0146521329505297, 0.0332499999999999, 0.0354415065229369, 0.0855961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 270, '2021-05-23 00:00:00', 0.00629957263507733, 0.0107692307692307, 0.0109808399566629, 0.0158269230769231, 0.0120491301952273, 0.0188076923076923, 0.017355867994605, 0.0341153846153845, 0.0353380161386484, 0.0853461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 285, '2021-05-23 00:00:00', 0.00775668446220121, 0.0106153846153846, 0.00797283850621304, 0.0126153846153847, 0.0114553984586375, 0.0161153846153846, 0.0185032741385452, 0.0358653846153845, 0.0356634482132831, 0.0851923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 300, '2021-05-23 00:00:00', 0.00419161250411045, 0.0079807692307693, 0.00766021188700731, 0.0113269230769232, 0.00938781944043209, 0.0136346153846154, 0.0205022794229925, 0.0377884615384616, 0.0357285761519563, 0.0853653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 315, '2021-05-23 00:00:00', 0.00586032947354177, 0.00771153846153856, 0.00675792981501106, 0.00951923076923084, 0.00801529787344175, 0.01275, 0.0216616286055816, 0.0386153846153847, 0.0356838036951477, 0.0849230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 330, '2021-05-23 00:00:00', 0.00358114721627242, 0.00576923076923073, 0.00521786870725526, 0.0078846153846153, 0.00826531213054813, 0.0116538461538461, 0.0214947936451168, 0.0391153846153846, 0.0357765931215453, 0.0847307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 345, '2021-05-23 00:00:00', 0.0051249014999915, 0.00576923076923073, 0.00681494398645082, 0.0082884615384615, 0.00838517464613317, 0.0116346153846154, 0.0208986565633738, 0.0405769230769231, 0.0355840770354035, 0.0845576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 360, '2021-05-23 00:00:00', 0.00516768807108162, 0.00574999999999999, 0.00724260896468839, 0.00815384615384613, 0.00696529860202591, 0.0103461538461539, 0.0211594768729868, 0.0407884615384616, 0.0354805038555845, 0.0846153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 375, '2021-05-23 00:00:00', 0.00455888819104632, 0.00521153846153837, 0.00456525338415492, 0.0073076923076922, 0.00462451660675512, 0.00988461538461534, 0.0209116916138759, 0.0408269230769231, 0.0353087263129973, 0.0846153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 390, '2021-05-23 00:00:00', 0.0020173287745471, 0.00451923076923079, 0.00231848757067723, 0.00565384615384618, 0.00467435721619726, 0.00948076923076922, 0.0217029597414377, 0.0405384615384616, 0.0352923014050024, 0.0845576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 405, '2021-05-23 00:00:00', 0.00142464570494395, 0.00351923076923071, 0.00353602340751047, 0.00678846153846159, 0.00797112577706861, 0.0148269230769231, 0.0210687245424623, 0.0411346153846154, 0.0351972300046466, 0.0847500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 420, '2021-05-23 00:00:00', 0.00373610245288623, 0.00546153846153849, 0.00466265853514766, 0.00740384615384617, 0.00960704869433825, 0.0171538461538462, 0.0207354490222384, 0.041673076923077, 0.0352795429937258, 0.0848846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 435, '2021-05-23 00:00:00', 0.00354124054751775, 0.00509615384615386, 0.00695924951745183, 0.0128653846153846, 0.011197595895823, 0.0193846153846153, 0.022982744363142, 0.0439423076923077, 0.0352699752458964, 0.0848653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 450, '2021-05-23 00:00:00', 0.00608848219054756, 0.0109807692307692, 0.00780808259729325, 0.0141153846153846, 0.0172643697115899, 0.0225384615384615, 0.0219133257666162, 0.0440769230769231, 0.0347044444061341, 0.0844615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 465, '2021-05-23 00:00:00', 0.0054207578238301, 0.00823076923076932, 0.00935679514495293, 0.0135192307692308, 0.0170195362858281, 0.0242307692307692, 0.0234127923613106, 0.0438269230769232, 0.0358062306567746, 0.0831153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 480, '2021-05-23 00:00:00', 0.00702840391116371, 0.0100384615384615, 0.0154520723031423, 0.0169423076923077, 0.0177737057302245, 0.0267692307692308, 0.0225764002036162, 0.0435769230769231, 0.0348843639207287, 0.082173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 495, '2021-05-23 00:00:00', 0.0126651702894804, 0.0110576923076923, 0.0124960455283323, 0.0178653846153846, 0.015805804678613, 0.0242884615384616, 0.0199081738141746, 0.0411538461538462, 0.0317927664728943, 0.08 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 510, '2021-05-23 00:00:00', 0.00848666374604656, 0.0132884615384615, 0.0119023753285443, 0.0179423076923077, 0.0126330457987711, 0.021423076923077, 0.0181459467820058, 0.0403461538461539, 0.0311077346305729, 0.0791346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 525, '2021-05-23 00:00:00', 0.00761344963762259, 0.0107307692307693, 0.00895982486092567, 0.0140384615384616, 0.0103863075544384, 0.0188461538461539, 0.0173372098722328, 0.0383269230769231, 0.031369338287815, 0.0778461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 540, '2021-05-23 00:00:00', 0.00498185167923011, 0.00932692307692313, 0.00588858086599701, 0.0121538461538462, 0.00884446806679841, 0.0172692307692307, 0.0165367655659932, 0.0372307692307692, 0.0316009736948331, 0.0771923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 555, '2021-05-23 00:00:00', 0.00466249355536779, 0.00882692307692307, 0.00768447485818994, 0.0131346153846154, 0.00830412316493819, 0.0184615384615384, 0.0169068033643265, 0.037, 0.0313631091472865, 0.0777692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 570, '2021-05-23 00:00:00', 0.00555517776493238, 0.00949999999999993, 0.00673452642387324, 0.012576923076923, 0.0060974143321954, 0.0175384615384615, 0.0168037083819202, 0.0362692307692308, 0.0312042649944867, 0.0773846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 585, '2021-05-23 00:00:00', 0.00390507559268893, 0.00801923076923066, 0.00526866644928736, 0.0141730769230768, 0.00617364123948316, 0.0189230769230769, 0.0169116823527407, 0.03575, 0.0306767576764308, 0.0772115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 600, '2021-05-23 00:00:00', 0.00487651357174214, 0.0119038461538461, 0.00479935893154975, 0.0139230769230769, 0.00715584752815162, 0.0188846153846153, 0.0161192312280895, 0.0355192307692308, 0.0317602799832649, 0.0778461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 615, '2021-05-23 00:00:00', 0.00427497188474784, 0.00915384615384619, 0.00688546406457952, 0.0144807692307692, 0.0112310010513481, 0.0213461538461538, 0.0168575935868219, 0.0349615384615385, 0.0307945549632497, 0.0787692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 630, '2021-05-23 00:00:00', 0.00469455494736677, 0.00967307692307686, 0.00580570011679492, 0.0128846153846152, 0.0107045101925094, 0.0214423076923076, 0.0165404399532223, 0.0336153846153847, 0.0324186852578285, 0.0791346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 645, '2021-05-23 00:00:00', 0.00464016743729716, 0.00863461538461524, 0.00913347604230638, 0.0160961538461538, 0.0120682832887888, 0.0222115384615385, 0.0165219667296416, 0.032346153846154, 0.032215548085692, 0.0786923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 660, '2021-05-23 00:00:00', 0.00721899204555915, 0.0125769230769231, 0.0094607691994971, 0.0161153846153847, 0.012222174048079, 0.0213076923076924, 0.0158032737601568, 0.0312884615384617, 0.0327373052318933, 0.0786346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 675, '2021-05-23 00:00:00', 0.00595705786958123, 0.00994230769230768, 0.00774556945316783, 0.0140769230769231, 0.0103484112492989, 0.0179807692307693, 0.0116980110077937, 0.0307115384615385, 0.0316037789853341, 0.077673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 690, '2021-05-23 00:00:00', 0.00577784229089555, 0.00928846153846162, 0.00731155565894461, 0.012173076923077, 0.010275231608844, 0.0170961538461539, 0.0139226434271656, 0.0325000000000001, 0.0313570504892378, 0.0772692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 705, '2021-05-23 00:00:00', 0.00487458084983091, 0.00780769230769237, 0.00706543591120788, 0.0109038461538462, 0.00903056774771969, 0.0156346153846154, 0.0128592528793621, 0.0329038461538462, 0.0309311394005359, 0.0766538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 720, '2021-05-23 00:00:00', 0.00485370595920913, 0.00803846153846159, 0.00693264296365674, 0.0116923076923077, 0.00775045904347711, 0.0145192307692307, 0.0125889450893051, 0.0341923076923078, 0.0306581398402045, 0.0766923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 735, '2021-05-23 00:00:00', 0.00539829032764439, 0.00780769230769227, 0.00598488480706579, 0.0103269230769231, 0.00660104886770626, 0.0135769230769231, 0.0128334898425355, 0.0360384615384616, 0.0306779299271542, 0.0766538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 750, '2021-05-23 00:00:00', 0.0028991378028648, 0.00624999999999997, 0.00447441444385562, 0.00890384615384614, 0.00580228734737755, 0.0125576923076923, 0.0134810408180696, 0.0370384615384616, 0.0303834469103465, 0.0765769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 765, '2021-05-23 00:00:00', 0.00348298059801563, 0.00686538461538465, 0.00450320398758989, 0.00967307692307694, 0.00674137625757192, 0.0133846153846155, 0.0132709630976226, 0.0384615384615386, 0.030014586197637, 0.0768461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 780, '2021-05-23 00:00:00', 0.00411381350312104, 0.0072884615384615, 0.00495040790860088, 0.00944230769230764, 0.00603196612926625, 0.0137307692307692, 0.0134580259153585, 0.0394615384615385, 0.0298930658283051, 0.0771538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 795, '2021-05-23 00:00:00', 0.00244414528083874, 0.0059230769230769, 0.00471287108312493, 0.00913461538461545, 0.00605817946759079, 0.0136923076923077, 0.0136998596287025, 0.0398846153846154, 0.0306195010761743, 0.077423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 810, '2021-05-23 00:00:00', 0.00469271120585309, 0.00680769230769238, 0.00471609355945564, 0.00930769230769229, 0.0066662467816491, 0.0138269230769232, 0.0139930889535348, 0.0400576923076923, 0.0324746765247109, 0.0782307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 825, '2021-05-23 00:00:00', 0.00365849906172123, 0.00673076923076919, 0.00596995683530327, 0.0105961538461539, 0.00644622728065387, 0.014423076923077, 0.0141627898164385, 0.0402692307692308, 0.0320204021499754, 0.0791153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 840, '2021-05-23 00:00:00', 0.00457438520459315, 0.00825000000000002, 0.00553214383260378, 0.0107307692307693, 0.00549587257718151, 0.0147307692307692, 0.0146902505607787, 0.0412115384615385, 0.0318393382710516, 0.0792884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 855, '2021-05-23 00:00:00', 0.00413502860189166, 0.00753846153846166, 0.00417137682490866, 0.0109038461538463, 0.00787422767885597, 0.0197884615384616, 0.0138147218018147, 0.0414423076923078, 0.0318280294950607, 0.0797115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 870, '2021-05-23 00:00:00', 0.00325812593608428, 0.00815384615384628, 0.00378808861889687, 0.0104807692307693, 0.0125415156733393, 0.0229807692307693, 0.0153239882336359, 0.0417307692307693, 0.0314065463533663, 0.0806346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 885, '2021-05-23 00:00:00', 0.00397535678127912, 0.00771153846153844, 0.0075090714370123, 0.0173846153846153, 0.0123467996476196, 0.0252115384615384, 0.0169281854177717, 0.0422884615384616, 0.0313934155271696, 0.0809423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 900, '2021-05-23 00:00:00', 0.00665721124334065, 0.0150384615384615, 0.0122517816600751, 0.0198846153846153, 0.0118287134354696, 0.0255384615384614, 0.0162148080469674, 0.0425, 0.0310579854713479, 0.0815384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 915, '2021-05-23 00:00:00', 0.00860107327828688, 0.0129615384615384, 0.00936490995480135, 0.0188076923076923, 0.0102984875663296, 0.0253269230769231, 0.0159626607575785, 0.0415576923076923, 0.0319485463735771, 0.0819807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 930, '2021-05-23 00:00:00', 0.00684040597085838, 0.0128653846153846, 0.00823136590216862, 0.0176538461538461, 0.010407985100208, 0.0248846153846154, 0.0173381415914784, 0.0418653846153847, 0.0322881735910556, 0.0831153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 945, '2021-05-23 00:00:00', 0.00567856970073917, 0.0116153846153847, 0.00784572397012447, 0.0181538461538461, 0.0101482283410228, 0.0249423076923077, 0.0183227895088225, 0.0417692307692308, 0.0324558398206167, 0.0838076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 960, '2021-05-23 00:00:00', 0.0061248547863477, 0.0134230769230769, 0.00873324769971716, 0.0179807692307693, 0.0104273493940029, 0.0244807692307692, 0.0185294360410671, 0.042, 0.0340335863523079, 0.08475 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 975, '2021-05-23 00:00:00', 0.00648100775639564, 0.0127115384615384, 0.00778521774805403, 0.0185192307692307, 0.00991385976220239, 0.0252692307692308, 0.0190300976188935, 0.0422692307692308, 0.0350413382252359, 0.0851538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 990, '2021-05-23 00:00:00', 0.00701495654901838, 0.0140192307692308, 0.00931417447516666, 0.018576923076923, 0.0118184341016644, 0.0246538461538461, 0.0188755539908511, 0.0415576923076923, 0.0364934398741218, 0.0858653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1005, '2021-05-23 00:00:00', 0.00692712061393479, 0.0132499999999999, 0.00893902421107332, 0.0193846153846154, 0.0117731114768422, 0.0248846153846154, 0.0192962730558559, 0.0411153846153847, 0.0377392521633134, 0.0863653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1020, '2021-05-23 00:00:00', 0.0054982864463534, 0.0131346153846154, 0.00818189840675503, 0.0162884615384615, 0.0119793411915938, 0.0227307692307692, 0.021742160390852, 0.0401923076923078, 0.0354327586368234, 0.0855961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1035, '2021-05-23 00:00:00', 0.00580719050302825, 0.0102115384615385, 0.00820433750196527, 0.0161346153846154, 0.0114447166177909, 0.0221923076923078, 0.0208351496644122, 0.0387884615384616, 0.033788260364534, 0.0840576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1050, '2021-05-23 00:00:00', 0.00652580675826005, 0.0111153846153846, 0.00980668923980739, 0.0151346153846155, 0.0115827623913894, 0.0209038461538462, 0.0204928880721693, 0.0379615384615385, 0.0330444979709762, 0.0833269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1065, '2021-05-23 00:00:00', 0.00501551439190293, 0.0101538461538462, 0.007322672904175, 0.0156923076923077, 0.00855401390261632, 0.0201346153846155, 0.0179112019095914, 0.0358653846153847, 0.0324727637354043, 0.0829038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1080, '2021-05-23 00:00:00', 0.00708476154530601, 0.0114230769230769, 0.00751224641194938, 0.013923076923077, 0.00851055905241342, 0.0194807692307692, 0.0172800574251182, 0.0344038461538462, 0.0329420528527572, 0.0828269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1095, '2021-05-23 00:00:00', 0.00643586704457026, 0.00959615384615382, 0.00776661989641473, 0.0139038461538462, 0.00745140668185959, 0.0182884615384616, 0.0157497252723292, 0.032923076923077, 0.0330036419901712, 0.0825961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1110, '2021-05-23 00:00:00', 0.00332270742247712, 0.0094038461538462, 0.00441134900002253, 0.0135, 0.00780298266443924, 0.0174423076923077, 0.015102636040924, 0.0310192307692309, 0.0332178647486792, 0.0825576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1125, '2021-05-23 00:00:00', 0.00477863836415608, 0.0101538461538461, 0.00586724938830929, 0.0122692307692308, 0.00993571645823601, 0.0165384615384616, 0.0151571384553235, 0.029673076923077, 0.0341123314044373, 0.0823653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1140, '2021-05-23 00:00:00', 0.00415493219420749, 0.00778846153846149, 0.00627485825766977, 0.0114230769230769, 0.009164249098451, 0.0167115384615386, 0.0143271125439201, 0.0283846153846155, 0.0363419655706522, 0.0834615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1155, '2021-05-23 00:00:00', 0.00393426759873569, 0.00746153846153846, 0.00590879396779463, 0.0110769230769231, 0.00820546253325279, 0.0165192307692308, 0.0132077483086488, 0.0267307692307693, 0.0378304161306136, 0.0844038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1170, '2021-05-23 00:00:00', 0.00377970287802541, 0.00738461538461537, 0.00646112636048484, 0.0108846153846154, 0.00721592789491512, 0.0155192307692308, 0.012848780247407, 0.0248653846153847, 0.0389014781210175, 0.08425 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1185, '2021-05-23 00:00:00', 0.00459452014737285, 0.00748076923076929, 0.00514587213210742, 0.0105, 0.00792047007152008, 0.014923076923077, 0.0129249907007853, 0.0226538461538462, 0.0398927793736391, 0.0844230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1200, '2021-05-23 00:00:00', 0.00327513945680763, 0.00694230769230769, 0.00416879432856143, 0.00967307692307689, 0.00968918905870778, 0.0149038461538462, 0.0128139947533336, 0.0210384615384616, 0.039928228880561, 0.0842115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1215, '2021-05-23 00:00:00', 0.00298740947722523, 0.00626923076923069, 0.00538902017638998, 0.00880769230769229, 0.00945832966226057, 0.0134999999999999, 0.0115904469947652, 0.0200384615384616, 0.0397944139875861, 0.0843461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1230, '2021-05-23 00:00:00', 0.00318022737455141, 0.00557692307692318, 0.00682630658104813, 0.00946153846153851, 0.0081723031307912, 0.0120576923076923, 0.00985122015090212, 0.0185576923076924, 0.0397962503065495, 0.0843076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1245, '2021-05-23 00:00:00', 0.00463253544135226, 0.00659615384615383, 0.00531355306304977, 0.00842307692307685, 0.00581433903909461, 0.0110576923076923, 0.0087122592671742, 0.0172115384615385, 0.0397990529458255, 0.0847307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1260, '2021-05-23 00:00:00', 0.00288637382300926, 0.00486538461538453, 0.00353357522152192, 0.00661538461538455, 0.00443660473092455, 0.00871153846153848, 0.00788037972532952, 0.0159038461538462, 0.039718180297615, 0.084576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1275, '2021-05-23 00:00:00', 0.00269051038909843, 0.0048269230769231, 0.00311769145362406, 0.0065000000000001, 0.00390251398262915, 0.00848076923076935, 0.00759009982705209, 0.0159807692307693, 0.0397041365796873, 0.0845384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1290, '2021-05-23 00:00:00', 0.00280384351587931, 0.00480769230769239, 0.00341563148795917, 0.00605769230769232, 0.00446649923145817, 0.00898076923076933, 0.00778558826392622, 0.0161538461538462, 0.0397097740341866, 0.0848846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1305, '2021-05-23 00:00:00', 0.00243847367140879, 0.00438461538461536, 0.00326030909341672, 0.00651923076923076, 0.00444128359824056, 0.00875000000000005, 0.00751401255092016, 0.016096153846154, 0.0393237059056474, 0.0849230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1320, '2021-05-23 00:00:00', 0.00227697505138194, 0.00426923076923073, 0.00350148320221378, 0.0059038461538462, 0.00412781372567207, 0.00832692307692314, 0.00903744347785285, 0.016846153846154, 0.0393115954708219, 0.0848076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1335, '2021-05-23 00:00:00', 0.0019569403119706, 0.00351923076923089, 0.00248967096991997, 0.0050384615384616, 0.00460772762282602, 0.0078653846153846, 0.0114969728457271, 0.0215961538461539, 0.0393115954708219, 0.0848076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1350, '2021-05-23 00:00:00', 0.0019494575182304, 0.00390384615384619, 0.00356634913515861, 0.00632692307692316, 0.00626111319667192, 0.00869230769230769, 0.0114845046107287, 0.0234230769230769, 0.0393115954708219, 0.0848076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1365, '2021-05-23 00:00:00', 0.00309347949477854, 0.00498076923076932, 0.00412329218726223, 0.00630769230769233, 0.00591494196603312, 0.00805769230769233, 0.0115319122438562, 0.02525, 0.0391906189716955, 0.0847692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1380, '2021-05-23 00:00:00', 0.00189858356814165, 0.00318750000000003, 0.00410984810537775, 0.00522916666666673, 0.00463368260595773, 0.0070833333333334, 0.0117759888350608, 0.026, 0.0403935127163413, 0.0841249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1395, '2021-05-23 00:00:00', 0.00332800752072043, 0.00352083333333333, 0.00353239408489696, 0.00460416666666665, 0.0042347338776472, 0.00870833333333335, 0.013764254798024, 0.0295416666666668, 0.0409189726024566, 0.0843333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1410, '2021-05-23 00:00:00', 0.0019763089590065, 0.0029166666666667, 0.00313805245150657, 0.00510416666666665, 0.00499764437263817, 0.00895833333333338, 0.0140184757746154, 0.0303125000000001, 0.0417846445687783, 0.085 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 2, 1425, '2021-05-23 00:00:00', 0.00233708290861475, 0.00412500000000001, 0.00317827772155965, 0.0074166666666667, 0.00460972310463965, 0.00897916666666674, 0.0139859530979468, 0.0317083333333334, 0.0437983687076275, 0.0860833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 60, '2021-05-23 00:00:00', 0.00270469676958149, 0.00584615384615385, 0.00420791378969894, 0.00744230769230775, 0.00416934785529596, 0.00871153846153854, 0.0135789004879459, 0.0325576923076924, 0.0426821346160735, 0.0872692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 75, '2021-05-23 00:00:00', 0.00254233387627613, 0.00371153846153844, 0.0022546533078195, 0.0047884615384616, 0.00314862607399575, 0.00807692307692309, 0.0137941598567598, 0.032173076923077, 0.0419615758302027, 0.088576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 90, '2021-05-23 00:00:00', 0.00176024473822865, 0.00353846153846156, 0.00198504020497944, 0.00490384615384624, 0.00355051458892278, 0.00861538461538469, 0.0136988629511301, 0.0333269230769232, 0.0425262091131866, 0.0890384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 105, '2021-05-23 00:00:00', 0.00112266852426908, 0.00309615384615394, 0.0028746237211957, 0.00621153846153849, 0.00402912473793588, 0.00857692307692321, 0.014241502189565, 0.0339038461538463, 0.0425822326617751, 0.0890576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 120, '2021-05-23 00:00:00', 0.00308002247744036, 0.00494230769230769, 0.00377608873754919, 0.00667307692307695, 0.00638040871611019, 0.0100192307692309, 0.0143352175267228, 0.0344615384615386, 0.0422699202015589, 0.0893846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 135, '2021-05-23 00:00:00', 0.00260184845535168, 0.00451923076923086, 0.00332941436291741, 0.00625000000000011, 0.00984284199108871, 0.0163076923076923, 0.0145287513360444, 0.0347692307692308, 0.0425306224519916, 0.0904230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 150, '2021-05-23 00:00:00', 0.00200882667629261, 0.00415384615384619, 0.0045985365565078, 0.00705769230769232, 0.0111159621888803, 0.0182307692307692, 0.0152728013651216, 0.0349615384615385, 0.042418505576984, 0.0910192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 165, '2021-05-23 00:00:00', 0.00415396011239694, 0.00534615384615386, 0.00915114536757339, 0.0147115384615385, 0.0116435026450872, 0.0201346153846153, 0.0150892218283321, 0.0347692307692308, 0.0423812050142695, 0.0910576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 180, '2021-05-23 00:00:00', 0.00884875045502944, 0.0135961538461538, 0.0106252239795396, 0.0166538461538461, 0.0120800057310225, 0.0224423076923077, 0.0147589347124429, 0.0343846153846154, 0.0416773734961606, 0.0912115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 195, '2021-05-23 00:00:00', 0.00501187052444951, 0.00817307692307692, 0.00809805294737323, 0.0129615384615384, 0.0126485633115446, 0.0213846153846154, 0.0164921543118585, 0.0326346153846155, 0.0429602320578177, 0.0911923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 210, '2021-05-23 00:00:00', 0.00525151992650332, 0.0095384615384615, 0.00853102933639676, 0.0135384615384615, 0.0106488894328867, 0.0203269230769231, 0.0154650101345437, 0.0305576923076924, 0.0447930283036924, 0.0911538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 225, '2021-05-23 00:00:00', 0.00616694039586515, 0.00913461538461534, 0.0092067074211393, 0.0147115384615385, 0.0114373880826806, 0.019923076923077, 0.0155654943829168, 0.0307307692307694, 0.0453110319390832, 0.0910192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 240, '2021-05-23 00:00:00', 0.00810092587300983, 0.01075, 0.00883977027198881, 0.0126923076923078, 0.0105918146916162, 0.0189423076923078, 0.0138751022172257, 0.0299615384615385, 0.0454176558349114, 0.0907115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 255, '2021-05-23 00:00:00', 0.00420132762899466, 0.00686538461538472, 0.0075986081721488, 0.0128269230769232, 0.00820009380809383, 0.0171923076923079, 0.0145540900939062, 0.0298076923076924, 0.0452340622166016, 0.0904038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 270, '2021-05-23 00:00:00', 0.00649508690058528, 0.0106153846153847, 0.00689168953271869, 0.0133461538461539, 0.00801901586135199, 0.0177307692307693, 0.0138070216250227, 0.030423076923077, 0.044931126781399, 0.0913846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 285, '2021-05-23 00:00:00', 0.00482030959746208, 0.00784615384615385, 0.00598822562649788, 0.011673076923077, 0.00694228958020219, 0.0151538461538463, 0.0135374835748177, 0.0292115384615385, 0.0445429611118904, 0.0903461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 300, '2021-05-23 00:00:00', 0.00422032627247636, 0.00786538461538475, 0.00525916781951727, 0.0113269230769232, 0.00652265283454516, 0.0137500000000001, 0.0130914534657597, 0.0283846153846154, 0.0439311524302077, 0.0898846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 315, '2021-05-23 00:00:00', 0.00336817686361849, 0.00773076923076928, 0.00394539653851851, 0.0101153846153847, 0.00583279851028103, 0.0128076923076924, 0.0117897608770687, 0.0275384615384615, 0.0442510495312301, 0.0896538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 330, '2021-05-23 00:00:00', 0.0033963781614222, 0.00615384615384623, 0.00533727818850945, 0.0079423076923078, 0.00878293800501861, 0.012, 0.0113804150255535, 0.026576923076923, 0.044522975918231, 0.0891538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 345, '2021-05-23 00:00:00', 0.0050240957854661, 0.0056923076923077, 0.00545248708248031, 0.0079807692307692, 0.00780672786767923, 0.01075, 0.0110498172626726, 0.0275384615384615, 0.0446948112631226, 0.0891153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 360, '2021-05-23 00:00:00', 0.00347081236334357, 0.00555769230769227, 0.00673601114561479, 0.00842307692307692, 0.00643574752098353, 0.00982692307692306, 0.00971487756761994, 0.0276730769230769, 0.0435653355494763, 0.0885384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 375, '2021-05-23 00:00:00', 0.00490560903456437, 0.00574999999999994, 0.00495223337339981, 0.00676923076923067, 0.0060881031528711, 0.00924999999999993, 0.00922746735817326, 0.0303846153846153, 0.0436861710208338, 0.0881923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 390, '2021-05-23 00:00:00', 0.00180937728344473, 0.00357692307692297, 0.00277017078062806, 0.00507692307692298, 0.0042069996617359, 0.00867307692307678, 0.00916752210460714, 0.0307884615384615, 0.0437120824697949, 0.0881153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 405, '2021-05-23 00:00:00', 0.00275073416773372, 0.00394230769230757, 0.0044126130406091, 0.00663461538461529, 0.00667117796079638, 0.0127307692307691, 0.0108334418140524, 0.0332115384615384, 0.0443342244946098, 0.0897884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 420, '2021-05-23 00:00:00', 0.00375970538944003, 0.00515384615384603, 0.00337690117392577, 0.00678846153846141, 0.0070346669048035, 0.0139423076923076, 0.0125029381162373, 0.0347884615384614, 0.044152572013243, 0.0905192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 435, '2021-05-23 00:00:00', 0.00266147732255259, 0.00428846153846152, 0.00692556579193797, 0.0112115384615384, 0.00982539879793481, 0.0169615384615384, 0.0132734552918451, 0.0372307692307691, 0.0439966475995615, 0.0907499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 450, '2021-05-23 00:00:00', 0.0059769107018978, 0.00978846153846153, 0.0068388314341424, 0.0120192307692308, 0.0103746733034754, 0.0184230769230769, 0.015019948274007, 0.0381730769230769, 0.0440111873889425, 0.0907692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 465, '2021-05-23 00:00:00', 0.00393759004781041, 0.00723076923076919, 0.00637796688126092, 0.0119615384615384, 0.0085689286647479, 0.0170576923076923, 0.0152210886096079, 0.0383076923076923, 0.0443420272948292, 0.090653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 480, '2021-05-23 00:00:00', 0.00527625304111224, 0.00917307692307695, 0.00697611309012078, 0.0123846153846154, 0.0089129982868582, 0.0168076923076924, 0.0166311107913406, 0.0385769230769231, 0.0446338307358201, 0.0911730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 495, '2021-05-23 00:00:00', 0.00480432497459734, 0.00819230769230776, 0.00594852922998624, 0.01225, 0.00805318857061271, 0.015923076923077, 0.0165959795872837, 0.0384423076923078, 0.0447010755334383, 0.0913846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 510, '2021-05-23 00:00:00', 0.00402243707222382, 0.00849999999999999, 0.00587746674891625, 0.0117307692307692, 0.00626725310949394, 0.0149615384615385, 0.0167570536238876, 0.0373269230769231, 0.0438677733474305, 0.0906923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 525, '2021-05-23 00:00:00', 0.00444574126379569, 0.0082307692307692, 0.00512625219224152, 0.0105384615384616, 0.00533843105732805, 0.0148269230769231, 0.0172739577220917, 0.0369807692307693, 0.044919654769548, 0.0913461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 540, '2021-05-23 00:00:00', 0.00423923977219425, 0.00813461538461544, 0.00485168487783839, 0.0108269230769231, 0.00588609835512054, 0.0163846153846154, 0.0172868558337074, 0.0368461538461539, 0.0457738630493597, 0.0924423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 555, '2021-05-23 00:00:00', 0.00248170226937998, 0.00667307692307698, 0.00383791810551183, 0.0100192307692309, 0.00665570894334041, 0.0180384615384616, 0.0162547981082036, 0.0355384615384616, 0.0451668530604536, 0.0922307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 570, '2021-05-23 00:00:00', 0.00306700806349425, 0.00755769230769239, 0.00453584018169132, 0.0115769230769231, 0.0069634485267441, 0.0184807692307692, 0.016378797269641, 0.0352500000000001, 0.0462123235312167, 0.0936730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 585, '2021-05-23 00:00:00', 0.00422979359380024, 0.00863461538461538, 0.0056764018939411, 0.0146923076923077, 0.0107343625083903, 0.0205576923076923, 0.0153804571303476, 0.0359615384615385, 0.0464427563284589, 0.0940192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 600, '2021-05-23 00:00:00', 0.00512839006076801, 0.0114038461538462, 0.00606798027480182, 0.0144038461538461, 0.01163767092744, 0.0206538461538462, 0.0155958204460238, 0.0349807692307693, 0.0466412536115994, 0.0944423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 615, '2021-05-23 00:00:00', 0.00378763169357229, 0.00861538461538466, 0.00998146358930468, 0.0135192307692307, 0.0112590647241028, 0.0209423076923077, 0.0152103203830112, 0.033423076923077, 0.0460163516087989, 0.0932692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 630, '2021-05-23 00:00:00', 0.00779348840625691, 0.00953846153846153, 0.00880744877056648, 0.0133653846153846, 0.0121455278252469, 0.0210769230769231, 0.016222159583066, 0.0334615384615384, 0.0510513354002992, 0.0956730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 645, '2021-05-23 00:00:00', 0.0045874410497155, 0.00776923076923077, 0.00618347674171939, 0.0138461538461539, 0.00999948075575008, 0.0195192307692308, 0.0142996503453755, 0.032, 0.0553461415512896, 0.096153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 660, '2021-05-23 00:00:00', 0.00576744844263581, 0.0112115384615385, 0.00699274349153912, 0.0140384615384616, 0.00882533503395427, 0.0190576923076924, 0.0131788291764306, 0.0316923076923077, 0.055873552295821, 0.0959230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 675, '2021-05-23 00:00:00', 0.0047942272979715, 0.00876923076923078, 0.00684498693598797, 0.012576923076923, 0.00806874311058514, 0.0167692307692307, 0.0152782021697077, 0.0347115384615384, 0.0551993206479935, 0.0947499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 690, '2021-05-23 00:00:00', 0.00545654159278996, 0.00857692307692299, 0.00579220298199361, 0.0120192307692308, 0.00687349983632788, 0.0147499999999999, 0.0149951787123523, 0.0361538461538461, 0.0552121398300716, 0.0940961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 705, '2021-05-23 00:00:00', 0.00413563314843836, 0.00771153846153851, 0.00569618630853467, 0.0109423076923076, 0.00741881703196993, 0.013826923076923, 0.0163070654814219, 0.0369038461538461, 0.0551342871123279, 0.0934807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 720, '2021-05-23 00:00:00', 0.00385506659625199, 0.00719230769230767, 0.00419981684582331, 0.00953846153846153, 0.00620471284899328, 0.0130384615384615, 0.0172719537000127, 0.0375961538461538, 0.0549727100128222, 0.0931730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 735, '2021-05-23 00:00:00', 0.00270192239255397, 0.0065961538461539, 0.0055632378508038, 0.00998076923076925, 0.00501233094861679, 0.0132115384615384, 0.018262656306918, 0.0387307692307691, 0.0552683105752849, 0.0938846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 750, '2021-05-23 00:00:00', 0.00468930862543897, 0.0075192307692308, 0.00469045675978209, 0.00990384615384622, 0.00459418528811569, 0.0130576923076923, 0.0186028120289544, 0.0402307692307691, 0.0560819181061199, 0.0946923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 765, '2021-05-23 00:00:00', 0.00354379197166851, 0.00646153846153847, 0.0031804692445274, 0.00865384615384611, 0.00573789696129701, 0.0137884615384615, 0.0193452438996891, 0.0420384615384614, 0.0558258314898977, 0.0942115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 780, '2021-05-23 00:00:00', 0.00259355710589494, 0.00655769230769221, 0.00304984236667054, 0.00880769230769228, 0.00630472960440136, 0.0134807692307691, 0.019080084260417, 0.0429807692307691, 0.0558049763427544, 0.0938461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 795, '2021-05-23 00:00:00', 0.0028876394405226, 0.00646153846153855, 0.00572017347773516, 0.0100961538461539, 0.00818312052572012, 0.0142115384615384, 0.018731555030113, 0.0436346153846153, 0.0554315655699752, 0.0940384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 810, '2021-05-23 00:00:00', 0.00438020020617256, 0.00738461538461537, 0.00546713959805442, 0.00948076923076919, 0.00862411645418725, 0.0151538461538461, 0.018983849411053, 0.0440576923076923, 0.054833233185163, 0.0937115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983305 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 983305, 3, 825, '2021-05-23 00:00:00', 0.00292942630245893, 0.00580769230769228, 0.00506165828710162, 0.00959615384615389, 0.00742013891638573, 0.0164615384615384, 0.0192068597521422, 0.0447[...];[ Date: 2021-05-23 15:54:49 - Database: acaweb_fx - User: pgperfstats ]
5 18s254ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982680, 1, 960, '2021-05-23 00:00:00', 0.00678777181067875, 0.0129230769230769, 0.0114996321011386, 0.0181923076923077, 0.0118779045030938, 0.0272692307692308, 0.0224130799723321, 0.0498846153846155, 0.0408500447226948, 0.0996153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 975, '2021-05-23 00:00:00', 0.00703234286378627, 0.011576923076923, 0.00804831563840436, 0.0171538461538462, 0.00954156897273915, 0.0271923076923078, 0.0198699231542008, 0.0475769230769232, 0.0407129539014872, 0.0997692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 990, '2021-05-23 00:00:00', 0.00558197649031781, 0.0140384615384615, 0.00798585287579517, 0.020423076923077, 0.00944270169944035, 0.0277307692307694, 0.0183559673801611, 0.0463076923076924, 0.0404310048582292, 0.0991153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1005, '2021-05-23 00:00:00', 0.00678833841683949, 0.0151923076923077, 0.00850565422799172, 0.0211153846153848, 0.0101968320872408, 0.0281538461538463, 0.018498232763824, 0.0452307692307693, 0.0398276479152553, 0.0991923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1020, '2021-05-23 00:00:00', 0.00489473814809965, 0.0149615384615385, 0.00650881059676924, 0.0197307692307693, 0.0102198148410143, 0.0287307692307693, 0.0169467945687037, 0.042923076923077, 0.0382071278086252, 0.0987692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1035, '2021-05-23 00:00:00', 0.00594487497442442, 0.0136923076923077, 0.00734344291501968, 0.0183846153846155, 0.0105952093673726, 0.0275384615384616, 0.0169457505451503, 0.0399615384615385, 0.0390367085623855, 0.0997692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1050, '2021-05-23 00:00:00', 0.00506997193134396, 0.0127692307692308, 0.00820768870304884, 0.0203846153846153, 0.00988557612810786, 0.0262692307692308, 0.0146367293530298, 0.0370769230769231, 0.0376231516285058, 0.0993076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1065, '2021-05-23 00:00:00', 0.00730057953442484, 0.0165384615384615, 0.00811390070282998, 0.0206538461538463, 0.0101989441384126, 0.0264615384615385, 0.0136535146221939, 0.0354615384615385, 0.0365909614732719, 0.0995384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1080, '2021-05-23 00:00:00', 0.00595159965568394, 0.0136923076923077, 0.00821939544847812, 0.0180384615384614, 0.0108636302191514, 0.0244615384615383, 0.0128384638429274, 0.0328846153846153, 0.0366493572196756, 0.100153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1095, '2021-05-23 00:00:00', 0.00648880693075516, 0.0127692307692307, 0.00741318990822335, 0.017653846153846, 0.00956628695753203, 0.0220769230769229, 0.011335173304637, 0.0303846153846153, 0.0377907599614184, 0.101307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1110, '2021-05-23 00:00:00', 0.00496836143860473, 0.0112692307692307, 0.00635186223450688, 0.0151153846153845, 0.00726180736138367, 0.018576923076923, 0.0108582474857381, 0.0286923076923077, 0.0385651895646041, 0.101076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1125, '2021-05-23 00:00:00', 0.005009529380629, 0.0108461538461539, 0.00602711820409662, 0.0146153846153847, 0.00687738769726261, 0.0174615384615385, 0.0101727388339924, 0.0287307692307693, 0.039133086532223, 0.100961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1140, '2021-05-23 00:00:00', 0.00354314071888861, 0.0100769230769231, 0.00498613462128109, 0.0133076923076923, 0.00749440817184059, 0.0166153846153846, 0.00904994687617217, 0.0283076923076923, 0.0392817240730832, 0.100423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1155, '2021-05-23 00:00:00', 0.0042911357650214, 0.009576923076923, 0.00650029585125511, 0.0124230769230768, 0.00829615295460204, 0.0171153846153846, 0.0090258602828846, 0.0278846153846153, 0.0394525615820394, 0.100230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1170, '2021-05-23 00:00:00', 0.0045580022614501, 0.00884615384615379, 0.00572188780036794, 0.0115, 0.00719999999999998, 0.016, 0.00895776414411205, 0.0271923076923077, 0.0395305723946182, 0.0998846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1185, '2021-05-23 00:00:00', 0.00436982661159268, 0.00815384615384621, 0.00581933118018008, 0.0117692307692307, 0.00643691278128323, 0.014923076923077, 0.00887320946184904, 0.026576923076923, 0.039626564516554, 0.0997692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1200, '2021-05-23 00:00:00', 0.00420054941461426, 0.00826923076923076, 0.00439597718199443, 0.0107307692307692, 0.00681457713570419, 0.0150384615384616, 0.00892084852811315, 0.0263076923076923, 0.0396799503721774, 0.0995384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1215, '2021-05-23 00:00:00', 0.00363508543969001, 0.00742307692307694, 0.00635912427449422, 0.0100384615384617, 0.00665778896077021, 0.0146153846153847, 0.013320718391346, 0.0358076923076923, 0.0396583098286038, 0.0996923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1230, '2021-05-23 00:00:00', 0.0041212395446778, 0.00676923076923081, 0.00533334935895034, 0.0107307692307694, 0.00578911445333797, 0.0150769230769231, 0.0129971002683144, 0.0357307692307692, 0.0396912894920089, 0.100038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1245, '2021-05-23 00:00:00', 0.00459581749654384, 0.00780769230769249, 0.00428880474652865, 0.0109230769230769, 0.0057843289618124, 0.0154615384615384, 0.0132009323680041, 0.0352307692307692, 0.0397380654556037, 0.100076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1260, '2021-05-23 00:00:00', 0.00322203948789246, 0.00769230769230766, 0.00478603738453369, 0.0108846153846154, 0.00600512601545869, 0.0163076923076923, 0.0133063316334166, 0.0345384615384615, 0.0395242476695781, 0.100384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1275, '2021-05-23 00:00:00', 0.00407921561087427, 0.00699999999999998, 0.00490854827355772, 0.0104230769230769, 0.00563614707456741, 0.0146153846153845, 0.0135010540899022, 0.0339615384615384, 0.0396006992945249, 0.100846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1290, '2021-05-23 00:00:00', 0.00361024184146246, 0.00707692307692312, 0.00457013718023354, 0.0113846153846153, 0.00555822329111083, 0.0154230769230769, 0.0130575059463308, 0.0345384615384615, 0.0398022032633293, 0.101153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1305, '2021-05-23 00:00:00', 0.00440069924513742, 0.00838461538461532, 0.00441831851064837, 0.0108076923076923, 0.0060674414833475, 0.0154230769230768, 0.0133994259348905, 0.0337692307692307, 0.0395608975553464, 0.101769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1320, '2021-05-23 00:00:00', 0.00393270312204643, 0.00811538461538459, 0.00535580203000589, 0.0112692307692307, 0.00672446737953735, 0.0155384615384614, 0.0127438673033799, 0.0336153846153845, 0.0392604714106264, 0.101769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1335, '2021-05-23 00:00:00', 0.00356586379652729, 0.00765384615384601, 0.00470171818021382, 0.0108846153846152, 0.00517449365787457, 0.0138461538461537, 0.0132688182767546, 0.0326923076923076, 0.0391305507244659, 0.102 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1350, '2021-05-23 00:00:00', 0.00309267123771913, 0.0072692307692306, 0.00438388657910552, 0.0105384615384614, 0.0050451804877374, 0.0124230769230768, 0.0131155955318028, 0.0326730769230769, 0.0391310421729151, 0.102038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1365, '2021-05-23 00:00:00', 0.00439527718562345, 0.00803846153846152, 0.00401554671055081, 0.0102692307692307, 0.00447488719238992, 0.0117692307692308, 0.0125650461445784, 0.0325961538461538, 0.0391899712446162, 0.102423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1380, '2021-05-23 00:00:00', 0.00298431798676917, 0.00788461538461542, 0.00349879099997973, 0.00880769230769224, 0.00481615869914857, 0.0123461538461538, 0.0127091124183218, 0.0328076923076923, 0.0391899712446162, 0.102423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1395, '2021-05-23 00:00:00', 0.00288017093509827, 0.00515384615384606, 0.00374828165758869, 0.00801923076923066, 0.0140123022870838, 0.0252307692307693, 0.0137333395568819, 0.0337307692307692, 0.0391899712446162, 0.102423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1410, '2021-05-23 00:00:00', 0.003823459971524, 0.00617307692307688, 0.00509358570995083, 0.00976923076923072, 0.0136266847935049, 0.0250576923076923, 0.0135072772408632, 0.0349423076923077, 0.0391645247641281, 0.1025 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 1, 1425, '2021-05-23 00:00:00', 0.00447286691748566, 0.00805769230769228, 0.0140971491935289, 0.0234807692307693, 0.0136420729306859, 0.0241153846153846, 0.013315014659572, 0.0359807692307691, 0.0394355755046711, 0.102730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 0, '2021-05-23 00:00:00', 0.0135891500837986, 0.01575, 0.0132649335293647, 0.0170384615384615, 0.0138362400406158, 0.0191923076923076, 0.0135996747698669, 0.0363653846153845, 0.0398301200291746, 0.102961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 15, '2021-05-23 00:00:00', 0.0025911090586555, 0.00407692307692294, 0.00469238335374062, 0.00653846153846143, 0.00681356113824595, 0.0167692307692307, 0.0110425923656471, 0.031673076923077, 0.0437071548446634, 0.104653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 30, '2021-05-23 00:00:00', 0.00313581462037117, 0.00379999999999999, 0.00526719406642031, 0.00692000000000004, 0.00795204376245502, 0.01962, 0.0126330255019664, 0.0320200000000001, 0.0428667314670325, 0.10284 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 45, '2021-05-23 00:00:00', 0.0047127078611574, 0.00551923076923082, 0.00574379263606846, 0.0143653846153845, 0.00768897812556284, 0.0195961538461538, 0.0127453309701421, 0.0327115384615384, 0.0430310978783412, 0.104346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 60, '2021-05-23 00:00:00', 0.00582755391355454, 0.0124038461538461, 0.00844331779483725, 0.0175192307692307, 0.00878637494165735, 0.0199038461538461, 0.0129462943911198, 0.0339423076923076, 0.042871256284189, 0.104230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 75, '2021-05-23 00:00:00', 0.00902835277590287, 0.0136346153846153, 0.00817315022591558, 0.0154038461538462, 0.00917825607702161, 0.0195961538461538, 0.0126998637182271, 0.0330576923076923, 0.0428805855298714, 0.103769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 90, '2021-05-23 00:00:00', 0.00613552079163742, 0.0102692307692309, 0.00707063265584091, 0.013923076923077, 0.00668756020821207, 0.0177115384615384, 0.0121508625841323, 0.0322884615384616, 0.042457453816914, 0.102346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 105, '2021-05-23 00:00:00', 0.00748454818532558, 0.0114615384615385, 0.00688465406091414, 0.0149615384615385, 0.00719615281832012, 0.0172307692307692, 0.0121003655380261, 0.0318269230769231, 0.042457453816914, 0.102346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 120, '2021-05-23 00:00:00', 0.00605462315412461, 0.0104615384615385, 0.00583253474387091, 0.0125384615384616, 0.0056266194250052, 0.0146730769230769, 0.00957241630133977, 0.0296346153846155, 0.0412798516693818, 0.100884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 135, '2021-05-23 00:00:00', 0.00442649366359502, 0.00792307692307694, 0.00433660625906417, 0.00938461538461548, 0.00500188426034093, 0.0143269230769232, 0.00954569979704922, 0.0284038461538462, 0.0415318969171704, 0.100461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 150, '2021-05-23 00:00:00', 0.00315180046225108, 0.00642307692307698, 0.00305444191049938, 0.00898076923076921, 0.00480740614532977, 0.0158653846153847, 0.00927629319203616, 0.0279807692307693, 0.0416137736073785, 0.100115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 165, '2021-05-23 00:00:00', 0.00277246072317321, 0.00705769230769229, 0.00394583519481186, 0.0115192307692308, 0.00640651711450639, 0.0167115384615385, 0.00912901123637427, 0.0278269230769232, 0.0416147348164825, 0.0998846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 180, '2021-05-23 00:00:00', 0.00402912473793579, 0.00907692307692307, 0.00557866816198446, 0.0131923076923078, 0.00730110634398334, 0.0168846153846153, 0.00855138315397901, 0.0276153846153846, 0.0418846768382682, 0.0996153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 195, '2021-05-23 00:00:00', 0.00522718485788117, 0.0102115384615385, 0.00647198103068448, 0.0135576923076923, 0.00675599448922674, 0.0162115384615385, 0.00826505619134895, 0.0263653846153846, 0.0423143001832714, 0.0995 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 210, '2021-05-23 00:00:00', 0.0047956711249275, 0.00903846153846152, 0.00474925095308573, 0.0113461538461538, 0.00549125178386921, 0.0150769230769232, 0.00761021580609813, 0.0246538461538462, 0.0426466880308425, 0.0994999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 225, '2021-05-23 00:00:00', 0.00446249326653235, 0.0079230769230769, 0.004859882872916, 0.0105384615384616, 0.00669523366628491, 0.0148846153846153, 0.0074367072945367, 0.0237692307692307, 0.0424148740238792, 0.0996923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 240, '2021-05-23 00:00:00', 0.00459832745513149, 0.00776923076923084, 0.00577914020754478, 0.0110384615384616, 0.00829133004084119, 0.0158846153846153, 0.00933249080446296, 0.0241538461538462, 0.0421542223453175, 0.0995384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 255, '2021-05-23 00:00:00', 0.00479230151870208, 0.00838461538461549, 0.00518711421179, 0.0108846153846154, 0.00714950240334144, 0.0146538461538461, 0.00971913259820743, 0.0243076923076924, 0.0421826249320007, 0.0994230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 270, '2021-05-23 00:00:00', 0.00396911150685462, 0.00692307692307684, 0.00557480596419842, 0.0109615384615383, 0.0051243386064785, 0.013826923076923, 0.00937984746472663, 0.0233076923076923, 0.0422742875116233, 0.0993461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 285, '2021-05-23 00:00:00', 0.00533623318600168, 0.0083461538461539, 0.00531427685217273, 0.0101923076923076, 0.0049209129859596, 0.0131538461538461, 0.00926199845522637, 0.0227692307692309, 0.0424625083501271, 0.0992307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 300, '2021-05-23 00:00:00', 0.00350910902564255, 0.00692307692307691, 0.00374294207604337, 0.0100192307692308, 0.00475831256450631, 0.0118076923076924, 0.00905988622784727, 0.0231923076923078, 0.0430006261135096, 0.099576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 315, '2021-05-23 00:00:00', 0.00422961172977093, 0.00798076923076921, 0.0045983274551315, 0.00976923076923085, 0.00558404320018561, 0.0116923076923078, 0.00992246867545497, 0.0251538461538463, 0.0430006261135096, 0.099576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 330, '2021-05-23 00:00:00', 0.00417317440510051, 0.00615384615384613, 0.00491919317962438, 0.00796153846153846, 0.00627525666039621, 0.010173076923077, 0.0113737213989767, 0.0261923076923079, 0.0428980903286633, 0.0993846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 345, '2021-05-23 00:00:00', 0.004064906092207, 0.00578846153846154, 0.0044642597801445, 0.00751923076923084, 0.00495894684849047, 0.00986538461538475, 0.0120774424190147, 0.0287692307692309, 0.0414226990911988, 0.0989999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 360, '2021-05-23 00:00:00', 0.00259237046260468, 0.0054038461538462, 0.00389555960234026, 0.00684615384615388, 0.0042307027966812, 0.00967307692307692, 0.0144831467044126, 0.0318076923076924, 0.0412780627154239, 0.0989615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 375, '2021-05-23 00:00:00', 0.00327320120888512, 0.00492307692307686, 0.00341225168158242, 0.00678846153846157, 0.00403718294778003, 0.00982692307692306, 0.0145375905314994, 0.0346923076923078, 0.0412528600407107, 0.0989615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 390, '2021-05-23 00:00:00', 0.00271640316482044, 0.00517307692307696, 0.00396489402322234, 0.0075961538461538, 0.00388572337587808, 0.010826923076923, 0.0155692497719555, 0.0368076923076924, 0.0412035846088103, 0.0988461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 405, '2021-05-23 00:00:00', 0.00270391454120759, 0.00536538461538461, 0.00301687561253991, 0.00730769230769232, 0.00497331339791142, 0.011576923076923, 0.0148699490454873, 0.0393461538461539, 0.0407686342481759, 0.0988076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 420, '2021-05-23 00:00:00', 0.00248069469178412, 0.00507692307692306, 0.00326119374085374, 0.00734615384615387, 0.00687470279077841, 0.0126923076923078, 0.0192144576976658, 0.0433461538461539, 0.0407686342481759, 0.0988076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 435, '2021-05-23 00:00:00', 0.00308769269096616, 0.00542307692307696, 0.00508875079124381, 0.0091538461538461, 0.0067883384168394, 0.0138076923076924, 0.0195569779008769, 0.0463461538461539, 0.0407610673975133, 0.0987692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 450, '2021-05-23 00:00:00', 0.00478330429724063, 0.00699999999999991, 0.0060779551217114, 0.00969230769230775, 0.00643081523722952, 0.0143461538461539, 0.0195202853068684, 0.0471923076923077, 0.0408658781870646, 0.0984999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 465, '2021-05-23 00:00:00', 0.00517865441388598, 0.00646153846153854, 0.00571973641135528, 0.00934615384615389, 0.00613639834230015, 0.0131538461538463, 0.0197752370402987, 0.0485, 0.0406984596193102, 0.0982692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 480, '2021-05-23 00:00:00', 0.00382381203271538, 0.00669230769230778, 0.00484974226119286, 0.0100000000000002, 0.00526059370735333, 0.0130769230769233, 0.0197470153538356, 0.0507692307692308, 0.040307834703213, 0.0978076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 495, '2021-05-23 00:00:00', 0.00388765303928306, 0.00692307692307691, 0.00352507501284076, 0.00888461538461545, 0.00580570011679498, 0.0168846153846155, 0.0210806509898023, 0.0529230769230769, 0.0402489942540375, 0.0976923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 510, '2021-05-23 00:00:00', 0.00240927694228272, 0.0057307692307693, 0.00371690524702805, 0.00984615384615392, 0.00719198271581738, 0.0192692307692309, 0.0224420278803993, 0.0547307692307692, 0.0402489942540375, 0.0976923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 525, '2021-05-23 00:00:00', 0.00398014302023672, 0.00780769230769228, 0.00617849869740598, 0.0155769230769231, 0.00975838889602954, 0.0238846153846154, 0.0227735338969131, 0.055923076923077, 0.0403158300652009, 0.0976153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 540, '2021-05-23 00:00:00', 0.00510037705996787, 0.0135769230769231, 0.00662222365628392, 0.0174230769230771, 0.0129809920208801, 0.0268846153846155, 0.0224126337998496, 0.0563846153846154, 0.0397615198595132, 0.0975384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 555, '2021-05-23 00:00:00', 0.00582369166554904, 0.0126538461538461, 0.00844420602452452, 0.0187692307692307, 0.0106370180899608, 0.0278846153846154, 0.0217084173678181, 0.0551538461538462, 0.0377859762345768, 0.0974999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 570, '2021-05-23 00:00:00', 0.00584794506971993, 0.0139615384615384, 0.00897355087936858, 0.0197307692307692, 0.0104192868499499, 0.0271923076923077, 0.0214307112484721, 0.0553461538461539, 0.0376616515835406, 0.0979999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 585, '2021-05-23 00:00:00', 0.00686182303652725, 0.0142692307692308, 0.00631542677770992, 0.0212692307692309, 0.00908836957536731, 0.0290384615384616, 0.0230483104670303, 0.0552307692307693, 0.0358808498312873, 0.0976538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 600, '2021-05-23 00:00:00', 0.00512069706793313, 0.0166923076923078, 0.00750507520589594, 0.0203846153846155, 0.0110526015037185, 0.0320000000000001, 0.0232018566896305, 0.0553846153846154, 0.0359419189590865, 0.0966923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 615, '2021-05-23 00:00:00', 0.00499060656094564, 0.0128846153846155, 0.00872203222614112, 0.0210769230769231, 0.0127747948952375, 0.0336538461538462, 0.0230708940842386, 0.0561153846153846, 0.0358154242664333, 0.0962307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 630, '2021-05-23 00:00:00', 0.00776144316477291, 0.0150000000000001, 0.0106172573598907, 0.0233846153846154, 0.0120243343011004, 0.0307692307692308, 0.0244004098326238, 0.0535, 0.0345195819566451, 0.0951923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 645, '2021-05-23 00:00:00', 0.00742190106270731, 0.0157307692307692, 0.00925344010874627, 0.0221153846153846, 0.00954350363013831, 0.0280384615384615, 0.0237908838391126, 0.0533846153846154, 0.031945241610269, 0.0944615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 660, '2021-05-23 00:00:00', 0.00515796620623048, 0.0152692307692307, 0.0067597223429551, 0.019576923076923, 0.011402901115337, 0.0268846153846153, 0.0232120989671666, 0.0518076923076922, 0.0305367622080967, 0.0934230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 675, '2021-05-23 00:00:00', 0.00546611942226489, 0.0140384615384615, 0.00681581870470343, 0.0191538461538461, 0.0121827115839809, 0.0274615384615384, 0.021748067995536, 0.0505384615384615, 0.0297785932405245, 0.0917307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 690, '2021-05-23 00:00:00', 0.00550803608725131, 0.0135384615384615, 0.00833463579565147, 0.0191153846153845, 0.0147247567565126, 0.0264615384615384, 0.0213490046606393, 0.0504999999999999, 0.0296853240093226, 0.0905384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 705, '2021-05-23 00:00:00', 0.00659743539916477, 0.0123846153846154, 0.0104945407053088, 0.0188461538461539, 0.0140099415251621, 0.0249615384615385, 0.020434247271149, 0.0490384615384614, 0.029769369906254, 0.0898461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 720, '2021-05-23 00:00:00', 0.00867534082682282, 0.0143076923076924, 0.0131338669682033, 0.0194615384615385, 0.0137041824048213, 0.0247307692307693, 0.0195275348004969, 0.0497307692307692, 0.0289260063982889, 0.0899230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 735, '2021-05-23 00:00:00', 0.0067878851356947, 0.0116538461538462, 0.00785326977467657, 0.016076923076923, 0.00842523681474973, 0.0217692307692307, 0.0213045679464433, 0.0502692307692306, 0.028655862603287, 0.0890384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 750, '2021-05-23 00:00:00', 0.00550873432343181, 0.0108846153846154, 0.00542543865649456, 0.0153461538461538, 0.00828167578731221, 0.0211153846153847, 0.0217582521922497, 0.0506923076923076, 0.0288914413731019, 0.0893461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 765, '2021-05-23 00:00:00', 0.00494772675074121, 0.0110000000000001, 0.00589393430048723, 0.0154615384615385, 0.00934377620912192, 0.0231153846153846, 0.0221380632882338, 0.0514230769230769, 0.0287179654303981, 0.0891923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 780, '2021-05-23 00:00:00', 0.00470809450267873, 0.0106153846153846, 0.00573410847473271, 0.015, 0.00902586028288468, 0.0231153846153846, 0.0215104983313157, 0.0516923076923077, 0.0282874258556423, 0.0894615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 795, '2021-05-23 00:00:00', 0.00450725910231315, 0.0106538461538461, 0.00613802774638434, 0.0163461538461538, 0.00935422570080162, 0.0246923076923077, 0.0200953113551777, 0.0526923076923077, 0.0292198299368504, 0.0900384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 810, '2021-05-23 00:00:00', 0.0052324431710685, 0.0115384615384615, 0.00765214901941829, 0.017346153846154, 0.0122721072104434, 0.0247307692307693, 0.0196946302716873, 0.0540384615384615, 0.029544568679565, 0.0898076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 825, '2021-05-23 00:00:00', 0.00570950624296552, 0.0110384615384616, 0.00776669417844792, 0.0171923076923077, 0.0154533541293194, 0.0263846153846154, 0.0187194674480462, 0.0545384615384615, 0.0296940294439031, 0.089153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 840, '2021-05-23 00:00:00', 0.00575339364736492, 0.0123076923076924, 0.00925967269732261, 0.0173076923076924, 0.0139550928117522, 0.0257692307692308, 0.017742430672088, 0.0539230769230769, 0.0296736350214229, 0.0892692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 855, '2021-05-23 00:00:00', 0.0058731461887005, 0.0115769230769231, 0.0110133485441009, 0.0185769230769231, 0.0118150490737612, 0.0243461538461539, 0.019495482711486, 0.0550769230769231, 0.0324871572258236, 0.090153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 870, '2021-05-23 00:00:00', 0.00783365520342544, 0.0133846153846153, 0.00895020412315572, 0.0181153846153846, 0.0111496809198912, 0.0246538461538461, 0.0196658626519702, 0.0541153846153846, 0.0355111466790575, 0.0901923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 885, '2021-05-23 00:00:00', 0.00563573761468169, 0.0111923076923077, 0.0067345264238732, 0.015923076923077, 0.00770703973899594, 0.0239615384615385, 0.0199016427617267, 0.0533461538461538, 0.0347573788513372, 0.0903461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 900, '2021-05-23 00:00:00', 0.00356305832332063, 0.0111538461538463, 0.00613790242296548, 0.017076923076923, 0.0107983616991013, 0.0267307692307692, 0.020045486735461, 0.0533076923076923, 0.0353114712239521, 0.0904999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 915, '2021-05-23 00:00:00', 0.00512264955482405, 0.0118076923076922, 0.00601178330127924, 0.0183076923076923, 0.0124168619843528, 0.0284615384615385, 0.0194221126950305, 0.0524615384615385, 0.0356853773112482, 0.0903846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 930, '2021-05-23 00:00:00', 0.00509373672721266, 0.0141153846153846, 0.0100448226235441, 0.0214615384615384, 0.0131043739028087, 0.0282692307692308, 0.0188911456670946, 0.0513461538461538, 0.035995640761711, 0.0906153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 945, '2021-05-23 00:00:00', 0.00674650906879878, 0.0156538461538461, 0.00895295396030743, 0.0206538461538461, 0.0103421467790783, 0.028, 0.0169471576922549, 0.0483846153846153, 0.0360931487212654, 0.0903461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 960, '2021-05-23 00:00:00', 0.00489143678750473, 0.0146153846153846, 0.00642459217502427, 0.0186538461538461, 0.0089267101356633, 0.0286153846153846, 0.0175294038689283, 0.0460000000000001, 0.0373165461341831, 0.0897307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 975, '2021-05-23 00:00:00', 0.00399075855523152, 0.0123846153846153, 0.00804458728682738, 0.0196538461538462, 0.0103495819313557, 0.027923076923077, 0.0177883280660273, 0.0442307692307693, 0.0373158864910828, 0.089653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 990, '2021-05-23 00:00:00', 0.00703092071878549, 0.0160769230769231, 0.00818779579618351, 0.0220000000000001, 0.0125514326488438, 0.0285384615384616, 0.0165440205326461, 0.0427692307692308, 0.0371332942042789, 0.0888076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1005, '2021-05-23 00:00:00', 0.00552866655226684, 0.0146153846153846, 0.00752155875825262, 0.0205769230769231, 0.0132181693134866, 0.028, 0.0161974831853119, 0.0409615384615385, 0.0377100068335264, 0.0887307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1020, '2021-05-23 00:00:00', 0.0048410107018457, 0.0146538461538461, 0.00863704009128484, 0.0199615384615384, 0.0106039905405756, 0.0277307692307692, 0.013750132866491, 0.0391153846153847, 0.0346465227470453, 0.0883076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1035, '2021-05-23 00:00:00', 0.00601536494193124, 0.0152307692307693, 0.00890609126039372, 0.0200384615384616, 0.0116619037896908, 0.029, 0.0117322041997495, 0.0372692307692308, 0.033050939705016, 0.0877307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1050, '2021-05-23 00:00:00', 0.00499045242283861, 0.0127692307692307, 0.00640672723363145, 0.0193846153846154, 0.0118202564074755, 0.0270384615384615, 0.01142123528278, 0.0362692307692309, 0.0314862851706286, 0.0871153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1065, '2021-05-23 00:00:00', 0.00566229091989606, 0.0146923076923077, 0.00880768894860534, 0.0218461538461539, 0.0108812471004725, 0.0261923076923076, 0.00961865175263467, 0.0359615384615386, 0.0305862965797027, 0.0871923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1080, '2021-05-23 00:00:00', 0.00799461357126458, 0.0149230769230771, 0.00865012227570322, 0.0182307692307693, 0.00881057057438136, 0.0238846153846155, 0.0107245225821658, 0.033846153846154, 0.0304022266391029, 0.0871538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1095, '2021-05-23 00:00:00', 0.00350735490954911, 0.0106923076923078, 0.00674377205564227, 0.0160384615384615, 0.00644944839621062, 0.0206538461538462, 0.0121384322901081, 0.0316923076923078, 0.0298507054419926, 0.0872307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1110, '2021-05-23 00:00:00', 0.00599961537228716, 0.0123461538461539, 0.00568520346703072, 0.0158076923076924, 0.00625951583283698, 0.0186923076923078, 0.0151029289059593, 0.0305384615384617, 0.0296034561391843, 0.0872692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1125, '2021-05-23 00:00:00', 0.0047744512370935, 0.0103461538461538, 0.00449016018216921, 0.0138076923076924, 0.00501014355697899, 0.0166923076923077, 0.014926331920984, 0.0293461538461539, 0.0284573635191585, 0.0866923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1140, '2021-05-23 00:00:00', 0.00298431798676919, 0.0101153846153848, 0.00433660625906413, 0.0126153846153847, 0.00484291711201495, 0.0155769230769231, 0.0139010237586469, 0.0280384615384617, 0.0285097554154039, 0.0866153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1155, '2021-05-23 00:00:00', 0.00369531928463351, 0.00915384615384614, 0.00388131619230069, 0.0122307692307692, 0.00621128006130781, 0.0155, 0.0132282332095468, 0.0271153846153847, 0.0279292788196295, 0.0862692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1170, '2021-05-23 00:00:00', 0.00313785816221107, 0.00838461538461528, 0.00457097868665421, 0.010576923076923, 0.00542586398650026, 0.015, 0.0131158741167395, 0.0261153846153847, 0.0275100261443266, 0.0858076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1185, '2021-05-23 00:00:00', 0.00436066332286553, 0.00784615384615363, 0.00531239479533837, 0.0116923076923076, 0.00583477637828691, 0.0147307692307692, 0.0145217608595356, 0.0258076923076923, 0.0274168112380257, 0.0861923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1200, '2021-05-23 00:00:00', 0.00472245047211071, 0.00869230769230769, 0.0049502136706019, 0.0117692307692308, 0.00492903485637752, 0.0148461538461539, 0.017124386569586, 0.0262692307692309, 0.0273831222583434, 0.0863461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1215, '2021-05-23 00:00:00', 0.00393270312204642, 0.00811538461538466, 0.0040671290195344, 0.0106923076923078, 0.00443690814037803, 0.0143846153846154, 0.0244823327194248, 0.0352307692307692, 0.0274556985818132, 0.0868461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1230, '2021-05-23 00:00:00', 0.0029215380564669, 0.00715384615384619, 0.00354748014576759, 0.0102307692307693, 0.00526483252710498, 0.0140384615384617, 0.0244770536185661, 0.0343846153846154, 0.0269492114912477, 0.0865 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1245, '2021-05-23 00:00:00', 0.00256605054210078, 0.00776923076923084, 0.00303745845175772, 0.0108846153846154, 0.00583253474387107, 0.0144615384615385, 0.0245910865652891, 0.0341923076923077, 0.0272504057838523, 0.0867692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1260, '2021-05-23 00:00:00', 0.00278678198755374, 0.0076153846153846, 0.00393895730052829, 0.0096538461538462, 0.00609716201321449, 0.0141538461538461, 0.0239219564417295, 0.0334999999999999, 0.0272942090223154, 0.0865769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1275, '2021-05-23 00:00:00', 0.00321558703816282, 0.00649999999999998, 0.00431526806369409, 0.00969230769230772, 0.00572188780036804, 0.0145000000000001, 0.0231477611477622, 0.0341730769230769, 0.0282592666898161, 0.0891153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1290, '2021-05-23 00:00:00', 0.00339048442193514, 0.00715384615384615, 0.00507497631673141, 0.0113461538461538, 0.00708421864754007, 0.0151153846153846, 0.0224717258246549, 0.0344615384615384, 0.0284452780994287, 0.0894230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1305, '2021-05-23 00:00:00', 0.00415396011239684, 0.00884615384615386, 0.00435148073825276, 0.0118461538461538, 0.00722953344595319, 0.0148846153846155, 0.0207370348744611, 0.0342307692307691, 0.0298371219482349, 0.0905769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1320, '2021-05-23 00:00:00', 0.0029438331892541, 0.00811538461538452, 0.00528160814670916, 0.0101538461538461, 0.00622266329328035, 0.0131923076923078, 0.020135387906714, 0.0339230769230768, 0.0300508543331773, 0.0915769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1335, '2021-05-23 00:00:00', 0.00400000000000001, 0.00700000000000001, 0.00532179842361013, 0.00980769230769244, 0.00506393735530582, 0.0122115384615386, 0.0190405235868538, 0.0336923076923076, 0.0300508543331773, 0.0915769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1350, '2021-05-23 00:00:00', 0.00374350719965195, 0.00742307692307708, 0.00347850542618526, 0.00950000000000017, 0.00422378794630891, 0.0115961538461539, 0.0173696463805287, 0.0332307692307692, 0.0300508543331773, 0.0915769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1365, '2021-05-23 00:00:00', 0.00314079852658775, 0.00776923076923084, 0.00318850097405317, 0.00944230769230779, 0.00476562208385782, 0.0116346153846155, 0.01688968734055, 0.0333076923076922, 0.0302628739293137, 0.0918076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1380, '2021-05-23 00:00:00', 0.00285124803982668, 0.00651923076923071, 0.00398038459680232, 0.00871153846153842, 0.0081505308935157, 0.0126346153846154, 0.0165993975794303, 0.0334999999999999, 0.0302628739293137, 0.0918076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1395, '2021-05-23 00:00:00', 0.00244445998441058, 0.00584615384615378, 0.00345810085718463, 0.00796153846153852, 0.0172821050177967, 0.0256346153846153, 0.0161373432185675, 0.0344230769230769, 0.0302628739293137, 0.0918076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1410, '2021-05-23 00:00:00', 0.00316543835826879, 0.00550000000000003, 0.00534588267159516, 0.00946153846153844, 0.0174430171172835, 0.0251730769230769, 0.0164935884979121, 0.0350384615384615, 0.0303042266663605, 0.0918846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 2, 1425, '2021-05-23 00:00:00', 0.00428880474652864, 0.00707692307692295, 0.0164277555936942, 0.0231346153846153, 0.017213690883891, 0.0241346153846153, 0.0166326833026469, 0.0356153846153846, 0.0303042266663605, 0.0918846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 0, '2021-05-23 00:00:00', 0.0147105927297827, 0.0151923076923076, 0.0169350342372073, 0.0176538461538461, 0.0186081867839028, 0.0207692307692306, 0.0168973825920329, 0.0361923076923076, 0.0302198355643848, 0.0919615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 15, '2021-05-23 00:00:00', 0.0136361510472939, 0.00823076923076935, 0.0139978569788378, 0.0115000000000001, 0.0168976215895792, 0.0215192307692307, 0.0170583162664477, 0.0341153846153847, 0.0303073486899694, 0.0931538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 30, '2021-05-23 00:00:00', 0.00580229839517638, 0.00540000000000006, 0.00794774601171093, 0.00850000000000009, 0.00962635271879583, 0.0185999999999999, 0.0132618500469077, 0.03172, 0.0326713432026702, 0.0932 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 45, '2021-05-23 00:00:00', 0.00827758790581295, 0.00703846153846167, 0.0137042525685109, 0.0179423076923076, 0.0130897493658793, 0.0206923076923076, 0.0144954634813262, 0.0329615384615384, 0.0321047564173189, 0.0933461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 60, '2021-05-23 00:00:00', 0.0139617196428167, 0.0169807692307692, 0.0134125085131523, 0.0188461538461538, 0.0132410201791483, 0.0202692307692307, 0.0150365708038256, 0.0334615384615384, 0.0321032948225184, 0.0933076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 75, '2021-05-23 00:00:00', 0.00689863420150345, 0.00986538461538468, 0.00716487157005519, 0.0128461538461539, 0.00808493375644806, 0.0156153846153846, 0.012948953031631, 0.0293461538461538, 0.0308382629461917, 0.0910384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 90, '2021-05-23 00:00:00', 0.00656154297050969, 0.00942307692307696, 0.00673189880631468, 0.0110384615384616, 0.00735024855676006, 0.0141153846153846, 0.0126902142795754, 0.0281923076923077, 0.0308766279545898, 0.0903846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 105, '2021-05-23 00:00:00', 0.00580993843473269, 0.00834615384615383, 0.00700153829251382, 0.0123076923076923, 0.00761547008499042, 0.0153461538461538, 0.0123992555607801, 0.0276923076923076, 0.0308766279545898, 0.0903846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 120, '2021-05-23 00:00:00', 0.00625509023485302, 0.0103846153846154, 0.00601293477558042, 0.0113461538461538, 0.0112542641491331, 0.0174615384615385, 0.0125357949028433, 0.0271153846153847, 0.0308567907997825, 0.0903076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 135, '2021-05-23 00:00:00', 0.00257562539082188, 0.00607692307692316, 0.00571852589935022, 0.00969230769230772, 0.0106661217809547, 0.0176153846153847, 0.0116935879865848, 0.0255, 0.0309189511216267, 0.0903076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 150, '2021-05-23 00:00:00', 0.00586672494143553, 0.00846153846153845, 0.0111358050380812, 0.0133846153846154, 0.0129740569540199, 0.0186153846153847, 0.0117072627031259, 0.0255, 0.0309189511216267, 0.0903076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 165, '2021-05-23 00:00:00', 0.0102642771111942, 0.0103461538461538, 0.0101193645285433, 0.0148076923076924, 0.0120072414048293, 0.018423076923077, 0.0109263267105014, 0.0252307692307692, 0.0309189511216267, 0.0903076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 180, '2021-05-23 00:00:00', 0.00477122786970153, 0.010269230769231, 0.00943194245431651, 0.0131923076923078, 0.0113107845065604, 0.017423076923077, 0.0104614309949232, 0.0248076923076923, 0.0309189511216267, 0.0903076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 195, '2021-05-23 00:00:00', 0.00956315043036792, 0.0095769230769231, 0.0115835427024059, 0.0144615384615384, 0.0111487839971624, 0.0168461538461539, 0.010519725062216, 0.0247692307692307, 0.0306293976434405, 0.0900000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 210, '2021-05-23 00:00:00', 0.00941692420795997, 0.0109615384615384, 0.00905504534245119, 0.0129230769230769, 0.00854994376949567, 0.0156923076923078, 0.0088282762495553, 0.0234615384615385, 0.0306824931290693, 0.0898461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 225, '2021-05-23 00:00:00', 0.00373280673941828, 0.00757692307692305, 0.00451680622359852, 0.0101923076923077, 0.00502975760235629, 0.0134615384615386, 0.00762193191742404, 0.0224230769230769, 0.0308471168082953, 0.0897692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 240, '2021-05-23 00:00:00', 0.00374432904536976, 0.00750000000000011, 0.00470744091837582, 0.0100000000000001, 0.00594086240825737, 0.0135769230769231, 0.00747755616186509, 0.0219230769230769, 0.0308746597614389, 0.0897307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 255, '2021-05-23 00:00:00', 0.00472509666160788, 0.00705769230769232, 0.00520772355404782, 0.00990384615384623, 0.00502179863579377, 0.0135384615384616, 0.00768937828836237, 0.0214423076923077, 0.0312470060104225, 0.0898461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 270, '2021-05-23 00:00:00', 0.00440528528719067, 0.00744230769230774, 0.00535914028696624, 0.0104038461538461, 0.00501907898385285, 0.0126346153846155, 0.00791709445537855, 0.0214038461538462, 0.0313923312536432, 0.0900384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 285, '2021-05-23 00:00:00', 0.00366941621850331, 0.00723076923076919, 0.00340226169119656, 0.00915384615384621, 0.00466117350691192, 0.0120576923076924, 0.00741290454856626, 0.0216346153846155, 0.0313993630508646, 0.0900000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 300, '2021-05-23 00:00:00', 0.00271130113527682, 0.00636538461538467, 0.00294383318925408, 0.00811538461538469, 0.00501336674838838, 0.011423076923077, 0.0106242827812226, 0.0226538461538462, 0.0313987015900095, 0.0900384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 315, '2021-05-23 00:00:00', 0.00230859597691223, 0.00598076923076923, 0.00375320375966171, 0.00805769230769232, 0.0051111115756225, 0.0107884615384615, 0.0131573319717709, 0.0283461538461538, 0.0313987015900095, 0.0900384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 330, '2021-05-23 00:00:00', 0.00364944674416038, 0.00603846153846147, 0.00545925466876768, 0.00878846153846145, 0.00571748330864342, 0.0109807692307692, 0.0140743082901489, 0.0313846153846153, 0.0313987015900095, 0.0900384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 345, '2021-05-23 00:00:00', 0.00356996013767867, 0.00623076923076916, 0.00383190051259962, 0.0072884615384615, 0.00526033780722808, 0.0113653846153845, 0.0132425886384103, 0.0326153846153846, 0.0312738770320436, 0.0898461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 360, '2021-05-23 00:00:00', 0.00236252798111234, 0.00469230769230765, 0.00421444402757225, 0.00719230769230764, 0.00564392116828769, 0.0104230769230769, 0.0135663044114679, 0.0342692307692308, 0.0312324289062605, 0.0897692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 375, '2021-05-23 00:00:00', 0.00444591428686545, 0.00538461538461534, 0.00540231431888228, 0.0082499999999999, 0.00565008509125851, 0.0107115384615384, 0.0133244136831607, 0.0375, 0.0312324289062605, 0.0897692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 390, '2021-05-23 00:00:00', 0.00356068273487845, 0.00596153846153844, 0.00430044720393655, 0.00742307692307687, 0.00437193848925693, 0.00992307692307682, 0.0124609544022673, 0.0386538461538462, 0.0311559847319161, 0.0898461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 405, '2021-05-23 00:00:00', 0.00323086080456294, 0.00496153846153848, 0.0040017303949474, 0.00742307692307684, 0.00368969458815301, 0.00942307692307696, 0.012206492597731, 0.0409615384615385, 0.0311559847319161, 0.0898461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 420, '2021-05-23 00:00:00', 0.00359080021079511, 0.00557692307692292, 0.00388864223882046, 0.0071923076923076, 0.00396542751599555, 0.00973076923076927, 0.0122452502565752, 0.0421153846153847, 0.0311639831561026, 0.089923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 435, '2021-05-23 00:00:00', 0.00318125519494816, 0.00540384615384617, 0.00296809962511629, 0.00698076923076929, 0.00375893806607869, 0.0109807692307694, 0.0113712863760505, 0.0431153846153846, 0.0317287784923307, 0.0903461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 450, '2021-05-23 00:00:00', 0.00292259105273702, 0.00530769230769234, 0.00330151480384373, 0.00750000000000008, 0.00526541692410156, 0.0127307692307694, 0.0113067032534482, 0.0438076923076924, 0.0317287784923307, 0.0903461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 465, '2021-05-23 00:00:00', 0.00263467995429021, 0.00530769230769227, 0.00362215405525487, 0.00900000000000007, 0.00498998997994986, 0.0135000000000001, 0.0113734508666185, 0.0443461538461539, 0.0317287784923307, 0.0903461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 480, '2021-05-23 00:00:00', 0.00343197633127929, 0.00746153846153849, 0.0039747278571572, 0.0100384615384616, 0.00787527777287887, 0.0155000000000001, 0.0113507031296948, 0.0450384615384615, 0.0317749054347077, 0.0902692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 495, '2021-05-23 00:00:00', 0.0034402593819921, 0.00665384615384616, 0.00505127554340332, 0.0103461538461539, 0.012410665388472, 0.0217692307692307, 0.0118812716232151, 0.0452692307692308, 0.0319737392245574, 0.09 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 510, '2021-05-23 00:00:00', 0.00418734356768657, 0.00742307692307698, 0.00681186747239968, 0.0111923076923077, 0.0123547561691844, 0.024, 0.0120782703805063, 0.0457307692307692, 0.0319001567394268, 0.0895 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 525, '2021-05-23 00:00:00', 0.00538502196267212, 0.00803846153846149, 0.00973218293166462, 0.0173461538461537, 0.0100589034423012, 0.0246923076923076, 0.0122875797203768, 0.0452307692307692, 0.0316350341333052, 0.0891538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 540, '2021-05-23 00:00:00', 0.00675289111873852, 0.0141923076923076, 0.00814607031263912, 0.0189615384615384, 0.00792047007152004, 0.025576923076923, 0.012986916493148, 0.0465, 0.0320099023140316, 0.0889230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 555, '2021-05-23 00:00:00', 0.00542203481531258, 0.0130384615384615, 0.00641836307911789, 0.017653846153846, 0.00737396668119576, 0.026153846153846, 0.0141825461530932, 0.0462307692307692, 0.0334857260060738, 0.0885769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 570, '2021-05-23 00:00:00', 0.0052881580332489, 0.0127307692307692, 0.00649875727765275, 0.0180769230769231, 0.0088404663991131, 0.027923076923077, 0.0145849764642094, 0.0461923076923077, 0.0341584768170588, 0.0891923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 585, '2021-05-23 00:00:00', 0.00507603721875178, 0.0126153846153845, 0.00526935990858041, 0.0213846153846153, 0.0101491189462247, 0.0297307692307692, 0.0151538266302101, 0.0470384615384615, 0.0348887683050886, 0.0901153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 600, '2021-05-23 00:00:00', 0.00478282182559474, 0.0176538461538461, 0.00966197941178972, 0.0230769230769231, 0.0101123686641658, 0.0295, 0.0157409803232983, 0.0474615384615385, 0.0355713151505319, 0.0900384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 615, '2021-05-23 00:00:00', 0.00711747578418523, 0.0154615384615385, 0.00794016081991762, 0.0213846153846153, 0.00898853971198015, 0.026076923076923, 0.0170658904070258, 0.0467307692307693, 0.0378712799645568, 0.0909230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 630, '2021-05-23 00:00:00', 0.00639326568772541, 0.014076923076923, 0.00576581437306267, 0.0182692307692308, 0.00856764935000347, 0.0252692307692308, 0.0204333437905189, 0.0471923076923077, 0.0383327335516065, 0.0920384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 645, '2021-05-23 00:00:00', 0.00452769256906879, 0.0125000000000001, 0.00563778461672798, 0.0172307692307693, 0.0094955860191015, 0.0266153846153846, 0.0205721619222154, 0.0475769230769231, 0.0391682956562496, 0.0926538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 660, '2021-05-23 00:00:00', 0.00470155457105568, 0.0122307692307691, 0.00672595432176454, 0.0190384615384615, 0.0091698502630171, 0.0253846153846154, 0.0203574594153139, 0.0468846153846154, 0.0392999510667145, 0.0936153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 675, '2021-05-23 00:00:00', 0.00638760819568148, 0.0138076923076924, 0.00784346862045108, 0.019, 0.00912722048852529, 0.0241153846153846, 0.0189675025727203, 0.0456153846153846, 0.0394028698681473, 0.0938846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 690, '2021-05-23 00:00:00', 0.00602009455586366, 0.0128076923076923, 0.00693097839691221, 0.0180384615384615, 0.0109139994784399, 0.0236538461538462, 0.0163125246831526, 0.0454615384615384, 0.0396981882942554, 0.0938846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982680 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 982680, 3, 705, '2021-05-23 00:00:00', 0.0049657287016571, 0.0125384615384616, 0.00818450693970959, 0.0178846153846154, 0.01020678507359, 0.0235384615384616, 0.0159974998046569, 0.046, 0.0397485364994254, 0.0938846153846154 wher[...];[ Date: 2021-05-23 15:45:48 - Database: acaweb_fx - User: pgperfstats ]
6 18s196ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983295, 1, 960, '2021-05-23 00:00:00', 4.22068760347808, 7.74038461538459, 5.32172795824236, 9.96730769230767, 7.34223634973602, 15.0788461538461, 14.5874272788379, 24.9788461538461, 16.303233869861, 42.6288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 975, '2021-05-23 00:00:00', 2.58754412820043, 5.64615384615385, 4.32941815241512, 8.73846153846152, 6.51779457745073, 14.6230769230769, 14.346662973024, 24.3423076923077, 16.3423434201322, 42.5673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 990, '2021-05-23 00:00:00', 2.78993038236828, 6.41346153846152, 5.36561846747062, 11.2615384615384, 5.14732828383216, 14.7673076923077, 14.2877354614153, 23.3961538461539, 16.5409790659905, 42.0326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1005, '2021-05-23 00:00:00', 4.47272245437229, 8.22692307692308, 4.26831483591141, 11.3365384615385, 4.03848219774932, 14.0576923076923, 14.22851538285, 22.725, 16.2275659343552, 42.1519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1020, '2021-05-23 00:00:00', 2.35643472546653, 7.65384615384615, 3.74746734988594, 10.0134615384615, 5.44814329699715, 13.4057692307692, 13.9058615200707, 21.5461538461538, 16.3207885367569, 41.7576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1035, '2021-05-23 00:00:00', 2.8632042297989, 6.25769230769228, 3.37580588669066, 8.80576923076922, 6.68593702080371, 13.3653846153846, 13.4488644073079, 20.2346153846154, 15.8682779832547, 41.6269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1050, '2021-05-23 00:00:00', 2.52852039434439, 5.93076923076923, 3.88499084248004, 9.16538461538461, 6.06627277532222, 12.5442307692308, 11.341780487004, 19.6961538461539, 14.7427353687789, 41.1269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1065, '2021-05-23 00:00:00', 3.17092803692933, 6.55384615384617, 4.81416699400361, 9.30961538461539, 5.97023128014834, 11.8884615384615, 11.1322105414181, 19.5634615384615, 14.2748035147463, 41.3692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1080, '2021-05-23 00:00:00', 3.67538381041302, 6.52692307692308, 4.59905843206396, 8.40769230769231, 5.89029710625875, 11.5, 9.62240414545455, 18.6115384615385, 14.4155286196731, 41.4442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1095, '2021-05-23 00:00:00', 2.12181797957824, 5.21346153846154, 2.69863783302728, 7.6230769230769, 5.29666985364023, 10.4134615384615, 8.42123437873201, 17.6326923076923, 14.7218048642664, 41.5423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1110, '2021-05-23 00:00:00', 2.40212726236881, 5.41923076923078, 3.54706433330656, 7.65576923076923, 7.73470127711173, 10.5403846153846, 7.99610217543522, 16.775, 14.8270850135824, 41.225 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1125, '2021-05-23 00:00:00', 1.80581113247033, 4.48461538461539, 2.67892702401537, 5.72499999999998, 6.38677118377086, 9.02692307692308, 7.82567175784534, 14.8923076923077, 14.8477628462493, 40.7384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1140, '2021-05-23 00:00:00', 1.69144908288721, 3.19999999999998, 5.33168504176825, 5.89423076923076, 5.06402849669948, 8.14615384615385, 7.489981000284, 13.7192307692308, 14.7697899834035, 40.8980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1155, '2021-05-23 00:00:00', 4.12769119670847, 4.42884615384616, 3.96026659941747, 5.86346153846156, 4.36176393393595, 8.69615384615386, 7.15283940393334, 12.9634615384615, 14.8475271186303, 40.8615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1170, '2021-05-23 00:00:00', 3.02493229422005, 3.68076923076922, 3.30894184806051, 5.25192307692307, 4.34384799280721, 7.83076923076922, 7.23204301382717, 11.8769230769231, 14.7827015590729, 40.3942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1185, '2021-05-23 00:00:00', 2.44023643242898, 3.48461538461539, 3.74134488365635, 6.26153846153844, 3.55690228234541, 7.13461538461537, 6.98431787319609, 11.0980769230769, 14.3886986902916, 40.175 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1200, '2021-05-23 00:00:00', 3.40373236635009, 4.88124999999999, 3.3006586957889, 5.52500000000002, 3.38520598564066, 6.3625, 4.94313130530128, 9.85416666666667, 11.5651413943373, 38.8145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1215, '2021-05-23 00:00:00', 1.4075816963445, 2.42083333333335, 1.86499018919596, 3.53333333333333, 1.99062908816954, 4.63958333333332, 4.17658619959038, 8.98124999999999, 11.0579351713429, 38.5020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1230, '2021-05-23 00:00:00', 1.20165194266243, 2.63749999999998, 1.75983262544063, 3.78749999999998, 1.98165385291015, 4.83958333333328, 4.38025874426007, 9.16666666666665, 11.0963515269725, 38.5479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1245, '2021-05-23 00:00:00', 1.12310226411139, 2.6375, 1.41205344358357, 3.40416666666664, 2.70726344531131, 5.06666666666663, 4.10429200500148, 8.96041666666667, 10.8107734023968, 39.0104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1260, '2021-05-23 00:00:00', 1.12021728935164, 2.30208333333333, 1.51277021780709, 3.32291666666665, 2.39986318299636, 4.78958333333334, 4.11314116626494, 9.28541666666667, 10.8722589415794, 38.9833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1275, '2021-05-23 00:00:00', 1.01155462216492, 2.17083333333333, 2.13325018236955, 3.73541666666667, 2.3085135047145, 4.83541666666668, 4.22408928097206, 9.83541666666665, 10.739320402958, 38.91875 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1290, '2021-05-23 00:00:00', 1.44553128240307, 2.76041666666666, 1.40785677126824, 3.58541666666669, 1.85925880315288, 4.64791666666666, 4.20445545251391, 10.4625, 10.6105122880327, 38.7833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1305, '2021-05-23 00:00:00', 0.951122049042057, 2.30625000000002, 1.94572645797794, 3.44583333333335, 2.02718838631814, 4.53333333333335, 4.75643538127368, 11.0708333333334, 10.6105122880327, 38.7833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1320, '2021-05-23 00:00:00', 1.83723070589043, 2.49583333333334, 1.8568895899529, 3.17708333333333, 1.93592561091962, 4.85416666666667, 5.79675344856743, 11.66875, 10.6080719795441, 38.7979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1335, '2021-05-23 00:00:00', 1.02051422104856, 1.90833333333332, 1.23018902459414, 2.86458333333332, 1.47197860531082, 4.2958333333333, 5.90019919523726, 12.28125, 10.4165452891479, 39.00625 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1350, '2021-05-23 00:00:00', 1.15120447320639, 2.13749999999999, 1.52535188385017, 3.61874999999999, 1.40735001260207, 3.92916666666665, 5.88814671514991, 12.6125, 10.4011731152747, 38.9875 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1365, '2021-05-23 00:00:00', 1.22318891557619, 2.74791666666666, 1.19306571365601, 3.18333333333334, 1.39702063931311, 3.51666666666667, 5.76410682900934, 12.8166666666667, 10.3753470345312, 39.025 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1380, '2021-05-23 00:00:00', 0.942235623936245, 1.70416666666663, 1.15886626255696, 2.33333333333331, 2.3760037924505, 4.36875000000001, 5.53101760954542, 13.0041666666667, 10.1873749658905, 39.125 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1395, '2021-05-23 00:00:00', 0.64872502329117, 1.11818181818182, 0.7269733555917, 1.67045454545455, 2.68929656551969, 5.77727272727274, 5.63618728777327, 13.375, 10.2496637047566, 39.9818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1410, '2021-05-23 00:00:00', 0.504546429545492, 1.23636363636364, 1.83979136074781, 3.74318181818185, 3.26093896657432, 6.30909090909094, 5.49956560661584, 13.5886363636364, 10.2377516301949, 39.8681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 1, 1425, '2021-05-23 00:00:00', 1.89175129013383, 3.25909090909093, 2.69977652594493, 5.51136363636365, 3.42350545645684, 6.60909090909093, 5.46916632614425, 13.9022727272727, 10.2335310096958, 39.8295454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 60, '2021-05-23 00:00:00', 2.90517211194101, 4.52599999999999, 3.30785302978631, 5.37200000000002, 3.82721395621757, 7.10600000000001, 7.21557516764948, 14.734, 13.2572536748755, 40.246 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 75, '2021-05-23 00:00:00', 1.20979681489634, 1.85600000000004, 1.63850287356072, 3.01400000000004, 3.34430859820082, 5.774, 7.04272792791734, 13.578, 13.3000698619719, 39.904 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 90, '2021-05-23 00:00:00', 1.31492078341882, 2.38800000000001, 2.73665397885814, 4.064, 3.93152112207646, 6.49600000000001, 6.90451241339073, 13.55, 13.2615399432595, 40.064 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 105, '2021-05-23 00:00:00', 2.29192968187654, 2.87399999999998, 3.10911562988578, 4.39199999999998, 3.96997376145824, 6.806, 6.55608623087482, 13.368, 13.301347989333, 39.876 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 120, '2021-05-23 00:00:00', 1.9617169350682, 2.67999999999997, 2.2612220147522, 4.38000000000001, 3.33393911162159, 6.91599999999999, 6.16462488720928, 13.048, 13.3249086926202, 39.606 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 135, '2021-05-23 00:00:00', 1.7039781884363, 2.99000000000003, 2.75376560367799, 4.40200000000003, 3.40734745317625, 6.72800000000004, 5.95127787398079, 12.64, 13.3837510312568, 39.54 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 150, '2021-05-23 00:00:00', 1.5571421472257, 2.586, 2.57852832703722, 4.13799999999998, 3.35263950741302, 6.74599999999999, 5.42997314296613, 11.824, 13.3538639851293, 39.512 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 165, '2021-05-23 00:00:00', 1.60855266207444, 2.61599999999998, 2.08633849922138, 4.15200000000002, 4.00807206355706, 7.16199999999999, 5.07216423235684, 11.632, 13.3742077646989, 39.588 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 180, '2021-05-23 00:00:00', 1.69220024425794, 3.16000000000003, 2.63722075930957, 5.10799999999999, 4.29020881387684, 7.18799999999999, 4.94550132275114, 11.344, 13.2940033473743, 39.914 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 195, '2021-05-23 00:00:00', 2.05312363647849, 3.61399999999999, 3.47712405108972, 5.382, 3.53582616465608, 6.84599999999999, 4.65606504106919, 11.096, 13.2756434244572, 40.17 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 210, '2021-05-23 00:00:00', 2.36471985655807, 3.42600000000001, 2.5838649990534, 4.364, 2.75127546179342, 6.34199999999999, 4.80815539820972, 11.074, 13.278504873165, 40.234 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 225, '2021-05-23 00:00:00', 1.94947215077996, 2.97599999999999, 2.06906379795304, 4.54599999999999, 2.44353398448502, 6.47399999999998, 5.93748684209069, 11.48, 13.3509653209047, 40.366 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 240, '2021-05-23 00:00:00', 1.64761949490772, 3.05599999999998, 2.32070032533286, 4.376, 2.87695585645663, 6.39, 7.2078412163421, 11.638, 13.140886258798, 40.118 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 255, '2021-05-23 00:00:00', 2.33466271653959, 3.07600000000002, 2.38714962525045, 4.316, 3.14897073131312, 6.33200000000001, 7.14007294547238, 11.178, 13.2135038250016, 39.872 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 270, '2021-05-23 00:00:00', 0.969484399049317, 2.486, 2.30307403267892, 3.896, 2.99771162722499, 5.92400000000002, 6.89935081487141, 10.76, 13.1445806323367, 39.71 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 285, '2021-05-23 00:00:00', 1.7942036302122, 2.62999999999999, 1.9545353241457, 4.11999999999999, 3.10244258609247, 5.88400000000001, 6.57983789060693, 10.702, 13.2758373872737, 39.534 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 300, '2021-05-23 00:00:00', 1.39824890488068, 2.90200000000003, 2.10152325706856, 4.08400000000003, 2.71374280284628, 5.32400000000001, 6.88339305865937, 10.438, 13.4158867268126, 39.332 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 315, '2021-05-23 00:00:00', 0.985845660672428, 2.42200000000003, 1.51629207828395, 3.41800000000002, 2.46948375171816, 4.62800000000002, 6.59433153043835, 10.46, 13.4586867858644, 39.2 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 330, '2021-05-23 00:00:00', 1.35210329980119, 2.31200000000002, 1.71062853945559, 3.30000000000001, 2.49995333289775, 4.36799999999999, 6.88949260347476, 10.736, 13.4732518965047, 39.168 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 345, '2021-05-23 00:00:00', 1.02525200154239, 2.04799999999998, 1.70694170960816, 3.13600000000001, 1.82956051188983, 4.34, 6.82588394764127, 10.796, 13.4933156291056, 39.246 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 360, '2021-05-23 00:00:00', 1.42123186004256, 2.18600000000001, 1.61735380586105, 2.93, 2.26900859407803, 4.45599999999996, 8.57333414333846, 11.518, 13.3763525795836, 39.208 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 375, '2021-05-23 00:00:00', 0.873226774669661, 1.676, 1.19753914341033, 2.79199999999999, 2.52704207853108, 4.28599999999999, 8.36763706191895, 11.888, 13.3458520397413, 39.198 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 390, '2021-05-23 00:00:00', 1.10422672792618, 2.08400000000002, 1.59280151515079, 2.992, 3.15224787519428, 4.34000000000002, 8.28581770255656, 12.204, 13.2079521501253, 39.15 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 405, '2021-05-23 00:00:00', 1.35447406767349, 1.82799999999996, 2.36124437532416, 3.01199999999998, 4.72601223725317, 5.00399999999998, 8.31365242638072, 12.734, 13.0852970925386, 39.08 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 420, '2021-05-23 00:00:00', 1.50309957532207, 1.94200000000001, 2.19820002122951, 2.77000000000002, 5.39301245440185, 5.30999999999997, 7.35895033275804, 12.646, 12.4440236660013, 38.832 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 435, '2021-05-23 00:00:00', 1.3207573584879, 1.82400000000001, 2.79091980059144, 3.55599999999997, 4.13680130052191, 5.04999999999997, 6.65713401797897, 13.108, 12.6076256686181, 38.892 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 450, '2021-05-23 00:00:00', 2.31609945094478, 2.88400000000001, 3.85562359850301, 4.21999999999999, 4.12884366378771, 5.53799999999998, 6.78259905935768, 13.664, 12.5969748352531, 38.874 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 465, '2021-05-23 00:00:00', 2.85585947366693, 2.70200000000001, 3.00673826596195, 3.43800000000001, 3.5446556015124, 5.48000000000001, 7.24609780042563, 14.498, 12.6005363642452, 38.818 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 480, '2021-05-23 00:00:00', 1.61674312533974, 2.414, 2.75518450682828, 3.91999999999999, 3.04042211981602, 5.65, 7.62144616635626, 15.104, 12.6046958842065, 38.826 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 495, '2021-05-23 00:00:00', 2.23255832323966, 2.61600000000001, 2.27021107682376, 3.93600000000004, 2.98038448302676, 5.846, 7.58495056015529, 15.228, 12.40915723703, 38.648 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 510, '2021-05-23 00:00:00', 1.38044980592076, 2.82800000000003, 1.81353246455639, 3.86600000000002, 3.62769095523128, 5.908, 7.10369622098243, 15.09, 11.9532160944241, 38.28 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 525, '2021-05-23 00:00:00', 1.27698538232304, 2.294, 1.99354792601867, 3.84399999999999, 4.03152989984366, 6.164, 7.71720102541502, 15.746, 11.9673973778762, 38.262 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 540, '2021-05-23 00:00:00', 1.44628436399567, 2.9576923076923, 3.22402758148154, 4.28461538461538, 5.45628219437147, 7.23076923076923, 7.89675809820325, 16.2173076923077, 11.7844277952533, 38.2423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 555, '2021-05-23 00:00:00', 2.12396943335965, 2.77692307692308, 2.95351745967677, 4.65576923076922, 4.66124941982791, 7.62307692307689, 8.32493312516452, 16.4365384615385, 12.3813184335856, 38.2730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 570, '2021-05-23 00:00:00', 1.78898445622521, 3.39423076923077, 3.32126539833142, 5.29038461538462, 3.49586128927421, 7.92307692307692, 8.39587009281256, 16.4288461538462, 13.5191351566813, 38.3807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 585, '2021-05-23 00:00:00', 2.65523068677655, 3.525, 2.7633876923916, 5.68653846153845, 4.95749975755458, 8.55961538461537, 8.3703756463816, 16.3826923076923, 13.5731393398308, 38.3634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 600, '2021-05-23 00:00:00', 1.99484720833835, 4.53076923076924, 2.73779810459764, 6.0923076923077, 4.55946395297317, 8.81346153846153, 7.84574946167573, 16.1461538461539, 13.9706973560873, 38.3461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 615, '2021-05-23 00:00:00', 2.3894640532007, 3.85769230769231, 3.55023076173064, 6.00769230769229, 4.52846722242919, 8.33076923076922, 8.0591601013047, 16.0615384615385, 14.4402600924797, 38.0634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 630, '2021-05-23 00:00:00', 2.40341423812044, 3.9, 3.20796424783453, 5.62884615384615, 3.88273743639719, 7.92500000000002, 7.93808928763477, 15.7384615384616, 14.8862720703958, 38.1480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 645, '2021-05-23 00:00:00', 1.84993139165916, 3.67307692307696, 2.81547441008547, 5.8019230769231, 4.62101221012822, 8.53461538461542, 7.35986857115095, 15.9942307692308, 15.8694820816075, 38.2115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 660, '2021-05-23 00:00:00', 1.70037100024128, 4.06153846153844, 2.51599804329139, 5.57692307692309, 4.38114667111778, 7.87692307692309, 7.52675254317252, 16.1403846153846, 15.6736359975793, 38.1942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 675, '2021-05-23 00:00:00', 1.5054107540673, 3.46153846153847, 3.81452940942718, 5.37884615384616, 3.97354521032061, 7.33846153846155, 7.15834558668843, 16.7865384615385, 15.5002888310558, 37.7153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 690, '2021-05-23 00:00:00', 3.55346472312048, 3.98653846153848, 3.83865210718557, 5.57500000000001, 3.98646025749857, 7.29423076923078, 6.50973590389513, 17.8384615384615, 15.3861987358301, 37.6634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 705, '2021-05-23 00:00:00', 2.29626871249862, 3.97500000000003, 2.70245543619418, 5.25576923076925, 4.50843696264612, 7.39038461538463, 8.3250384614496, 19.7057692307692, 15.4156463972859, 37.8153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 720, '2021-05-23 00:00:00', 1.75813821982232, 3.42500000000001, 2.23238403092713, 4.7076923076923, 4.12799448419428, 7.05769230769233, 8.03716080753357, 19.8346153846154, 14.7967704376535, 37.6692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 735, '2021-05-23 00:00:00', 1.80794507234466, 3.29423076923075, 3.16977067843183, 5.07307692307691, 4.10260751980232, 7.28269230769228, 8.24725805250539, 20.5442307692308, 14.5813152303266, 37.7346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 750, '2021-05-23 00:00:00', 2.33106528965093, 3.54423076923079, 2.95640178907765, 4.68653846153849, 3.5462922132191, 6.93269230769229, 8.56288884574681, 20.2057692307692, 14.5331172208114, 37.8019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 765, '2021-05-23 00:00:00', 1.90785521947069, 3.03653846153847, 2.86443443202747, 4.75384615384614, 3.77686326914887, 7.3480769230769, 10.523233818556, 22.525, 14.2164624237591, 38.3096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 780, '2021-05-23 00:00:00', 2.23121301951685, 3.61346153846152, 3.1520622065318, 5.1980769230769, 3.88750117486997, 7.60576923076923, 9.89833008449095, 24.3576923076923, 13.7238552836349, 38.4596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 795, '2021-05-23 00:00:00', 1.96177313829958, 3.48461538461538, 3.04036941075357, 5.32692307692309, 4.95419053389691, 7.84038461538464, 9.98525990571179, 25.3307692307693, 13.3963709207439, 38.6153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 810, '2021-05-23 00:00:00', 2.70714723534684, 3.67307692307692, 2.88734373536543, 5.03461538461538, 4.9557581116857, 7.65769230769232, 10.0077003044963, 25.6057692307693, 13.3664052183651, 38.6673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 825, '2021-05-23 00:00:00', 1.15143388867969, 2.99999999999998, 2.78256107818789, 5.42307692307693, 3.54758856343075, 7.60384615384613, 10.181399518428, 26.1519230769231, 13.6691409892727, 39.0692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 840, '2021-05-23 00:00:00', 2.41040373254068, 4.42307692307695, 2.85197097838291, 5.69230769230772, 4.36454420917538, 8.97692307692307, 10.065960155204, 26.7346153846154, 13.8724470970892, 39.2326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 855, '2021-05-23 00:00:00', 1.79388276780156, 3.48076923076924, 3.15327424458108, 5.54230769230766, 5.14865665825715, 10.0557692307692, 10.0226591358704, 27.0519230769231, 14.6288956678738, 39.5673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 870, '2021-05-23 00:00:00', 2.54508047326298, 4.12115384615383, 4.25744641774856, 6.87499999999998, 4.62013153325915, 11.6192307692308, 9.96301641842701, 26.8019230769231, 14.8617609475304, 39.5423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 885, '2021-05-23 00:00:00', 3.07490587723365, 4.92307692307693, 4.05171426207951, 7.83269230769232, 6.409045290717, 13.5615384615385, 9.44873475453399, 26.8826923076923, 16.2766596696005, 40.325 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 900, '2021-05-23 00:00:00', 3.06189295396468, 5.93269230769231, 3.86719984166641, 9.47115384615382, 6.78459935895545, 13.9673076923077, 10.6494335349531, 26.9788461538462, 16.3069372920286, 40.4903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 915, '2021-05-23 00:00:00', 3.71265869901673, 7.47115384615385, 6.35676502149181, 11.0115384615385, 6.82334116217156, 14.5961538461539, 10.6763635410911, 26.8576923076923, 16.1051732013709, 40.7596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 930, '2021-05-23 00:00:00', 3.75391334271523, 6.69423076923077, 3.65641059805085, 9.54230769230768, 4.35030900759226, 12.7326923076923, 10.5589109286896, 26.4, 16.1853718381278, 40.4115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 945, '2021-05-23 00:00:00', 2.71519088435081, 6.53846153846153, 4.12462772212886, 9.93461538461538, 7.03616728055833, 14.825, 10.4062747343203, 25.5846153846154, 16.3139483736606, 40.2865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 960, '2021-05-23 00:00:00', 2.56647693271414, 7.30961538461539, 3.59211101421733, 9.08846153846156, 6.82920538231544, 15.8730769230769, 10.4613782368952, 25.2288461538462, 16.2479722995257, 40.1596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 975, '2021-05-23 00:00:00', 2.94114838900621, 6.08461538461539, 6.97053689577672, 11.4961538461538, 6.76624086067111, 16.6307692307692, 10.3144359255142, 24.7173076923077, 16.2209973135487, 40.2346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 990, '2021-05-23 00:00:00', 6.98629097149992, 9.28846153846153, 6.87940320533247, 12.7826923076923, 7.78391833303668, 16.9038461538462, 10.4230914135579, 23.8788461538462, 16.6052963052339, 40.5442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1005, '2021-05-23 00:00:00', 5.02671516843906, 8.55576923076925, 5.50142813626256, 11.6134615384615, 7.60312106966607, 15.725, 10.0990174693459, 21.9346153846154, 15.8687837011488, 40.3980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1020, '2021-05-23 00:00:00', 3.6624833945541, 7.35384615384618, 5.69270923739639, 9.75769230769232, 7.5390126368419, 14.6865384615385, 10.5942293798957, 20.3519230769231, 15.4084523507766, 39.4403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1035, '2021-05-23 00:00:00', 3.67555594957572, 6.46346153846152, 5.47345763311809, 10.0423076923077, 7.04531158889479, 13.5307692307692, 10.3776750026939, 19.3576923076923, 14.9588116558049, 39.2730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1050, '2021-05-23 00:00:00', 3.26677269581984, 6.49038461538461, 4.4427819593653, 9.38653846153848, 5.8500509530983, 12.0480769230769, 9.97497946787937, 18.2807692307692, 14.5752202780557, 38.6730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1065, '2021-05-23 00:00:00', 2.87224382937533, 6.30384615384617, 3.8193802356685, 8.50576923076923, 4.70068775655384, 10.8442307692308, 9.25019999783785, 17.05, 14.4967879731498, 38.3115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1080, '2021-05-23 00:00:00', 3.68437083659321, 5.61730769230768, 3.95006961963964, 7.27500000000001, 6.94772264846546, 10.625, 9.26302679390572, 15.8442307692308, 14.6828876063783, 38.2826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1095, '2021-05-23 00:00:00', 2.09336681338571, 5.14615384615387, 3.11797024705792, 7.00769230769231, 5.80052683283696, 9.66346153846153, 7.88636725378285, 14.4173076923077, 14.3151147930592, 37.4365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1110, '2021-05-23 00:00:00', 2.28745491758855, 4.32499999999999, 4.55955463412145, 6.35769230769228, 5.023390289436, 8.27499999999998, 7.22561682221928, 13.0423076923077, 13.8227332263252, 36.9653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1125, '2021-05-23 00:00:00', 3.42688465833595, 4.65769230769227, 3.98502630046333, 5.92115384615383, 3.9937643703846, 7.61538461538461, 6.55586408081753, 12.3653846153846, 13.4009295027793, 37.0365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1140, '2021-05-23 00:00:00', 2.4808063205337, 4, 2.56388602290771, 5.48653846153843, 3.11294629176035, 7.62884615384615, 5.75915759064173, 11.8980769230769, 12.959742993653, 36.8576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1155, '2021-05-23 00:00:00', 1.62707973422889, 3.58269230769229, 2.53410657902267, 5.00192307692309, 2.59161072575456, 7.12692307692309, 5.59881340450469, 11.0865384615385, 12.8942760109342, 36.6653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1170, '2021-05-23 00:00:00', 2.05300155494712, 3.36923076923077, 2.84458527462533, 5.19423076923078, 2.71546284480905, 6.99230769230769, 5.61922284525319, 10.4942307692308, 12.7802132220085, 36.525 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1185, '2021-05-23 00:00:00', 2.55321592084598, 3.68653846153849, 2.4605760738869, 5.17884615384618, 3.08975478240341, 6.74615384615383, 5.59933787294395, 10.1538461538462, 12.4742135562188, 36.7596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1200, '2021-05-23 00:00:00', 0.972498764088597, 3.4346153846154, 1.69832609897555, 4.51346153846153, 1.86559229613134, 5.82884615384614, 4.41939301436118, 9.92884615384616, 11.6736048416931, 36.625 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1215, '2021-05-23 00:00:00', 1.55898512352895, 2.82115384615385, 1.6683478700153, 3.99615384615385, 2.7050806898245, 5.46153846153847, 5.04897895237624, 10.2826923076923, 11.4936372029852, 36.6519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1230, '2021-05-23 00:00:00', 1.1080405435515, 2.6346153846154, 1.76402947821174, 3.65000000000002, 2.75536679116342, 5.42692307692311, 4.7271816290308, 9.82307692307695, 11.345636233304, 36.7115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1245, '2021-05-23 00:00:00', 1.32038455936723, 2.58076923076921, 2.08180118019134, 3.75192307692306, 2.92736492166852, 5.75576923076922, 4.63897244921923, 9.35576923076924, 11.4099121887001, 36.5019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1260, '2021-05-23 00:00:00', 1.67482720119003, 2.47307692307693, 1.91885482675313, 3.59038461538465, 2.50491823910788, 4.98076923076925, 4.83488922790932, 9.21538461538464, 11.3618689212918, 36.2942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1275, '2021-05-23 00:00:00', 1.17668537066563, 2.23269230769234, 1.77755341800077, 3.74807692307693, 1.91435468138843, 4.51538461538465, 4.16633578173362, 8.91538461538466, 11.4059721199028, 35.95 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1290, '2021-05-23 00:00:00', 1.33289736462168, 2.78076923076923, 1.27737862587652, 3.34807692307693, 2.19591578933395, 4.52307692307693, 4.07055845724468, 9.07307692307693, 11.4537902695336, 35.9134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1305, '2021-05-23 00:00:00', 0.866140866141294, 2.3, 1.62445730582911, 3.16153846153848, 2.32917615015732, 4.16153846153847, 4.04531685551806, 9.08269230769232, 11.4677898413842, 35.9096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1320, '2021-05-23 00:00:00', 1.37288578717073, 1.98076923076925, 1.83691212469354, 2.77692307692309, 2.1400548159766, 4.07884615384618, 3.49212520702488, 9.24230769230769, 11.5420082241417, 35.8653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1335, '2021-05-23 00:00:00', 0.98168810650915, 1.86346153846154, 1.26020297510422, 2.68653846153847, 1.71507905177752, 3.80192307692309, 3.1740928443597, 9.54423076923077, 11.5384027690811, 35.8076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1350, '2021-05-23 00:00:00', 1.01583046738199, 2.03653846153847, 1.51362021453407, 3.17307692307692, 1.80335691249573, 3.75192307692309, 3.54741292515241, 10.1423076923077, 11.5442819678769, 35.7730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1365, '2021-05-23 00:00:00', 1.40882384114715, 2.4961538461538, 1.49974997916316, 2.87499999999999, 1.81363320013043, 3.49423076923075, 3.92606477473113, 10.4961538461539, 11.54049342366, 35.7326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1380, '2021-05-23 00:00:00', 0.674342985088771, 1.44230769230767, 1.24610778642324, 2.20384615384614, 2.04945396104952, 4.28846153846152, 4.38733360412064, 11.4019230769231, 11.7508035731768, 36.2038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1395, '2021-05-23 00:00:00', 0.557020411771826, 1.1875, 0.789465857766961, 1.96041666666665, 2.54365418845307, 5.78125000000001, 5.06086684159995, 12.2041666666667, 12.1325170931053, 36.7083333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1410, '2021-05-23 00:00:00', 0.580569279591857, 1.43541666666665, 2.05927448705692, 3.68124999999998, 2.54175189925992, 5.64375000000001, 4.99670135754798, 12.20625, 11.9906574063407, 36.6895833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 2, 1425, '2021-05-23 00:00:00', 1.99051077670379, 3.06874999999998, 2.66765974488744, 5.13541666666666, 2.59792193292357, 5.64375000000001, 4.94692848637166, 12.5583333333333, 12.2846388039485, 36.91875 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 60, '2021-05-23 00:00:00', 2.31877039696606, 3.74807692307694, 2.1617843413397, 4.28653846153848, 2.85089729464522, 5.38076923076925, 5.52105062465469, 12.7, 12.1864478638552, 36.6865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 75, '2021-05-23 00:00:00', 1.10432715331031, 1.85769230769233, 1.76411777907869, 2.61346153846154, 2.77001805048273, 4.20000000000002, 5.2432304340564, 12.2057692307692, 12.3004233823318, 36.6807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 90, '2021-05-23 00:00:00', 1.27105800872281, 1.86730769230767, 2.24991965668519, 2.9576923076923, 2.44988539763361, 4.30769230769232, 5.0793170346476, 12.0884615384615, 12.2815477601406, 36.7807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 105, '2021-05-23 00:00:00', 1.24176828013058, 1.9673076923077, 1.4459026991415, 2.92884615384617, 1.84175188339797, 4.17500000000003, 4.76974963058453, 11.8365384615385, 12.3491301468814, 36.8692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 120, '2021-05-23 00:00:00', 1.17690108073967, 2.14807692307695, 1.52940033497296, 3.00576923076926, 1.81486596241663, 4.75769230769232, 4.9342371400092, 11.6480769230769, 12.3315187161255, 36.8346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 135, '2021-05-23 00:00:00', 0.955276842676428, 1.81538461538462, 1.13065841947889, 2.86730769230771, 1.73252594608167, 5.12692307692306, 4.83247507853021, 11.2692307692308, 12.1706875161342, 36.8288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 150, '2021-05-23 00:00:00', 0.959679433657231, 1.95384615384619, 1.5198684153571, 3.34999999999998, 2.02589866099357, 5.44423076923078, 4.91413228900549, 10.8519230769231, 12.1107557091271, 36.7903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 165, '2021-05-23 00:00:00', 1.32558985419265, 2.43269230769227, 1.54750916487904, 4.00384615384615, 2.55118675250441, 6.13461538461542, 5.22586945287211, 10.6134615384616, 12.1563115926856, 36.6365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 180, '2021-05-23 00:00:00', 1.06697992195081, 3.0769230769231, 1.82823685555236, 4.27500000000002, 2.87318906175967, 6.9692307692308, 5.20841958902937, 10.2711538461539, 12.2317721528812, 36.575 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 195, '2021-05-23 00:00:00', 1.90730175903025, 2.75, 2.44323555966263, 4.35000000000002, 3.62991682464571, 6.90192307692307, 5.21083818741137, 9.82884615384616, 12.3395212474141, 36.3461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 210, '2021-05-23 00:00:00', 1.66795245274423, 2.89423076923077, 2.29443809109032, 4.62692307692307, 2.8956625387744, 6.28846153846152, 4.55170804795806, 9.27692307692308, 11.8485878743158, 36.1288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 225, '2021-05-23 00:00:00', 1.59423480559942, 2.84615384615384, 2.20628908769033, 4.26346153846154, 2.8376812039735, 5.62884615384614, 3.69088273785762, 8.71923076923079, 12.0601658363391, 36.15 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 240, '2021-05-23 00:00:00', 1.06349207078163, 2.96923076923077, 1.53516724220471, 3.7576923076923, 2.60141973072104, 5.64615384615383, 2.93836754783228, 8.20961538461538, 11.7456780922241, 35.9653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 255, '2021-05-23 00:00:00', 1.32162632912866, 2.2519230769231, 1.80846726433015, 3.68461538461537, 2.37534450942629, 5.23846153846154, 3.19716220324307, 8.22307692307695, 11.9542274466464, 36.0346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 270, '2021-05-23 00:00:00', 1.24637937180518, 2.73846153846156, 2.28041915850168, 4.01346153846156, 2.20772855772971, 4.90576923076922, 3.91293564790112, 8.24423076923081, 12.328018744058, 36.3230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 285, '2021-05-23 00:00:00', 2.17682991102624, 2.5826923076923, 1.91066641616119, 3.42307692307691, 2.0473510089494, 4.12692307692306, 3.61108176845408, 8.21346153846157, 12.3615932816744, 36.2826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 300, '2021-05-23 00:00:00', 1.23716798187822, 2.29615384615385, 1.62104548410539, 3.08269230769228, 1.58037970121109, 3.84999999999998, 2.99517368187813, 8.2442307692308, 12.2753354959635, 36.3115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 315, '2021-05-23 00:00:00', 1.08350748107178, 1.93269230769229, 1.04565768777358, 2.65, 1.25457317289741, 3.36538461538463, 3.04286049630933, 8.55000000000001, 12.391423833256, 36.3538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 330, '2021-05-23 00:00:00', 0.947182055443323, 1.8846153846154, 0.868387099078602, 2.49807692307694, 1.29614368861577, 3.28269230769234, 3.41022952081167, 9.20576923076925, 12.316328748704, 36.4346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 345, '2021-05-23 00:00:00', 0.728055893881346, 1.8442307692308, 0.922379865014763, 2.44615384615387, 1.28304475609928, 3.20961538461545, 3.79139156511169, 9.47500000000001, 12.2722778589043, 36.4903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 360, '2021-05-23 00:00:00', 0.762528687984927, 1.52500000000003, 1.38384775730016, 2.27884615384619, 1.41962616964416, 3.05769230769236, 3.66837629141078, 9.80384615384617, 12.2097086212319, 36.5538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 375, '2021-05-23 00:00:00', 1.31817472870051, 1.65384615384619, 1.32780327551247, 2.33846153846158, 1.8083662409862, 3.38269230769232, 4.44537443261574, 10.4653846153846, 12.1853381317309, 36.6057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 390, '2021-05-23 00:00:00', 0.828680600992658, 1.51346153846157, 1.01833952325119, 2.03076923076926, 2.16772833949419, 3.47307692307693, 5.50654296129753, 11.2192307692308, 12.1940806888487, 36.6096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 405, '2021-05-23 00:00:00', 0.825388020639648, 1.24423076923079, 1.66966601911421, 2.49615384615383, 1.92884580872763, 4.02692307692307, 6.03299549273696, 12.2711538461538, 12.3009457109856, 36.6557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 420, '2021-05-23 00:00:00', 1.29753612666469, 1.94999999999997, 1.74692697218684, 2.7653846153846, 1.68174474419141, 4.34423076923075, 6.58319918720841, 12.8134615384616, 12.5118849652886, 36.6942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 435, '2021-05-23 00:00:00', 1.20697492166922, 1.7826923076923, 1.4349229408417, 3.25961538461538, 2.80243026400576, 5.11923076923078, 7.19811433640785, 13.675, 12.6181104583238, 36.7365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 450, '2021-05-23 00:00:00', 1.20409557504633, 2.42692307692306, 1.45535086966895, 3.17307692307692, 3.03013391427863, 5.43653846153848, 7.49474585190288, 14.2307692307692, 12.6845419249634, 36.6403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 465, '2021-05-23 00:00:00', 0.792551866781277, 1.85769230769233, 2.21808389242746, 3.5519230769231, 2.54202901998808, 5.13653846153849, 7.93372838921566, 14.8730769230769, 12.686085048042, 36.6153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 480, '2021-05-23 00:00:00', 1.84480247014312, 2.74807692307693, 2.27236322259112, 3.77115384615386, 2.15355609310598, 5.2596153846154, 7.51489290573162, 15.2692307692308, 12.8367245103198, 36.6480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 495, '2021-05-23 00:00:00', 1.3083180629519, 2.34807692307693, 1.77555625086901, 3.60000000000001, 2.78062250916254, 5.86153846153846, 7.42021588945726, 15.1596153846154, 13.0970415038606, 36.5980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 510, '2021-05-23 00:00:00', 1.3226619429713, 2.37884615384618, 1.64687232703038, 3.6673076923077, 2.97589546962821, 6.03461538461538, 6.9630621579435, 14.9788461538462, 13.3319778958482, 36.8211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 525, '2021-05-23 00:00:00', 1.09965728927068, 2.42692307692306, 2.22160717984488, 4.05769230769228, 2.74231864276591, 5.88653846153843, 7.07364148414055, 15.2903846153846, 13.8510217618107, 37.0096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 540, '2021-05-23 00:00:00', 1.53700633100141, 3.03269230769232, 2.28100601961906, 4.38269230769231, 2.28215569481678, 5.87115384615385, 7.10074318970586, 15.1346153846154, 13.8285407206089, 36.9576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 555, '2021-05-23 00:00:00', 1.44748189838554, 2.6903846153846, 1.62623325983222, 3.67884615384616, 2.34281635249937, 5.93269230769231, 6.78282786499511, 14.9153846153846, 14.186832464811, 37.2307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 570, '2021-05-23 00:00:00', 1.06458370339698, 2.60769230769231, 1.61502679187113, 3.83653846153847, 3.33754458339571, 6.30961538461539, 6.30236372018774, 15.1826923076923, 14.1245760998339, 37.225 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 585, '2021-05-23 00:00:00', 1.43987713151025, 2.7269230769231, 2.1528228338268, 4.72307692307692, 3.76409964717276, 7.32692307692305, 6.04753382666155, 15.4442307692308, 14.0817279315595, 37.1884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 600, '2021-05-23 00:00:00', 1.75392746100329, 3.71153846153846, 2.5420373416128, 5.1653846153846, 3.77696306574476, 7.67499999999996, 5.37980161201281, 15.6057692307692, 14.6190197503642, 37.7423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 615, '2021-05-23 00:00:00', 2.09002024281696, 3.54615384615385, 2.96509761157266, 5.20961538461535, 3.70103987466311, 7.39807692307689, 4.98636024185365, 15.2673076923077, 14.4935025230141, 37.7192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 630, '2021-05-23 00:00:00', 1.70850474437105, 3.33269230769228, 2.04632973506602, 4.64423076923076, 3.27550818135961, 7.03461538461538, 4.62312290390547, 15.0557692307692, 14.2100441183747, 37.6846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 645, '2021-05-23 00:00:00', 2.09143767262175, 3.38653846153846, 2.42005165234134, 5.12500000000001, 3.89662181106425, 7.91153846153845, 5.30720591416846, 15.3211538461538, 14.179595849725, 37.7576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 660, '2021-05-23 00:00:00', 1.46160738703872, 3.69807692307693, 2.1433376201257, 4.99807692307689, 3.1004937572041, 7.71153846153844, 5.62399803041875, 15.0346153846154, 14.1639803184535, 37.9923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 675, '2021-05-23 00:00:00', 1.30363397411296, 2.93846153846152, 2.50272774265324, 5.42307692307689, 2.66624555969917, 7.05576923076919, 6.23588375082845, 15.4730769230769, 13.9652140637426, 37.6403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 690, '2021-05-23 00:00:00', 2.4042174482483, 3.78846153846152, 2.38238406772583, 5.36538461538462, 2.63001023689146, 6.68461538461536, 5.87295889257248, 16.4730769230769, 13.7850202979678, 37.4961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 705, '2021-05-23 00:00:00', 1.57697373276988, 3.67692307692308, 1.74589188140002, 4.54230769230769, 2.52657947552691, 6.39038461538461, 6.3666051816067, 18.2384615384615, 13.2320480710223, 36.8980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 720, '2021-05-23 00:00:00', 0.909581476030836, 2.64230769230769, 1.49175683726886, 4.0423076923077, 2.39798633472721, 5.99230769230769, 7.21911778117387, 19.8384615384615, 13.3222953670211, 36.8153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 735, '2021-05-23 00:00:00', 1.11289642893598, 2.84230769230771, 1.81603541137958, 4.35384615384616, 2.23002587083991, 6.41923076923076, 7.68459923383222, 20.7557692307692, 13.46216007356, 36.9846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 750, '2021-05-23 00:00:00', 1.42501282045517, 3.13846153846154, 1.84626546136956, 4.45192307692308, 2.32873108398941, 6.36730769230769, 7.39183775421342, 20.9942307692307, 13.475444334047, 37 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 765, '2021-05-23 00:00:00', 1.12835653121627, 3.0326923076923, 1.86897339158734, 4.58846153846154, 2.46416548520216, 6.46346153846153, 7.44292358811114, 21.6865384615384, 13.5103140087632, 36.8961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 780, '2021-05-23 00:00:00', 1.55933911050114, 3.25769230769231, 1.94935492288721, 4.34615384615385, 2.90620887067674, 7.32499999999997, 7.6550579056243, 22.6134615384615, 13.5661361485133, 36.875 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 795, '2021-05-23 00:00:00', 1.25254203061676, 3.03846153846156, 2.01755754850719, 4.55769230769233, 2.93246286618239, 7.94230769230767, 7.79988387487519, 23.0173076923077, 13.4983145671541, 37.2480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 810, '2021-05-23 00:00:00', 1.76866855615701, 3.0673076923077, 2.17133510860166, 5.34807692307691, 3.16288573202485, 8.02692307692306, 8.12189348896876, 23.5346153846154, 13.5408765765566, 37.4923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 825, '2021-05-23 00:00:00', 1.79244568633514, 3.78846153846153, 2.51272836696565, 5.84038461538462, 3.73295510904615, 8.31538461538462, 8.87848154896906, 24.0788461538461, 14.2817926045717, 38 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 840, '2021-05-23 00:00:00', 1.89346345255296, 4.14038461538462, 2.59206258827567, 6.13269230769231, 3.69116669069027, 8.43653846153846, 8.96986150308995, 24.2692307692308, 14.2301927118147, 38.2538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 855, '2021-05-23 00:00:00', 2.41966701459901, 4.26730769230769, 3.20950091974533, 6.20192307692309, 4.83419430881554, 10.0211538461538, 8.89239865537716, 24.4153846153846, 14.3347712009859, 38.2557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 870, '2021-05-23 00:00:00', 3.06923192596854, 4.05384615384616, 3.84402833576361, 6.0846153846154, 5.14408996212758, 11.6384615384615, 8.78916028193468, 24.4923076923077, 14.8464411690012, 38.6192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 885, '2021-05-23 00:00:00', 2.25239103723475, 3.99423076923077, 4.45852726633082, 7.44423076923078, 5.56388906597366, 14.1884615384615, 8.67303513549541, 23.9423076923077, 14.4234755226972, 38.0769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 900, '2021-05-23 00:00:00', 3.69918286195128, 5.83461538461538, 4.00749874034245, 9.57307692307691, 6.72173426568331, 15.5634615384615, 8.59343130178284, 23.6384615384615, 14.2631446796927, 38.4980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 915, '2021-05-23 00:00:00', 3.04941167087382, 6.91346153846153, 4.95058193937456, 11.2115384615385, 6.84554206428138, 15.5769230769231, 8.5297824392852, 23.1173076923077, 13.9094214058728, 38.3403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 930, '2021-05-23 00:00:00', 3.62274226773885, 7.88846153846153, 5.66567702519707, 11.201923076923, 6.0521782474132, 14.5115384615384, 7.47977606616669, 22.025, 12.6459394516732, 37.7461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 945, '2021-05-23 00:00:00', 4.1799282290489, 6.94999999999997, 4.18555207276723, 9.82692307692307, 5.07333337545066, 13.4634615384615, 6.28277131404728, 20.5692307692308, 11.1322801589998, 36.8615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 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 983295, 3, 960, '2021-05-23 00:00:00', 2.24145299715644, 7.06346153846155, 4.01444890364793, 9.15000000000001, 5.12572546460124, 13.4384615384615, 6.34461613071696, 19.8846153846154, 10.6131139851383, 37.4326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983295 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and[...];[ Date: 2021-05-23 15:54:10 - Database: acaweb_fx - User: pgperfstats ]
7 18s43ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982805, 1, 960, '2021-05-23 00:00:00', 0.173280671610671, 0.22463461538461, 0.189258354149516, 0.356769230769233, 0.23858308744625, 0.534980769230766, 0.265392643802754, 0.899346153846153, 0.807061382662199, 2.01565384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 975, '2021-05-23 00:00:00', 0.156078555172121, 0.242346153846156, 0.177149806226696, 0.337923076923079, 0.24578295068242, 0.545826923076919, 0.259790537667442, 0.861211538461539, 0.786233300911082, 2.01028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 990, '2021-05-23 00:00:00', 0.138583927639533, 0.225249999999997, 0.200593335267766, 0.391384615384611, 0.186775443123136, 0.52061538461538, 0.229015240507297, 0.818596153846152, 0.758511992958274, 2.01428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1005, '2021-05-23 00:00:00', 0.145974762044154, 0.273634615384614, 0.160532935753194, 0.382211538461538, 0.179885250817117, 0.510211538461544, 0.21672213422154, 0.760788461538462, 0.74244712632255, 2.04065384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1020, '2021-05-23 00:00:00', 0.159596010408977, 0.221557692307689, 0.157668323973507, 0.334596153846152, 0.173900047551631, 0.491442307692313, 0.221390320127491, 0.713076923076928, 0.726334605028249, 2.04046153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1035, '2021-05-23 00:00:00', 0.142396396886131, 0.215423076923073, 0.193417066306105, 0.343192307692312, 0.214986834122811, 0.488826923076929, 0.242485435724416, 0.681942307692314, 0.741339854847032, 2.04059615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1050, '2021-05-23 00:00:00', 0.143164205077192, 0.197019230769235, 0.161715486152498, 0.333461538461541, 0.230149821604564, 0.476403846153849, 0.237651228775405, 0.6420576923077, 0.732497047513087, 2.02773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1065, '2021-05-23 00:00:00', 0.147460962239557, 0.241653846153849, 0.200586355851644, 0.341615384615387, 0.233279742930105, 0.457538461538464, 0.240309499156014, 0.589346153846157, 0.718050397845551, 2.02307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1080, '2021-05-23 00:00:00', 0.18624093679548, 0.230057692307698, 0.233825083375122, 0.316980769230773, 0.216979415010874, 0.419057692307696, 0.283134983437503, 0.58282692307693, 0.72669441995931, 2.039 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1095, '2021-05-23 00:00:00', 0.123427713195273, 0.17890384615385, 0.150504971806452, 0.268557692307695, 0.135111708767792, 0.365076923076926, 0.24714860135928, 0.521634615384622, 0.71272440784532, 2.01919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1110, '2021-05-23 00:00:00', 0.115156522244226, 0.182230769230769, 0.112123813774703, 0.259480769230772, 0.124673371717395, 0.333480769230769, 0.247433938347504, 0.484576923076927, 0.700622675800718, 2.02857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1125, '2021-05-23 00:00:00', 0.106583035524127, 0.158211538461538, 0.112940299069221, 0.217134615384616, 0.134136137791191, 0.288711538461541, 0.262754270257339, 0.432557692307693, 0.735829169137678, 2.04788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1140, '2021-05-23 00:00:00', 0.101378318498278, 0.167711538461539, 0.128020270330075, 0.227019230769232, 0.143353634817487, 0.270730769230775, 0.255189220896068, 0.435461538461547, 0.730114481012818, 2.04415384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1155, '2021-05-23 00:00:00', 0.13245905027593, 0.135499999999999, 0.14233692423262, 0.1715, 0.152315609836949, 0.218250000000007, 0.266935884696053, 0.423557692307692, 0.714654351094614, 2.03269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1170, '2021-05-23 00:00:00', 0.106450127361999, 0.108480769230766, 0.121184246247033, 0.137692307692307, 0.156548789396593, 0.195288461538463, 0.265724615257693, 0.406634615384611, 0.715769515169622, 2.02717307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1185, '2021-05-23 00:00:00', 0.0730250562899706, 0.0836730769230747, 0.096955995173073, 0.125749999999998, 0.135426642078338, 0.179346153846156, 0.267681711826113, 0.448173076923072, 0.715769515169622, 2.02717307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1200, '2021-05-23 00:00:00', 0.0805116737832763, 0.096980769230765, 0.126182962399839, 0.1395, 0.127600327043228, 0.194711538461538, 0.27034736984964, 0.481403846153844, 0.715769515169622, 2.02717307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1215, '2021-05-23 00:00:00', 0.0962556931383168, 0.0930384615384652, 0.104787778206894, 0.132038461538463, 0.114071247978551, 0.184480769230771, 0.354727486410893, 0.641519230769223, 0.715769515169622, 2.02717307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1230, '2021-05-23 00:00:00', 0.0850719785738032, 0.0968076923076943, 0.101684587743743, 0.153653846153842, 0.103414141273738, 0.166769230769227, 0.349049036118698, 0.643019230769222, 0.715769515169622, 2.02717307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1245, '2021-05-23 00:00:00', 0.0882415936288146, 0.11432692307692, 0.0910487020986318, 0.131884615384612, 0.0858245280522065, 0.145019230769225, 0.344670021123889, 0.640788461538458, 0.715769515169622, 2.02717307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1260, '2021-05-23 00:00:00', 0.0510917914527089, 0.0606346153846201, 0.05021065240948, 0.0739807692307667, 0.266632161629809, 0.183480769230772, 0.343867110400789, 0.643980769230766, 0.71528742931668, 2.02755769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1275, '2021-05-23 00:00:00', 0.0387039850860145, 0.0385384615384575, 0.0415497153558676, 0.0546730769230696, 0.267401700846101, 0.190980769230768, 0.354334790080711, 0.656211538461537, 0.71507161905967, 2.02790384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1290, '2021-05-23 00:00:00', 0.0353101913813049, 0.0425192307692288, 0.273343151480957, 0.15396153846154, 0.270161932209902, 0.203519230769235, 0.352357213852436, 0.653384615384618, 0.714836864929014, 2.02828846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1305, '2021-05-23 00:00:00', 0.276406014072392, 0.142230769230775, 0.271417640150044, 0.176846153846157, 0.269653165409548, 0.216019230769232, 0.349780986420853, 0.652538461538464, 0.714836864929014, 2.02828846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1320, '2021-05-23 00:00:00', 0.103234229564838, 0.0903846153846097, 0.127239241648891, 0.127269230769236, 0.154733061705043, 0.219096153846161, 0.305371952895793, 0.621980769230773, 0.714836864929014, 2.02828846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1335, '2021-05-23 00:00:00', 0.130010887364612, 0.0896800000000076, 0.151100545995047, 0.130399999999997, 0.193036345886816, 0.244979999999998, 0.308095638560507, 0.627620000000004, 0.725064610339429, 2.01272 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1350, '2021-05-23 00:00:00', 0.143542168600964, 0.107399999999998, 0.158863235205639, 0.179440000000004, 0.186523407825043, 0.245740000000005, 0.30980770648905, 0.622760000000005, 0.723087261331578, 2.0158 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1365, '2021-05-23 00:00:00', 0.123052163735555, 0.144780000000007, 0.198914435122243, 0.217659999999998, 0.220283459433525, 0.311140000000003, 0.310452516498105, 0.622160000000003, 0.723087261331578, 2.0158 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1380, '2021-05-23 00:00:00', 0.182749787961583, 0.159749999999992, 0.175744947405222, 0.185057692307693, 0.197192815636028, 0.338557692307697, 0.30718189800433, 0.593538461538467, 0.702678264543268, 2.02728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1395, '2021-05-23 00:00:00', 0.0560391518356806, 0.083557692307695, 0.171613707539298, 0.215269230769237, 0.279692661684222, 0.492249999999997, 0.275834853741264, 0.568942307692308, 0.69359568942188, 2.02090384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1410, '2021-05-23 00:00:00', 0.157173599515366, 0.199403846153847, 0.174593122606647, 0.286038461538462, 0.261437599555884, 0.50046153846153, 0.266861202759905, 0.559192307692305, 0.697464967137859, 2.01840384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 1, 1425, '2021-05-23 00:00:00', 0.105530396641847, 0.192230769230775, 0.264188807775519, 0.421115384615379, 0.265344113297321, 0.464961538461536, 0.254502062860012, 0.520500000000001, 0.697365082898587, 2.01267307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 0, '2021-05-23 00:00:00', 0.209170869147687, 0.234339999999997, 0.202992235073166, 0.29308, 0.209267804897614, 0.358580000000002, 0.19283335422068, 0.448660000000002, 0.666465310425079, 1.96497999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 15, '2021-05-23 00:00:00', 0.269192509447896, 0.145428571428567, 0.258866839274923, 0.199404761904762, 0.248918467718708, 0.29635714285714, 0.260005027423916, 0.437214285714284, 0.638920172560519, 2.04447619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 30, '2021-05-23 00:00:00', 0.0985974618647295, 0.109869565217398, 0.154788728256473, 0.156369565217393, 0.162101953961889, 0.262043478260874, 0.189299042444364, 0.405673913043482, 0.653775444641209, 1.99632608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 45, '2021-05-23 00:00:00', 0.132806217256534, 0.0815909090909046, 0.157176371622891, 0.207931818181813, 0.151380424786888, 0.215840909090908, 0.191783890371576, 0.376318181818174, 0.634056190922182, 1.9395909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 60, '2021-05-23 00:00:00', 0.128573612557765, 0.174923076923079, 0.126500380054161, 0.181384615384622, 0.12280002035831, 0.196750000000002, 0.204878023749212, 0.37226923076923, 0.668062729954193, 1.99863461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 120, '2021-05-23 00:00:00', 0.076697089003024, 0.0942115384615407, 0.145040955754415, 0.154173076923084, 0.155805504988158, 0.194653846153854, 0.190165142806092, 0.321807692307693, 0.673148829126106, 1.99211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 135, '2021-05-23 00:00:00', 0.131205321933316, 0.102354166666667, 0.128579016195485, 0.119791666666669, 0.148417516007951, 0.177291666666662, 0.164603888828269, 0.293874999999997, 0.65520600256492, 1.94083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 195, '2021-05-23 00:00:00', 0.0405841765299725, 0.0508461538461496, 0.0546529047718462, 0.0745000000000005, 0.0656489059021952, 0.113173076923079, 0.17987795862751, 0.251, 0.668288490214998, 1.98511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 270, '2021-05-23 00:00:00', 0.0946923520589827, 0.0656923076923065, 0.15017511316921, 0.122730769230768, 0.157089054850569, 0.135634615384613, 0.202532432350591, 0.259384615384621, 0.671272685621524, 1.98553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 285, '2021-05-23 00:00:00', 0.121389577869705, 0.0844807692307632, 0.12153022416097, 0.0923461538461499, 0.11659881909944, 0.117269230769228, 0.186321318818196, 0.264076923076933, 0.671559783981688, 1.98571153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 360, '2021-05-23 00:00:00', 0.0750410998497945, 0.0658999999999969, 0.0801289169609371, 0.0836799999999994, 0.131342665700575, 0.122799999999995, 0.332425941627104, 0.680560000000003, 0.679027076656981, 1.9963 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 375, '2021-05-23 00:00:00', 0.0646204659174169, 0.0607307692307673, 0.111377307452569, 0.102769230769232, 0.116010544945108, 0.119057692307689, 0.366620928207861, 0.816250000000001, 0.66939218727485, 1.97840384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 390, '2021-05-23 00:00:00', 0.108725046945643, 0.0798600000000033, 0.109257055454857, 0.0905999999999949, 0.125154031763522, 0.125859999999998, 0.395692217301942, 0.920179999999998, 0.678120022562373, 1.96116 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 405, '2021-05-23 00:00:00', 0.040565805987115, 0.0472307692307652, 0.0493626493803332, 0.064865384615379, 0.0819488043748025, 0.102557692307687, 0.581578614303668, 1.06576923076923, 0.677651493139238, 1.98488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 420, '2021-05-23 00:00:00', 0.0387666630839772, 0.0469000000000051, 0.0760294515303011, 0.07804000000001, 0.107164274208643, 0.117339999999999, 0.584067650904687, 1.0722, 0.692117899999698, 1.9855 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 465, '2021-05-23 00:00:00', 0.0610680074872439, 0.059192307692305, 0.107904396787863, 0.11267307692308, 0.120230854864874, 0.160038461538468, 0.556230885929151, 1.15953846153846, 0.671886396361302, 1.98298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 510, '2021-05-23 00:00:00', 0.0550461397375036, 0.0718400000000111, 0.185525380114605, 0.195000000000018, 0.264129652506743, 0.383840000000009, 0.569945255412008, 1.23336, 0.702207283024983, 1.97562 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 540, '2021-05-23 00:00:00', 0.15330983710723, 0.215384615384618, 0.257858440592156, 0.329653846153849, 0.306990628772029, 0.576115384615386, 0.545881173319441, 1.26915384615385, 0.780442947207641, 2.02857692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 555, '2021-05-23 00:00:00', 0.236401103082161, 0.236192307692308, 0.24778198854266, 0.400423076923077, 0.338222794118808, 0.695538461538464, 0.597508341750583, 1.26653846153846, 0.845927104515418, 2.01911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 570, '2021-05-23 00:00:00', 0.169891020498889, 0.297326923076923, 0.228967992388588, 0.422692307692308, 0.336588077397511, 0.721076923076923, 0.609765319295363, 1.23623076923077, 0.849757458608944, 2.00153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 585, '2021-05-23 00:00:00', 0.161292716464858, 0.244596153846153, 0.239974082735231, 0.465403846153842, 0.603939644208052, 0.769423076923072, 0.602958394087018, 1.20525, 0.890459599567285, 2.02003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 600, '2021-05-23 00:00:00', 0.243962333946487, 0.357403846153842, 0.297467378948458, 0.501192307692303, 0.615561544757805, 0.763653846153845, 0.592637175292318, 1.20019230769231, 0.896785238204514, 2.01821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 615, '2021-05-23 00:00:00', 0.168214309278832, 0.272076923076924, 0.591935769644483, 0.512653846153844, 0.600865500436979, 0.678480769230766, 0.602854807114889, 1.16996153846154, 0.905070207433989, 1.96940384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 630, '2021-05-23 00:00:00', 0.554156824859583, 0.397057692307691, 0.550861765781577, 0.503749999999997, 0.545527675389052, 0.625730769230761, 0.578373508543236, 1.14665384615384, 0.883887896651011, 1.96192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 645, '2021-05-23 00:00:00', 0.198138806240631, 0.273057692307689, 0.21685222990642, 0.384519230769227, 0.215236907937421, 0.535942307692299, 0.48065058154387, 1.14330769230769, 0.840429699846815, 1.89759615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 660, '2021-05-23 00:00:00', 0.147913780759138, 0.245942307692303, 0.186973630390861, 0.332961538461538, 0.227181785056681, 0.524211538461534, 0.495047623583207, 1.14698076923077, 0.812122589505189, 1.90490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 675, '2021-05-23 00:00:00', 0.157493966917416, 0.208980769230771, 0.185423610644963, 0.356846153846146, 0.190403843085003, 0.49628846153846, 0.50360670132096, 1.13151923076923, 0.792719634452271, 1.89132692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 690, '2021-05-23 00:00:00', 0.150092955812769, 0.245153846153841, 0.18277046134007, 0.352192307692307, 0.194769725968498, 0.525115384615388, 0.460919956341489, 1.13261538461539, 0.818745368747907, 1.89417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 705, '2021-05-23 00:00:00', 0.123144792825359, 0.214000000000003, 0.12590456092429, 0.29246153846154, 0.215325350431532, 0.486057692307694, 0.447887340316044, 1.12501923076923, 0.787796413812202, 1.91401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 720, '2021-05-23 00:00:00', 0.11768655239824, 0.205269230769228, 0.170296158319729, 0.344807692307694, 0.180700356519165, 0.472826923076923, 0.409528678905584, 1.10467307692308, 0.932468282817982, 1.96846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 735, '2021-05-23 00:00:00', 0.145612753034046, 0.232076923076923, 0.198612666146568, 0.329865384615387, 0.279976018890633, 0.456365384615387, 0.423179384131418, 1.06663461538462, 0.934361172344297, 1.94940384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 750, '2021-05-23 00:00:00', 0.170631822489693, 0.212673076923081, 0.156392514084081, 0.318538461538465, 0.298909983877324, 0.452961538461542, 0.449012684847373, 1.07836538461539, 0.953541390534009, 1.97071153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 765, '2021-05-23 00:00:00', 0.0963821480438067, 0.211038461538458, 0.230843554249328, 0.331057692307693, 0.245285100209155, 0.459403846153846, 0.466765279507637, 1.11338461538462, 0.936930722338387, 1.97646153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 780, '2021-05-23 00:00:00', 0.19984227242041, 0.214923076923078, 0.215875922340018, 0.313576923076924, 0.176580246521343, 0.464211538461534, 0.467081750380443, 1.10469230769231, 0.924658945857245, 1.96261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 795, '2021-05-23 00:00:00', 0.121302775984463, 0.198211538461541, 0.119681174215234, 0.283288461538461, 0.323429521510653, 0.476153846153846, 0.442049494270288, 1.08384615384615, 0.887949697336504, 1.93625 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 810, '2021-05-23 00:00:00', 0.111641397064272, 0.181192307692313, 0.152168430214182, 0.317865384615387, 0.296458873136801, 0.486288461538464, 0.423946932455548, 1.0608076923077, 0.887988763139225, 1.93128846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 825, '2021-05-23 00:00:00', 0.129783151982304, 0.225942307692308, 0.295738362148298, 0.34832692307692, 0.364705052589922, 0.580846153846155, 0.401506457463161, 1.05415384615385, 0.882681044406096, 1.92211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 840, '2021-05-23 00:00:00', 0.289497358165176, 0.238096153846153, 0.287430858575656, 0.332961538461538, 0.3766755183893, 0.578115384615383, 0.370967294847072, 1.07742307692308, 0.86465617533124, 1.90969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 855, '2021-05-23 00:00:00', 0.138033659495953, 0.206365384615382, 0.301537916993231, 0.384846153846153, 0.328364476786674, 0.563980769230767, 0.365933825459441, 1.10776923076923, 0.871195193177381, 1.91076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 870, '2021-05-23 00:00:00', 0.232169348834992, 0.268057692307692, 0.262126466834973, 0.378230769230767, 0.251137290065694, 0.523461538461539, 0.330154711985383, 1.07392307692308, 0.859639845874643, 1.88923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 885, '2021-05-23 00:00:00', 0.147887587246323, 0.22853846153846, 0.19093205899965, 0.372865384615385, 0.225239671495466, 0.507980769230771, 0.307764103594842, 1.03971153846154, 0.837160057299948, 1.8973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 900, '2021-05-23 00:00:00', 0.141278270145776, 0.26348076923077, 0.145987756335936, 0.347250000000003, 0.211168594692993, 0.510346153846154, 0.31248143883338, 1.02248076923077, 0.842971150386897, 1.90359615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 915, '2021-05-23 00:00:00', 0.115439094830929, 0.209769230769233, 0.172905635669153, 0.345673076923077, 0.183205790133562, 0.503692307692303, 0.293433824933971, 0.981519230769231, 0.868057673553647, 1.88273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 930, '2021-05-23 00:00:00', 0.172567062772262, 0.269365384615388, 0.165825269485685, 0.383500000000002, 0.185633075840905, 0.541173076923074, 0.325390435299827, 0.995153846153845, 0.874153751658396, 1.89569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 945, '2021-05-23 00:00:00', 0.139587110932433, 0.2431923076923, 0.148210205451581, 0.354749999999991, 0.207995777508918, 0.560288461538459, 0.310161213664014, 0.963461538461537, 0.872503929019138, 1.90888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 960, '2021-05-23 00:00:00', 0.107514549999241, 0.231038461538462, 0.147903497644192, 0.368769230769232, 0.233210905702249, 0.56655769230769, 0.305940077717586, 0.938634615384615, 0.878545929143928, 1.90898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 975, '2021-05-23 00:00:00', 0.151509999669992, 0.276000000000006, 0.21851777695683, 0.427673076923082, 0.240376141942964, 0.574519230769231, 0.310199908867704, 0.914788461538465, 0.888028831825765, 1.91961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 990, '2021-05-23 00:00:00', 0.160400159457052, 0.300634615384614, 0.183259778834477, 0.410557692307695, 0.170099908424889, 0.528173076923075, 0.290733656197818, 0.866673076923081, 0.934559134236354, 1.97665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1005, '2021-05-23 00:00:00', 0.106517048111851, 0.236192307692308, 0.141373493326677, 0.349730769230768, 0.18420707411456, 0.516615384615387, 0.291582193188497, 0.826153846153847, 0.954533637437674, 2.01175000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1020, '2021-05-23 00:00:00', 0.128595896572889, 0.245730769230776, 0.143711164653814, 0.36032692307692, 0.189479567601523, 0.56694230769231, 0.305104045935399, 0.783826923076928, 0.956600094887332, 2.01069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1035, '2021-05-23 00:00:00', 0.125054006794601, 0.240230769230771, 0.157983373029718, 0.337115384615388, 0.249866134159872, 0.580250000000004, 0.329787696276534, 0.70976923076924, 0.941999341213223, 1.99717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1050, '2021-05-23 00:00:00', 0.145984668583861, 0.210788461538466, 0.182280132045322, 0.390442307692312, 0.251758208177237, 0.549846153846156, 0.330195038517446, 0.673788461538467, 0.92569474117883, 2.00607692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1065, '2021-05-23 00:00:00', 0.155372728029676, 0.290730769230772, 0.215991285436735, 0.42465384615385, 0.22328498606041, 0.516250000000001, 0.310276829869468, 0.620865384615386, 0.878770781349628, 1.99861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1080, '2021-05-23 00:00:00', 0.150649853838423, 0.304461538461545, 0.153885806812914, 0.393807692307691, 0.184086894197783, 0.449230769230772, 0.27687402300574, 0.559730769230771, 0.900782507899909, 2.0130576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1095, '2021-05-23 00:00:00', 0.165486407761621, 0.259634615384613, 0.201119512881126, 0.321461538461536, 0.186014218852717, 0.378480769230768, 0.297246724766839, 0.496653846153851, 0.880572565698893, 2.00571153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1110, '2021-05-23 00:00:00', 0.127755397296796, 0.214807692307698, 0.138899118067748, 0.277250000000005, 0.256327966000286, 0.361615384615386, 0.263847506219895, 0.443557692307698, 0.870188141460485, 1.99369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1125, '2021-05-23 00:00:00', 0.123902523721736, 0.182653846153849, 0.118252300351667, 0.233057692307691, 0.243006039810983, 0.317346153846149, 0.254092225080091, 0.42982692307693, 0.870188141460485, 1.99369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1140, '2021-05-23 00:00:00', 0.089173392030101, 0.159423076923072, 0.225750825878042, 0.248846153846146, 0.214851531026933, 0.283903846153842, 0.249741633416496, 0.492711538461538, 0.870188141460485, 1.99369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1155, '2021-05-23 00:00:00', 0.215765025325806, 0.179884615384612, 0.205744121329234, 0.220211538461535, 0.196942241630535, 0.258942307692315, 0.238742954789323, 0.478461538461545, 0.869850125905869, 1.99969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1170, '2021-05-23 00:00:00', 0.104780143450647, 0.13903846153846, 0.105214873546396, 0.16748076923077, 0.10856822208249, 0.208326923076925, 0.205836564181013, 0.445134615384616, 0.869606758164947, 1.98942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1185, '2021-05-23 00:00:00', 0.0508831844673548, 0.0944615384615348, 0.0533645986082113, 0.13890384615385, 0.0832259782852589, 0.180288461538464, 0.186562800315431, 0.433961538461546, 0.868464618649573, 1.99042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1200, '2021-05-23 00:00:00', 0.0554728346545935, 0.0941538461538519, 0.0687662708019023, 0.119999999999998, 0.0949419113904057, 0.185557692307695, 0.193463636018599, 0.443538461538463, 0.867270093675903, 1.99134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1215, '2021-05-23 00:00:00', 0.041963573947671, 0.0743076923076864, 0.0647671598883276, 0.113249999999996, 0.0982747424316179, 0.187750000000005, 0.291386587648666, 0.599788461538467, 0.856916198442907, 2.00413461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1230, '2021-05-23 00:00:00', 0.0584325679736868, 0.0757499999999993, 0.095553134634416, 0.128307692307693, 0.106241966212114, 0.18484615384616, 0.311410002433091, 0.634019230769234, 0.856916198442907, 2.00413461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1245, '2021-05-23 00:00:00', 0.0800067521188987, 0.101596153846159, 0.087088745629871, 0.155480769230772, 0.0934420120469606, 0.175480769230774, 0.312540683505598, 0.656826923076927, 0.856916198442907, 2.00413461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1260, '2021-05-23 00:00:00', 0.0728314941386021, 0.101057692307697, 0.0738591486963809, 0.126076923076924, 0.0681735567955392, 0.163076923076926, 0.311302724295563, 0.664615384615386, 0.857466749299262, 2.00138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1275, '2021-05-23 00:00:00', 0.0592822583396292, 0.070384615384617, 0.059708664491711, 0.092269230769233, 0.0656356874081369, 0.151288461538461, 0.333067618452367, 0.68946153846154, 0.847876856307288, 2.00178846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1290, '2021-05-23 00:00:00', 0.0442194570818644, 0.0639038461538479, 0.0650072776990916, 0.12711538461538, 0.0727149148810201, 0.145326923076921, 0.328601948236174, 0.696903846153842, 0.844976491479994, 2.00063461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1305, '2021-05-23 00:00:00', 0.0728548108331852, 0.112211538461535, 0.0779598910683225, 0.12576923076923, 0.0909175387158814, 0.162326923076926, 0.330005032595648, 0.712307692307687, 0.844740306930977, 2.00061538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1320, '2021-05-23 00:00:00', 0.0527403545683922, 0.0552500000000009, 0.0520163287972012, 0.0690384615384578, 0.216403110314625, 0.293115384615384, 0.335835612831857, 0.710326923076919, 0.845091074746018, 2.00023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1335, '2021-05-23 00:00:00', 0.0273976978257997, 0.0385769230769225, 0.0780532485895622, 0.0945192307692366, 0.202319941790597, 0.302173076923083, 0.335299471196436, 0.709653846153843, 0.842661394036771, 2.00175 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1350, '2021-05-23 00:00:00', 0.0833532819712892, 0.0794807692307656, 0.217859518073885, 0.269480769230763, 0.213285908691016, 0.309173076923072, 0.335871871174336, 0.709576923076921, 0.840799489497023, 2.00469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1365, '2021-05-23 00:00:00', 0.212679433745862, 0.246692307692309, 0.198955689887119, 0.273442307692313, 0.195988708465951, 0.327576923076925, 0.338167332271141, 0.696230769230766, 0.835850012539052, 2.00071153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1380, '2021-05-23 00:00:00', 0.141096291452106, 0.159788461538461, 0.163438381708165, 0.197230769230766, 0.159935882585681, 0.315557692307692, 0.309996928024474, 0.673346153846152, 0.841258092885975, 1.99317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1395, '2021-05-23 00:00:00', 0.0756959022364069, 0.0970192307692234, 0.0921900294959322, 0.190692307692302, 0.268630152526012, 0.46332692307692, 0.308502754631759, 0.662980769230763, 0.840789085415505, 1.99511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1410, '2021-05-23 00:00:00', 0.0934484555578848, 0.163076923076923, 0.0933677200848691, 0.230134615384615, 0.302503800993283, 0.499519230769233, 0.308868912323657, 0.659249999999997, 0.844344233710394, 2.02225 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 2, 1425, '2021-05-23 00:00:00', 0.0800191515537666, 0.165769230769229, 0.275845779097939, 0.418576923076922, 0.300435661229586, 0.507057692307692, 0.31384276072826, 0.646038461538458, 0.845270571383004, 2.02032692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 0, '2021-05-23 00:00:00', 0.324422856777999, 0.299259999999997, 0.340383341494069, 0.360439999999999, 0.327886568292553, 0.434819999999997, 0.3370740522002, 0.6197, 0.850237629528746, 2.01188 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 45, '2021-05-23 00:00:00', 0.126332401457007, 0.0884249999999952, 0.173628694875611, 0.300349999999995, 0.172008024598601, 0.333049999999994, 0.193564342287674, 0.473625000000001, 0.797688758390864, 1.90025 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 60, '2021-05-23 00:00:00', 0.166542681062192, 0.22626923076923, 0.163499660079625, 0.238326923076919, 0.161454853180021, 0.289019230769229, 0.208857610678802, 0.46319230769231, 0.805961417524721, 1.97055769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 75, '2021-05-23 00:00:00', 0.0452402676625706, 0.0729999999999964, 0.0590392446688417, 0.102717391304343, 0.117630337264925, 0.178652173913043, 0.15942923455263, 0.34589130434783, 1.08702477463576, 2.08076086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 105, '2021-05-23 00:00:00', 0.0807493992311415, 0.0892380952380964, 0.109853137892203, 0.164523809523806, 0.138631461590999, 0.225428571428568, 0.141568408501733, 0.322785714285715, 1.13992789141201, 2.07711904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 120, '2021-05-23 00:00:00', 0.088323920882171, 0.113859999999997, 0.11761607741574, 0.154999999999993, 0.129814621030662, 0.202739999999999, 0.146603427654333, 0.32826, 1.04363714878943, 2.04146 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 135, '2021-05-23 00:00:00', 0.109375448239237, 0.10752083333333, 0.126733914381067, 0.1535625, 0.128696472973412, 0.214104166666668, 0.128739175709332, 0.309083333333331, 1.06438673721476, 2.0526875 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 150, '2021-05-23 00:00:00', 0.0845458026966665, 0.092416666666665, 0.0823115656550156, 0.122041666666661, 0.135015483210335, 0.180937499999997, 0.130277711661655, 0.27889583333333, 1.06546189697001, 2.05135416666666 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 165, '2021-05-23 00:00:00', 0.0472984233505613, 0.0883541666666664, 0.0911615041393883, 0.140062500000004, 0.116865661682264, 0.163187500000004, 0.127114200337869, 0.272958333333335, 1.0650057458425, 2.04827083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 180, '2021-05-23 00:00:00', 0.08400728649815, 0.106937500000006, 0.103327246781934, 0.122708333333338, 0.109057853862663, 0.152062500000009, 0.132533573474147, 0.268187500000003, 1.06470564330431, 2.04429166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 195, '2021-05-23 00:00:00', 0.0493686108803938, 0.0574545454545459, 0.0636104044145535, 0.0760454545454546, 0.0792127833325482, 0.122613636363639, 0.11539491058799, 0.229159090909093, 1.10683140626961, 2.0575 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 210, '2021-05-23 00:00:00', 0.0524646188577016, 0.060666666666665, 0.0602228199562141, 0.0873749999999992, 0.0872162246199434, 0.119187499999998, 0.133096129583636, 0.255583333333329, 1.06413319470301, 2.02539583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 225, '2021-05-23 00:00:00', 0.0570569890548148, 0.058100000000004, 0.076802821128746, 0.0834400000000051, 0.0837059585692756, 0.113900000000003, 0.142135718593182, 0.263900000000003, 1.04234062210968, 2.02808 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 240, '2021-05-23 00:00:00', 0.0639864810944155, 0.0617391304347808, 0.0742049493358003, 0.0789782608695611, 0.0815868132896874, 0.112891304347823, 0.149275089588115, 0.2655652173913, 1.06741794447246, 2.0675 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 255, '2021-05-23 00:00:00', 0.0616863487953876, 0.0540909090909064, 0.0673241054389931, 0.081477272727271, 0.0717249020918562, 0.10684090909091, 0.147977367887549, 0.272295454545449, 1.10807624650725, 2.05620454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 270, '2021-05-23 00:00:00', 0.0533743784541008, 0.0605416666666703, 0.0618411029240961, 0.0783125000000027, 0.0711822236755143, 0.100812500000004, 0.171841495416858, 0.316395833333331, 1.0641638530174, 2.03664583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 285, '2021-05-23 00:00:00', 0.0520996641064029, 0.0558749999999956, 0.0493854212997835, 0.0770625000000014, 0.0685095697060208, 0.0988125000000035, 0.180638180277353, 0.327249999999997, 1.06449336711094, 2.03445833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 300, '2021-05-23 00:00:00', 0.0372575429400451, 0.053021739130434, 0.0559374474186668, 0.0739565217391264, 0.0842052710225746, 0.102869565217386, 0.201057021487253, 0.401304347826075, 1.08018014390222, 1.99593478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 315, '2021-05-23 00:00:00', 0.0438049809804343, 0.0539375000000035, 0.0573252187655812, 0.0685625000000059, 0.0739451422202381, 0.0975833333333303, 0.222964313613022, 0.515791666666658, 1.06335583093732, 2.03783333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 330, '2021-05-23 00:00:00', 0.0400635858241776, 0.0485000000000122, 0.0599492621440922, 0.0648695652173971, 0.102306049029292, 0.101130434782607, 0.271416379001912, 0.588347826086953, 1.06733929976837, 2.06589130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 345, '2021-05-23 00:00:00', 0.0550583024317573, 0.0466999999999962, 0.0618839639971472, 0.0676999999999975, 0.115381371257816, 0.121940000000002, 0.323376094251456, 0.651339999999996, 1.04258514920045, 2.02622 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 360, '2021-05-23 00:00:00', 0.0493622369304967, 0.0467499999999982, 0.102736875021241, 0.0866874999999965, 0.110331606558581, 0.122708333333333, 0.37351453612362, 0.731249999999996, 1.06335700901587, 2.03870833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 375, '2021-05-23 00:00:00', 0.0970566030196952, 0.0659347826086836, 0.114497613762529, 0.0998913043478242, 0.115934240083406, 0.129956521739127, 0.381796852994512, 0.746782608695652, 1.08711681768632, 2.03445652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 390, '2021-05-23 00:00:00', 0.0726156748359815, 0.0638333333333326, 0.0717909574813419, 0.0690625000000011, 0.0755052276479895, 0.0941875000000039, 0.355695872754978, 0.822520833333328, 1.06437314659816, 2.03460416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 405, '2021-05-23 00:00:00', 0.0323586600531398, 0.0401874999999995, 0.0468568588084026, 0.0612499999999964, 0.133933299157406, 0.123791666666664, 0.346463012617968, 0.894645833333328, 1.07587955591719, 1.99791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 420, '2021-05-23 00:00:00', 0.0349310444391853, 0.0472826086956561, 0.0358178582878992, 0.0618478260869621, 0.0621568604133322, 0.121956521739126, 0.350937589465135, 0.965847826086951, 1.08743523545283, 2.03413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 435, '2021-05-23 00:00:00', 0.0332158596657258, 0.0382799999999997, 0.0564142047715015, 0.0853999999999996, 0.085992916374938, 0.157859999999994, 0.318284758510358, 0.977800000000002, 1.04359483956498, 2.02672 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 450, '2021-05-23 00:00:00', 0.0504674800090286, 0.0719423076923074, 0.0672763417097381, 0.107615384615383, 0.183857352732622, 0.241115384615383, 0.31272428997195, 0.984192307692308, 1.03391208839942, 1.99855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 465, '2021-05-23 00:00:00', 0.0444001689185963, 0.0666999999999916, 0.0768417095940341, 0.130759999999996, 0.174254631693587, 0.264979999999994, 0.381464844382804, 1.05686, 1.04381835105539, 2.0283 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 480, '2021-05-23 00:00:00', 0.0801394137366754, 0.106395833333335, 0.143988878394999, 0.18683333333333, 0.204690288314893, 0.337624999999991, 0.419014383875931, 1.11002083333334, 1.06572003603163, 2.02160416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 495, '2021-05-23 00:00:00', 0.14125698648875, 0.135833333333333, 0.178619357853505, 0.211374999999999, 0.221665605928048, 0.448020833333331, 0.604132759293382, 1.17622916666667, 1.06736256094338, 2.02002083333334 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 510, '2021-05-23 00:00:00', 0.107261259585982, 0.112104166666671, 0.158244513607759, 0.212250000000002, 0.257752574172893, 0.461541666666674, 0.422303323895495, 1.09052083333334, 1.00494447175172, 1.9465 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 525, '2021-05-23 00:00:00', 0.136125644732523, 0.171365384615388, 0.232598872277178, 0.353653846153848, 0.335951817172544, 0.539288461538468, 0.622957589925791, 1.19967307692308, 1.04300088502064, 1.98338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 540, '2021-05-23 00:00:00', 0.200707100982043, 0.280596153846156, 0.256757757728653, 0.396384615384623, 0.296689047916915, 0.556134615384619, 0.590931831614599, 1.19048076923077, 1.01812244767589, 1.96203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 555, '2021-05-23 00:00:00', 0.196830540156905, 0.233807692307701, 0.199951502773892, 0.367211538461546, 0.23031526553501, 0.494192307692314, 0.578534205158574, 1.1555576923077, 0.996576266717511, 1.98434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 570, '2021-05-23 00:00:00', 0.177682118922007, 0.257653846153853, 0.201636009642661, 0.367096153846159, 0.266987501868247, 0.573384615384616, 0.578140263790185, 1.17376923076923, 0.996826948950439, 1.97738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 585, '2021-05-23 00:00:00', 0.153961899632548, 0.227442307692308, 0.188748645435798, 0.348865384615384, 0.314864687054369, 0.627134615384613, 0.586291997347605, 1.16388461538462, 1.00134987584068, 2.01057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 600, '2021-05-23 00:00:00', 0.182850691507071, 0.273346153846153, 0.289982652664177, 0.471173076923074, 0.332967060625426, 0.683211538461531, 0.578110316861357, 1.16203846153846, 0.977512290695885, 2.02146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 615, '2021-05-23 00:00:00', 0.255383013259576, 0.34678846153846, 0.276662652813023, 0.488711538461534, 0.28134453078033, 0.678749999999997, 0.580232922726197, 1.14173076923077, 0.92163203403193, 1.98761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 630, '2021-05-23 00:00:00', 0.237043959733535, 0.329673076923077, 0.266480352862156, 0.469461538461539, 0.244055933847459, 0.590173076923081, 0.582119337817886, 1.06128846153847, 0.872161720183723, 1.91038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 645, '2021-05-23 00:00:00', 0.191588988161152, 0.29290384615385, 0.207135221534142, 0.39750000000001, 0.355271950547963, 0.554826923076925, 0.567366871202804, 1.02494230769231, 0.903296034616465, 1.89538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 660, '2021-05-23 00:00:00', 0.142799963639296, 0.259019230769234, 0.205761501220747, 0.356153846153844, 0.362091686752659, 0.581519230769227, 0.558536417447768, 1.01501923076923, 0.897461203146873, 1.90536538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 675, '2021-05-23 00:00:00', 0.16172674960705, 0.217807692307693, 0.299901589628231, 0.374711538461539, 0.306823477814955, 0.520942307692302, 0.550683865752397, 0.998000000000001, 0.860577726566016, 1.87578846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 690, '2021-05-23 00:00:00', 0.222864395644873, 0.25767307692307, 0.232378970980261, 0.396115384615379, 0.478319251289183, 0.563384615384605, 0.55573688053306, 0.973403846153841, 0.854149323100964, 1.87388461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 705, '2021-05-23 00:00:00', 0.127574665920062, 0.253846153846157, 0.152960016142984, 0.340057692307688, 0.490269481627592, 0.519769230769231, 0.556621964311367, 0.957134615384615, 0.848538838465628, 1.87059615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 720, '2021-05-23 00:00:00', 0.0926352503930595, 0.247980769230756, 0.39195940969206, 0.38017307692307, 0.456422886316897, 0.50536538461538, 0.491369108089437, 0.978903846153838, 0.832388283102386, 1.85657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 735, '2021-05-23 00:00:00', 0.373153091391961, 0.253480769230768, 0.391731762620994, 0.35692307692308, 0.4485952501549, 0.463038461538463, 0.491559222897283, 0.995980769230766, 0.823530200511085, 1.83636538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 750, '2021-05-23 00:00:00', 0.100280339740465, 0.18694230769231, 0.15693907686155, 0.295076923076924, 0.198840956932542, 0.408615384615388, 0.488615472534377, 1.029, 0.817111204182135, 1.8155 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 765, '2021-05-23 00:00:00', 0.145827470504864, 0.224365384615392, 0.146809605900359, 0.276903846153851, 0.275204878227111, 0.455250000000004, 0.520836691148144, 1.08482692307692, 0.814715239539828, 1.81930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 780, '2021-05-23 00:00:00', 0.101046797992889, 0.180846153846158, 0.170418364169339, 0.296826923076931, 0.288386570155666, 0.440923076923083, 0.517480896711689, 1.07496153846154, 0.80921879707434, 1.83330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 795, '2021-05-23 00:00:00', 0.148932433054001, 0.208980769230768, 0.282446749916623, 0.323557692307693, 0.287873730332214, 0.444730769230762, 0.534887650316903, 1.09453846153846, 0.810464505937547, 1.84334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 810, '2021-05-23 00:00:00', 0.234154801688645, 0.214865384615389, 0.24544689931758, 0.282903846153846, 0.240715139660012, 0.413461538461532, 0.510594600592139, 1.06588461538461, 0.807103697464904, 1.86246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 825, '2021-05-23 00:00:00', 0.10553195651627, 0.158576923076925, 0.113704997860515, 0.262557692307688, 0.257580207821832, 0.459711538461538, 0.487672093884664, 1.04186538461538, 0.79776279586198, 1.87303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 840, '2021-05-23 00:00:00', 0.0931295953951425, 0.187807692307689, 0.129264649519448, 0.279519230769226, 0.268704868840264, 0.479057692307691, 0.573180219007546, 1.10928846153846, 0.795806863165628, 1.86871153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 855, '2021-05-23 00:00:00', 0.125605905360924, 0.197788461538461, 0.255829105368894, 0.361134615384613, 0.27592127430734, 0.498519230769229, 0.563144217421609, 1.11101923076923, 0.791130533817554, 1.8718076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 870, '2021-05-23 00:00:00', 0.21680026610827, 0.262346153846157, 0.211242752265298, 0.343903846153856, 0.275664236261881, 0.48463461538462, 0.553633729241506, 1.08461538461538, 0.780146954844943, 1.86513461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 885, '2021-05-23 00:00:00', 0.114412581677693, 0.202673076923074, 0.18145230460414, 0.327826923076917, 0.187247032430012, 0.488634615384611, 0.501024311171243, 1.05440384615385, 0.74471230376878, 1.85015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 900, '2021-05-23 00:00:00', 0.161655949948787, 0.252384615384611, 0.183273200861025, 0.367115384615387, 0.229176539274514, 0.562615384615382, 0.495846963441186, 1.04586538461538, 0.744023095175029, 1.85738461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 915, '2021-05-23 00:00:00', 0.148904481515447, 0.256230769230773, 0.180577854507299, 0.37730769230769, 0.246401561714578, 0.570519230769233, 0.472407540811309, 1.01026923076923, 0.750911798825514, 1.84998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 930, '2021-05-23 00:00:00', 0.16954721715839, 0.26667307692307, 0.196671092084062, 0.402461538461534, 0.304012781234351, 0.594365384615388, 0.430346059763359, 0.978365384615382, 0.750400537149216, 1.84538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 945, '2021-05-23 00:00:00', 0.133971427780471, 0.268788461538468, 0.1921297087907, 0.384250000000009, 0.350254219762652, 0.568961538461545, 0.416316292480392, 0.922846153846157, 0.764778089483369, 1.82061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 960, '2021-05-23 00:00:00', 0.136150003531168, 0.244788461538467, 0.248023091356738, 0.38042307692308, 0.334523654447065, 0.538846153846154, 0.410589315683989, 0.894884615384615, 0.77023609067909, 1.81634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 975, '2021-05-23 00:00:00', 0.200293380972859, 0.265961538461544, 0.310492963502589, 0.38890384615385, 0.314493042603737, 0.607423076923073, 0.375975664106069, 0.875999999999994, 0.782036942123673, 1.87332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 990, '2021-05-23 00:00:00', 0.207190380679591, 0.246423076923083, 0.241275027398508, 0.372826923076926, 0.242022294745434, 0.562365384615383, 0.32934095729782, 0.834384615384612, 0.807757430506492, 1.92244230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 1005, '2021-05-23 00:00:00', 0.141076416826535, 0.260153846153847, 0.163373799801372, 0.434961538461537, 0.186707233801606, 0.515634615384613, 0.310877700415108, 0.814769230769227, 0.805484963570674, 1.94544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 1020, '2021-05-23 00:00:00', 0.115672310695075, 0.303288461538463, 0.147979411249825, 0.368115384615386, 0.294300435191392, 0.598384615384611, 0.29900463850274, 0.787423076923071, 0.81509776690614, 1.96798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 1035, '2021-05-23 00:00:00', 0.141970863749736, 0.2141153846154, 0.166174784026204, 0.311326923076929, 0.321594735414241, 0.564923076923081, 0.253008468237732, 0.735250000000001, 0.840982529773721, 1.96115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 1050, '2021-05-23 00:00:00', 0.0956203892804926, 0.213826923076917, 0.241826562929836, 0.419057692307685, 0.243708400789511, 0.521230769230768, 0.208716797451626, 0.678807692307688, 0.822617214467614, 1.97969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 1065, '2021-05-23 00:00:00', 0.199717662251949, 0.311269230769227, 0.243885887565979, 0.428884615384611, 0.228424826887229, 0.496692307692312, 0.23823838174917, 0.678557692307694, 0.832146645036889, 1.99917307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 1080, '2021-05-23 00:00:00', 0.176217999822767, 0.262788461538463, 0.184177777829331, 0.32142307692308, 0.198906874228576, 0.41223076923077, 0.275306698904215, 0.626038461538459, 0.858156087873204, 1.99486538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 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 982805, 3, 1095, '2021-05-23 00:00:00', 0.160050112344654, 0.222961538461546, 0.188671636815026, 0.298442307692314, 0.187799521790166, 0.389403846153842, 0.266554460447792, 0.587903846153849, 0.883697620795703, 2.02025 where not exists (select 1 from powerstats_trumpet where symbolid = 982805 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats[...];[ Date: 2021-05-23 15:51:36 - Database: acaweb_fx - User: pgperfstats ]
8 18s6ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982725, 1, 960, '2021-05-23 00:00:00', 0.000168619279853999, 0.000142307692307497, 0.000221152314376025, 0.000232884615384442, 0.000264936857499243, 0.0003934615384614, 0.000663301880455147, 0.00112576923076918, 0.00167012787396192, 0.00259134615384609 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 975, '2021-05-23 00:00:00', 0.00013219114947684, 0.000122499999999906, 0.000207953027240536, 0.000217692307692265, 0.000269459644473991, 0.00037749999999992, 0.000683904879800718, 0.00109173076923077, 0.00167181579082792, 0.00259096153846146 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 990, '2021-05-23 00:00:00', 0.000149211388511628, 0.000150961538461528, 0.000184038144039669, 0.000254038461538409, 0.000260259707570507, 0.000401346153846161, 0.000700311688848918, 0.0010773076923077, 0.00167188221889165, 0.00259192307692299 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1005, '2021-05-23 00:00:00', 0.000166416183569594, 0.000192884615384521, 0.000217410989744319, 0.000283461538461431, 0.000293363059391463, 0.00042673076923067, 0.000736339908967602, 0.00108230769230764, 0.00167127072796532, 0.00259038461538452 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1020, '2021-05-23 00:00:00', 0.000190332906730932, 0.000193846153846228, 0.000218263513988131, 0.000314807692307731, 0.000578268236933485, 0.000696923076923168, 0.000746377018567779, 0.0010905769230769, 0.00167002878832852, 0.00258692307692298 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1035, '2021-05-23 00:00:00', 0.000175642666097527, 0.000222115384615448, 0.000256516381243395, 0.00030942307692308, 0.000634287880527891, 0.000806346153846235, 0.000723112396838461, 0.00104653846153847, 0.00166973903995159, 0.00259769230769221 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1050, '2021-05-23 00:00:00', 0.000166163033934045, 0.000171923076923093, 0.000498282164425579, 0.000513653846153872, 0.000553573044308181, 0.000756346153846147, 0.00064651554208217, 0.000992115384615402, 0.00164677199393236, 0.0025949999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1065, '2021-05-23 00:00:00', 0.00045248684638755, 0.000462884615384616, 0.000516293148690286, 0.000666153846153838, 0.000503440509051229, 0.000747115384615283, 0.000593612279574266, 0.000951538461538444, 0.00168052401397259, 0.00261980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1080, '2021-05-23 00:00:00', 0.000320682925117023, 0.000336538461538497, 0.000325163864015613, 0.000403461538461602, 0.000372129216598489, 0.000518076923076816, 0.000440782390057333, 0.000741346153846202, 0.00171721837910567, 0.00265019230769227 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1095, '2021-05-23 00:00:00', 0.000200279420195473, 0.000185384615384532, 0.000224340486417743, 0.000245576923076713, 0.000242892188809359, 0.000358846153845994, 0.000330448413290469, 0.000616923076922985, 0.00171031971819939, 0.00264153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1110, '2021-05-23 00:00:00', 0.000114044947279413, 0.000115999999999872, 0.000160309076474138, 0.000246399999999873, 0.000174821337370449, 0.000312999999999981, 0.000320484398996277, 0.000610399999999913, 0.00174387255841702, 0.00267040000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1125, '2021-05-23 00:00:00', 0.000141005182665258, 0.000172307692307591, 0.000143763828766294, 0.000224038461538418, 0.000172592115873141, 0.00030096153846152, 0.000318266216578813, 0.000614230769230779, 0.00173354678665979, 0.00265269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1140, '2021-05-23 00:00:00', 6.45898301117496e-05, 0.000109615384615334, 9.61283196887285e-05, 0.000180576923077056, 0.000150871315518017, 0.000253076923076907, 0.000380368293186381, 0.000660961538461487, 0.00177924145462217, 0.00267192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1155, '2021-05-23 00:00:00', 9.45661144387734e-05, 0.000116400000000141, 0.000127695927891236, 0.000163000000000082, 0.000148421415795227, 0.000228199999999958, 0.000523650806040254, 0.000763199999999955, 0.00185841827907494, 0.00272320000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1170, '2021-05-23 00:00:00', 7.91106819589345e-05, 6.77999999999557e-05, 9.95334951996581e-05, 0.000140600000000042, 0.00015845293728216, 0.000213599999999943, 0.000507895986726875, 0.000778000000000034, 0.00183369560814585, 0.002776 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1185, '2021-05-23 00:00:00', 9.05095779222622e-05, 9.06250000000848e-05, 0.000102072722015774, 0.000128333333333286, 0.000187091463139588, 0.000219791666666673, 0.000527343458467373, 0.0008320833333334, 0.00190911940727442, 0.00274270833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1200, '2021-05-23 00:00:00', 5.47364899616601e-05, 6.73999999998287e-05, 0.000142775172911729, 0.000130799999999844, 0.000255199595088458, 0.000266799999999883, 0.000514728893043018, 0.000813000000000024, 0.00186934832673495, 0.00267060000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1215, '2021-05-23 00:00:00', 0.000114967553951241, 8.65384615383623e-05, 0.000165634096266854, 0.000140576923076896, 0.000257226329553159, 0.000269230769230757, 0.000829687081884615, 0.0011644230769232, 0.00183783242937478, 0.00270096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1230, '2021-05-23 00:00:00', 0.000102623284207506, 7.84615384616084e-05, 0.000215132606690762, 0.000185961538461535, 0.000255179273332495, 0.000272692307692335, 0.000819046161937585, 0.00116384615384623, 0.00189780358876734, 0.00271269230769226 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1245, '2021-05-23 00:00:00', 0.000181329703960746, 0.000142307692307771, 0.000203598775876709, 0.000187307692307878, 0.000253948813740184, 0.000295000000000037, 0.000807522064475902, 0.00118326923076936, 0.00189652325626084, 0.00272230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1260, '2021-05-23 00:00:00', 0.000119348874507274, 0.000111923076923144, 0.000169894537422896, 0.000183076923076927, 0.000204418593915632, 0.000279807692307689, 0.000776453376677475, 0.00116538461538463, 0.00189852298865758, 0.0027234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1275, '2021-05-23 00:00:00', 0.000119109032144656, 0.000105192307692254, 0.000156917543265871, 0.000171346153846055, 0.000201222800359641, 0.00028115384615369, 0.000769652169189773, 0.00115730769230771, 0.00189852298865758, 0.0027234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1290, '2021-05-23 00:00:00', 0.000136881335469784, 0.000116399999999999, 0.000172305929478173, 0.000173199999999944, 0.000230341594159607, 0.000344799999999914, 0.000756973304240903, 0.00118240000000004, 0.0019441193379008, 0.00279199999999992 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1305, '2021-05-23 00:00:00', 0.000135549026044251, 0.000101538461538375, 0.000153669600617204, 0.0002078846153845, 0.000242929001973923, 0.000367499999999957, 0.00077331354970278, 0.00117961538461541, 0.00191243011938694, 0.00275980769230764 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1320, '2021-05-23 00:00:00', 0.000128351680340104, 0.000136923076922983, 0.000212079901488554, 0.000236730769230621, 0.000315117621507631, 0.000461346153846076, 0.000768826478372192, 0.00118192307692308, 0.00191767531542345, 0.00275384615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1335, '2021-05-23 00:00:00', 0.000190590277417703, 0.000130576923076831, 0.000214340939770075, 0.00022403846153852, 0.000415359899549558, 0.000520384615384626, 0.000775643182238977, 0.00119711538461546, 0.00192585929871878, 0.00274596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1350, '2021-05-23 00:00:00', 0.000140474060019837, 0.000135192307692416, 0.000254442452311878, 0.000355192307692252, 0.000398972574727377, 0.000493653846153878, 0.000796770331738359, 0.00121019230769234, 0.00198549071632561, 0.00276076923076918 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1365, '2021-05-23 00:00:00', 0.000224624686978093, 0.000313999999999979, 0.000387048446580021, 0.000457399999999986, 0.000389168772299784, 0.000507600000000039, 0.000824326341121376, 0.00127420000000008, 0.00202356228797958, 0.00279219999999995 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1380, '2021-05-23 00:00:00', 0.000304684010335061, 0.000322884615384553, 0.000306474556604877, 0.000364423076923047, 0.000371479992214085, 0.000525769230769276, 0.000859840414531374, 0.00127346153846163, 0.00199852249270458, 0.0027680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1395, '2021-05-23 00:00:00', 0.000108121074109861, 0.000131199999999936, 0.000162317333229278, 0.000201399999999943, 0.000820975182329002, 0.000812400000000046, 0.000928147033969637, 0.00131560000000004, 0.0020415702086058, 0.00277879999999993 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1410, '2021-05-23 00:00:00', 0.000159906342780699, 0.000135961538461481, 0.000269403686229219, 0.000297884615384509, 0.000791673325208193, 0.000859423076923062, 0.000935768051470981, 0.00133038461538464, 0.00200281248402186, 0.00276461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 1, 1425, '2021-05-23 00:00:00', 0.000250650845109045, 0.000249615384615329, 0.000799414785952892, 0.000789999999999983, 0.000759288254779564, 0.000910576923076953, 0.000953688567937805, 0.00139173076923079, 0.00203209119268423, 0.00277884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 0, '2021-05-23 00:00:00', 0.000732005911073334, 0.000605576923076987, 0.000720605728109815, 0.00067384615384623, 0.000683789891256606, 0.00079384615384623, 0.00094841649403296, 0.00143461538461539, 0.00207247663065597, 0.0027907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 15, '2021-05-23 00:00:00', 0.000199171455722725, 0.000120217391304392, 0.000289790199426797, 0.000314782608695745, 0.000383530896560758, 0.00049369565217399, 0.000725422529185472, 0.00133086956521736, 0.00303450733770883, 0.00305565217391306 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 30, '2021-05-23 00:00:00', 0.000245446022579334, 0.000199000000000105, 0.000230828579975136, 0.000261200000000095, 0.000383440347381487, 0.000481600000000064, 0.000730928747097375, 0.00132879999999997, 0.0029453191960578, 0.0029402000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 45, '2021-05-23 00:00:00', 0.000107723798051657, 0.000122400000000056, 0.00023363843148479, 0.00034660000000013, 0.000330942719112173, 0.000472200000000065, 0.000659654454999077, 0.00126260000000006, 0.0014190812168442, 0.00235540000000011 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 60, '2021-05-23 00:00:00', 0.000252104373989548, 0.000283846153846203, 0.000300618337124394, 0.000374230769230778, 0.00041672112977387, 0.000557500000000006, 0.00124021364474646, 0.00149673076923081, 0.00291059742743915, 0.00285423076923087 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 75, '2021-05-23 00:00:00', 0.000186104137514467, 0.000170799999999964, 0.000298723952839327, 0.000328799999999987, 0.000337685134407736, 0.00053600000000003, 0.0012263487472982, 0.00139599999999998, 0.00297610214878453, 0.00280440000000006 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 90, '2021-05-23 00:00:00', 0.000207839123961844, 0.000198333333333485, 0.000258893618687477, 0.000330416666666814, 0.000380141027892258, 0.000559375000000177, 0.00129252358204589, 0.00142791666666679, 0.00303835013748758, 0.00278208333333352 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 105, '2021-05-23 00:00:00', 0.000176371951334115, 0.000176250000000063, 0.000231096943081285, 0.000329166666666714, 0.00045306559455676, 0.000561458333333431, 0.00129983687661063, 0.00140708333333336, 0.0030427075745227, 0.00276458333333344 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 120, '2021-05-23 00:00:00', 0.000190974688170419, 0.000233125000000019, 0.000281789619206945, 0.000396458333333386, 0.000518578044662379, 0.000619166666666652, 0.00129494138415824, 0.00142916666666667, 0.00303116108117004, 0.00283875000000008 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 135, '2021-05-23 00:00:00', 0.000273634863388365, 0.000254038461538546, 0.000432656774609423, 0.000378269230769326, 0.000597801098900147, 0.000646923076923079, 0.00126795621436171, 0.00137519230769231, 0.00293148051988435, 0.00274596153846164 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 150, '2021-05-23 00:00:00', 0.000229789284747104, 0.000218653846153938, 0.000303480071579784, 0.000401923076923028, 0.000594707458788283, 0.000644807692307672, 0.0012751096031322, 0.00135249999999994, 0.00293081194446965, 0.00274442307692316 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 165, '2021-05-23 00:00:00', 0.000244082268602345, 0.000306923076923038, 0.000419818871199754, 0.000461730769230711, 0.000686457125110796, 0.000739230769230727, 0.00137821601522229, 0.00144423076923065, 0.00292848885289637, 0.00273980769230778 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 180, '2021-05-23 00:00:00', 0.000392202067228847, 0.000307692307692308, 0.000535269594187382, 0.000471538461538476, 0.00064605313546647, 0.000769423076923053, 0.00136239784373552, 0.00141673076923066, 0.00292480035479081, 0.00272634615384624 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 195, '2021-05-23 00:00:00', 0.000359664640805982, 0.00026442307692311, 0.000519126781609813, 0.000461153846153844, 0.000595156249684294, 0.000765192307692342, 0.00136030313363768, 0.00136884615384609, 0.00292628117898154, 0.00270153846153853 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 210, '2021-05-23 00:00:00', 0.000329554010981171, 0.000309615384615278, 0.000411850841184682, 0.000503653846153738, 0.000577688630532192, 0.000726923076923023, 0.00137373954815089, 0.00134211538461524, 0.00293097537585121, 0.00272057692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 225, '2021-05-23 00:00:00', 0.00035749454003358, 0.000352884615384545, 0.000560143147912896, 0.000597115384615359, 0.000575865903194093, 0.00070153846153848, 0.00138458598366217, 0.00129288461538449, 0.00292542184334818, 0.00269519230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 240, '2021-05-23 00:00:00', 0.00044313220808937, 0.000376923076923052, 0.000453863966404078, 0.000442499999999987, 0.00121295278619516, 0.000787307692307709, 0.00136773919297509, 0.00122749999999992, 0.00290024587817081, 0.00269192307692317 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 255, '2021-05-23 00:00:00', 0.000275543169869162, 0.000244038461538412, 0.000315050728516144, 0.000375192307692315, 0.000963753419628843, 0.000690576923076981, 0.00119233074915684, 0.00113615384615377, 0.00274231154601097, 0.00263115384615392 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 270, '2021-05-23 00:00:00', 0.000258751737266638, 0.000282692307692264, 0.000958058774493924, 0.000578846153846171, 0.00099754755043802, 0.000731346153846137, 0.00118386006514556, 0.001134423076923, 0.00273721638502732, 0.00261653846153851 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 285, '2021-05-23 00:00:00', 0.000944471626808508, 0.000439423076923112, 0.000941302881853016, 0.000528653846153885, 0.000969791968176001, 0.000707692307692332, 0.00115838695872926, 0.00111211538461537, 0.00271659790065562, 0.00259692307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 300, '2021-05-23 00:00:00', 0.00039265570160127, 0.000307499999999973, 0.000478468228991058, 0.000444615384615291, 0.000664943635552316, 0.000644038461538402, 0.000940669238034626, 0.0010461538461538, 0.00270752987766745, 0.00260903846153852 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 315, '2021-05-23 00:00:00', 0.000315101021652131, 0.000264423076923041, 0.000406608344914209, 0.000397115384615381, 0.000581802404998131, 0.000535961538461505, 0.00093045605029926, 0.00106769230769227, 0.00270720779373542, 0.0026590384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 330, '2021-05-23 00:00:00', 0.000255972429404742, 0.000253269230769139, 0.000388075973925745, 0.000380192307692228, 0.000499951882300094, 0.000458269230769133, 0.000918103417167889, 0.00104826923076917, 0.00270617578597838, 0.0026592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 345, '2021-05-23 00:00:00', 0.000277500658349902, 0.000216153846153827, 0.000436064921066368, 0.000311153846153955, 0.000783271443272367, 0.000568076923076904, 0.000896083615603878, 0.00103461538461536, 0.00269720976195778, 0.00270750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 360, '2021-05-23 00:00:00', 0.000259717079797438, 0.000180192307692352, 0.000275572969535264, 0.000267307692307787, 0.000757162034279066, 0.000562115384615386, 0.000847377515541975, 0.000980576923076899, 0.00271956626208051, 0.00276057692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 375, '2021-05-23 00:00:00', 0.000163895839342665, 0.000154615384615373, 0.000662444076013945, 0.000391923076923065, 0.000723478376690107, 0.000549807692307716, 0.000828341624062097, 0.000960384615384536, 0.00272364948185342, 0.00275749999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 390, '2021-05-23 00:00:00', 0.000623717514954906, 0.000306538461538471, 0.000723266202721905, 0.000470000000000039, 0.000713242568512528, 0.000535192307692235, 0.000817224783125091, 0.00096288461538451, 0.00271959581272948, 0.00274423076923073 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 405, '2021-05-23 00:00:00', 0.000398655432480297, 0.000311923076923122, 0.000420405710639606, 0.000374807692307816, 0.00041898049339576, 0.000420576923076954, 0.000765885334860188, 0.000982115384615337, 0.00271925917513186, 0.00273230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 420, '2021-05-23 00:00:00', 0.000218872020912804, 0.000195192307692331, 0.000318876151507098, 0.000275000000000008, 0.000392706780415971, 0.000403846153846101, 0.00081131168723642, 0.00105557692307696, 0.00271736032122811, 0.00273634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 435, '2021-05-23 00:00:00', 0.000257054394123963, 0.000159807692307655, 0.000273006621503249, 0.000233846153846114, 0.000384780306948479, 0.000416730769230741, 0.00117381903008292, 0.00121634615384612, 0.00271577809363106, 0.00271557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 450, '2021-05-23 00:00:00', 0.00019326396854677, 0.000145192307692379, 0.000249417552278507, 0.000263653846153806, 0.000420454515970594, 0.000445000000000029, 0.00116543560690686, 0.00124307692307697, 0.00271572506963543, 0.0027144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 465, '2021-05-23 00:00:00', 0.000205999626586666, 0.000189615384615243, 0.000326897302151311, 0.000304615384615331, 0.000442254408161754, 0.000445192307692295, 0.00122723386587023, 0.00125980769230765, 0.00271080618153465, 0.00271192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 480, '2021-05-23 00:00:00', 0.000279284594303742, 0.000233269230769179, 0.000353674828925441, 0.000338269230769167, 0.000431323589039122, 0.000489038461538429, 0.00122703244267827, 0.00129615384615387, 0.00270480479176203, 0.00268980769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 495, '2021-05-23 00:00:00', 0.00021414517002774, 0.000178076923076945, 0.000244819556785532, 0.000248846153846264, 0.000451734307547556, 0.000513269230769203, 0.00114736366711501, 0.0012657692307692, 0.00265669641588086, 0.00265461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 510, '2021-05-23 00:00:00', 0.000181857509732719, 0.000166923076923077, 0.000304184976617959, 0.000322499999999986, 0.000405065474289691, 0.000529038461538452, 0.00126521778301668, 0.00133596153846152, 0.00264863521459644, 0.00266749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 525, '2021-05-23 00:00:00', 0.000195170536868482, 0.000218461538461467, 0.00028860966453243, 0.000383461538461506, 0.000345503924056526, 0.000490192307692299, 0.00124612457705425, 0.00133269230769228, 0.00263117286658373, 0.0026805769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 540, '2021-05-23 00:00:00', 0.000248732479089098, 0.000274615384615373, 0.000318260657565138, 0.000374615384615379, 0.000403656222736448, 0.000487884615384592, 0.00124017759274172, 0.00136269230769223, 0.00274666849950157, 0.00283538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 555, '2021-05-23 00:00:00', 0.000247382062032249, 0.000243269230769245, 0.000271071662395463, 0.000324615384615393, 0.000473458673365093, 0.000471346153846073, 0.001189547182755, 0.00136749999999995, 0.00270328717276989, 0.00282346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 570, '2021-05-23 00:00:00', 0.000221911364842136, 0.000200576923076982, 0.000309953160233002, 0.000300192307692284, 0.000420514016961881, 0.000455961538461494, 0.00115278338748507, 0.00135346153846154, 0.00282865853637107, 0.00292365384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 585, '2021-05-23 00:00:00', 0.00019624758695243, 0.000203653846153754, 0.000328310125432574, 0.000318461538461438, 0.000450375954065058, 0.000522499999999998, 0.00107473583516365, 0.00134134615384617, 0.0027879638834435, 0.00295115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 600, '2021-05-23 00:00:00', 0.000256595761101764, 0.000255769230769181, 0.000275289008973323, 0.000350961538461575, 0.000477407461834788, 0.000598269230769264, 0.00103126718167521, 0.00132499999999999, 0.00274115849315874, 0.00293173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 615, '2021-05-23 00:00:00', 0.000139162329120167, 0.000216923076923132, 0.000400309735848847, 0.000423269230769331, 0.000828539145354476, 0.000771346153846262, 0.00101033850001652, 0.00132173076923081, 0.00274649825302095, 0.0029305769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 630, '2021-05-23 00:00:00', 0.000366614710771082, 0.00032211538461542, 0.000426084543795666, 0.000469038461538537, 0.00082271174501439, 0.000788846153846215, 0.000984147659340113, 0.00128384615384613, 0.00270625126043679, 0.00290826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 645, '2021-05-23 00:00:00', 0.000269214884146776, 0.000279423076923123, 0.000594223766451168, 0.000551730769230788, 0.000702583173286106, 0.000721346153846106, 0.000812561595298399, 0.00119288461538455, 0.0025187647537267, 0.00285826923076918 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 660, '2021-05-23 00:00:00', 0.000580589653846806, 0.000432884615384625, 0.000633132657141107, 0.000549807692307716, 0.000711162320538766, 0.000729615384615365, 0.000831293177016341, 0.00116211538461532, 0.00251414724034899, 0.00285788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 675, '2021-05-23 00:00:00', 0.000367306882802171, 0.000297884615384577, 0.000390648622362741, 0.000417115384615342, 0.000433977666919328, 0.000608846153846095, 0.000685892007646934, 0.00106038461538454, 0.002352328535401, 0.00276653846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 690, '2021-05-23 00:00:00', 0.000223720034521402, 0.000240576923076902, 0.000365866568784283, 0.000417115384615376, 0.000486652181905986, 0.000607884615384627, 0.000655026599577412, 0.0010246153846154, 0.00231371991523491, 0.00275461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 705, '2021-05-23 00:00:00', 0.000332027339004125, 0.000296923076923075, 0.000325761592863017, 0.000396153846153845, 0.000427897228854688, 0.000584038461538453, 0.000625747061211986, 0.000970769230769271, 0.00243160738227602, 0.00279269230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 720, '2021-05-23 00:00:00', 0.000231646365094628, 0.000274038461538472, 0.000371831899570766, 0.000439807692307576, 0.000440961057063055, 0.000619423076922993, 0.000668756049577305, 0.000969423076923031, 0.00252555498851263, 0.00281999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 735, '2021-05-23 00:00:00', 0.000276971811950886, 0.00027423076923067, 0.00030494242836212, 0.000366730769230687, 0.000435874584996928, 0.000590576923076838, 0.000710260542661356, 0.000950961538461406, 0.00253887743213128, 0.00282884615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 750, '2021-05-23 00:00:00', 0.000131408347703465, 0.000168076923076914, 0.000265928561835642, 0.000329999999999976, 0.000360801884695686, 0.000495000000000049, 0.000623375211125816, 0.000879423076922988, 0.00256311226831775, 0.00283250000000007 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 765, '2021-05-23 00:00:00', 0.000243796257937982, 0.000261153846153764, 0.00028839982929687, 0.000382307692307669, 0.00035491282786709, 0.000473653846153849, 0.000612808195617017, 0.000863269230769105, 0.00256181924541035, 0.00283538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 780, '2021-05-23 00:00:00', 0.000243925981837496, 0.000271730769230833, 0.000299329507142419, 0.000341923076923079, 0.000353188552824267, 0.000448076923076904, 0.000586567590701636, 0.000836538461538322, 0.00255927235001268, 0.00284480769230774 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 795, '2021-05-23 00:00:00', 0.000165784962665971, 0.000164423076923001, 0.000267654556356657, 0.000275192307692309, 0.000337328417923016, 0.000417692307692175, 0.000556612418667995, 0.000815769230769058, 0.00256591172130677, 0.00286980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 810, '2021-05-23 00:00:00', 0.000236367380282463, 0.000158461538461518, 0.000280257093508094, 0.000244038461538446, 0.000353057197370928, 0.000410769230769223, 0.000553471735085503, 0.00081480769230759, 0.00256585931025085, 0.00287000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 825, '2021-05-23 00:00:00', 0.000192199015446147, 0.000177692307692276, 0.000283248192335849, 0.000303461538461596, 0.000351960935332296, 0.000417499999999942, 0.000500315784895288, 0.000833269230769181, 0.00256585931025085, 0.00287000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 840, '2021-05-23 00:00:00', 0.000211924514863262, 0.000189999999999947, 0.000232730613503163, 0.000258461538461421, 0.000326762969844422, 0.000389038461538423, 0.000543222471779517, 0.000989423076923094, 0.00256585931025085, 0.00287000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 855, '2021-05-23 00:00:00', 0.000170192199043881, 0.000135769230769147, 0.000235720907332881, 0.000232884615384476, 0.000330663203042247, 0.000361923076923108, 0.000525464226990042, 0.00105442307692306, 0.00256562620935998, 0.00287038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 870, '2021-05-23 00:00:00', 0.000165645590156991, 0.000152307692307734, 0.000211192675426618, 0.000247115384615424, 0.000344337100036512, 0.000400961538461595, 0.000526319733183701, 0.00105769230769234, 0.00261961635476548, 0.00289038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 885, '2021-05-23 00:00:00', 0.000184408096768682, 0.000182884615384661, 0.000254297826603727, 0.000244230769230917, 0.000347884154016006, 0.000384230769230776, 0.000546389829841227, 0.00109038461538464, 0.00262495799233804, 0.00289230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 900, '2021-05-23 00:00:00', 0.000174361803332978, 0.000160961538461696, 0.000302976008189448, 0.000292307692307763, 0.000342197480096728, 0.000416346153846242, 0.000535166832363183, 0.00109346153846158, 0.00268200605173427, 0.00291230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 915, '2021-05-23 00:00:00', 0.000266916869801357, 0.000181153846153786, 0.000277741786557154, 0.000257499999999953, 0.000351933997308345, 0.000396538461538344, 0.00054031091476602, 0.00110826923076919, 0.0026811347195947, 0.00291576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 930, '2021-05-23 00:00:00', 0.000211650382979551, 0.000188269230769243, 0.000262046458006523, 0.000292884615384664, 0.00030664612528746, 0.000375384615384547, 0.00055690673849807, 0.00111865384615382, 0.00270765700588886, 0.0029326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 945, '2021-05-23 00:00:00', 0.000158150366618299, 0.000171538461538561, 0.000227173688210908, 0.000241730769230705, 0.00023712452100429, 0.000325961538461462, 0.000554225447046377, 0.00110961538461536, 0.00271097978314411, 0.00293423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 960, '2021-05-23 00:00:00', 0.000203877036847783, 0.000174615384615299, 0.000217235161483154, 0.000243653846153777, 0.00019981606926978, 0.000347692307692228, 0.000544584245089712, 0.00110500000000001, 0.00271097978314411, 0.00293423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 975, '2021-05-23 00:00:00', 0.000116661245295292, 0.000144615384615341, 0.000168552206018968, 0.000220384615384607, 0.000251917950623184, 0.000389423076923092, 0.000515319766299041, 0.00108769230769236, 0.00271820163965945, 0.00294307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 990, '2021-05-23 00:00:00', 0.000133651095710525, 0.000143846153846208, 0.000157874463273253, 0.000237884615384628, 0.000243177681162121, 0.000405769230769276, 0.000481100181475134, 0.0010657692307693, 0.00271625645243334, 0.00294134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1005, '2021-05-23 00:00:00', 0.000106104447815121, 0.000168076923076982, 0.000196542518398666, 0.000290192307692321, 0.000310788575178644, 0.00048153846153861, 0.000510251069421827, 0.00109307692307694, 0.00271625645243334, 0.00294134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1020, '2021-05-23 00:00:00', 0.000204398178525743, 0.000221153846153775, 0.000234529643853734, 0.00031192307692302, 0.000416411408991733, 0.000732692307692376, 0.000531698331184659, 0.00108634615384609, 0.00271684430204229, 0.00293980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1035, '2021-05-23 00:00:00', 0.000123158590693308, 0.000170961538461557, 0.00023961868746958, 0.000321346153846355, 0.00044828270613021, 0.000779230769230887, 0.000535345359414025, 0.00104442307692313, 0.00271730075343465, 0.00293923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1050, '2021-05-23 00:00:00', 0.000183300195140304, 0.000229807692307908, 0.000380669299240985, 0.000596346153846294, 0.000424369079204277, 0.00074865384615396, 0.000541985558990118, 0.0010571153846154, 0.00271561374986626, 0.00294096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1065, '2021-05-23 00:00:00', 0.000353510308847588, 0.000521538461538462, 0.000424183967709221, 0.000659038461538449, 0.000388504628227079, 0.000740384615384598, 0.000538391228926136, 0.00104134615384612, 0.00271532803656483, 0.0029421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1080, '2021-05-23 00:00:00', 0.000214034954011056, 0.000345192307692357, 0.000202232919788532, 0.000406923076923044, 0.00031745478175899, 0.00060153846153844, 0.00051172442253177, 0.000921730769230787, 0.00271733778795485, 0.00294557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1095, '2021-05-23 00:00:00', 0.00012320901565417, 0.000187307692307673, 0.000191748232365791, 0.000304230769230832, 0.000364862460914553, 0.000546153846153735, 0.000485255246077926, 0.000855576923076917, 0.00272997774716226, 0.00292750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1110, '2021-05-23 00:00:00', 0.000167056991657126, 0.000204038461538492, 0.000268360549663037, 0.000395769230769142, 0.000330097479775107, 0.000512884615384534, 0.000461838674797263, 0.000815192307692328, 0.00272858763832157, 0.00293249999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1125, '2021-05-23 00:00:00', 0.000260391716753666, 0.000255384615384512, 0.000320803078826662, 0.000358846153845994, 0.000339656387454237, 0.00042269230769219, 0.000467319072352709, 0.000758653846153786, 0.00272959163612458, 0.00293249999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1140, '2021-05-23 00:00:00', 0.000178508026107076, 0.000193653846153723, 0.000194863660424091, 0.000235384615384586, 0.00025072724990752, 0.00030807692307684, 0.000452981915074656, 0.000733846153846111, 0.00271836602505164, 0.00296038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1155, '2021-05-23 00:00:00', 0.000109551533360075, 0.000123461538461579, 0.000187142890696982, 0.000202692307692423, 0.000255657297658651, 0.000310576923076985, 0.000445486121686688, 0.000743269230769207, 0.00271552426585784, 0.00299096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1170, '2021-05-23 00:00:00', 0.000168892318903571, 0.000136153846153884, 0.000181648434747342, 0.000188076923076977, 0.000241765063964613, 0.000307115384615441, 0.00043479477917752, 0.000737500000000023, 0.0027155117664719, 0.00299192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1185, '2021-05-23 00:00:00', 0.000125467740260781, 0.000118076923076996, 0.000206630941908059, 0.000222884615384649, 0.000211113622342105, 0.000320192307692381, 0.000454395160117786, 0.000745192307692347, 0.0027155117664719, 0.00299192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1200, '2021-05-23 00:00:00', 0.000177959373064586, 0.000158461538461518, 0.0001848820830026, 0.000210769230769177, 0.000229602080531904, 0.000318653846153841, 0.000441107740196828, 0.000774038461538468, 0.00269609503941158, 0.00298269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1215, '2021-05-23 00:00:00', 0.000111759356861653, 0.000103076923076915, 0.000133438548230325, 0.000199615384615411, 0.000202883919065513, 0.000311730769230719, 0.000577916050597777, 0.000935192307692362, 0.00269609503941158, 0.00298269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1230, '2021-05-23 00:00:00', 0.000132793651377403, 0.00013692307692312, 0.000160571215927995, 0.000208653846153804, 0.000248014034962749, 0.000349807692307704, 0.00130086676725718, 0.00116211538461553, 0.00269834356596807, 0.00298000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1245, '2021-05-23 00:00:00', 0.000137796393834568, 0.000129615384615294, 0.000187450916652489, 0.000204615384615359, 0.000291840907661399, 0.000328653846153839, 0.00126056867508892, 0.00115076923076936, 0.00269999675213501, 0.00297730769230774 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1260, '2021-05-23 00:00:00', 9.26534070940786e-05, 0.000114423076923049, 0.000230535580434352, 0.0002394230769231, 0.000280399440359426, 0.000329615384615409, 0.00126398819371326, 0.00115807692307705, 0.00269999675213501, 0.00297730769230774 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1275, '2021-05-23 00:00:00', 0.000229185598285749, 0.000164038461538469, 0.000263204001021843, 0.000222115384615414, 0.000300418938253915, 0.000341538461538513, 0.00132746067593507, 0.0011653846153847, 0.00270143098831279, 0.0029742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1290, '2021-05-23 00:00:00', 0.000104645371833439, 9.44230769232258e-05, 0.000156082941461857, 0.000168269230769351, 0.000239912243571148, 0.00027826923076932, 0.00133402271921613, 0.00115615384615394, 0.00270152264757966, 0.0029738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1305, '2021-05-23 00:00:00', 0.000131042565016727, 0.000121923076923107, 0.000206205368131331, 0.000200576923077016, 0.000253375443531122, 0.000288653846153918, 0.00141815819069886, 0.00120057692307708, 0.002704003612879, 0.0029734615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1320, '2021-05-23 00:00:00', 0.000185462001084239, 0.000141923076923101, 0.000207781042297942, 0.000194807692307696, 0.000278196181470342, 0.000411346153846159, 0.00141290422398476, 0.00121788461538469, 0.00270690942845293, 0.00296557692307697 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1335, '2021-05-23 00:00:00', 0.00013114539787807, 0.000113653846153882, 0.00018451182993129, 0.000178846153846147, 0.000266515766599604, 0.00045442307692309, 0.00141417321591647, 0.00119826923076927, 0.00270706907217745, 0.00296519230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1350, '2021-05-23 00:00:00', 0.000158582785951012, 0.000116199999999971, 0.000212876724890353, 0.000325399999999938, 0.000249461586889378, 0.000434599999999961, 0.00146906966025, 0.00125360000000004, 0.00275848161736392, 0.00299099999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1365, '2021-05-23 00:00:00', 0.000178790487614907, 0.00027596153846151, 0.000235360035167144, 0.000382115384615334, 0.000241932603456844, 0.000415769230769205, 0.00153551885493027, 0.00127307692307693, 0.00270261528609173, 0.00300423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1380, '2021-05-23 00:00:00', 0.000178139098632327, 0.000218461538461535, 0.000181981085238548, 0.000256346153846253, 0.000218201388982373, 0.000420384615384619, 0.00155135371406851, 0.00130211538461542, 0.00271786625159145, 0.0029951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1395, '2021-05-23 00:00:00', 0.00012944452331172, 0.00013673076923082, 0.000145576308300762, 0.000187692307692308, 0.000421178063933213, 0.000660192307692422, 0.0015605640129331, 0.00134596153846162, 0.00274945824733663, 0.00300557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1410, '2021-05-23 00:00:00', 0.000119441810744216, 0.000122115384615442, 0.000229086564089106, 0.000354423076923153, 0.00118613368360594, 0.000906346153846276, 0.00155663532609979, 0.00138346153846163, 0.00275582337968189, 0.0030275 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 2, 1425, '2021-05-23 00:00:00', 0.000223824794116955, 0.000328461538461572, 0.000431837754433217, 0.000630384615384731, 0.00125192026349678, 0.000907884615384747, 0.00157139550914281, 0.00147461538461548, 0.00280370817640903, 0.0030834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 0, '2021-05-23 00:00:00', 0.000367399018046535, 0.000444038461538561, 0.00119994604045346, 0.000722500000000113, 0.00125757888573498, 0.000800576923077018, 0.00157460647098312, 0.0015234615384616, 0.00278780354677033, 0.00305884615384609 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 15, '2021-05-23 00:00:00', 0.00137215615000624, 0.000385000000000016, 0.00143151106477438, 0.000502142857142753, 0.00147912598870965, 0.000729761904761811, 0.00176272843842135, 0.00150261904761901, 0.00297407988972682, 0.00320523809523805 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 30, '2021-05-23 00:00:00', 0.000199619429582021, 0.000159999999999911, 0.000217614337763016, 0.000271799999999942, 0.00031504536710349, 0.000533399999999915, 0.000702208895794842, 0.0012416, 0.00242908612788169, 0.00288639999999994 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 45, '2021-05-23 00:00:00', 0.000195139792101822, 0.000198461538461575, 0.000248304171407604, 0.000355192307692218, 0.000445106037495851, 0.000595769230769291, 0.00068831905057514, 0.00123865384615375, 0.00240375601123306, 0.00281980769230762 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 60, '2021-05-23 00:00:00', 0.000235322037936145, 0.000267307692307548, 0.000296117180547363, 0.000419230769230715, 0.000431230975053954, 0.000618076923076958, 0.000655633692286759, 0.0012634615384614, 0.00240532857183009, 0.00281346153846147 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 75, '2021-05-23 00:00:00', 0.000244580331305521, 0.000278461538461655, 0.000413953035240161, 0.000413653846153968, 0.000371121999430772, 0.000593461538461549, 0.000732325484593196, 0.00132384615384605, 0.0024067885481249, 0.00280634615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 90, '2021-05-23 00:00:00', 0.000333512137940562, 0.000272884615384669, 0.000365173299217447, 0.000448461538461573, 0.00036431099352061, 0.000592499999999979, 0.000734048337331028, 0.00131480769230752, 0.00241207399586725, 0.00280019230769223 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 105, '2021-05-23 00:00:00', 0.000279997596143376, 0.00029557692307687, 0.000266975438224935, 0.00040173076923066, 0.00044167221573678, 0.00058211538461521, 0.00076880028916188, 0.00136826923076908, 0.00241221267719093, 0.0027999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 120, '2021-05-23 00:00:00', 0.000194479186151576, 0.000238076923076826, 0.000309829543707447, 0.000377115384615353, 0.000445559803462585, 0.000603461538461341, 0.000912628326066302, 0.00140769230769217, 0.00241935643063649, 0.00277846153846146 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 135, '2021-05-23 00:00:00', 0.000218646887786095, 0.000237307692307795, 0.00039557864140829, 0.000397307692307682, 0.000447348814169057, 0.000639807692307588, 0.000931823543051246, 0.00140365384615369, 0.00242165302729685, 0.00277423076923068 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 150, '2021-05-23 00:00:00', 0.000378453380931388, 0.000300192307692148, 0.000387838388229661, 0.000458846153846, 0.000547131962706817, 0.000699230769230567, 0.000930337903873941, 0.00138884615384598, 0.00242688163319497, 0.00276269230769222 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 165, '2021-05-23 00:00:00', 0.000276305920201604, 0.000324807692307728, 0.000382714796401576, 0.000476153846153789, 0.000521922039566011, 0.000706153846153792, 0.000915080261296987, 0.00133326923076911, 0.00242909528109048, 0.0027367307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 180, '2021-05-23 00:00:00', 0.000261749145909967, 0.000281153846153792, 0.000361806578160177, 0.000424999999999932, 0.000530990257769568, 0.00077942307692305, 0.000932666153479378, 0.00125807692307681, 0.00242917855694865, 0.00268769230769225 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 195, '2021-05-23 00:00:00', 0.000222165565427038, 0.000231538461538475, 0.00034759746834515, 0.000430000000000016, 0.000575115774297715, 0.000761923076923098, 0.000938115951501375, 0.00121653846153839, 0.00243661607246936, 0.00264826923076917 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 210, '2021-05-23 00:00:00', 0.000320354231021425, 0.000323200000000092, 0.000440980725202528, 0.00058160000000008, 0.000523384578170476, 0.000747800000000076, 0.000930992391662395, 0.00120479999999993, 0.00248222863572251, 0.00264559999999989 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 225, '2021-05-23 00:00:00', 0.000328137869711038, 0.000372692307692238, 0.000410349428958025, 0.000519423076923055, 0.000468479578407275, 0.000656346153846107, 0.00085102146768541, 0.00109653846153842, 0.00237890446666933, 0.00260769230769221 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 240, '2021-05-23 00:00:00', 0.000278837697484478, 0.000337692307692402, 0.000300923514432543, 0.000439807692307781, 0.000387583092828148, 0.000624423076923009, 0.000823132127911372, 0.0010475, 0.00234171209555364, 0.00258846153846145 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 255, '2021-05-23 00:00:00', 0.000219850298717453, 0.000278076923076883, 0.000347342050434551, 0.000432499999999887, 0.000567005257064284, 0.000675192307692333, 0.000902150784770197, 0.00107096153846151, 0.00234107221490182, 0.00257865384615375 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 270, '2021-05-23 00:00:00', 0.000317355418322261, 0.000292692307692261, 0.000360910600479513, 0.000457692307692266, 0.000578456467346795, 0.000678269230769139, 0.000885381208641311, 0.0010582692307691, 0.00229709449422194, 0.00255865384615366 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 285, '2021-05-23 00:00:00', 0.000268592914735686, 0.000336923076922961, 0.000448205138473319, 0.000500384615384563, 0.000535063655451074, 0.000668653846153777, 0.00085434923502324, 0.00105884615384607, 0.00222623058450497, 0.00252884615384603 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 300, '2021-05-23 00:00:00', 0.000321406105441933, 0.000311730769230719, 0.000371914433914406, 0.000427115384615202, 0.000626757007263589, 0.000667884615384541, 0.0010432739149134, 0.00118230769230761, 0.00214360814623757, 0.00248673076923071 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 315, '2021-05-23 00:00:00', 0.000197717844803848, 0.000222884615384547, 0.000315738998833915, 0.000383653846153772, 0.000524706951178812, 0.000575769230769126, 0.000946308292585217, 0.00111923076923076, 0.00205810182337636, 0.00243634615384605 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 330, '2021-05-23 00:00:00', 0.000278248920103019, 0.000257307692307755, 0.000478465375324712, 0.000448653846153976, 0.000481451850775708, 0.000526730769230744, 0.00127003932404299, 0.00127673076923074, 0.00202809540247464, 0.00243019230769223 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 345, '2021-05-23 00:00:00', 0.000399136423563935, 0.000311730769230753, 0.000414853449564213, 0.000364230769230679, 0.000423534986294324, 0.00046826923076913, 0.00126678249301744, 0.00128326923076916, 0.00198745021224542, 0.00241711538461529 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 360, '2021-05-23 00:00:00', 0.000245043873622646, 0.000192499999999886, 0.000296846761814829, 0.000294999999999866, 0.00030865115982537, 0.000408461538461345, 0.00118134356365316, 0.00127115384615379, 0.00190902070142314, 0.00236596153846144 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 375, '2021-05-23 00:00:00', 0.000157645293179186, 0.000175961538461436, 0.000210417168062315, 0.000255769230769113, 0.000253962519948285, 0.000385192307692175, 0.00119422464385897, 0.00130249999999992, 0.00190116394510164, 0.00236211538461526 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 390, '2021-05-23 00:00:00', 0.000126844544468953, 0.000148461538461452, 0.000179205082345661, 0.000267692307692217, 0.000210532292425361, 0.000335384615384626, 0.00121554351565946, 0.00134403846153844, 0.00189909719441814, 0.00236192307692292 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 405, '2021-05-23 00:00:00', 0.000158890383114149, 0.000191923076923053, 0.000207791685626217, 0.000240769230769271, 0.000247043207058757, 0.000342884615384547, 0.00127227978297, 0.00139961538461535, 0.00189790914307968, 0.00236865384615371 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 420, '2021-05-23 00:00:00', 0.000106016689542423, 0.000111538461538543, 0.000142196505420702, 0.000184615384615398, 0.000234621790580919, 0.000305769230769201, 0.00126998226819849, 0.00136019230769233, 0.00188836454474415, 0.0023544230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 435, '2021-05-23 00:00:00', 0.000106334197408202, 0.000104807692307619, 0.000182549571771255, 0.000192115384615217, 0.000407553535888768, 0.000383269230769137, 0.0012627184502555, 0.00137673076923074, 0.00194281560152761, 0.00237730769230754 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 450, '2021-05-23 00:00:00', 0.000155013274865698, 0.000126346153846085, 0.000189666914514694, 0.000208461538461504, 0.000416721868138156, 0.0004036538461538, 0.00125713417985275, 0.00138211538461536, 0.00194034236669732, 0.00237749999999984 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 465, '2021-05-23 00:00:00', 9.06262400446957e-05, 0.000126346153846153, 0.000277053452215701, 0.000276153846153811, 0.000406019561863084, 0.000453269230769186, 0.00136646860978904, 0.00141230769230769, 0.00191486413456592, 0.00236442307692293 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 480, '2021-05-23 00:00:00', 0.000249549517207386, 0.000219807692307638, 0.000286740032352999, 0.000290384615384622, 0.000698336512446077, 0.000638269230769253, 0.00148581437136476, 0.00145211538461544, 0.00190559727160252, 0.00235980769230751 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 495, '2021-05-23 00:00:00', 0.00013769308121824, 0.000169230769230716, 0.00030249704385086, 0.000322692307692218, 0.000674716607176676, 0.000637499999999983, 0.00149257985226401, 0.0014588461538462, 0.00185397797887514, 0.00233711538461521 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 510, '2021-05-23 00:00:00', 0.000286910331744287, 0.000226538461538323, 0.000630543843409425, 0.000493461538461577, 0.00093050226304866, 0.000797692307692273, 0.00145895796586265, 0.00142788461538467, 0.00179723673582969, 0.00231173076923064 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 525, '2021-05-23 00:00:00', 0.000544582302884776, 0.000391730769230833, 0.000579170660380985, 0.000474423076923085, 0.000961706896016723, 0.000813076923076886, 0.00140416572548094, 0.00138576923076924, 0.00171981032048931, 0.00229846153846143 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 540, '2021-05-23 00:00:00', 0.000267668853968118, 0.00024615384615399, 0.000726712089852897, 0.00054269230769243, 0.000803696771176702, 0.000732500000000076, 0.00121318552389342, 0.00128865384615394, 0.00161213322602739, 0.00224346153846146 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 555, '2021-05-23 00:00:00', 0.000657374732144109, 0.000418461538461615, 0.000720994825544188, 0.000528461538461687, 0.000743517213085036, 0.000684615384615463, 0.00114672780285742, 0.00126557692307701, 0.00155817423978789, 0.00222980769230765 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 570, '2021-05-23 00:00:00', 0.000305189033475684, 0.000262115384615368, 0.000316476515108719, 0.000389230769230655, 0.000452583566444292, 0.000586730769230693, 0.000860622069292673, 0.00113211538461547, 0.00138633541562475, 0.00213173076923072 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 585, '2021-05-23 00:00:00', 0.000225268472306721, 0.000271730769230662, 0.00030799900099737, 0.000389230769230689, 0.000533881901374669, 0.000603269230769212, 0.000843878522974946, 0.0011001923076924, 0.00140687740704785, 0.00215096153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 600, '2021-05-23 00:00:00', 0.000285474773235512, 0.000270384615384525, 0.000389576100988754, 0.000418461538461513, 0.000509860916178311, 0.000591923076923146, 0.000848117122717195, 0.00108942307692313, 0.00140640924397509, 0.00215519230769222 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 615, '2021-05-23 00:00:00', 0.000274848769605821, 0.000269615384615392, 0.000441986947248973, 0.00041769230769238, 0.00044225997401464, 0.000568269230769273, 0.000795203215439987, 0.001033076923077, 0.00142311225839714, 0.00218249999999994 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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 982725, 3, 630, '2021-05-23 00:00:00', 0.000370008731705711, 0.000297307692307847, 0.000379006646988594, 0.00041096153846166, 0.000424900757643611, 0.000575576923076928, 0.000803593204588838, 0.00103096153846159, 0.00142227347797588, 0.00219538461538451 where not exists (select 1 from powerstats_trumpet where symbolid = 982725 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, stdd[...];[ Date: 2021-05-23 15:48:28 - Database: acaweb_fx - User: pgperfstats ]
9 18s4ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982810, 1, 960, '2021-05-23 00:00:00', 0.196883878310188, 0.322692307692305, 0.222456565337003, 0.492711538461536, 0.278512834257509, 0.781673076923071, 0.53186829341338, 1.30830769230769, 0.764056358422695, 2.63982692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 975, '2021-05-23 00:00:00', 0.134750190523619, 0.31892307692308, 0.181204622966999, 0.486653846153845, 0.379995927103678, 0.830769230769234, 0.498731188579113, 1.24803846153846, 0.764930901856749, 2.62226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 990, '2021-05-23 00:00:00', 0.179131472989484, 0.376230769230773, 0.243722813079493, 0.59801923076923, 0.444479447045816, 0.822826923076924, 0.492207515649177, 1.21653846153846, 0.796425882398257, 2.62388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1005, '2021-05-23 00:00:00', 0.221899482614571, 0.43040384615385, 0.346271608045571, 0.631557692307703, 0.399580994485287, 0.801634615384623, 0.487532071134413, 1.16459615384616, 0.779664483312187, 2.64144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1020, '2021-05-23 00:00:00', 0.249282357671288, 0.380423076923084, 0.298226086796837, 0.521173076923079, 0.325971110093184, 0.781230769230765, 0.368410302724883, 1.04813461538461, 0.780753363006628, 2.66457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1035, '2021-05-23 00:00:00', 0.158471129377418, 0.330326923076921, 0.219316767747895, 0.490730769230768, 0.329046905704715, 0.735884615384612, 0.341157374016965, 1.00657692307692, 0.780164392193182, 2.65382692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1050, '2021-05-23 00:00:00', 0.172920685464576, 0.319211538461542, 0.244264538186333, 0.55573076923077, 0.284958240530351, 0.706673076923078, 0.298538715438021, 0.942730769230768, 0.776532617572408, 2.64438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1065, '2021-05-23 00:00:00', 0.178844526378042, 0.417769230769232, 0.23260932582668, 0.541961538461541, 0.223996024174884, 0.656826923076929, 0.26380218987835, 0.877153846153848, 0.768125517837974, 2.63213461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1080, '2021-05-23 00:00:00', 0.197309909494216, 0.345096153846155, 0.189296833449069, 0.43913461538462, 0.206392188283891, 0.598153846153849, 0.272115167925979, 0.850269230769234, 0.80109809564507, 2.66417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1095, '2021-05-23 00:00:00', 0.114262774071267, 0.250307692307694, 0.183454794264042, 0.39319230769231, 0.192804202196463, 0.524596153846152, 0.248964533309768, 0.797326923076928, 0.809430615641923, 2.67569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1110, '2021-05-23 00:00:00', 0.141396839263997, 0.263615384615384, 0.154162361963464, 0.364076923076926, 0.175694240525546, 0.462384615384615, 0.234269267330103, 0.730519230769235, 0.817839057187622, 2.67121153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1125, '2021-05-23 00:00:00', 0.129279173169481, 0.227730769230767, 0.124376988967474, 0.31265384615384, 0.165514732088901, 0.413557692307692, 0.244863853066274, 0.66744230769231, 0.821651060365651, 2.65825 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1140, '2021-05-23 00:00:00', 0.106785277003037, 0.204153846153839, 0.135558617749495, 0.275173076923074, 0.162132843206285, 0.374826923076923, 0.248957506414251, 0.652, 0.832677835937488, 2.67103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1155, '2021-05-23 00:00:00', 0.0993859918933012, 0.181346153846157, 0.124435712472187, 0.259942307692309, 0.164688732041813, 0.350538461538465, 0.246668170127089, 0.638615384615388, 0.854005127889486, 2.67453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1170, '2021-05-23 00:00:00', 0.111280249128729, 0.177576923076922, 0.133041383093323, 0.236019230769231, 0.177896933211769, 0.333326923076925, 0.261623728634494, 0.615346153846155, 0.854905081775841, 2.67582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1185, '2021-05-23 00:00:00', 0.0894655498802956, 0.145269230769235, 0.11794209954954, 0.213173076923084, 0.14935317075772, 0.295019230769233, 0.255220019711498, 0.624038461538462, 0.85880112679515, 2.66834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1200, '2021-05-23 00:00:00', 0.0913907334134412, 0.159884615384615, 0.127889262495092, 0.226711538461536, 0.151996985040942, 0.308288461538461, 0.265462673748764, 0.647865384615393, 0.861889264929087, 2.66725 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1215, '2021-05-23 00:00:00', 0.0890444335927072, 0.153634615384616, 0.113363745730964, 0.211673076923078, 0.142084465669595, 0.30034615384615, 0.276223797922007, 0.747557692307695, 0.866275036268243, 2.66453846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1230, '2021-05-23 00:00:00', 0.0880814657881214, 0.148769230769228, 0.112438776503206, 0.222038461538456, 0.137967800033754, 0.296923076923069, 0.265081882850151, 0.731230769230771, 0.867826841333262, 2.66894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1245, '2021-05-23 00:00:00', 0.0998788439136975, 0.167711538461534, 0.113938161365641, 0.217730769230763, 0.134052253015233, 0.27505769230769, 0.260844705494693, 0.720403846153849, 0.870163174131949, 2.67948076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1260, '2021-05-23 00:00:00', 0.0679249840746272, 0.122788461538457, 0.0922281889996371, 0.181673076923075, 0.21034937603901, 0.286500000000003, 0.254955483293721, 0.703961538461545, 0.870596316635023, 2.6780576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1275, '2021-05-23 00:00:00', 0.0728129532009625, 0.123884615384609, 0.0845914093656178, 0.153942307692303, 0.216118116743179, 0.314096153846151, 0.259870032605051, 0.717076923076928, 0.873710029348761, 2.68465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1290, '2021-05-23 00:00:00', 0.0502953431090968, 0.0993076923076921, 0.213771265248998, 0.218923076923073, 0.209048861605285, 0.322557692307686, 0.257002693790123, 0.708269230769234, 0.885052035193412, 2.69525000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1305, '2021-05-23 00:00:00', 0.211897766532684, 0.194211538461531, 0.206995619611777, 0.264942307692298, 0.204494495882301, 0.348673076923076, 0.247443196278683, 0.695346153846154, 0.887737263842959, 2.70548076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1320, '2021-05-23 00:00:00', 0.112627454297516, 0.176788461538457, 0.115843747548819, 0.228576923076916, 0.157686203728018, 0.344173076923078, 0.218596491632048, 0.654384615384618, 0.896076888227446, 2.70451923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1335, '2021-05-23 00:00:00', 0.0977242982146156, 0.13153846153846, 0.130401098685787, 0.200057692307695, 0.152702959519952, 0.318076923076925, 0.212748678021736, 0.648500000000004, 0.902521737219581, 2.72011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1350, '2021-05-23 00:00:00', 0.121310772240294, 0.160211538461543, 0.123536754107366, 0.249480769230773, 0.149958712266453, 0.30215384615385, 0.222184127557436, 0.650557692307696, 0.938362734521394, 2.7388076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1365, '2021-05-23 00:00:00', 0.0916357924696402, 0.187038461538455, 0.13052181662612, 0.243230769230765, 0.139740347127743, 0.31326923076923, 0.230010870144461, 0.653096153846154, 0.942855510588003, 2.74357692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1380, '2021-05-23 00:00:00', 0.125169079494647, 0.169461538461536, 0.124699022264994, 0.193115384615383, 0.183660348092713, 0.377788461538463, 0.223764846520751, 0.653057692307691, 0.939672478334057, 2.75294230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1395, '2021-05-23 00:00:00', 0.0567390823113924, 0.116711538461536, 0.130339786711498, 0.231999999999995, 0.176336013381793, 0.510019230769226, 0.219846447286756, 0.659403846153844, 0.937930893181696, 2.75590384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1410, '2021-05-23 00:00:00', 0.115499725274397, 0.195557692307692, 0.13668363246788, 0.313346153846153, 0.17304825471971, 0.498961538461532, 0.220553284160178, 0.675365384615385, 0.939602443139567, 2.75613461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 1, 1425, '2021-05-23 00:00:00', 0.0960876602979804, 0.222461538461543, 0.16742162000815, 0.41682692307692, 0.199584935650111, 0.462557692307688, 0.223122491367054, 0.671115384615385, 0.939998366815274, 2.75501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 0, '2021-05-23 00:00:00', 0.157519279243319, 0.280139999999999, 0.158011713700802, 0.330419999999999, 0.207895342259826, 0.381160000000004, 0.24799198071711, 0.645720000000001, 0.953420079678068, 2.76566 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 15, '2021-05-23 00:00:00', 0.155017251728087, 0.197840000000003, 0.154928523842438, 0.242580000000005, 0.137351410622532, 0.324080000000004, 0.232524034600006, 0.635980000000009, 0.691698460313457, 2.66502 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 30, '2021-05-23 00:00:00', 0.109650961388098, 0.159700000000003, 0.104898363508051, 0.201300000000003, 0.101770137237474, 0.307160000000003, 0.216390609392673, 0.636800000000005, 0.692208327263793, 2.66158 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 45, '2021-05-23 00:00:00', 0.111370345452242, 0.146423076923075, 0.177789928978421, 0.278173076923075, 0.170230594737294, 0.308653846153845, 0.25274293188017, 0.654019230769231, 0.918828074861584, 2.77363461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 60, '2021-05-23 00:00:00', 0.111328973697848, 0.228903846153847, 0.109693203281485, 0.254826923076927, 0.10577386801023, 0.283865384615388, 0.323303996025646, 0.693576923076926, 0.920759479368066, 2.77267307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 75, '2021-05-23 00:00:00', 0.0935310581900625, 0.143326923076923, 0.0910482205292177, 0.172961538461541, 0.110981703273721, 0.263961538461543, 0.312827740752983, 0.66615384615385, 0.911547278827853, 2.76630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 90, '2021-05-23 00:00:00', 0.0804706157550684, 0.124500000000007, 0.086888859160146, 0.167423076923088, 0.147583761093351, 0.277442307692319, 0.308033942310556, 0.661480769230768, 0.90291525648015, 2.75709615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 105, '2021-05-23 00:00:00', 0.0885577516912845, 0.131153846153854, 0.110543797446286, 0.215365384615388, 0.193452141765975, 0.324134615384618, 0.308048110628095, 0.660538461538456, 0.900541613953264, 2.75153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 120, '2021-05-23 00:00:00', 0.0952176393645328, 0.161826923076929, 0.137710510184891, 0.219730769230779, 0.186467667851141, 0.330634615384622, 0.299542425401454, 0.653769230769228, 0.888425573697653, 2.7445 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 135, '2021-05-23 00:00:00', 0.122574481281943, 0.148711538461542, 0.168213743378881, 0.232288461538463, 0.167771393224871, 0.322903846153845, 0.28565692979247, 0.627692307692305, 0.882828752668636, 2.75105769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 150, '2021-05-23 00:00:00', 0.102658172517415, 0.140903846153846, 0.117022497836955, 0.201250000000003, 0.158862940442868, 0.303076923076925, 0.260513416899424, 0.585096153846151, 0.82400328976192, 2.72980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 165, '2021-05-23 00:00:00', 0.0816462161731034, 0.144230769230769, 0.0932453999690342, 0.215269230769228, 0.145900086993179, 0.300653846153842, 0.233855179544948, 0.596749999999995, 0.801684073588938, 2.71707692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 180, '2021-05-23 00:00:00', 0.0685396235764445, 0.160999999999995, 0.118910096938177, 0.229865384615382, 0.136510935036783, 0.302153846153846, 0.207526917623867, 0.586192307692307, 0.821635107341078, 2.73748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 195, '2021-05-23 00:00:00', 0.100915082352214, 0.166923076923074, 0.101043062031081, 0.20809615384615, 0.110155437381074, 0.290596153846156, 0.199787933723586, 0.556538461538465, 0.825345751558337, 2.73198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 210, '2021-05-23 00:00:00', 0.0507341638801223, 0.13534615384615, 0.0786791243938594, 0.19523076923077, 0.106703069309182, 0.277249999999998, 0.214507342531673, 0.538499999999999, 0.820290741139998, 2.727 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 225, '2021-05-23 00:00:00', 0.0703600301744829, 0.141576923076929, 0.0879652400754882, 0.206211538461542, 0.114873348318255, 0.286615384615389, 0.211769177680289, 0.539230769230766, 0.814404693389831, 2.72376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 240, '2021-05-23 00:00:00', 0.0818889891161276, 0.146057692307693, 0.1054813745863, 0.198596153846156, 0.184355163078903, 0.312615384615391, 0.210259272181903, 0.537692307692304, 0.806375384287379, 2.71309615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 255, '2021-05-23 00:00:00', 0.0579021621756478, 0.127403846153848, 0.0963249727984188, 0.185096153846158, 0.185439561997568, 0.288134615384623, 0.229563136949634, 0.510923076923079, 0.801540214452538, 2.70034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 270, '2021-05-23 00:00:00', 0.0860520504381839, 0.130153846153847, 0.187313090429251, 0.221076923076927, 0.19762526699248, 0.277884615384612, 0.231031306569884, 0.499269230769231, 0.791947184767736, 2.69178846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 285, '2021-05-23 00:00:00', 0.168580740756019, 0.16461538461539, 0.169583730170273, 0.203807692307694, 0.165004928830819, 0.261057692307687, 0.224072810968641, 0.478269230769229, 0.789618629709697, 2.68709615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 300, '2021-05-23 00:00:00', 0.0673394272439202, 0.120538461538469, 0.0879543850308386, 0.164576923076923, 0.0913480411140995, 0.228230769230768, 0.199419854732523, 0.464461538461541, 0.790630580855953, 2.68034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 315, '2021-05-23 00:00:00', 0.0696436313284595, 0.122653846153843, 0.0664611280257906, 0.162807692307684, 0.107393691621062, 0.228249999999992, 0.215208467805951, 0.55923076923077, 0.789045579262598, 2.67838461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 330, '2021-05-23 00:00:00', 0.0633537686329705, 0.121000000000001, 0.0818829276843014, 0.173923076923079, 0.126667081814433, 0.231519230769235, 0.292690553972299, 0.680596153846157, 0.7883795191111, 2.67738461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 345, '2021-05-23 00:00:00', 0.0654859262625253, 0.126442307692302, 0.0956104536447434, 0.162826923076921, 0.16275249732221, 0.254653846153841, 0.346823573526718, 0.771134615384618, 0.788830441954321, 2.67961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 360, '2021-05-23 00:00:00', 0.0853681439413989, 0.124499999999999, 0.101063909711405, 0.177423076923075, 0.154363757454219, 0.260019230769228, 0.4050088455824, 0.883749999999999, 0.790400300724015, 2.67784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 375, '2021-05-23 00:00:00', 0.0589485466644109, 0.109134615384615, 0.124139947391887, 0.17205769230769, 0.133897205118185, 0.225807692307696, 0.437279343915736, 1.06426923076924, 0.792768646046151, 2.68011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 390, '2021-05-23 00:00:00', 0.118762304625666, 0.125250000000001, 0.126927485354677, 0.162557692307694, 0.128802253026158, 0.210596153846156, 0.464036727657822, 1.17526923076924, 0.804763282204532, 2.68540384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 405, '2021-05-23 00:00:00', 0.0477906331343754, 0.0977692307692276, 0.0642191470369504, 0.133326923076923, 0.0769722127683788, 0.193192307692298, 0.55104524733944, 1.31576923076924, 0.805071627248157, 2.68425 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 420, '2021-05-23 00:00:00', 0.053263856990817, 0.104461538461541, 0.0678058909398959, 0.141173076923077, 0.0835163549160347, 0.205807692307686, 0.554855295411472, 1.34867307692308, 0.80566740728035, 2.68236538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 435, '2021-05-23 00:00:00', 0.0619310938431995, 0.100096153846163, 0.0628885216382604, 0.146115384615386, 0.102243946595313, 0.21526923076923, 0.560160397702163, 1.36686538461539, 0.804094911399431, 2.68094230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 450, '2021-05-23 00:00:00', 0.0471873883085823, 0.107980769230767, 0.0768898312772666, 0.158615384615386, 0.108051348192214, 0.232923076923081, 0.555426879491384, 1.38953846153846, 0.805912643910854, 2.67451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 465, '2021-05-23 00:00:00', 0.0683504093735977, 0.124038461538465, 0.092862942845064, 0.176884615384617, 0.104424871779452, 0.233923076923088, 0.552006850919022, 1.42428846153847, 0.802853418223925, 2.66486538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 480, '2021-05-23 00:00:00', 0.0918070740528941, 0.150173076923072, 0.0993938107498939, 0.187980769230778, 0.152890861023861, 0.287153846153855, 0.5760693935229, 1.45611538461539, 0.801384146096853, 2.66451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 495, '2021-05-23 00:00:00', 0.0592057332203137, 0.118826923076934, 0.0700181322669773, 0.171173076923085, 0.165366382268641, 0.415096153846161, 0.578157893326192, 1.47498076923077, 0.804892653377787, 2.67628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 510, '2021-05-23 00:00:00', 0.0626384374498178, 0.137423076923076, 0.148617837214994, 0.239192307692305, 0.286206332241934, 0.541269230769232, 0.583595763679457, 1.52284615384615, 0.820228007699924, 2.67973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 525, '2021-05-23 00:00:00', 0.132712733433483, 0.189519230769227, 0.153205690042961, 0.358288461538459, 0.313080356482777, 0.648019230769233, 0.56056701788319, 1.54180769230769, 0.818972420874997, 2.68038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 540, '2021-05-23 00:00:00', 0.131764208108503, 0.284557692307684, 0.280579650010465, 0.444999999999993, 0.365753679197009, 0.73542307692307, 0.563434906485342, 1.54092307692307, 0.825782908005392, 2.69036538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 555, '2021-05-23 00:00:00', 0.213386425384695, 0.295057692307689, 0.250867933383284, 0.483999999999998, 0.350154387927113, 0.87084615384616, 0.554713499163159, 1.54438461538462, 0.894221922206027, 2.71961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 570, '2021-05-23 00:00:00', 0.171092167019373, 0.361519230769233, 0.230761406085284, 0.537557692307694, 0.342547126460223, 0.910423076923083, 0.530775584911792, 1.52869230769231, 0.918857687357177, 2.70101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 585, '2021-05-23 00:00:00', 0.158189399625403, 0.334384615384614, 0.271142168215518, 0.618153846153848, 0.54301899279718, 0.949442307692307, 0.556803626480233, 1.49796153846153, 1.03717102513742, 2.75115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 600, '2021-05-23 00:00:00', 0.277339780497046, 0.496423076923081, 0.33661060817874, 0.663807692307695, 0.556926103370444, 0.96876923076923, 0.529808823648104, 1.48451923076922, 1.0781593288849, 2.75246153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 615, '2021-05-23 00:00:00', 0.175189378849119, 0.368038461538467, 0.536163096956947, 0.65144230769231, 0.556871496362978, 0.849788461538463, 0.536916710343564, 1.44057692307692, 1.11854963250837, 2.72309615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 630, '2021-05-23 00:00:00', 0.481261136534487, 0.467807692307693, 0.490300342804132, 0.612884615384618, 0.485519365057825, 0.793423076923078, 0.493918724628316, 1.39005769230769, 1.05786831102058, 2.73528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 645, '2021-05-23 00:00:00', 0.18174791925589, 0.347615384615389, 0.197659401107439, 0.478326923076924, 0.243680367568788, 0.682192307692306, 0.389081686598272, 1.31417307692308, 1.00618026217969, 2.6975 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 660, '2021-05-23 00:00:00', 0.129973133318454, 0.316653846153842, 0.198935746294738, 0.466634615384617, 0.262426849148182, 0.663134615384612, 0.451708970296319, 1.33857692307692, 0.997017918402361, 2.72648076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 675, '2021-05-23 00:00:00', 0.185668982745756, 0.342134615384616, 0.227239463663668, 0.481576923076924, 0.247494798702136, 0.635346153846154, 0.454219457294179, 1.30934615384615, 0.96566076859319, 2.746 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 690, '2021-05-23 00:00:00', 0.148394081625715, 0.306288461538464, 0.172943116481867, 0.418692307692311, 0.305718088466133, 0.610519230769234, 0.415922360081048, 1.31798076923078, 0.94189593108793, 2.72325000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 705, '2021-05-23 00:00:00', 0.136383674017313, 0.291442307692298, 0.156039227070037, 0.40159615384615, 0.226935765225448, 0.602692307692302, 0.433119539370621, 1.37084615384616, 0.939201358151617, 2.70563461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 720, '2021-05-23 00:00:00', 0.111200209255478, 0.280942307692311, 0.222568520132218, 0.440615384615387, 0.215418613044816, 0.593673076923083, 0.462532745202562, 1.38290384615385, 0.950819302779689, 2.7135576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 735, '2021-05-23 00:00:00', 0.167625416881255, 0.315596153846157, 0.184363211748308, 0.438923076923076, 0.239950797039721, 0.563750000000003, 0.474801304191068, 1.35546153846155, 0.964994346934421, 2.67148076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 750, '2021-05-23 00:00:00', 0.150239671345995, 0.272673076923068, 0.130006774971385, 0.372807692307698, 0.229766493506901, 0.558192307692305, 0.514322810933131, 1.35057692307693, 1.0279647945558, 2.70317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 765, '2021-05-23 00:00:00', 0.0988880096955102, 0.245461538461547, 0.190848997901475, 0.375000000000007, 0.223987547730804, 0.572807692307693, 0.572745837039568, 1.41542307692308, 1.01625910630795, 2.70236538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 780, '2021-05-23 00:00:00', 0.173791609295552, 0.254211538461537, 0.182067414606611, 0.401211538461537, 0.189261471555583, 0.600269230769223, 0.616215324504229, 1.43811538461539, 1.0186246830899, 2.70175 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 795, '2021-05-23 00:00:00', 0.0969296910136351, 0.27975, 0.153032158510752, 0.401692307692302, 0.306794978521742, 0.597326923076919, 0.602052517515008, 1.42692307692308, 1.00623512850931, 2.68892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 810, '2021-05-23 00:00:00', 0.121595635043117, 0.26403846153846, 0.165251388915384, 0.403807692307691, 0.259737569481206, 0.566750000000002, 0.606955311052959, 1.41301923076924, 1.00188732669129, 2.67534615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 825, '2021-05-23 00:00:00', 0.118138505739929, 0.267557692307695, 0.236132900161041, 0.402442307692317, 0.264528494902503, 0.605730769230775, 0.610569721338519, 1.38626923076924, 1.00542795805873, 2.66617307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 840, '2021-05-23 00:00:00', 0.226170049197167, 0.284634615384625, 0.220094886006367, 0.375326923076928, 0.359069897309485, 0.668634615384624, 0.695932840758474, 1.45117307692309, 1.00350483728855, 2.67296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 855, '2021-05-23 00:00:00', 0.105504555133162, 0.256134615384621, 0.24459068791633, 0.422230769230781, 0.388468827083183, 0.64751923076924, 0.671757195432537, 1.49351923076924, 0.982295762291265, 2.66776923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 870, '2021-05-23 00:00:00', 0.190076401642969, 0.298038461538465, 0.31781707607704, 0.476423076923079, 0.324305328593058, 0.660384615384623, 0.613077928601626, 1.48044230769232, 0.953332756701456, 2.66175000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 885, '2021-05-23 00:00:00', 0.184086636167281, 0.313519230769231, 0.201087581378401, 0.420653846153849, 0.353137194956215, 0.730038461538468, 0.540243079192488, 1.44523076923078, 0.92752432292387, 2.61848076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 900, '2021-05-23 00:00:00', 0.148555257784386, 0.309730769230771, 0.196149355378467, 0.434519230769233, 0.373516648274836, 0.742557692307693, 0.527385414459492, 1.44684615384616, 0.910539559610338, 2.59998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 915, '2021-05-23 00:00:00', 0.162999321612562, 0.306326923076925, 0.286735837286898, 0.563903846153848, 0.311317722938141, 0.757769230769233, 0.506136225201811, 1.39953846153846, 0.896996872689864, 2.58198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 930, '2021-05-23 00:00:00', 0.284115753766777, 0.432192307692311, 0.327098741267016, 0.576557692307699, 0.306595920490703, 0.776038461538465, 0.486080737595655, 1.40071153846154, 0.868699058274018, 2.58757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 945, '2021-05-23 00:00:00', 0.141354682107974, 0.349384615384622, 0.153290684146661, 0.48442307692308, 0.213732964233409, 0.75, 0.417124604146781, 1.29784615384615, 0.857048738628454, 2.52690384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 960, '2021-05-23 00:00:00', 0.120333122558226, 0.331403846153841, 0.155332155272303, 0.490961538461534, 0.246283614652204, 0.762173076923075, 0.386369604334819, 1.25636538461539, 0.853483515455252, 2.50536538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 975, '2021-05-23 00:00:00', 0.139098190277449, 0.358442307692301, 0.217524562715607, 0.562346153846151, 0.233585103087969, 0.755903846153844, 0.381043048244395, 1.22023076923077, 0.859507198027768, 2.50771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 990, '2021-05-23 00:00:00', 0.165066345635732, 0.426961538461536, 0.217413937880289, 0.57940384615384, 0.199689910572909, 0.734596153846151, 0.348155071550235, 1.17942307692308, 0.886118217499573, 2.51215384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1005, '2021-05-23 00:00:00', 0.121910622998983, 0.376999999999999, 0.155530185049523, 0.529461538461535, 0.166092309829846, 0.73615384615385, 0.333951143363584, 1.14638461538462, 0.978187300768425, 2.59334615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1020, '2021-05-23 00:00:00', 0.126293189109246, 0.400019230769227, 0.177923765005819, 0.546115384615383, 0.243709866123951, 0.80617307692308, 0.347363615737831, 1.09030769230769, 0.983051394109967, 2.61278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1035, '2021-05-23 00:00:00', 0.151211773300284, 0.36190384615385, 0.157929425572116, 0.48921153846154, 0.281489544142476, 0.79128846153846, 0.346463600596751, 1.01755769230769, 0.937924381075251, 2.64026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1050, '2021-05-23 00:00:00', 0.128373710764258, 0.345980769230769, 0.251434934235175, 0.593115384615386, 0.289332946354461, 0.767423076923076, 0.335272247583963, 1.0125, 0.920989784667313, 2.65328846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1065, '2021-05-23 00:00:00', 0.170962682612767, 0.457673076923079, 0.245354557418761, 0.592673076923076, 0.244593717291473, 0.726557692307694, 0.282500665758233, 0.95688461538462, 0.86486999823451, 2.63407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1080, '2021-05-23 00:00:00', 0.20069794755764, 0.414115384615389, 0.211386573512938, 0.547211538461546, 0.244940077444383, 0.662692307692313, 0.252847169558704, 0.87486538461539, 0.779113336526752, 2.63936538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1095, '2021-05-23 00:00:00', 0.182757903122808, 0.331365384615395, 0.213689552856471, 0.431250000000012, 0.229624117602257, 0.536153846153855, 0.262056304137987, 0.7805576923077, 0.774194836339914, 2.61423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1110, '2021-05-23 00:00:00', 0.123901598673488, 0.294115384615382, 0.138849126752738, 0.396500000000005, 0.227239047294662, 0.490730769230768, 0.258230863465532, 0.707826923076926, 0.752163339717768, 2.59798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1125, '2021-05-23 00:00:00', 0.107690112752354, 0.261903846153851, 0.114763341775088, 0.315230769230768, 0.19913755296278, 0.417749999999997, 0.243188980804263, 0.689096153846153, 0.743062029970997, 2.59090384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1140, '2021-05-23 00:00:00', 0.0808992654716162, 0.21763461538462, 0.185463217377471, 0.33125, 0.189994275217409, 0.40623076923077, 0.265233555279404, 0.734673076923076, 0.745894312218561, 2.58225 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1155, '2021-05-23 00:00:00', 0.161128224142721, 0.244269230769233, 0.16594375437294, 0.310980769230768, 0.19491768676902, 0.383269230769234, 0.27370656452036, 0.720211538461535, 0.7458735281534, 2.58 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1170, '2021-05-23 00:00:00', 0.0875908934500885, 0.199230769230767, 0.115648579092673, 0.260923076923077, 0.15161630341603, 0.336211538461542, 0.248702968495473, 0.675557692307693, 0.755740090649813, 2.58626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1185, '2021-05-23 00:00:00', 0.0558403080220741, 0.177500000000003, 0.0867281362383889, 0.23751923076924, 0.12209649399617, 0.338576923076932, 0.244878582943906, 0.630596153846159, 0.754638327025194, 2.58826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1200, '2021-05-23 00:00:00', 0.0712723406270793, 0.165942307692317, 0.0898920549240157, 0.222192307692314, 0.132978419301784, 0.343000000000007, 0.225140855056081, 0.65223076923077, 0.758470699195732, 2.58480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1215, '2021-05-23 00:00:00', 0.0750170544712206, 0.145538461538455, 0.109594183239808, 0.23325, 0.135857964574995, 0.317442307692305, 0.270397039270315, 0.76017307692307, 0.766045844179457, 2.57765384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1230, '2021-05-23 00:00:00', 0.0745433172983691, 0.158115384615386, 0.0998597940191047, 0.232961538461541, 0.132969013162983, 0.328961538461536, 0.253454175041864, 0.747173076923069, 0.770473428883427, 2.57376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1245, '2021-05-23 00:00:00', 0.0797010375378914, 0.166346153846156, 0.0953577474566185, 0.231499999999994, 0.130605059390751, 0.313307692307691, 0.256595937973723, 0.722653846153837, 0.769500980406235, 2.57482692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1260, '2021-05-23 00:00:00', 0.0700284694853613, 0.152942307692309, 0.0948741453797549, 0.226288461538467, 0.110187197357668, 0.302038461538462, 0.25843123843684, 0.708249999999997, 0.770270808522262, 2.57246153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1275, '2021-05-23 00:00:00', 0.0721287017447612, 0.157519230769229, 0.0725631104625415, 0.207750000000002, 0.0851245332077959, 0.276115384615384, 0.260493798095371, 0.73032692307692, 0.734278475784223, 2.6115 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1290, '2021-05-23 00:00:00', 0.0544603631446371, 0.138134615384617, 0.0729841526528979, 0.204442307692301, 0.0819954055936086, 0.251557692307688, 0.262986671934876, 0.725019230769229, 0.735957168486152, 2.61442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1305, '2021-05-23 00:00:00', 0.0589584729997394, 0.158692307692302, 0.0743172513360948, 0.197923076923075, 0.0933607807626685, 0.250153846153838, 0.258853861355126, 0.723807692307691, 0.734389813696743, 2.67553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1320, '2021-05-23 00:00:00', 0.048693389221189, 0.129615384615383, 0.0630588644412161, 0.159596153846151, 0.180946681479553, 0.353807692307684, 0.258071985336227, 0.726980769230767, 0.738146330083258, 2.67823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1335, '2021-05-23 00:00:00', 0.0402728816947562, 0.104249999999994, 0.0721563606663763, 0.16859615384614, 0.166666848717845, 0.350961538461528, 0.253441129562357, 0.734384615384615, 0.737117951108338, 2.68657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1350, '2021-05-23 00:00:00', 0.0676337449912301, 0.135211538461529, 0.170539646867957, 0.30086538461538, 0.174386083601437, 0.356115384615379, 0.253735452784974, 0.7375, 0.738413409589464, 2.68528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1365, '2021-05-23 00:00:00', 0.15983275995192, 0.262134615384608, 0.150506125610073, 0.305423076923069, 0.167129683640715, 0.355134615384611, 0.258742765041915, 0.728961538461544, 0.729912541915916, 2.67932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1380, '2021-05-23 00:00:00', 0.120078085171529, 0.178557692307694, 0.131636406292249, 0.226711538461543, 0.171997401590392, 0.363615384615385, 0.26720317248232, 0.747846153846161, 0.730570146160888, 2.67653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1395, '2021-05-23 00:00:00', 0.0552253599772431, 0.124596153846159, 0.0639229343699216, 0.191807692307693, 0.279968632858427, 0.515153846153849, 0.272210600737452, 0.74486538461539, 0.726974978936695, 2.6745 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1410, '2021-05-23 00:00:00', 0.064442260978328, 0.156250000000004, 0.121069117258891, 0.26513461538462, 0.265396756689939, 0.526961538461539, 0.277599529621634, 0.742326923076927, 0.724174757117483, 2.67367307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 2, 1425, '2021-05-23 00:00:00', 0.126981375072822, 0.221980769230772, 0.287919075168972, 0.475923076923078, 0.269677359935049, 0.513538461538458, 0.297499120231408, 0.748057692307694, 0.726116683778541, 2.67796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 0, '2021-05-23 00:00:00', 0.309448276507295, 0.381559999999997, 0.283734291782526, 0.427239999999999, 0.285806538588605, 0.459739999999995, 0.291957456946499, 0.747140000000002, 0.75389324233166, 2.7115 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 15, '2021-05-23 00:00:00', 0.112084949182903, 0.187340000000002, 0.15882077949689, 0.235959999999998, 0.172413512134824, 0.398760000000002, 0.251179406334725, 0.685140000000001, 0.725270120368958, 2.67232 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 30, '2021-05-23 00:00:00', 0.158516390805006, 0.184115384615388, 0.166413534952489, 0.238730769230769, 0.148609484374827, 0.390673076923082, 0.241376045589892, 0.678653846153845, 0.714366386279589, 2.65807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 45, '2021-05-23 00:00:00', 0.121663484503513, 0.169711538461542, 0.151003647434292, 0.341307692307702, 0.140293527456375, 0.371923076923084, 0.232743477971908, 0.676942307692312, 0.704326159148971, 2.65996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 60, '2021-05-23 00:00:00', 0.151691089186093, 0.307942307692313, 0.142077407125078, 0.329980769230778, 0.152755054052105, 0.362442307692314, 0.247824242931589, 0.671653846153851, 0.702571893118422, 2.65875 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 75, '2021-05-23 00:00:00', 0.0686545449220969, 0.140942307692315, 0.0754787693022685, 0.168730769230778, 0.141203590061145, 0.304576923076927, 0.240002090535775, 0.608211538461535, 0.698152143436243, 2.64115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 90, '2021-05-23 00:00:00', 0.0601348100904676, 0.125846153846162, 0.0891920486280095, 0.169692307692316, 0.131067617604872, 0.318596153846161, 0.238036109898035, 0.60548076923077, 0.697220183740682, 2.63976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 105, '2021-05-23 00:00:00', 0.0812714350423639, 0.130884615384618, 0.137779647095816, 0.258365384615384, 0.148922514700151, 0.324346153846158, 0.237161695084574, 0.604480769230767, 0.694562109146147, 2.63628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 120, '2021-05-23 00:00:00', 0.13886712658565, 0.209673076923075, 0.14251717980111, 0.255557692307694, 0.216458160817789, 0.35484615384616, 0.250579420850653, 0.590115384615381, 0.699037688265368, 2.62948076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 135, '2021-05-23 00:00:00', 0.0881365199780784, 0.137615384615384, 0.0986871377325702, 0.188865384615389, 0.210168036250852, 0.348288461538459, 0.233439427162266, 0.554615384615379, 0.696111509634884, 2.62707692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 150, '2021-05-23 00:00:00', 0.077064688112305, 0.139615384615387, 0.180176703864255, 0.243730769230771, 0.194537004587428, 0.339115384615381, 0.254787695180486, 0.567480769230763, 0.694907839213231, 2.62725 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 165, '2021-05-23 00:00:00', 0.16252892405306, 0.193865384615396, 0.16639482818331, 0.283326923076922, 0.230615851913624, 0.354634615384616, 0.255278171804799, 0.558749999999995, 0.694907839213231, 2.62725 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 180, '2021-05-23 00:00:00', 0.110058446011479, 0.214692307692307, 0.139674698991845, 0.264692307692306, 0.178238782147818, 0.344288461538464, 0.230856635498841, 0.543384615384608, 0.695564705003176, 2.62417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 195, '2021-05-23 00:00:00', 0.0933234408676913, 0.151230769230765, 0.131759477837458, 0.226500000000005, 0.136453632586868, 0.307576923076926, 0.175345668499505, 0.498711538461534, 0.695794428084796, 2.62461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 210, '2021-05-23 00:00:00', 0.100559865445714, 0.156057692307699, 0.0941415709695458, 0.204846153846157, 0.11014438251676, 0.279750000000003, 0.173778439841785, 0.474884615384612, 0.697460168424308, 2.6215576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 225, '2021-05-23 00:00:00', 0.0607212926790481, 0.136846153846154, 0.0766514814950292, 0.194519230769235, 0.0825389511778384, 0.257038461538466, 0.172644691825099, 0.460519230769235, 0.698652124561176, 2.61586538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 240, '2021-05-23 00:00:00', 0.0518882971836134, 0.145346153846156, 0.0683006954576564, 0.184750000000006, 0.0807834427056952, 0.240769230769239, 0.167014440877243, 0.449288461538465, 0.695797159047421, 2.62044230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 255, '2021-05-23 00:00:00', 0.0683462902037537, 0.113846153846155, 0.0685615501126228, 0.160615384615389, 0.104292864273932, 0.216192307692307, 0.172149255455393, 0.45738461538462, 0.693748238528602, 2.61996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 270, '2021-05-23 00:00:00', 0.0518761876601766, 0.124326923076926, 0.0771667923795808, 0.167076923076927, 0.10968495619448, 0.228019230769232, 0.180789406811863, 0.487519230769235, 0.693913619374807, 2.62163461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 285, '2021-05-23 00:00:00', 0.0726035917738311, 0.115692307692318, 0.0928710106297128, 0.160769230769231, 0.112656648204248, 0.217403846153852, 0.180945444391824, 0.495576923076925, 0.696376727453223, 2.62244230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 300, '2021-05-23 00:00:00', 0.0801281089640412, 0.119576923076922, 0.100223383192052, 0.162057692307688, 0.100114326954424, 0.219038461538463, 0.21490020671501, 0.528826923076921, 0.695851055294051, 2.62036538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 315, '2021-05-23 00:00:00', 0.0437888157480351, 0.107403846153838, 0.0526063355353852, 0.1434423076923, 0.065373342014561, 0.204423076923077, 0.323644820158441, 0.64101923076923, 0.690741141817973, 2.61125 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 330, '2021-05-23 00:00:00', 0.0355799857309563, 0.097846153846151, 0.0521369793465688, 0.142269230769229, 0.118053509705755, 0.223865384615388, 0.312421060183464, 0.71732692307692, 0.691883632945933, 2.6043076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 345, '2021-05-23 00:00:00', 0.0559303584826689, 0.111249999999999, 0.0695139637327965, 0.155865384615396, 0.127631104540206, 0.229326923076933, 0.439424179598005, 0.816980769230768, 0.690411007187859, 2.60182692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 360, '2021-05-23 00:00:00', 0.054701655860183, 0.108634615384626, 0.117938316667918, 0.171442307692314, 0.124887469347412, 0.215000000000006, 0.45144475809935, 0.869019230769232, 0.690411007187859, 2.60182692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 375, '2021-05-23 00:00:00', 0.113168907118794, 0.125807692307693, 0.118376279133695, 0.15821153846154, 0.113384186931655, 0.204423076923075, 0.471826112444622, 0.925096153846152, 0.689235303406273, 2.60428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 390, '2021-05-23 00:00:00', 0.0681276093360569, 0.10386538461539, 0.0784857948930895, 0.142500000000006, 0.0908224578292983, 0.191326923076924, 0.463823477695489, 1.03053846153846, 0.700377284315114, 2.62309615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 405, '2021-05-23 00:00:00', 0.0552772452836961, 0.098576923076927, 0.0638742514633283, 0.132999999999999, 0.090137452729797, 0.186403846153855, 0.529600839893011, 1.14251923076923, 0.700377284315114, 2.62309615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 420, '2021-05-23 00:00:00', 0.0542436135907655, 0.102519230769225, 0.0800046537107976, 0.135769230769223, 0.091330315549988, 0.207442307692308, 0.54592678890686, 1.21217307692307, 0.700377284315114, 2.62309615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 435, '2021-05-23 00:00:00', 0.0514538777786611, 0.095192307692302, 0.0573599196705789, 0.134903846153848, 0.0872853432933942, 0.237865384615387, 0.496123557811347, 1.31076923076923, 0.700377284315114, 2.62309615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 450, '2021-05-23 00:00:00', 0.0501137206760739, 0.112250000000004, 0.0678567722372726, 0.166192307692315, 0.140252843108434, 0.308000000000004, 0.485983841136884, 1.32357692307693, 0.700377284315114, 2.62309615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 465, '2021-05-23 00:00:00', 0.0638683411401844, 0.121250000000008, 0.0880005091768424, 0.189519230769235, 0.150882706609629, 0.335134615384611, 0.486978053920302, 1.38825000000001, 0.700377284315114, 2.62309615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 480, '2021-05-23 00:00:00', 0.0755547712691764, 0.154288461538455, 0.134771750064267, 0.258269230769223, 0.169036796176269, 0.387538461538451, 0.495185082725485, 1.42761538461539, 0.700377284315114, 2.62309615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 495, '2021-05-23 00:00:00', 0.118408830556881, 0.176634615384619, 0.133029915663883, 0.245038461538456, 0.255442609089524, 0.510057692307699, 0.490031616326953, 1.42225000000001, 0.700377284315114, 2.62309615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 510, '2021-05-23 00:00:00', 0.0944017274939763, 0.16711538461537, 0.152048873721574, 0.291999999999995, 0.266374634967086, 0.57461538461538, 0.524686401943701, 1.48459615384616, 0.681884990584637, 2.60559615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 525, '2021-05-23 00:00:00', 0.118623781504647, 0.213307692307696, 0.238389893952041, 0.4088076923077, 0.337582414438988, 0.645942307692309, 0.534632359664101, 1.491, 0.683799524433425, 2.60301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 540, '2021-05-23 00:00:00', 0.2119925697174, 0.343480769230773, 0.230498339723705, 0.469269230769229, 0.336715397399868, 0.679826923076923, 0.516472972336254, 1.49013461538461, 0.682379878411969, 2.60246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 555, '2021-05-23 00:00:00', 0.162277658540962, 0.293461538461532, 0.222381688510121, 0.467653846153844, 0.289382456541244, 0.667615384615385, 0.512898234020684, 1.47953846153846, 0.691104312787761, 2.62336538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 570, '2021-05-23 00:00:00', 0.189636872631709, 0.322711538461542, 0.224689828087862, 0.45067307692308, 0.346584075713907, 0.769307692307695, 0.53573669479871, 1.49561538461539, 0.683739698558313, 2.62534615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 585, '2021-05-23 00:00:00', 0.142513211263439, 0.296653846153851, 0.231080203359388, 0.514903846153848, 0.477734163687134, 0.844365384615383, 0.537486744380373, 1.49840384615385, 0.677995089612351, 2.66819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 600, '2021-05-23 00:00:00', 0.1845512895147, 0.424461538461539, 0.318566343772561, 0.616846153846156, 0.502685375297974, 0.879057692307695, 0.534673989814928, 1.49284615384616, 0.680871587350755, 2.64646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 615, '2021-05-23 00:00:00', 0.240521238467305, 0.422884615384618, 0.363622612904341, 0.596769230769231, 0.398523698745186, 0.859538461538466, 0.472621963095236, 1.443, 0.669213563704555, 2.59357692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 630, '2021-05-23 00:00:00', 0.272326063754459, 0.393749999999996, 0.305332499718938, 0.581653846153848, 0.282617733805827, 0.76221153846154, 0.449403411373165, 1.35138461538462, 0.66664157622657, 2.54736538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 645, '2021-05-23 00:00:00', 0.176140835260177, 0.380576923076927, 0.241730590661462, 0.567461538461544, 0.350945588594364, 0.767884615384619, 0.461278684328006, 1.28926923076923, 0.677214455295766, 2.54446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 660, '2021-05-23 00:00:00', 0.186338562836584, 0.390500000000007, 0.195057590115172, 0.502711538461544, 0.360926743046496, 0.762576923076932, 0.466525862503476, 1.27540384615385, 0.665350828510798, 2.55525 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 675, '2021-05-23 00:00:00', 0.132919773374198, 0.285115384615387, 0.316098037980921, 0.518019230769235, 0.296220528556788, 0.661807692307696, 0.485914595218284, 1.24307692307692, 0.648465530784317, 2.53826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 690, '2021-05-23 00:00:00', 0.235292496366023, 0.378826923076922, 0.243529874964036, 0.505499999999999, 0.421146813885789, 0.695673076923078, 0.492895977479406, 1.22173076923077, 0.673364689165825, 2.53176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 705, '2021-05-23 00:00:00', 0.13583254396498, 0.324500000000003, 0.168650065565905, 0.422230769230774, 0.415484248058348, 0.656903846153853, 0.457618281052933, 1.24863461538462, 0.675669847974248, 2.50171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 720, '2021-05-23 00:00:00', 0.110358459645761, 0.281519230769235, 0.346177035633496, 0.462500000000004, 0.344617897655663, 0.603653846153848, 0.458091766503675, 1.2854423076923, 0.672007022628145, 2.47796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 735, '2021-05-23 00:00:00', 0.341450436205047, 0.327403846153844, 0.347598523941281, 0.436576923076921, 0.369528248633936, 0.577942307692308, 0.488935921552722, 1.32965384615384, 0.657657873704982, 2.45517307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 750, '2021-05-23 00:00:00', 0.111424802169278, 0.253557692307687, 0.149306294627475, 0.353519230769232, 0.188667224335505, 0.521307692307691, 0.492227555647241, 1.37555769230769, 0.664137127869981, 2.44626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 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 982810, 3, 765, '2021-05-23 00:00:00', 0.131016829512036, 0.266480769230769, 0.15802499802247, 0.361999999999997, 0.288524253080023, 0.55976923076923, 0.552684986087147, 1.47457692307692, 0.675704094601731, 2.44878846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982810 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, endda[...];[ Date: 2021-05-23 15:51:55 - Database: acaweb_fx - User: pgperfstats ]
10 17s968ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982765, 1, 960, '2021-05-23 00:00:00', 4.97505315008331, 11.6346153846154, 9.55019129892977, 17.3846153846154, 17.0447487965784, 43.2884615384615, 40.5571249549988, 83.9038461538462, 146.237307088907, 340.696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 975, '2021-05-23 00:00:00', 7.07780930905775, 11.6538461538462, 16.850074183813, 34.25, 20.3774007552107, 47.0384615384615, 40.2940394523137, 83.4807692307692, 146.260013148344, 340.676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 990, '2021-05-23 00:00:00', 16.6700676017272, 30.8653846153846, 16.6234889423185, 39.0961538461538, 24.0730379023121, 51.1346153846154, 40.9106202122853, 82.6730769230769, 145.440091235056, 340.042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1005, '2021-05-23 00:00:00', 10.875678581835, 24.0961538461538, 15.5132697540376, 34.1923076923077, 21.8906460529466, 46.4038461538462, 39.720605967955, 77.0576923076923, 144.696422368191, 339.876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1020, '2021-05-23 00:00:00', 11.787020240665, 21.5769230769231, 16.4439958647526, 30.75, 22.6620743839706, 41.5192307692308, 41.8147241273472, 69.8653846153846, 146.694781617637, 344.184615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1035, '2021-05-23 00:00:00', 9.28091507424697, 21.1538461538462, 13.5601792590829, 27.9615384615385, 24.5809572949969, 43.2115384615385, 38.5051894604431, 66.0192307692308, 146.192917696499, 344.703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1050, '2021-05-23 00:00:00', 9.59264541999996, 19.3269230769231, 14.386318286697, 27.6153846153846, 24.8521551456733, 42.9807692307692, 37.9592747357156, 63.9423076923077, 146.184865679886, 344.684615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1065, '2021-05-23 00:00:00', 12.7679436329968, 19.9038461538462, 23.2989022521201, 30.1730769230769, 25.9209152260071, 43.9230769230769, 36.6571275470406, 59.75, 146.03565196949, 345.126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1080, '2021-05-23 00:00:00', 14.2373965856986, 20.2884615384615, 15.6850737474052, 28.6923076923077, 23.8865346683343, 41.5576923076923, 29.0788847527126, 54.3076923076923, 146.707032603705, 345.069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1095, '2021-05-23 00:00:00', 10.5363838490909, 18.1538461538462, 13.2362700997617, 26.8269230769231, 21.7825265187136, 36.4615384615385, 22.9020405540306, 50.7884615384615, 146.698889513914, 344.953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1110, '2021-05-23 00:00:00', 10.4241767798931, 19.2115384615385, 16.8248442671956, 26.8461538461538, 21.6185906464427, 32.7115384615385, 22.9416735356291, 47.9038461538462, 146.79701616125, 344.665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1125, '2021-05-23 00:00:00', 8.97888548848823, 15.9038461538462, 13.7071009110102, 21.2692307692308, 15.3201225140713, 27.6153846153846, 20.8044743708211, 43.8846153846154, 147.468883653989, 345.126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1140, '2021-05-23 00:00:00', 7.89206027502422, 14.2307692307692, 12.5130086156521, 19.8461538461538, 13.6135820188742, 26.5192307692308, 20.5883835805907, 45.8076923076923, 147.304086788573, 344.496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1155, '2021-05-23 00:00:00', 11.0124405176076, 13.4230769230769, 10.9687668474558, 18.9230769230769, 12.3662692589404, 25.2692307692308, 18.3005359316228, 45.4807692307692, 147.254919938703, 344.323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1170, '2021-05-23 00:00:00', 7.38420872277717, 12.0576923076923, 8.8422064771535, 16.7307692307692, 11.8239652336327, 22.8846153846154, 17.5272644756677, 44.3499999999999, 147.711862134984, 344.969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1185, '2021-05-23 00:00:00', 6.33391360364676, 12.4615384615385, 8.5576776145077, 17.0769230769231, 10.3269066036253, 23.25, 18.340642132874, 44.5653846153845, 147.760902968796, 345.026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1200, '2021-05-23 00:00:00', 4.88864461316694, 10.3269230769231, 6.91522845720838, 14.4038461538462, 10.0726591096126, 20.0384615384615, 20.7072462233356, 45.6730769230768, 148.045914343646, 344.834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1215, '2021-05-23 00:00:00', 4.4956816887046, 9.36538461538461, 5.95108264229162, 14.6538461538462, 11.8712321957813, 20.6153846153846, 20.8114395317723, 45.6807692307691, 148.576797494919, 345.065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1230, '2021-05-23 00:00:00', 4.81887315267153, 10.8076923076923, 9.11762874031148, 14.1346153846154, 13.6294364689645, 21.8076923076923, 19.3792482191249, 45.4384615384615, 148.671085803011, 345.584615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1245, '2021-05-23 00:00:00', 6.69503260174747, 10.2884615384615, 11.0868772047789, 15.6730769230769, 14.5470060361363, 21.6538461538462, 19.0992613630836, 45.2538461538462, 149.25973664929, 346.046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1260, '2021-05-23 00:00:00', 11.2246980428805, 12.4230769230769, 13.5737444524913, 17.0576923076923, 14.8882116506263, 21.8269230769231, 18.7147017485842, 45.2384615384617, 149.632079242593, 346.392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1275, '2021-05-23 00:00:00', 6.30286869973934, 9.88461538461539, 8.62545428012122, 13.4615384615385, 10.7943895683751, 20.6730769230769, 17.0682670022923, 45.5423076923076, 149.82709439679, 346.469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1290, '2021-05-23 00:00:00', 7.69635278257475, 9.57692307692308, 8.80622594444495, 13.4807692307692, 13.5046430761936, 21.8461538461538, 20.7558629344542, 47.0230769230769, 150.237934009306, 347.280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1305, '2021-05-23 00:00:00', 5.63205113613149, 9.5, 8.44502584593212, 14.9615384615385, 11.0928424601702, 24.1346153846154, 19.8815589080782, 48.0961538461538, 150.70427450423, 347.934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1320, '2021-05-23 00:00:00', 6.94505911809584, 11.5769230769231, 10.1458782840051, 17.1730769230769, 13.1192753083158, 31.6538461538462, 18.4572208092117, 49.05, 150.70427450423, 347.934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1335, '2021-05-23 00:00:00', 7.18601740561809, 11.8269230769231, 9.32772954483236, 18.9423076923077, 11.8799766899538, 30.4230769230769, 18.8376202972017, 49.4076923076924, 151.374945239144, 348.126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1350, '2021-05-23 00:00:00', 6.70659835821868, 13.4615384615385, 10.23450047633, 25.25, 11.5989740925653, 27.3500000000001, 20.43693827739, 51.1269230769233, 152.144956588724, 347.530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1365, '2021-05-23 00:00:00', 6.48848091739389, 19.4038461538462, 7.52485624702968, 21.2884615384615, 8.84599605210434, 24.0269230769231, 23.5898778814464, 51.7923076923078, 152.260677938048, 347.473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1380, '2021-05-23 00:00:00', 6.31774058931246, 10.9230769230769, 6.58227924050641, 12.1000000000001, 14.9095199324252, 20.4538461538461, 24.8692089509527, 53.8346153846156, 151.863808014337, 348.046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1395, '2021-05-23 00:00:00', 2.81295902237133, 5.30769230769203, 6.50685792068613, 11.5999999999998, 12.2710071055564, 18.7192307692307, 35.3376861373021, 63.7615384615386, 152.003451782669, 348.015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1410, '2021-05-23 00:00:00', 6.88070211086474, 9.76153846153815, 12.449032708794, 14.7807692307691, 11.1218516720637, 19.8961538461537, 46.6367430252157, 76.6500000000002, 152.003451782669, 348.015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 1, 1425, '2021-05-23 00:00:00', 8.96742909731564, 8.99615384615376, 8.80217892604717, 12.5653846153848, 8.4518373059438, 16.665384615385, 76.774988014427, 111.903846153846, 151.803852996607, 348.346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 0, '2021-05-23 00:00:00', 5.02431753242824, 5.42800000000003, 6.11120010036209, 9.85199999999939, 6.02052046476581, 13.4399999999996, 100.137711511032, 125.472, 149.076530904991, 356.604 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 15, '2021-05-23 00:00:00', 2.58884143971718, 3.62799999999974, 3.8906940254919, 5.96, 9.02259755650602, 17.6679999999999, 95.4666962872394, 147.448, 148.86948679968, 356.908 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 30, '2021-05-23 00:00:00', 3.96791251291436, 3.97916666666712, 4.98815807833846, 6.87916666666706, 15.7423267482691, 21.7208333333332, 93.4333823555895, 157.395833333334, 151.823601817506, 355.220833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 45, '2021-05-23 00:00:00', 4.2990303021105, 4.86153846153852, 8.72202164285689, 16.2615384615383, 15.8087239790615, 24.7153846153843, 76.2274960486447, 185.765384615385, 151.402391607978, 348.953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 60, '2021-05-23 00:00:00', 8.01141589329799, 14.3038461538459, 14.8903975253025, 19.2076923076921, 16.3163952466881, 25.8346153846156, 79.1225433207152, 201.338461538462, 151.35967433694, 349.030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 75, '2021-05-23 00:00:00', 9.78367950289598, 10.8961538461541, 10.4402976674338, 16.0307692307691, 15.4208151036687, 25.7923076923081, 85.6354754849792, 215.811538461539, 150.955119616599, 348.842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 90, '2021-05-23 00:00:00', 7.06001089561204, 10.4846153846152, 9.84740887434151, 15.888461538462, 15.9539066833657, 28.0076923076926, 102.68574022791, 232.826923076923, 151.000841006318, 348.496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 105, '2021-05-23 00:00:00', 6.38867266821052, 10.907692307693, 13.0534286683612, 18.6000000000004, 14.5219303654323, 29.6384615384616, 100.243184076755, 243.565384615385, 150.815463857197, 347.657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 120, '2021-05-23 00:00:00', 10.028890574428, 13.6230769230768, 11.5154484865402, 20.5346153846156, 11.9634835420771, 32.2576923076926, 100.180593852379, 246.446153846154, 150.711877945457, 347.384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 135, '2021-05-23 00:00:00', 8.64861838677139, 16.05, 9.95712114712165, 23.0884615384611, 30.1349939694449, 48.9115384615385, 100.863290570035, 249.946153846154, 150.711877945457, 347.384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 150, '2021-05-23 00:00:00', 7.66614535574323, 15.4461538461538, 10.8593306211047, 24.8884615384615, 43.4804431723223, 62.5423076923079, 103.079532624832, 254.326923076923, 150.02412918748, 347.257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 165, '2021-05-23 00:00:00', 10.3629554738905, 18.3730769230774, 27.8252934188692, 42.9153846153847, 79.0927899077069, 102.069230769231, 102.796202339311, 254.880769230769, 149.5166300501, 348.011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 180, '2021-05-23 00:00:00', 23.0719183290991, 35.1307692307694, 43.4103484649243, 57.8653846153848, 100.707886560014, 117.319230769231, 103.222781400232, 254.75, 149.147547595816, 348.515384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 195, '2021-05-23 00:00:00', 35.7757597349851, 47.9538461538463, 80.2623158054983, 96.1576923076923, 93.9559844575353, 138.630769230769, 111.403930879411, 257.630769230769, 149.263973704822, 348.576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 210, '2021-05-23 00:00:00', 75.4925700878011, 81.7576923076922, 97.732696993066, 100.261538461538, 87.5027634728447, 138.719230769231, 126.762904122375, 257.488461538461, 149.833075582334, 345.742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 225, '2021-05-23 00:00:00', 54.0064305287945, 57.8576923076926, 65.9800832419555, 97.8538461538463, 72.6950076584462, 147.042307692308, 127.907629230569, 245.880769230769, 174.57003853424, 355.634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 240, '2021-05-23 00:00:00', 42.84868277304, 64.4807692307692, 51.601345390928, 86.0269230769231, 63.5098326730109, 140.326923076923, 123.781572942018, 232.75, 171.786495573833, 344.461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 255, '2021-05-23 00:00:00', 22.7168524363606, 61.8461538461538, 54.5555080769895, 110.211538461538, 68.8511437813491, 149, 124.169941674242, 242.419230769231, 171.87043796463, 345.923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 270, '2021-05-23 00:00:00', 53.4482352014905, 84.4230769230769, 58.8546972179399, 109.653846153846, 84.5130668094494, 150.961538461538, 117.855260122158, 243.907692307692, 166.1221510261, 338.788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 285, '2021-05-23 00:00:00', 43.7459844311013, 79.6346153846154, 52.3920171547008, 103.788461538462, 76.6336163432612, 140.865384615385, 113.992628101726, 241.561538461538, 159.964176037589, 336.480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 300, '2021-05-23 00:00:00', 33.9425079532118, 69.4230769230769, 46.6381158083584, 100.076923076923, 63.66533895783, 119.653846153846, 116.057692351029, 235.634615384615, 156.794164383166, 343.403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 315, '2021-05-23 00:00:00', 29.8023230896261, 63.4615384615385, 47.3220716108082, 82.5384615384615, 61.4853203243231, 94.2692307692308, 116.457045035762, 219.942307692308, 154.706993377804, 344.55 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 330, '2021-05-23 00:00:00', 37.8968843858416, 47.4230769230769, 47.0641460790892, 56.9230769230769, 60.5284218045857, 73.676923076923, 112.706050414341, 206.25, 159.699984538316, 347.988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 345, '2021-05-23 00:00:00', 26.6345351290099, 32.9615384615385, 39.5433160743234, 47.5230769230769, 46.6572345779465, 55.4076923076923, 105.8078037692, 197.057692307692, 160.811183738522, 343.619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 360, '2021-05-23 00:00:00', 30.5539794713954, 34.1615384615385, 38.9696978926722, 43.3153846153846, 37.8934189536915, 47.7, 108.66115978653, 196.673076923077, 162.531038124557, 344.234615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 375, '2021-05-23 00:00:00', 22.7020839436519, 24.2307692307692, 23.76016867332, 29.4192307692308, 29.399430920709, 61.4576923076924, 108.442713696431, 197.284615384615, 162.719927057316, 344.788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 390, '2021-05-23 00:00:00', 7.19215919221445, 14.0346153846154, 7.90832083703857, 19.3076923076923, 52.9016649439898, 67.8846153846154, 109.171060197359, 194.403846153846, 162.71953766669, 344.407692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 405, '2021-05-23 00:00:00', 4.84355241532493, 12.5, 31.8234794790552, 45.4230769230769, 63.313785107316, 78.6538461538462, 107.501067257672, 194.811538461539, 161.785190726659, 343.792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 420, '2021-05-23 00:00:00', 33.0720658329887, 42.8076923076923, 54.3398423032167, 62.4615384615385, 80.6758089754677, 92.8846153846154, 107.294411138411, 194.811538461539, 161.644004671234, 343.676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 435, '2021-05-23 00:00:00', 38.1001918024649, 41.2307692307692, 54.0045012368983, 60.3846153846154, 68.6089924583786, 113.923076923077, 100.896346888203, 186.080769230769, 166.736357024634, 343.365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 450, '2021-05-23 00:00:00', 41.5934906149804, 44.4615384615385, 59.3632364865145, 62.9230769230769, 76.821351198739, 131, 91.4327843071281, 178.426923076923, 163.336764950869, 342.296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 465, '2021-05-23 00:00:00', 35.2187231673504, 42.0384615384615, 41.1128278689829, 87.7692307692308, 66.2717598517359, 134.115384615385, 77.4821075127371, 166.146153846154, 157.659280777836, 336.619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 480, '2021-05-23 00:00:00', 38.8248136356912, 74.3846153846154, 57.5305270135911, 104.192307692308, 76.9993406565177, 134.461538461538, 79.5188961577927, 155.873076923077, 155.282737115733, 334.726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 495, '2021-05-23 00:00:00', 37.3452087339811, 65.7692307692308, 47.3451646462932, 85.7307692307692, 59.7442884299412, 103.5, 64.8268776167604, 128.261538461539, 173.371502804282, 335.096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 510, '2021-05-23 00:00:00', 29.1412739281221, 56.4230769230769, 44.6689876932359, 76.0384615384615, 44.5937732804101, 85.7307692307692, 55.537836998406, 113.942307692308, 172.432945629487, 335.592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 525, '2021-05-23 00:00:00', 25.6966923941584, 50, 26.913651097252, 60.7692307692308, 35.0154471406769, 71.8076923076923, 58.6756451899892, 104.357692307693, 174.811681003829, 339.13076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 540, '2021-05-23 00:00:00', 18.3853202310974, 38.5, 22.6676319553133, 46.3076923076923, 34.8131937853806, 63.9615384615385, 58.2927119075655, 97.0884615384619, 175.02348484176, 341.276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 555, '2021-05-23 00:00:00', 18.4345828852688, 27.9230769230769, 30.6085960776732, 41.6153846153846, 37.6338227580539, 59.7307692307692, 56.8583991495199, 90.5346153846159, 174.82600211463, 341.969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 570, '2021-05-23 00:00:00', 18.8280069618068, 29.4230769230769, 25.2842608385898, 42.5769230769231, 31.5115912739326, 57.5961538461538, 51.0361102930673, 86.5153846153851, 175.463594120086, 343.161538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 585, '2021-05-23 00:00:00', 14.9253011823754, 28.2692307692308, 20.079965139412, 42.25, 23.9220995348202, 53.426923076923, 46.7105557169318, 80.3807692307697, 175.965193586249, 343.784615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 600, '2021-05-23 00:00:00', 15.2042630661474, 29.9807692307692, 20.1550146461027, 37.7692307692308, 19.2049833276513, 47.4461538461541, 41.5376361314001, 74.9192307692312, 174.218771089685, 344.25 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 615, '2021-05-23 00:00:00', 12.6914871529638, 22.4230769230769, 12.025350146829, 31.6230769230767, 14.7595981808968, 41.6576923076925, 34.5519374943775, 69.1038461538466, 172.363896496292, 345.019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 630, '2021-05-23 00:00:00', 8.70032448554896, 23.7730769230767, 12.7208417718565, 30.5692307692309, 15.1044568053474, 42.569230769231, 31.0836518991028, 65.9692307692312, 170.946775162509, 345.107692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 645, '2021-05-23 00:00:00', 8.79515688406844, 23.6961538461536, 10.4584246497186, 31.523076923077, 18.5477313561936, 45.6076923076928, 30.0903462668929, 65.7576923076927, 169.666549397975, 346.603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 660, '2021-05-23 00:00:00', 9.25254642704458, 22.9807692307692, 14.2309116416991, 31.8269230769231, 20.1684113252537, 42.2807692307693, 31.0239929483865, 61.5576923076924, 168.587368310458, 346.634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 675, '2021-05-23 00:00:00', 10.1174829645748, 20.2115384615385, 16.365885719527, 29.869230769231, 18.681355987681, 36.5884615384617, 27.4078677642865, 56.9807692307694, 168.36724804838, 344.730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 690, '2021-05-23 00:00:00', 9.09827117981978, 17.7576923076925, 8.596161039405, 22.0038461538461, 16.5842594510114, 31.0615384615385, 25.5741239416839, 52.6692307692308, 168.385038984603, 344.315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 705, '2021-05-23 00:00:00', 6.16618695292833, 14.9884615384616, 12.422099413793, 22.6153846153846, 17.7332807498737, 30.8269230769231, 24.9724417339162, 53.126923076923, 168.444393609468, 343.757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 720, '2021-05-23 00:00:00', 8.84364091397786, 15.0038461538461, 11.4762095055548, 21.0461538461539, 16.5523598131691, 27.4692307692308, 23.8242604211628, 53.1538461538462, 168.444393609468, 343.757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 735, '2021-05-23 00:00:00', 8.13551095270226, 12.9423076923077, 13.1297225935895, 18.9807692307692, 17.8523538633296, 28.0576923076923, 23.7536393972668, 52.6538461538462, 168.444393609468, 343.757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 750, '2021-05-23 00:00:00', 6.6155120739063, 13.25, 10.5988388333527, 18.6538461538462, 11.7938054144473, 26.4230769230769, 21.9009044421598, 50.9807692307692, 168.444393609468, 343.757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 765, '2021-05-23 00:00:00', 7.74916868990574, 13.0192307692308, 10.6752229304771, 19.9038461538462, 9.73243980795076, 24.9038461538462, 26.5064070629087, 57.9807692307692, 168.444393609468, 343.757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 780, '2021-05-23 00:00:00', 7.7417946637317, 13.6538461538462, 6.72618305293117, 16.8076923076923, 8.65190063600967, 22.8461538461538, 42.3957363603755, 66.0384615384615, 168.425159503698, 343.834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 795, '2021-05-23 00:00:00', 5.21477191772048, 10.5769230769231, 6.98525920448527, 15.5769230769231, 10.8977238272671, 23.0961538461538, 49.4113502999214, 68.6923076923077, 168.411331977577, 343.892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 810, '2021-05-23 00:00:00', 5.16586428839878, 11.3846153846154, 5.73196167253277, 15.6538461538462, 9.17624441361833, 22.7884615384615, 49.7626404505969, 71.9038461538462, 168.402398484655, 343.930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 825, '2021-05-23 00:00:00', 4.21645129682077, 11.0384615384615, 8.60196757456375, 16.5769230769231, 12.4202842776831, 23.2884615384615, 49.8342213281658, 73.5192307692308, 168.312660888552, 343.930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 840, '2021-05-23 00:00:00', 7.02996334381514, 11.9038461538462, 6.91486692680232, 15.3461538461538, 13.4968942296424, 22.3846153846154, 49.665686188911, 75.0961538461538, 168.312660888552, 343.930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 855, '2021-05-23 00:00:00', 3.94330006271592, 9.98076923076923, 11.478876921747, 16.2692307692308, 13.1825204780363, 23.6730769230769, 50.3490432267203, 75.6153846153846, 168.312660888552, 343.930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 870, '2021-05-23 00:00:00', 11.7203471988478, 12.9423076923077, 13.4976351205, 17.1153846153846, 14.7862722196585, 24.0769230769231, 50.7716456302137, 77, 168.312660888552, 343.930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 885, '2021-05-23 00:00:00', 7.86550404272694, 11.1153846153846, 9.43310455462366, 17.2115384615385, 14.1668220202643, 24.8269230769231, 49.9612811623623, 76.9807692307692, 168.013952213682, 344.242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 900, '2021-05-23 00:00:00', 6.60981205365292, 13.0192307692308, 9.98406422563169, 17.1923076923077, 12.7865313754507, 25.8461538461538, 49.6867301585258, 77.3653846153846, 168.013952213682, 344.242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 915, '2021-05-23 00:00:00', 8.07753294400824, 12.0576923076923, 11.4919369727046, 19.2692307692308, 13.9240798618796, 26.5, 53.0779977594657, 79.0769230769231, 168.013952213682, 344.242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 930, '2021-05-23 00:00:00', 7.15864189956125, 14.3846153846154, 10.2937060680488, 20.5961538461538, 12.4127106070908, 27.1538461538462, 56.5737095777236, 80.2307692307692, 168.013952213682, 344.242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 945, '2021-05-23 00:00:00', 8.70006631274462, 14.6346153846154, 11.0296802380598, 19.4230769230769, 23.0744364044848, 41.5192307692308, 54.6670376003676, 79.75, 168.094997362984, 343.857692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 960, '2021-05-23 00:00:00', 6.71648374122605, 14.1346153846154, 8.99728591554997, 19.6346153846154, 38.5514641046924, 52.8461538461538, 51.1085609267176, 79.75, 168.08005528502, 343.953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 975, '2021-05-23 00:00:00', 6.99453083047473, 12.7884615384615, 20.8164505952532, 36.7692307692308, 44.5335137413819, 55.9230769230769, 53.1635357972129, 80.3076923076923, 167.940007786663, 344.069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 990, '2021-05-23 00:00:00', 16.1389280932781, 32.75, 34.0683080792782, 47.0192307692308, 39.3563796021003, 57.2692307692308, 51.0799825311698, 79.7692307692308, 167.979699506083, 343.723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1005, '2021-05-23 00:00:00', 20.037935176905, 29.3269230769231, 32.8602401789059, 39.8461538461538, 34.6874617116906, 51.5, 48.7011925300208, 74.1153846153846, 166.461736143775, 343.8 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1020, '2021-05-23 00:00:00', 16.4026264313418, 25.8846153846154, 19.4622316690163, 34.9615384615385, 23.905012348556, 45.0192307692308, 34.0153641756192, 66.25, 166.315657850227, 343.326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1035, '2021-05-23 00:00:00', 13.7018246960031, 23.5, 15.7308247130863, 31.3269230769231, 16.8429967185634, 39.0576923076923, 29.9071704805695, 61.6730769230769, 164.869661714477, 343.615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1050, '2021-05-23 00:00:00', 11.9308907398465, 20.1153846153846, 15.5661985873732, 28.9423076923077, 18.5444994954963, 38.9615384615385, 29.5816731206229, 60.8461538461538, 164.559288964845, 343.596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1065, '2021-05-23 00:00:00', 11.7257769957409, 21.0769230769231, 13.7950938882131, 28.2307692307692, 17.9457408703184, 37.0192307692308, 30.0344737823824, 57.5192307692308, 163.965445140127, 343 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1080, '2021-05-23 00:00:00', 11.509344029961, 20.25, 13.9242041617631, 26.2884615384615, 14.6471315122949, 32.5384615384615, 28.4374076498923, 54.6153846153846, 164.172822308126, 342.096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1095, '2021-05-23 00:00:00', 7.14670445837692, 17.3461538461538, 9.84557690617389, 23.6538461538462, 12.664562915717, 31.6346153846154, 26.0815363516327, 53.5576923076923, 164.001430012527, 341.923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1110, '2021-05-23 00:00:00', 7.20493954493401, 17.1346153846154, 9.55818215738987, 22.8269230769231, 16.0680284559599, 31.8076923076923, 27.3464172874901, 53.4423076923077, 162.991729285214, 341.330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1125, '2021-05-23 00:00:00', 7.5197432443893, 16.5576923076923, 12.4830346409098, 23.8846153846154, 16.9594652491894, 30.2115384615385, 28.1264794482681, 53.3269230769231, 162.172110283631, 340.984615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1140, '2021-05-23 00:00:00', 11.33274696824, 17.1346153846154, 16.3659590426169, 23.2307692307692, 15.575128101708, 30.7307692307692, 29.1966344214271, 55.7884615384615, 161.983964448527, 341.792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1155, '2021-05-23 00:00:00', 8.31116024483854, 14.8461538461538, 10.0802358031027, 18.6346153846154, 11.0837545707497, 25.9807692307692, 28.5811933862919, 52.7692307692308, 160.558212448368, 341.003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1170, '2021-05-23 00:00:00', 7.14834569350463, 12.6730769230769, 8.2014304568448, 18.7884615384615, 9.58339910791252, 25.1923076923077, 29.7540709561154, 53.0076923076925, 160.485991145165, 341.215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1185, '2021-05-23 00:00:00', 4.93858435025822, 12.9807692307692, 6.60527178733891, 17.5192307692308, 11.2340827567103, 24.7307692307692, 34.9064701959171, 56.6384615384618, 160.412907259312, 341.580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1200, '2021-05-23 00:00:00', 5.92780280996645, 12.1730769230769, 8.27946951106261, 17.5192307692308, 9.81294278765785, 22.5769230769231, 34.4753512839803, 56.3769230769233, 160.604668626461, 342.196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1215, '2021-05-23 00:00:00', 5.40597959528293, 11.7307692307692, 7.77622115070137, 15.4807692307692, 8.58863291709544, 20.2692307692308, 32.0867595506547, 54.7576923076926, 160.505488427607, 341.830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1230, '2021-05-23 00:00:00', 4.73615390862183, 10.3653846153846, 5.77447966353813, 14.2692307692308, 8.70437555750864, 21.3846153846154, 32.3033146667882, 55.5423076923079, 160.651509748945, 342.096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1245, '2021-05-23 00:00:00', 5.14187185311402, 10.6730769230769, 6.91311462700814, 16.1346153846154, 9.67256230470818, 23.4615384615385, 32.2482094911428, 55.5307692307695, 160.665269235331, 342.192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1260, '2021-05-23 00:00:00', 6.4539790946242, 12.9230769230769, 7.60650025661251, 17.1730769230769, 10.8277421469113, 23.5, 31.2010169952596, 54.4884615384617, 160.761393806043, 342.057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1275, '2021-05-23 00:00:00', 6.3711187279907, 11.6346153846154, 9.24223166523357, 17.1730769230769, 13.367814388989, 24.5384615384615, 31.1498050370486, 56.3346153846158, 160.958855134329, 341.576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1290, '2021-05-23 00:00:00', 7.88533204998125, 13.0384615384615, 10.2034873374819, 16.8653846153846, 16.0480648246256, 26.5961538461538, 32.1051917680227, 57.7423076923079, 160.958855134329, 341.576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1305, '2021-05-23 00:00:00', 7.48940276965753, 11.1346153846154, 10.3171999779308, 17.7692307692308, 18.6982619513152, 28.25, 28.4755271444414, 57.2269230769233, 160.848321910856, 341.788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1320, '2021-05-23 00:00:00', 6.73695320315782, 12.9423076923077, 10.9669433368576, 18.9230769230769, 19.6639165830364, 32.5192307692308, 26.0636501959806, 56.1884615384616, 160.955955418293, 341.596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1335, '2021-05-23 00:00:00', 7.73473683108571, 12.6153846153846, 13.3899072209114, 19.0192307692308, 18.0007371643924, 29.9423076923077, 24.7201807934637, 55.142307692308, 161.046245054499, 341.423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1350, '2021-05-23 00:00:00', 8.78856337257951, 12.6730769230769, 13.8039710005714, 23.5192307692308, 15.0686245607837, 26.7230769230772, 23.026568266979, 53.2269230769233, 161.412380994958, 341.307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1365, '2021-05-23 00:00:00', 11.0769511217594, 18.8269230769231, 10.932467523567, 20.6730769230769, 14.8163900928874, 27.669230769231, 22.6956305520212, 52.2730769230769, 161.773615467846, 340.788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1380, '2021-05-23 00:00:00', 4.04988128980819, 9.19230769230769, 4.79387590096471, 11.2269230769233, 10.0711560714441, 19.4538461538464, 25.2353089021041, 53.419230769231, 161.54393472413, 340.626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1395, '2021-05-23 00:00:00', 1.99926524965075, 5.11153846153852, 9.7808415557383, 15.0384615384617, 9.45051646940297, 19.2115384615386, 29.9636620951754, 62.3769230769232, 161.543676399342, 340.646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1410, '2021-05-23 00:00:00', 10.1906231409074, 13.7, 10.4267415073712, 15.9423076923078, 10.7386118570035, 21.346153846154, 36.4127365713617, 73.046153846154, 161.547078158469, 340.938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 2, 1425, '2021-05-23 00:00:00', 3.4520629283862, 8.20769230769222, 3.02365036643799, 11.1615384615383, 7.76330223155444, 15.6384615384616, 80.0123544306659, 114.861538461539, 161.704196463314, 342.134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 0, '2021-05-23 00:00:00', 3.29612593112653, 5.47307692307704, 6.09373953648007, 10.9384615384617, 7.56209270994799, 12.1730769230772, 97.6733523221467, 133.015384615385, 161.704196463314, 342.134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 15, '2021-05-23 00:00:00', 4.87206795455917, 4.77692307692339, 7.02963835375688, 6.06923076923074, 13.1724654546458, 21.7769230769231, 106.702788154762, 152.15, 161.704196463314, 342.134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 30, '2021-05-23 00:00:00', 3.20451844456183, 3.25769230769206, 3.1660992744044, 4.85384615384604, 13.9649935966275, 26.8769230769233, 106.039816034428, 173.846153846154, 161.704196463314, 342.134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 45, '2021-05-23 00:00:00', 1.63348141662571, 3.18846153846173, 9.36952178403653, 19.5923076923077, 14.9385922516657, 29.7923076923076, 100.38012276419, 214.276923076923, 161.704196463314, 342.134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 60, '2021-05-23 00:00:00', 8.83123216422595, 18.2115384615383, 13.0727879434871, 24.9538461538461, 16.104478115872, 31.5307692307689, 105.060155442196, 232.688461538462, 161.704196463314, 342.134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 75, '2021-05-23 00:00:00', 7.10773792859155, 11.0923076923076, 9.75309970451182, 17.5153846153843, 12.0863559437902, 25.6000000000001, 114.623111711651, 246.457692307692, 161.589168763065, 342.288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 90, '2021-05-23 00:00:00', 8.55846589416222, 12.8423076923076, 9.7447019135842, 17.180769230769, 13.0266289399239, 28.5115384615389, 123.432893322024, 257.165384615385, 161.539694812142, 342.05 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 105, '2021-05-23 00:00:00', 6.55018613945746, 10.3423076923073, 10.5166220081138, 19.5576923076924, 16.6516712028002, 30.0153846153844, 123.169578162042, 262.053846153846, 161.79806901957, 342.207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 120, '2021-05-23 00:00:00', 8.04371517684183, 14.8153846153851, 10.8763568561145, 22.8076923076929, 21.9964948256623, 37.3461538461541, 125.098867239537, 263.846153846154, 161.952177034314, 342.673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 135, '2021-05-23 00:00:00', 10.5441292451521, 17.0884615384622, 14.8669380221302, 23.4230769230766, 27.367648784651, 49.25, 123.480272856094, 271.446153846154, 161.835060002936, 342.976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 150, '2021-05-23 00:00:00', 9.44910903410775, 14.2615384615379, 19.6570382775776, 28.0653846153842, 35.7638356228963, 60.3923076923079, 123.985994990749, 272.184615384615, 161.822451042921, 342.961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 165, '2021-05-23 00:00:00', 19.5270904524575, 22.761538461538, 25.1128177507943, 41.2807692307693, 83.9889257352055, 108.926923076923, 123.942924581624, 272.215384615385, 161.807838357251, 342.915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 180, '2021-05-23 00:00:00', 18.8429611424367, 30.3038461538462, 33.1886841234502, 51.6653846153846, 100.261455205877, 124.85, 124.078282795735, 270.611538461539, 161.807838357251, 342.915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 195, '2021-05-23 00:00:00', 30.2981157068329, 43.6307692307689, 81.4801383065933, 101.242307692308, 105.744035220032, 143.653846153846, 134.132515876594, 275.469230769231, 160.111354519765, 343.776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 210, '2021-05-23 00:00:00', 77.1078014610313, 88.3769230769233, 95.2139818433276, 112.207692307692, 99.138604760437, 158.884615384615, 126.214247214805, 276.45, 151.694910416117, 341.576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 225, '2021-05-23 00:00:00', 52.1256334401649, 64.6384615384618, 61.1897774267766, 91.1615384615385, 78.1819338761543, 167.296153846154, 115.967006780112, 258.488461538462, 131.456188665508, 336.407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 240, '2021-05-23 00:00:00', 31.6645360956677, 60.473076923077, 48.897585279376, 99.5769230769231, 82.9001716616948, 174.461538461538, 108.808532824336, 251.519230769231, 126.056321539223, 350.35 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 255, '2021-05-23 00:00:00', 37.9184600872005, 75.9807692307692, 70.4910277978694, 128.25, 95.3694677798685, 176.653846153846, 119.947753562188, 250.903846153846, 123.714844889988, 353.926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 270, '2021-05-23 00:00:00', 56.1766068203318, 96.3653846153846, 77.687482904262, 134.75, 95.1148508181234, 172.873076923077, 114.905372974729, 236.492307692308, 125.828498912057, 352.192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 285, '2021-05-23 00:00:00', 49.4168610278532, 81.1153846153846, 61.8353172672258, 112.838461538462, 68.8724739031383, 137.038461538462, 102.902212878949, 213.630769230769, 128.319227469859, 357.742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 300, '2021-05-23 00:00:00', 42.0952948220326, 75.5769230769231, 52.3956310568558, 98.8153846153846, 50.330301012412, 113, 103.993545065954, 202.630769230769, 131.321977362745, 365.157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 315, '2021-05-23 00:00:00', 28.710871701259, 64.9153846153846, 33.7045196695317, 75.0230769230769, 52.4851732909839, 99.3692307692307, 87.1574038516169, 190.423076923077, 131.83504314104, 376.05 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 330, '2021-05-23 00:00:00', 34.8539325669947, 43.0692307692307, 45.7411613992675, 59.2230769230769, 65.6554479548639, 77.2230769230769, 82.8315733187625, 182.392307692308, 154.041062657381, 388.646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 345, '2021-05-23 00:00:00', 31.6462417260662, 36.7307692307692, 54.1303981141835, 56.5, 57.0333775419811, 61.6153846153846, 78.16208258386, 178.234615384615, 156.414831925089, 392.073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 360, '2021-05-23 00:00:00', 35.6488213204653, 36.0384615384615, 38.2052956458213, 42.2692307692308, 38.2095406933922, 47.45, 73.6529893904778, 175.773076923077, 157.219948675537, 392.111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 375, '2021-05-23 00:00:00', 22.129965761731, 26.1538461538462, 23.9485666826607, 30.4230769230769, 37.8125131913518, 66.1153846153846, 74.7208462314129, 172.261538461539, 156.697717866647, 394.003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 390, '2021-05-23 00:00:00', 13.8065759137282, 16.3076923076923, 15.9616583869452, 21.1423076923077, 45.9012485166212, 67.2692307692308, 71.7103087750665, 172.103846153846, 156.365520545242, 394.61923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 405, '2021-05-23 00:00:00', 7.60654070773711, 13.4884615384616, 40.8633746112015, 51.1538461538462, 60.9530462417905, 80.9230769230769, 69.7555169034074, 172.842307692307, 156.363904992857, 394.696153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 420, '2021-05-23 00:00:00', 41.610076442353, 48.0384615384615, 47.7897961429489, 61.2307692307692, 72.4497491634454, 87.6153846153846, 69.2318468292203, 173.169230769231, 156.395795782564, 394.657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 435, '2021-05-23 00:00:00', 37.4851149945395, 42.4230769230769, 54.1491956045091, 63.1538461538462, 73.2022277929173, 109.384615384615, 63.3753944002294, 165.169230769231, 159.720985616023, 391.426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 450, '2021-05-23 00:00:00', 33.3232420622373, 44.0384615384615, 47.6241696878963, 60.6923076923077, 56.3177250414659, 108.384615384615, 55.1110537565183, 154.023076923077, 162.504788095139, 385.515384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 465, '2021-05-23 00:00:00', 26.9562894045441, 38.8076923076923, 45.89841626227, 81.2307692307692, 53.3908087739684, 109.461538461538, 54.4461570304518, 144.119230769231, 161.198769798703, 383.553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 480, '2021-05-23 00:00:00', 37.8984878935214, 69.1538461538462, 38.7465333436921, 88.5769230769231, 57.2057689398543, 113.5, 56.7370420313004, 140.407692307692, 159.891356191056, 384.146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 495, '2021-05-23 00:00:00', 30.3099881988658, 59.8461538461538, 49.4144326472151, 83.8846153846154, 53.7335878342258, 99.5384615384615, 52.8257606155878, 123.453846153846, 164.18996240284, 380.915384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 510, '2021-05-23 00:00:00', 26.4286557765212, 55.0769230769231, 35.3598860074738, 69.8076923076923, 40.5274645717615, 84.3461538461538, 40.4517286879827, 107.765384615385, 159.309936336013, 374.169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 525, '2021-05-23 00:00:00', 23.6475401225192, 45.6153846153846, 30.1205015792336, 58.2692307692308, 32.2819549498573, 68.2692307692308, 38.8727100240696, 97.8038461538462, 163.182244886366, 374.976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 540, '2021-05-23 00:00:00', 23.7550318556204, 37.3076923076923, 26.7885164834601, 47.7692307692308, 32.9277063603563, 60.9230769230769, 36.3547715628172, 89.3307692307693, 167.541116560865, 376.457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 555, '2021-05-23 00:00:00', 19.2983458836801, 31.1153846153846, 24.5136382762425, 40.0384615384615, 28.9961230830288, 59.3346153846154, 34.6582286821561, 84.2807692307693, 165.864693001902, 375.696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 570, '2021-05-23 00:00:00', 21.9962234520803, 27.9230769230769, 28.5801706406059, 41.8846153846154, 25.2005631805201, 59.6038461538462, 34.752292896131, 82.2115384615386, 165.007349393432, 375.084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 585, '2021-05-23 00:00:00', 20.9000920130474, 31.5769230769231, 19.8848221980021, 45.3153846153846, 17.5745882980559, 58.1153846153846, 33.4418533255288, 77.6653846153849, 164.483273173433, 377.534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 600, '2021-05-23 00:00:00', 9.16026956271152, 32.1423076923077, 15.0088179209628, 41.4307692307693, 15.8757366879344, 54.0307692307693, 34.9612708799107, 76.0615384615387, 165.055149757705, 376.361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 615, '2021-05-23 00:00:00', 12.5165275351617, 28.2115384615385, 15.7512495230845, 41.0884615384617, 16.2999367625015, 51.1076923076924, 35.2793118718871, 73.6769230769233, 162.640663852745, 377.207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 630, '2021-05-23 00:00:00', 10.6051025454731, 25.6499999999998, 12.1478336150305, 35.4884615384616, 21.4302507254082, 50.873076923077, 34.5255065133015, 71.5500000000001, 159.720497793441, 376.76923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 645, '2021-05-23 00:00:00', 12.006239403551, 25.3461538461538, 16.2636508343465, 36.9076923076925, 23.6500307366855, 49.3346153846157, 36.0861023749507, 70.1038461538465, 159.711597382474, 378.192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 660, '2021-05-23 00:00:00', 12.2447106320051, 23.7423076923078, 18.2279248998301, 34.973076923077, 22.3980813051889, 43.4269230769234, 34.2412257149412, 64.692307692308, 157.507747111055, 377.3 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 675, '2021-05-23 00:00:00', 11.6254528447779, 22.1346153846154, 17.5730773103022, 31.9230769230771, 24.4080973323329, 38.5807692307695, 38.9325517352177, 61.3038461538464, 156.706148129352, 377.261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 690, '2021-05-23 00:00:00', 11.402779688102, 16.4461538461539, 11.679839962023, 20.1884615384616, 25.0260691771912, 32.2576923076925, 35.5123267872745, 54.7846153846156, 154.659296072168, 375.588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 705, '2021-05-23 00:00:00', 6.0800860317801, 12.376923076923, 22.0261903546319, 24.4884615384617, 23.9160583322976, 32.0230769230771, 37.9604760041488, 56.4423076923078, 154.374764577833, 375.607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 720, '2021-05-23 00:00:00', 9.97151944289316, 15.1999999999999, 15.1195176968252, 21.9692307692307, 18.0030651236436, 28.3653846153845, 36.3207294064338, 56.3461538461538, 154.209875968285, 373.523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 735, '2021-05-23 00:00:00', 13.1685668865733, 15.6346153846154, 15.1968620242672, 21.2307692307692, 16.264827554715, 27.2692307692308, 37.2196391500715, 57.3076923076923, 153.366903710827, 371.734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 750, '2021-05-23 00:00:00', 8.7236195734075, 13.6923076923077, 10.4815772447882, 18.2115384615385, 12.5195385759159, 24.8269230769231, 36.2880198497436, 56.5961538461538, 152.356692059734, 371.080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 765, '2021-05-23 00:00:00', 6.35770277815695, 11.4038461538462, 9.1639762951713, 17.0384615384615, 11.7550643750487, 22.8076923076923, 36.6840774514167, 59.1923076923077, 151.989444218492, 370.234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 780, '2021-05-23 00:00:00', 8.39202918525394, 13.1153846153846, 9.09177565799908, 17.0961538461538, 14.3958861645103, 23.3076923076923, 36.6892826522741, 60.2884615384615, 151.932992315185, 369.984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 795, '2021-05-23 00:00:00', 6.06214610386581, 10.9807692307692, 7.89724879065732, 15.4423076923077, 12.1119140328216, 23.5384615384615, 34.8632272657684, 63.7307692307692, 151.21411131749, 369.311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 810, '2021-05-23 00:00:00', 6.11281755506726, 10.4423076923077, 11.8606654372925, 16.8461538461538, 13.5681754342795, 25.1538461538462, 36.6055481292953, 68.8846153846154, 151.126310899703, 369.176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982765 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 982765, 3, 825, '2021-05-23 00:00:00', 7.88152659948956, 11.4615384615385, 7.4021046902995, 16.6346153846154, 12.993785496862, 25.5384615384615, 41.7585781146083, 71.8269230769231, 150.473866885199, 367[...];[ Date: 2021-05-23 15:50:29 - Database: acaweb_fx - User: pgperfstats ]
11 17s944ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982655, 1, 945, '2021-05-23 00:00:00', 0.00399128023128117, 0.00825673076923103, 0.00475147978569288, 0.0117869230769232, 0.00857622051641358, 0.0193621153846153, 0.0183929790587018, 0.039714423076923, 0.0203531470331701, 0.071243076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 960, '2021-05-23 00:00:00', 0.00405276559420073, 0.00841519230769252, 0.00557414938664308, 0.012555769230769, 0.00761010118450882, 0.0212359615384616, 0.0180414933843753, 0.0389315384615385, 0.0218497698535668, 0.0724655769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 975, '2021-05-23 00:00:00', 0.00450405929732781, 0.00886192307692291, 0.00727384991702365, 0.0147688461538462, 0.00931355300293389, 0.0227565384615386, 0.0173517039032526, 0.0372471153846153, 0.0214531960116757, 0.0718713461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 990, '2021-05-23 00:00:00', 0.00652409952819893, 0.0119744230769231, 0.006382643014156, 0.0165503846153847, 0.0111857917312027, 0.023500576923077, 0.0166952783249082, 0.0364371153846152, 0.0213480707361073, 0.072271923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1005, '2021-05-23 00:00:00', 0.00531979671748699, 0.0112986538461539, 0.00864450055504382, 0.0176653846153846, 0.0116281486852445, 0.0235053846153844, 0.0168500732525228, 0.0352011538461537, 0.0204004822529724, 0.073108076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1020, '2021-05-23 00:00:00', 0.00562716087725091, 0.0123434615384618, 0.00828867740447087, 0.0162886538461539, 0.0134910007554892, 0.024045769230769, 0.0153831410429131, 0.0320871153846153, 0.0197891450936734, 0.0741734615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1035, '2021-05-23 00:00:00', 0.0047810086319169, 0.0101034615384614, 0.00706485414134403, 0.0146140384615382, 0.014705134070741, 0.0223959615384613, 0.0146398592363979, 0.0297223076923075, 0.0203984959626552, 0.0757684615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1050, '2021-05-23 00:00:00', 0.00558485905062828, 0.0104638461538459, 0.0111381485911465, 0.0170690384615382, 0.0133274103030039, 0.0208642307692306, 0.0132816410840158, 0.0278167307692305, 0.0204645901159877, 0.0757461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1065, '2021-05-23 00:00:00', 0.00718132971402478, 0.0124076923076923, 0.00983253266536058, 0.0164988461538462, 0.00933506840648994, 0.0195780769230768, 0.0104000065458561, 0.0263419230769231, 0.0198255679751795, 0.0748784615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1080, '2021-05-23 00:00:00', 0.00724380924280574, 0.0109228846153847, 0.0063632569067688, 0.0141573076923077, 0.00641211466378596, 0.0186476923076925, 0.00785027108792113, 0.0246080769230769, 0.021257924637288, 0.0777067307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1095, '2021-05-23 00:00:00', 0.00420908738966621, 0.00969057692307681, 0.00494054193928621, 0.0129694230769231, 0.0062037578562078, 0.0172365384615385, 0.00764671514191151, 0.0235123076923077, 0.0216420250758708, 0.0780842307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1110, '2021-05-23 00:00:00', 0.00418806739439566, 0.00849749999999989, 0.00500051737707826, 0.0117859615384616, 0.00602589591168502, 0.0139784615384614, 0.00658549625780317, 0.0216901923076922, 0.0213353192590273, 0.0779632692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1125, '2021-05-23 00:00:00', 0.00326281558450095, 0.00737846153846164, 0.00333477682911453, 0.00938750000000009, 0.00393786774106921, 0.0121228846153844, 0.00531162746680848, 0.0206721153846152, 0.021666511086325, 0.0777944230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1140, '2021-05-23 00:00:00', 0.00305446631999771, 0.00628249999999999, 0.00341534719487475, 0.00804730769230741, 0.00434092460905965, 0.0114673076923075, 0.00588573700044954, 0.0212740384615382, 0.0216576661857964, 0.0783211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1155, '2021-05-23 00:00:00', 0.00210254420972452, 0.00539192307692316, 0.00353531502785171, 0.0079421153846154, 0.00391711713557906, 0.0109605769230771, 0.00645439349471484, 0.0208292307692309, 0.0214286670365085, 0.0786101923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1170, '2021-05-23 00:00:00', 0.00278644127186256, 0.00580980769230767, 0.00332612672060761, 0.00785519230769226, 0.00366284595110669, 0.0107676923076923, 0.00634079380191964, 0.0204940384615385, 0.0213135635191448, 0.0785982692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1185, '2021-05-23 00:00:00', 0.00244352563695623, 0.00501153846153853, 0.00274272128340855, 0.00717096153846178, 0.00330962022571508, 0.00949903846153863, 0.00714979631770159, 0.0203607692307694, 0.0209862998021238, 0.0788542307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1200, '2021-05-23 00:00:00', 0.00225146711142904, 0.00527692307692321, 0.00297668028825078, 0.00726153846153855, 0.00389732755083037, 0.0101009615384615, 0.00736226853887194, 0.0209790384615386, 0.0209306011499911, 0.0790975000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1215, '2021-05-23 00:00:00', 0.0024137808277918, 0.00510673076923072, 0.00273467646799673, 0.0070292307692307, 0.0034921414633432, 0.00966999999999978, 0.00730806900992645, 0.0235855769230769, 0.0206547526035871, 0.0790413461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1230, '2021-05-23 00:00:00', 0.00210933887746848, 0.00473249999999984, 0.00271541905676572, 0.00675557692307669, 0.00323507686866253, 0.00932711538461509, 0.00691529390887722, 0.0228953846153846, 0.0206328298564356, 0.0790782692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1245, '2021-05-23 00:00:00', 0.00239038121356286, 0.00460288461538451, 0.00262837715359486, 0.00640730769230746, 0.00366094668820062, 0.00887442307692291, 0.00691884955143433, 0.0225063461538462, 0.0206009316630249, 0.0798207692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1260, '2021-05-23 00:00:00', 0.00200213982643969, 0.00440673076923085, 0.00330554171633977, 0.00639903846153841, 0.00374933789026594, 0.00958384615384626, 0.00658047227671499, 0.0223092307692309, 0.0206002633002217, 0.0798440384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1275, '2021-05-23 00:00:00', 0.00244661977964579, 0.00434711538461533, 0.00291244191094263, 0.00572326923076921, 0.00396257559986101, 0.0106492307692308, 0.00664489754508025, 0.0226492307692308, 0.020739184281303, 0.0802144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1290, '2021-05-23 00:00:00', 0.00172335228998147, 0.00369134615384613, 0.00326369613498812, 0.00709769230769231, 0.00402786469962189, 0.0107590384615384, 0.00651094498931169, 0.0221505769230769, 0.0205929914375293, 0.0804828846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1305, '2021-05-23 00:00:00', 0.00295550006181427, 0.00582384615384629, 0.00399010459184283, 0.00865442307692331, 0.00495546314299049, 0.0116001923076924, 0.00675582492827753, 0.0220676923076924, 0.0205546100921049, 0.0812459615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1320, '2021-05-23 00:00:00', 0.00376354117206733, 0.00631692307692326, 0.00409881804726856, 0.00826423076923088, 0.00559644385714302, 0.0123553846153847, 0.0066694923460369, 0.0216919230769232, 0.0206716182686831, 0.0817996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1335, '2021-05-23 00:00:00', 0.00225460548314251, 0.00455826923076945, 0.00366529957323276, 0.00687019230769232, 0.00443980782674894, 0.0112365384615387, 0.00554596716958837, 0.0208603846153846, 0.0207172839547451, 0.0819973076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1350, '2021-05-23 00:00:00', 0.00302643148583659, 0.0051565384615383, 0.00394449056864817, 0.00861538461538442, 0.00422384262254163, 0.0106425000000001, 0.00561683713353095, 0.0208407692307691, 0.0207523976603632, 0.0820544230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1365, '2021-05-23 00:00:00', 0.00355185875498791, 0.00690115384615385, 0.00396910393394557, 0.00863903846153867, 0.00408646744191697, 0.0107169230769233, 0.00568255607437878, 0.0208484615384613, 0.0212078918302743, 0.0825067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1380, '2021-05-23 00:00:00', 0.00260463915262458, 0.00542365384615403, 0.00268473405787952, 0.00703980769230798, 0.00419159911196018, 0.0107513461538464, 0.00601844767872371, 0.0202423076923075, 0.0220763324295151, 0.0834734615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1395, '2021-05-23 00:00:00', 0.00245090194543833, 0.00454711538461541, 0.00336217192279973, 0.00669596153846165, 0.0060855636266368, 0.0154405769230769, 0.00650818821828432, 0.0206332692307691, 0.0225880867349617, 0.0844278846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1410, '2021-05-23 00:00:00', 0.0031543209253342, 0.00511249999999994, 0.00439480086185787, 0.00841884615384609, 0.00596962231764992, 0.015763846153846, 0.00657084907287193, 0.0214384615384613, 0.0225459969472666, 0.0844071153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 1, 1425, '2021-05-23 00:00:00', 0.00417345785889843, 0.00706749999999985, 0.00626119272552386, 0.0141328846153845, 0.0061249916703239, 0.0153148076923076, 0.00745287585174585, 0.0220923076923076, 0.0225478955772271, 0.0844101923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 0, '2021-05-23 00:00:00', 0.00520377389468788, 0.0101532608695653, 0.00545298555675816, 0.0114258695652174, 0.00504453086032663, 0.013894347826087, 0.00767138577980598, 0.0224693478260867, 0.0218289313045149, 0.0850384782608697 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 15, '2021-05-23 00:00:00', 0.0036235409737316, 0.00533204545454545, 0.00384899978574288, 0.0071222727272727, 0.00427501971464492, 0.0111893181818182, 0.00735373525033585, 0.0206043181818183, 0.0226846197788941, 0.0832293181818183 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 30, '2021-05-23 00:00:00', 0.00309895108481692, 0.00528750000000011, 0.00395009006845591, 0.00736562500000019, 0.0041314109546798, 0.0115022916666666, 0.00721079232163816, 0.0212445833333335, 0.0220185619230142, 0.0841118750000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 45, '2021-05-23 00:00:00', 0.00321712807383824, 0.00487000000000008, 0.00390456976326838, 0.0103054166666665, 0.00396333026322067, 0.0110329166666667, 0.00838722371788403, 0.0219439583333336, 0.0219690068732792, 0.0839722916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 60, '2021-05-23 00:00:00', 0.00433426072571318, 0.0100359615384612, 0.0050856124962032, 0.0108376923076921, 0.00449608186689755, 0.0120619230769232, 0.00948235809076696, 0.0230348076923078, 0.0222753946740482, 0.0845517307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 75, '2021-05-23 00:00:00', 0.00403888769912642, 0.00611538461538485, 0.00390733769779582, 0.00729826923076943, 0.0036936679081078, 0.00994115384615402, 0.00857509008923302, 0.0216709615384619, 0.021443846798988, 0.0835715384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 90, '2021-05-23 00:00:00', 0.00191506461027809, 0.0041173076923078, 0.00266253063543238, 0.00639923076923098, 0.00272944251845282, 0.00869269230769239, 0.00780924632431614, 0.0211719230769233, 0.0204853356903458, 0.0824528846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 105, '2021-05-23 00:00:00', 0.00289955245883544, 0.00497230769230781, 0.00307694826960824, 0.00697057692307696, 0.00460198908500027, 0.00944346153846142, 0.00740399486763727, 0.020955, 0.0203895230449366, 0.0820900000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 120, '2021-05-23 00:00:00', 0.00253649164883599, 0.0054382692307692, 0.00275636899533821, 0.0065840384615383, 0.00436623391670501, 0.00931384615384609, 0.00757959818297684, 0.0211688461538462, 0.0203011017586579, 0.0819588461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 135, '2021-05-23 00:00:00', 0.00227430561676782, 0.00403596153846165, 0.00373751492922146, 0.0063196153846156, 0.0028727836406791, 0.00973038461538463, 0.00683390094703224, 0.0205269230769231, 0.020086237750299, 0.0814901923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 150, '2021-05-23 00:00:00', 0.0028530489561438, 0.00443211538461539, 0.00292515325042311, 0.00616346153846145, 0.00421015990925952, 0.0111223076923075, 0.00665206393650757, 0.0202188461538462, 0.0199443162493439, 0.081210576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 165, '2021-05-23 00:00:00', 0.0021419693311025, 0.00464615384615368, 0.00276816734709773, 0.00805769230769211, 0.00485813004544554, 0.0116065384615382, 0.00619148275083165, 0.0204344230769232, 0.0197111357603143, 0.0811348076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 180, '2021-05-23 00:00:00', 0.00269378453395671, 0.00647634615384604, 0.00424132911406824, 0.00943057692307681, 0.00536509686269988, 0.0124721153846153, 0.00595852532414354, 0.0201690384615386, 0.0195070736371352, 0.0814967307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 195, '2021-05-23 00:00:00', 0.00411517391444756, 0.00672211538461553, 0.00437964343473101, 0.00811384615384616, 0.00488332843615753, 0.0113688461538461, 0.00577574309904387, 0.0188871153846156, 0.0192827068000959, 0.0814465384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 210, '2021-05-23 00:00:00', 0.00184056947709146, 0.00471000000000015, 0.00360103389533977, 0.00781134615384627, 0.00406607476566782, 0.0106050000000002, 0.00570364168755362, 0.0184325000000003, 0.0191343177573296, 0.0813090384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 225, '2021-05-23 00:00:00', 0.00348061789938781, 0.00602980769230775, 0.0041696771503875, 0.00835153846153841, 0.00530028021392782, 0.0109378846153848, 0.00589735674818663, 0.018446153846154, 0.0189369602588735, 0.0810896153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 240, '2021-05-23 00:00:00', 0.00369540324124251, 0.0060486538461538, 0.00407644123168558, 0.00830865384615399, 0.00581474029117769, 0.0119644230769234, 0.00607341017183792, 0.0189563461538464, 0.0190453541437681, 0.0809226923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 255, '2021-05-23 00:00:00', 0.0022946492944709, 0.00485076923076917, 0.00390807497861312, 0.00730596153846165, 0.00512612485216675, 0.0103700000000002, 0.00539584562418177, 0.0171150000000002, 0.0184902004357404, 0.079793076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 270, '2021-05-23 00:00:00', 0.00328531230806739, 0.00542480769230776, 0.00427518163806649, 0.00757903846153869, 0.00482072465028313, 0.0107619230769235, 0.00570508500914203, 0.0169101923076925, 0.0185979690164939, 0.0794784615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 285, '2021-05-23 00:00:00', 0.00363828123516515, 0.00592711538461557, 0.00455442434511629, 0.00773634615384637, 0.00397563125128018, 0.0102203846153849, 0.00743970027311885, 0.0169930769230771, 0.0185752956089948, 0.0792001923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 300, '2021-05-23 00:00:00', 0.00334867861999343, 0.0050574999999999, 0.00343799049088065, 0.007321153846154, 0.00406718097893207, 0.00914865384615402, 0.00750625586530235, 0.016368653846154, 0.0184195317164648, 0.078735576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 315, '2021-05-23 00:00:00', 0.00284077536138405, 0.00551942307692326, 0.00263946690421789, 0.00659153846153864, 0.0034328594270889, 0.00887038461538474, 0.00638776279603937, 0.0173984615384617, 0.0182734258966404, 0.0784950000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 330, '2021-05-23 00:00:00', 0.00146002888538312, 0.00402788461538469, 0.0025228713495052, 0.00615038461538489, 0.0034612073704905, 0.00829230769230784, 0.00666087903646828, 0.0194515384615384, 0.018227376206811, 0.0782392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 345, '2021-05-23 00:00:00', 0.00262599792752884, 0.0049113461538464, 0.00338212982510227, 0.00605307692307699, 0.00339169749308757, 0.00860173076923095, 0.00895314604783421, 0.021321923076923, 0.0183703536428002, 0.0783448076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 360, '2021-05-23 00:00:00', 0.00321378945387612, 0.00450442307692294, 0.00322012016617626, 0.00662673076923064, 0.00362476331853345, 0.00828134615384589, 0.010012747382904, 0.0229280769230768, 0.0184217484011115, 0.0784280769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 375, '2021-05-23 00:00:00', 0.00268952764654673, 0.00454980769230775, 0.00323838694414394, 0.00615499999999996, 0.0035115443238643, 0.0078884615384614, 0.00939688424630571, 0.0265834615384616, 0.0184421515691638, 0.0783875000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 390, '2021-05-23 00:00:00', 0.00260466139095653, 0.00441480769230774, 0.00292252833769257, 0.00571673076923052, 0.00301732408830188, 0.00745557692307691, 0.00843148086272319, 0.0295415384615384, 0.0184495369141386, 0.0783878846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 405, '2021-05-23 00:00:00', 0.00211233684850173, 0.003805192307692, 0.00239501980881515, 0.0052667307692304, 0.003192556830408, 0.00704634615384605, 0.00829998869554377, 0.0321821153846153, 0.0184359320225062, 0.0784484615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 420, '2021-05-23 00:00:00', 0.00231122532436797, 0.00415250000000007, 0.00264714609750535, 0.00537269230769244, 0.0039383971798376, 0.00743788461538459, 0.00838377423039032, 0.0333828846153846, 0.018415169847167, 0.0783525000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 435, '2021-05-23 00:00:00', 0.00273427751672396, 0.00392346153846174, 0.0031000428843188, 0.00523173076923091, 0.00396771594826982, 0.0080853846153846, 0.00760374225931911, 0.0347478846153845, 0.0183306295707907, 0.0781873076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 450, '2021-05-23 00:00:00', 0.00217538558916311, 0.00373769230769237, 0.0033140256254523, 0.00537538461538464, 0.00387830943046871, 0.00813596153846145, 0.00742550598379569, 0.0349836538461539, 0.0184194295378551, 0.0780325000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 465, '2021-05-23 00:00:00', 0.00266665791985743, 0.00412730769230769, 0.00316516265227957, 0.00621384615384607, 0.00506228964615204, 0.00890230769230763, 0.00715930792744658, 0.03747, 0.0184828371750246, 0.0778509615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 480, '2021-05-23 00:00:00', 0.00248905039044098, 0.00473961538461523, 0.00309810168304104, 0.00622096153846133, 0.00455687053967808, 0.00912365384615395, 0.0078133796710908, 0.0387217307692308, 0.01862043239707, 0.0777994230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 495, '2021-05-23 00:00:00', 0.0023319287906399, 0.00404826923076908, 0.00349736379841473, 0.00646153846153857, 0.00362754133730395, 0.0112269230769231, 0.00836467640644966, 0.0392542307692308, 0.0185422887600626, 0.0775076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 510, '2021-05-23 00:00:00', 0.00281580586224381, 0.00507057692307701, 0.00356864923810357, 0.00685923076923078, 0.00454533536039575, 0.0136065384615383, 0.00922520622450354, 0.0406182692307693, 0.018525263295129, 0.077493076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 525, '2021-05-23 00:00:00', 0.00223424939211248, 0.00485288461538454, 0.00281922949784861, 0.00922480769230765, 0.00598236089233631, 0.0160196153846153, 0.00947026877207766, 0.0411788461538462, 0.0183785669065482, 0.0772834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 540, '2021-05-23 00:00:00', 0.00282652055742375, 0.00825769230769219, 0.00434944009217126, 0.012106346153846, 0.00771703118732556, 0.0179771153846152, 0.00953768003560304, 0.0415973076923077, 0.0183221667649202, 0.0771898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 555, '2021-05-23 00:00:00', 0.00331095875029501, 0.00807961538461532, 0.00531325683115789, 0.0124880769230768, 0.00662971285200203, 0.0207425000000001, 0.00945563599130188, 0.0411700000000002, 0.0186664897909434, 0.0768513461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 570, '2021-05-23 00:00:00', 0.00519460994685829, 0.00915249999999983, 0.00611376400805225, 0.0133528846153846, 0.00681520154902601, 0.0223080769230768, 0.00857959501464894, 0.0411038461538464, 0.0188492380094918, 0.0766065384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 585, '2021-05-23 00:00:00', 0.00370419126956721, 0.0087301923076922, 0.00631562911477439, 0.0158913461538462, 0.00841143130598999, 0.0246738461538461, 0.00811599570885516, 0.0410928846153847, 0.0193207154748873, 0.0765423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 600, '2021-05-23 00:00:00', 0.00538763569166952, 0.0134128846153846, 0.00699336009258892, 0.0175707692307691, 0.00788725835421628, 0.0253671153846152, 0.00863583580427893, 0.0415359615384617, 0.0202199978324965, 0.0768328846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 615, '2021-05-23 00:00:00', 0.00425717463637755, 0.0107067307692308, 0.00629482480968413, 0.0169707692307693, 0.00611574083819782, 0.0225500000000001, 0.00967301206768314, 0.0386476923076924, 0.021327404340065, 0.0762032692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 630, '2021-05-23 00:00:00', 0.00406986080370555, 0.0118048076923075, 0.00515088021230732, 0.015530192307692, 0.00565730929859768, 0.0204474999999998, 0.0103126398843662, 0.0376392307692307, 0.0221941472612457, 0.0771194230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 645, '2021-05-23 00:00:00', 0.0044421320937654, 0.0105765384615384, 0.00512597230176501, 0.0149790384615385, 0.00693880682494101, 0.0212730769230769, 0.0111820196950975, 0.0355726923076922, 0.0221864809841838, 0.0768873076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 660, '2021-05-23 00:00:00', 0.00390887632879933, 0.0102630769230769, 0.00511180157915161, 0.0143792307692307, 0.00738038263808982, 0.0217967307692308, 0.0103030354974417, 0.0346126923076922, 0.0218986211578582, 0.076151153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 675, '2021-05-23 00:00:00', 0.0037410167889739, 0.0104261538461538, 0.00592514558081458, 0.015253076923077, 0.00776919268402704, 0.0202698076923077, 0.00881655273640704, 0.0337280769230768, 0.0215559696033018, 0.0760934615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 690, '2021-05-23 00:00:00', 0.00497241944282509, 0.011076346153846, 0.00610107301092328, 0.0156332692307691, 0.00825451488813652, 0.0207740384615383, 0.00811676390848946, 0.0330778846153845, 0.0207108642950062, 0.0750796153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 705, '2021-05-23 00:00:00', 0.0034634818630081, 0.0103038461538463, 0.00434335584985406, 0.0131340384615385, 0.00672344525064821, 0.0188809615384615, 0.00916476609294876, 0.0332965384615383, 0.0209635932961079, 0.0752532692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 720, '2021-05-23 00:00:00', 0.00321587157703781, 0.00916500000000004, 0.00704557894110803, 0.0141938461538462, 0.00709488899463222, 0.0181246153846154, 0.00962221941653801, 0.0345574999999998, 0.0196255992294602, 0.0752013461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 735, '2021-05-23 00:00:00', 0.00551940455609539, 0.00970442307692299, 0.00520899918041259, 0.0129073076923078, 0.00494513828071407, 0.0165311538461539, 0.00925016576358752, 0.033014423076923, 0.0192753463432917, 0.0747094230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 750, '2021-05-23 00:00:00', 0.00304720298609427, 0.00843596153846157, 0.00309323000214245, 0.0109596153846152, 0.00407411844641089, 0.0146813461538461, 0.00998494780426255, 0.0326105769230768, 0.0190472933278035, 0.0735563461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 765, '2021-05-23 00:00:00', 0.00220711891039311, 0.00823673076923083, 0.00314642945990408, 0.0112728846153847, 0.00461003753113374, 0.0154990384615384, 0.0109359961190275, 0.0343363461538463, 0.0189393493674292, 0.0736876923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 780, '2021-05-23 00:00:00', 0.00220500930575385, 0.00730403846153838, 0.00266271301784192, 0.0100911538461537, 0.00537018905268123, 0.0149326923076922, 0.013390436284327, 0.0378582692307694, 0.0192666293726905, 0.0731092307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 795, '2021-05-23 00:00:00', 0.00228822989196055, 0.00684096153846156, 0.0038288899375466, 0.010996923076923, 0.00537692606278122, 0.0144817307692308, 0.0150279931921937, 0.0401457692307693, 0.0195385323399687, 0.0729850000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 810, '2021-05-23 00:00:00', 0.00266246170792267, 0.00801711538461536, 0.00376811775089576, 0.0109107692307691, 0.00599582942552539, 0.0148075, 0.0158085411201086, 0.0404578846153847, 0.019683035979864, 0.0731857692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 825, '2021-05-23 00:00:00', 0.00327750393416428, 0.00797596153846143, 0.00457529534986149, 0.0106184615384614, 0.00566602286576603, 0.0138436538461538, 0.0154293801273866, 0.0411036538461539, 0.0196574204045582, 0.0733651923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 840, '2021-05-23 00:00:00', 0.00253656299865669, 0.00805538461538444, 0.00405135910718657, 0.0107838461538461, 0.00506451912820919, 0.01376, 0.0172714304427418, 0.0438215384615385, 0.0199165546680683, 0.0741446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 855, '2021-05-23 00:00:00', 0.0033733140290314, 0.00780846153846135, 0.00307839124443994, 0.00998942307692292, 0.00587956442983759, 0.0147967307692306, 0.0169115994705957, 0.0455794230769232, 0.0199247649305697, 0.0749084615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 870, '2021-05-23 00:00:00', 0.00244841645056227, 0.00765365384615392, 0.00491676660871893, 0.0116417307692307, 0.00694811153369134, 0.0163332692307691, 0.016733255451346, 0.0456050000000002, 0.0199759133342748, 0.0752184615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 885, '2021-05-23 00:00:00', 0.00403418019505236, 0.00859538461538456, 0.00439526024870493, 0.0116144230769228, 0.00805471722274979, 0.0193665384615382, 0.016725590319581, 0.0456565384615385, 0.0200419217295993, 0.0751611538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 900, '2021-05-23 00:00:00', 0.00244819545002808, 0.00810480769230735, 0.0041821012615119, 0.0118898076923076, 0.00910083320150088, 0.021140192307692, 0.0160549130798021, 0.045315, 0.0195806357286596, 0.0745465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 915, '2021-05-23 00:00:00', 0.0043399566286383, 0.00946153846153861, 0.00794287400029819, 0.0157942307692307, 0.00937958413052183, 0.0213176923076922, 0.0160123858934264, 0.045165, 0.0197583630054175, 0.0742794230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 930, '2021-05-23 00:00:00', 0.00726753935979372, 0.0110878846153846, 0.00862955684752197, 0.0157792307692307, 0.00857879444641524, 0.0209880769230768, 0.015789564354345, 0.0441425000000001, 0.0205959897636931, 0.0738671153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 945, '2021-05-23 00:00:00', 0.00432211522734665, 0.0100709615384614, 0.00519346455061179, 0.0134140384615384, 0.00597810471959637, 0.0211009615384617, 0.0139659463104422, 0.0408421153846154, 0.0190857766543568, 0.0726675000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 960, '2021-05-23 00:00:00', 0.00398362736228396, 0.0101701923076923, 0.00469346730942224, 0.0144907692307691, 0.0107302987215569, 0.0254605769230771, 0.0138896512001395, 0.0402073076923077, 0.0193089895375582, 0.0731598076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 975, '2021-05-23 00:00:00', 0.00412000814506301, 0.0106513461538462, 0.00610455698953332, 0.0159790384615386, 0.0116931679477311, 0.0273194230769229, 0.0130779900655202, 0.0396730769230768, 0.0190196483547529, 0.0727434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 990, '2021-05-23 00:00:00', 0.00413826894318786, 0.0118796153846154, 0.00953956375595064, 0.0198644230769233, 0.0106370202540287, 0.0258732692307692, 0.0116590601085759, 0.0377261538461537, 0.0193840270494508, 0.0716644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1005, '2021-05-23 00:00:00', 0.0075231669170329, 0.0142823076923078, 0.00941772764728641, 0.0203090384615384, 0.0105018164674205, 0.0242213461538462, 0.0114009247415084, 0.0363998076923077, 0.0223281226785001, 0.0730821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1020, '2021-05-23 00:00:00', 0.00783577605257787, 0.0140871153846152, 0.00792121400951985, 0.0176307692307691, 0.00877538625053901, 0.0236603846153844, 0.0101356745686478, 0.033415192307692, 0.0214723016259408, 0.071746346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1035, '2021-05-23 00:00:00', 0.00427054781209435, 0.0106761538461538, 0.00486370890845163, 0.0140921153846153, 0.00879861400798668, 0.0220773076923077, 0.00965594949320792, 0.0312338461538461, 0.0214014008312179, 0.0715584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1050, '2021-05-23 00:00:00', 0.00318175440840171, 0.0102813461538459, 0.00713421084256366, 0.0161578846153845, 0.00857736529387766, 0.0202942307692308, 0.00916005576066309, 0.0298334615384614, 0.0207418907537008, 0.0713909615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1065, '2021-05-23 00:00:00', 0.0062473115448537, 0.0130084615384616, 0.00725083225992322, 0.0165676923076924, 0.0074193288339415, 0.0194771153846153, 0.00800281541805021, 0.0286388461538461, 0.0203881758907913, 0.0705480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1080, '2021-05-23 00:00:00', 0.00586136787658108, 0.0118742307692307, 0.00557221486484496, 0.0139025, 0.0061040200404198, 0.0179105769230769, 0.00834751759737338, 0.0272759615384614, 0.0216111672067581, 0.0709409615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1095, '2021-05-23 00:00:00', 0.00341019487938511, 0.0087163461538461, 0.00498424837324065, 0.0122103846153846, 0.00614894146299863, 0.0156963461538461, 0.00870203725262941, 0.0252128846153846, 0.0215963511162986, 0.0707615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1110, '2021-05-23 00:00:00', 0.0035646054318277, 0.00872673076923087, 0.00452595425127306, 0.0119617307692308, 0.00529626848320158, 0.0142753846153847, 0.0088674379115607, 0.024273653846154, 0.0216241028021972, 0.0705249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1125, '2021-05-23 00:00:00', 0.00397534424730938, 0.00816173076923094, 0.00425921829682409, 0.0103375, 0.00433016444882256, 0.0128280769230771, 0.00859738331613828, 0.0238967307692309, 0.0215374530170475, 0.0701076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1140, '2021-05-23 00:00:00', 0.00212255891464873, 0.00656288461538451, 0.00238367406296703, 0.00855096153846152, 0.00346671294101262, 0.0118438461538463, 0.00847650827967404, 0.0235088461538463, 0.0219510787653256, 0.0695951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1155, '2021-05-23 00:00:00', 0.00271575781320798, 0.00612750000000025, 0.00330156629495766, 0.00848000000000035, 0.00432469910469545, 0.0121321153846156, 0.00932710447277995, 0.0235653846153849, 0.0227991480314842, 0.0695898076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1170, '2021-05-23 00:00:00', 0.00228905909457607, 0.00599346153846181, 0.00334421861633554, 0.00841192307692334, 0.0041354543420747, 0.0116538461538463, 0.00880045734825541, 0.0226784615384617, 0.0230848209844609, 0.0696717307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1185, '2021-05-23 00:00:00', 0.00320170277412601, 0.00594057692307715, 0.0040461596036812, 0.00821653846153847, 0.00460284440904173, 0.011375576923077, 0.00874028671418469, 0.0213546153846155, 0.0232383057140904, 0.0695773076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1200, '2021-05-23 00:00:00', 0.00358283742841659, 0.00622403846153827, 0.00360615226437363, 0.00801192307692297, 0.00414642727120404, 0.010866346153846, 0.00873816852180027, 0.0206736538461537, 0.0233794612723349, 0.0695157692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1215, '2021-05-23 00:00:00', 0.00247428734883704, 0.0045982692307693, 0.00310457181489604, 0.0068519230769233, 0.00384155287111069, 0.0103323076923077, 0.00670681790878071, 0.0207323076923078, 0.023408316671316, 0.0692542307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1230, '2021-05-23 00:00:00', 0.00242786902447398, 0.00488000000000034, 0.00274964009533018, 0.00710057692307696, 0.00362952839169973, 0.0100678846153848, 0.00699485776234121, 0.0208763461538461, 0.0234274975222246, 0.0692119230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1245, '2021-05-23 00:00:00', 0.00267510759668606, 0.00558442307692298, 0.00346681880336778, 0.0084338461538462, 0.00442708261291084, 0.0103576923076926, 0.0068690932555795, 0.0206680769230768, 0.0234700577897422, 0.0691994230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1260, '2021-05-23 00:00:00', 0.00316870391485215, 0.00587250000000007, 0.00346726059569503, 0.00759596153846174, 0.00484123149065927, 0.0104528846153848, 0.00737917183439564, 0.0205501923076922, 0.0235797208504386, 0.0690857692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1275, '2021-05-23 00:00:00', 0.00235975276573325, 0.00441134615384626, 0.00313034129989772, 0.00654557692307706, 0.00352589352014294, 0.00925865384615382, 0.00656560423430605, 0.0205101923076922, 0.0239192078335511, 0.0702707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1290, '2021-05-23 00:00:00', 0.00246934201762325, 0.00477000000000013, 0.00257486125092953, 0.00695730769230775, 0.00308082449004541, 0.00916846153846172, 0.00670154563113264, 0.0204096153846154, 0.0238513664412625, 0.0711213461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1305, '2021-05-23 00:00:00', 0.00155788788230919, 0.00492942307692305, 0.00236102608072159, 0.00685307692307683, 0.00359916904939959, 0.00933961538461523, 0.00633776227495526, 0.0202744230769231, 0.023196708557134, 0.0728332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1320, '2021-05-23 00:00:00', 0.00233992150591559, 0.00483557692307689, 0.00276051622819988, 0.00620038461538477, 0.00500097949252108, 0.0113567307692308, 0.00636478469029752, 0.0200930769230769, 0.0232528359337424, 0.0730951923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1335, '2021-05-23 00:00:00', 0.00162417965091981, 0.00377153846153854, 0.00377042625625377, 0.00614692307692307, 0.00515187698805011, 0.0116625, 0.0065575434454117, 0.0197409615384614, 0.0234984780431874, 0.0736478846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1350, '2021-05-23 00:00:00', 0.00324687888002296, 0.00467730769230771, 0.00461215002841555, 0.00908673076923083, 0.00540976256055091, 0.0114751923076922, 0.0067613355218078, 0.0195659615384614, 0.0235210140913316, 0.0740517307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1365, '2021-05-23 00:00:00', 0.00363956316588415, 0.00767596153846158, 0.00379662881332282, 0.00961711538461532, 0.00410606802839966, 0.0105805769230769, 0.00649978727758422, 0.0193805769230769, 0.0235536046734972, 0.0740786538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1380, '2021-05-23 00:00:00', 0.00256411016953999, 0.00544980769230791, 0.00271464363010361, 0.00679596153846163, 0.00296860807191087, 0.00894326923076933, 0.00710371536591949, 0.0195349999999999, 0.0235596586277019, 0.074309423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1395, '2021-05-23 00:00:00', 0.00204387818581786, 0.00395403846153826, 0.00268669803776948, 0.00541788461538454, 0.00488664946170061, 0.0127998076923076, 0.00790091986124705, 0.020294423076923, 0.0235325944408046, 0.0743486538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1410, '2021-05-23 00:00:00', 0.00208078495728471, 0.00412403846153852, 0.00264743045234421, 0.00677000000000005, 0.00530444996060995, 0.0133492307692306, 0.00796274863879397, 0.0206617307692307, 0.023602366717214, 0.0746555769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 2, 1425, '2021-05-23 00:00:00', 0.00225275089954125, 0.00554115384615368, 0.00525842571132646, 0.0119851923076921, 0.00538957411261643, 0.013386346153846, 0.0077521079614615, 0.0209653846153845, 0.0237167846925727, 0.0747580769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 0, '2021-05-23 00:00:00', 0.0055123639315751, 0.008666875, 0.00580483667335671, 0.00997624999999995, 0.00654630579181318, 0.0113577083333333, 0.00806908081333297, 0.0204272916666666, 0.0240123843462651, 0.0758520833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 15, '2021-05-23 00:00:00', 0.0019009544584918, 0.00426812499999992, 0.00209609461519976, 0.00593187499999992, 0.00517971670770725, 0.0110172916666667, 0.00662227990371792, 0.0188370833333333, 0.0232716707551761, 0.0762764583333334 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 30, '2021-05-23 00:00:00', 0.00249749377710258, 0.00438279999999985, 0.00303445386354748, 0.00617039999999996, 0.00520994580106169, 0.0109304, 0.00714999975524462, 0.0194556000000001, 0.0235476999938423, 0.0751120000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 45, '2021-05-23 00:00:00', 0.00299742320745905, 0.00482173076923078, 0.00508849897770962, 0.00969961538461547, 0.00574658182347089, 0.0115094230769232, 0.00701443173036826, 0.0199925, 0.0229827049623106, 0.0750592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 60, '2021-05-23 00:00:00', 0.00417213212417071, 0.00833269230769236, 0.00444284306064705, 0.00934730769230766, 0.00580715705964514, 0.0111736538461537, 0.00687715265599396, 0.019940576923077, 0.0228357372689253, 0.0749938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 75, '2021-05-23 00:00:00', 0.0019395328938055, 0.00484961538461551, 0.00382488384941807, 0.00687230769230783, 0.00442504348957354, 0.00894173076923065, 0.00626891259433297, 0.0180386538461539, 0.0228884657120972, 0.074070576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 90, '2021-05-23 00:00:00', 0.00294760272868556, 0.00490538461538474, 0.0032829838737627, 0.00605634615384602, 0.00355966628189528, 0.00820096153846145, 0.00622879928236596, 0.0180825, 0.022900674048696, 0.0744367307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 105, '2021-05-23 00:00:00', 0.00206327316510593, 0.00400307692307678, 0.00263920463689034, 0.00602134615384598, 0.00296829712902071, 0.00798461538461529, 0.0060747147701324, 0.0181684615384615, 0.0229028412790608, 0.0744344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 120, '2021-05-23 00:00:00', 0.00210875713486532, 0.00485557692307682, 0.00219091533382704, 0.00607499999999998, 0.00439653608406231, 0.00925346153846137, 0.00620284455837696, 0.0180638461538461, 0.0229933722189679, 0.0743600000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 135, '2021-05-23 00:00:00', 0.00191711844062478, 0.00412365384615405, 0.00219221213354482, 0.00556096153846178, 0.00502028171137236, 0.0106723076923081, 0.00621352801121529, 0.0179878846153848, 0.0228562957165991, 0.0743682692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 150, '2021-05-23 00:00:00', 0.00224047103563926, 0.00411230769230758, 0.00425452053250887, 0.00709019230769226, 0.00477297983444323, 0.0111475000000001, 0.00621223378627918, 0.018136153846154, 0.0228574513115865, 0.0744523076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 165, '2021-05-23 00:00:00', 0.00374166371880445, 0.00571923076923076, 0.00413615689331959, 0.00909961538461578, 0.00533220068581902, 0.0115980769230772, 0.00596584093305079, 0.0180890384615388, 0.0228574513115865, 0.0744523076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 180, '2021-05-23 00:00:00', 0.00371350251939304, 0.00797980769230799, 0.00395445130395918, 0.00970134615384652, 0.00472388002599562, 0.0117725000000001, 0.0059092524615087, 0.0180694230769234, 0.0226600803727615, 0.0746225000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 195, '2021-05-23 00:00:00', 0.00323793458027714, 0.0059571153846156, 0.00379829251617906, 0.00797096153846176, 0.00418655000705106, 0.0107998076923077, 0.00534368810985302, 0.0170461538461541, 0.0227154880981781, 0.0741315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 210, '2021-05-23 00:00:00', 0.003412304370273, 0.00569365384615412, 0.00324220181595512, 0.00757115384615403, 0.00430706423752343, 0.0106028846153849, 0.00606766150620203, 0.0168219230769233, 0.0228114411788001, 0.0740994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 225, '2021-05-23 00:00:00', 0.00209617648258759, 0.00511538461538458, 0.00265568307886791, 0.00739615384615376, 0.00314962015414334, 0.00987865384615385, 0.00572243013197951, 0.0158111538461538, 0.022851502923979, 0.0740782692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 240, '2021-05-23 00:00:00', 0.00223160040019601, 0.00565288461538439, 0.00299852197565106, 0.0073009615384615, 0.00300248374106918, 0.00907615384615383, 0.00537135077195531, 0.0161386538461537, 0.0228413518830685, 0.0739703846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 255, '2021-05-23 00:00:00', 0.00313797639349849, 0.00494961538461555, 0.00335448842826807, 0.00672615384615412, 0.00381468718850631, 0.00881288461538473, 0.00557242859636082, 0.0161876923076924, 0.0227644015380291, 0.0740957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 270, '2021-05-23 00:00:00', 0.00262248412035955, 0.0044101923076926, 0.00276190172080495, 0.00582134615384631, 0.00400369253122874, 0.00847173076923089, 0.00590152449665479, 0.0158557692307694, 0.0228262907740177, 0.0743525 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 285, '2021-05-23 00:00:00', 0.00189535185489297, 0.00385442307692296, 0.00337080048128267, 0.00642326923076915, 0.00379067375785111, 0.00847153846153831, 0.00630714260550328, 0.0157246153846154, 0.0228841007024865, 0.0744048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 300, '2021-05-23 00:00:00', 0.00317329503586039, 0.00525576923076935, 0.00368414079326724, 0.00641423076923082, 0.00347752201784755, 0.00811423076923069, 0.0067976162365937, 0.0160925, 0.0229334818081808, 0.0743746153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 315, '2021-05-23 00:00:00', 0.00223299689103768, 0.00410365384615385, 0.00277577249815929, 0.00590519230769223, 0.00310224098280338, 0.00759634615384607, 0.00765793932163531, 0.017524423076923, 0.0230149656068529, 0.0744532692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 330, '2021-05-23 00:00:00', 0.00235464787503025, 0.00435615384615386, 0.00235132856062256, 0.00543999999999997, 0.00371244317749835, 0.00748211538461559, 0.0072969831806346, 0.0188684615384617, 0.0230636271948846, 0.0744857692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 345, '2021-05-23 00:00:00', 0.00152932252471978, 0.00373423076923062, 0.00257746900302179, 0.00566730769230781, 0.00347928000951564, 0.00734423076923107, 0.00737167664886249, 0.020016153846154, 0.0229498142685632, 0.0744551923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 360, '2021-05-23 00:00:00', 0.00233111293987688, 0.00435653846153867, 0.00371289675942573, 0.0059371153846156, 0.0038197809643205, 0.007581153846154, 0.00915318038254377, 0.022713653846154, 0.0228603782861225, 0.0744142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 375, '2021-05-23 00:00:00', 0.00274776717746215, 0.00414269230769248, 0.00265164248083211, 0.00520538461538486, 0.003510458396541, 0.00709807692307712, 0.00929965493363142, 0.0252282692307693, 0.02286574013672, 0.074435 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 390, '2021-05-23 00:00:00', 0.00162532918559226, 0.00336480769230793, 0.00257460061876664, 0.00482711538461547, 0.00338896991951595, 0.00726134615384625, 0.00878823373345586, 0.027853076923077, 0.0229375253753791, 0.0746828846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 405, '2021-05-23 00:00:00', 0.00242575485475862, 0.00375384615384608, 0.00268279601564066, 0.00511769230769246, 0.00298811275659964, 0.0071703846153846, 0.00997595651284426, 0.0311371153846156, 0.0229375253753791, 0.0746828846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 420, '2021-05-23 00:00:00', 0.0019800223872081, 0.00381057692307689, 0.00263820621606068, 0.00530903846153827, 0.00424527902498753, 0.00774499999999989, 0.0104259234381643, 0.0329365384615386, 0.0229406742481895, 0.0746751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 435, '2021-05-23 00:00:00', 0.00214956994804479, 0.00359519230769216, 0.0020764167359992, 0.00463269230769231, 0.00401450922855511, 0.00795711538461531, 0.0107847075349953, 0.0353588461538463, 0.0229317599747265, 0.0747315384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 450, '2021-05-23 00:00:00', 0.00181544535752338, 0.00359538461538467, 0.0042097390792522, 0.00592365384615389, 0.00421148894280697, 0.00889134615384603, 0.0111415048562365, 0.0360873076923079, 0.0229597783425378, 0.0747415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 465, '2021-05-23 00:00:00', 0.00422553799942848, 0.00462423076923081, 0.00406335816024889, 0.00659846153846145, 0.00445166385920861, 0.00961865384615372, 0.0104239826435892, 0.0374619230769233, 0.0230319971853541, 0.0746928846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 480, '2021-05-23 00:00:00', 0.00204434711225482, 0.00472634615384595, 0.00238092894766862, 0.00664057692307661, 0.00356847080478643, 0.00961673076923051, 0.0109194526859885, 0.0374701923076924, 0.0224885773808704, 0.0743361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 495, '2021-05-23 00:00:00', 0.00191481914189142, 0.00435711538461529, 0.00295704830089847, 0.00643557692307678, 0.00450483923131545, 0.0120775, 0.0108105941148202, 0.0379813461538464, 0.0223064504882473, 0.0744042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 510, '2021-05-23 00:00:00', 0.00265790050893279, 0.00479365384615383, 0.00355817312676031, 0.00722999999999998, 0.00450659101931647, 0.013946153846154, 0.0109123637378046, 0.0388921153846155, 0.0223284492657998, 0.0744161538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 525, '2021-05-23 00:00:00', 0.00333135657283687, 0.00571884615384609, 0.00424448467470958, 0.0104930769230768, 0.00466224673884209, 0.0160905769230769, 0.011019274492731, 0.0389128846153846, 0.0223905889914631, 0.0741792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 540, '2021-05-23 00:00:00', 0.00326069131414694, 0.00881461538461543, 0.00397678117326074, 0.0117175000000001, 0.00665701340981523, 0.0177684615384616, 0.0115489898409406, 0.0382521153846155, 0.0228064404205009, 0.0735294230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 555, '2021-05-23 00:00:00', 0.00360946625608898, 0.00775557692307696, 0.00438410887357751, 0.0114688461538462, 0.00746317738324943, 0.0194005769230769, 0.0122825380880586, 0.0372467307692311, 0.0236092334349218, 0.0733292307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 570, '2021-05-23 00:00:00', 0.00359214442060185, 0.0081065384615384, 0.00561211634289179, 0.0126646153846153, 0.00781667445519271, 0.0214615384615383, 0.0127381200158599, 0.0373865384615385, 0.0234487420951777, 0.0735253846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 585, '2021-05-23 00:00:00', 0.00488403090537071, 0.00981173076923071, 0.00636288524298415, 0.015693846153846, 0.0102181620675374, 0.0229959615384615, 0.0128761135814162, 0.0379351923076922, 0.0232167334480975, 0.0736500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 600, '2021-05-23 00:00:00', 0.00469829230842294, 0.0123438461538463, 0.00627680078972141, 0.0166769230769232, 0.00909932748148905, 0.0231638461538463, 0.0127398218997935, 0.0375490384615386, 0.0232649890310611, 0.0748388461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 615, '2021-05-23 00:00:00', 0.00386846912674965, 0.0114992307692308, 0.00669601367347663, 0.015698653846154, 0.00718409549201992, 0.0225359615384616, 0.0133732791919615, 0.0368471153846155, 0.0224753673915382, 0.075499230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 630, '2021-05-23 00:00:00', 0.00571012698228747, 0.0107380769230771, 0.00633451863570956, 0.0149278846153848, 0.00634226210554138, 0.0207438461538465, 0.0142353466589332, 0.0359325000000002, 0.0225063007152358, 0.075381730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 645, '2021-05-23 00:00:00', 0.00299843200048574, 0.00981230769230782, 0.00392825923964367, 0.0142744230769231, 0.00680537471132477, 0.0204048076923078, 0.0116301867767263, 0.0342676923076924, 0.0214002298945237, 0.0738715384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 660, '2021-05-23 00:00:00', 0.00436447980863684, 0.0104650000000002, 0.00547908480917695, 0.0143928846153849, 0.00745139019811836, 0.0192932692307693, 0.0123428755096271, 0.0334946153846155, 0.0211603807040058, 0.0733434615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 982655 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 982655, 3, 675, '2021-05-23 00:00:00', 0.00354999908992415, 0.00891346153846154, 0.00532335652139198, 0.0139444230769232, 0.00662876070329427, 0.0170976923076922, 0.0131068083966371, 0.0336378846153845, 0.0217696819029091, 0.073423076923077 where not exists (select 1 from powerstats_trumpet wher[...];[ Date: 2021-05-23 15:44:16 - Database: acaweb_fx - User: pgperfstats ]
12 17s717ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982735, 1, 960, '2021-05-23 00:00:00', 2.01772148722264, 4, 3.22722076191789, 5.78461538461537, 6.15419337962711, 11.4019230769231, 17.1524486926458, 26.0980769230769, 21.4523440533807, 51.3057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 975, '2021-05-23 00:00:00', 2.12848808746057, 3.66153846153845, 4.50774760401894, 8.3826923076923, 7.38724888939356, 13.4230769230769, 17.0733495654665, 26.1942307692307, 21.8246350749296, 51.5519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 990, '2021-05-23 00:00:00', 4.01566164679477, 7.4076923076923, 5.43594871770683, 9.79230769230769, 8.37926584814243, 14.751923076923, 16.4617692291517, 25.526923076923, 21.7043855901557, 51.0846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1005, '2021-05-23 00:00:00', 3.80304533842996, 6.53461538461539, 5.61763706142061, 9.92307692307691, 7.96023023439746, 14.0942307692307, 15.814337336247, 24.2942307692307, 21.4840374553904, 50.1557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1020, '2021-05-23 00:00:00', 4.38139422839529, 7.43076923076919, 5.61331932515457, 10.3846153846153, 8.72803462765462, 14.1326923076923, 15.1957363706454, 23.2096153846153, 21.2256329977188, 50.5019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1035, '2021-05-23 00:00:00', 2.75822197466746, 6.33269230769231, 4.40462388161141, 9.21346153846155, 9.11702232934888, 13.5480769230769, 13.7450647086929, 21.4096153846154, 21.3693062592122, 49.875 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1050, '2021-05-23 00:00:00', 3.12396444380435, 6.06538461538463, 6.12890377950752, 9.18846153846154, 8.21099169500156, 13.1961538461538, 12.8828902633866, 20.4384615384615, 21.0702120211304, 49.9211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1065, '2021-05-23 00:00:00', 4.63265997689648, 6.39230769230769, 6.61857525918823, 9.29230769230769, 8.97460776944515, 14.4961538461538, 11.5621770640974, 19.2076923076923, 21.3656076080588, 50.0826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1080, '2021-05-23 00:00:00', 4.0596627370339, 6.16153846153845, 4.91473138791781, 9.55384615384616, 8.44828612569077, 13.7076923076923, 10.1440152875401, 18.7769230769231, 21.9125033678527, 50.1903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1095, '2021-05-23 00:00:00', 3.75484302652536, 6.82692307692308, 7.28566981240473, 11.1461538461539, 8.9189720000941, 12.8384615384615, 9.74798203969184, 18.4346153846154, 22.3189257392431, 50.373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1110, '2021-05-23 00:00:00', 4.70897669759169, 8.13846153846153, 5.61832852231118, 9.38076923076923, 7.07117659668732, 10.3076923076923, 8.60438618022585, 16.8115384615385, 22.4367521302404, 50.423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1125, '2021-05-23 00:00:00', 2.87906234736241, 4.45000000000001, 4.42969003951222, 5.71538461538463, 4.89473225479738, 8.14038461538462, 7.28613673091155, 15.1826923076923, 22.4442578745314, 50.1634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1140, '2021-05-23 00:00:00', 2.72968017286895, 3.76538461538462, 3.88824658920464, 5.53846153846154, 4.63750596101628, 7.86153846153846, 7.74360778568114, 16.5384615384615, 22.9587775237406, 50.1942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1155, '2021-05-23 00:00:00', 3.36503514669038, 4.21153846153846, 3.66849371729681, 5.82307692307693, 5.33158945848667, 8.07307692307693, 8.02286348266867, 16.6576923076923, 22.9162036223616, 50.2326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1170, '2021-05-23 00:00:00', 2.48125278531136, 3.56923076923078, 3.45823432048562, 5.24615384615385, 5.28524797467878, 6.97307692307693, 7.25619417092416, 15.6846153846154, 22.8292070855264, 49.8480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1185, '2021-05-23 00:00:00', 2.66412057939172, 3.70769230769231, 3.39800846650822, 5.11153846153846, 5.07590840676289, 6.82307692307693, 6.54784433112268, 15.0057692307692, 22.6589772496466, 49.725 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1200, '2021-05-23 00:00:00', 1.86382567689313, 3.17692307692309, 3.36657781045473, 4.27692307692309, 4.23225708103843, 6.30000000000001, 6.48788219564867, 14.4692307692308, 22.4467157097391, 49.873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1215, '2021-05-23 00:00:00', 2.0061444077173, 2.76923076923077, 2.47821275550314, 4.30769230769231, 3.41153022286752, 6.1576923076923, 6.44851801698531, 14.0461538461538, 22.4141706550532, 50.0269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1230, '2021-05-23 00:00:00', 2.15096877398689, 3.28, 3.04757827353677, 4.724, 3.69541156932035, 6.524, 6.44892239060136, 13.888, 22.5538119468381, 50.712 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1245, '2021-05-23 00:00:00', 2.25751735660761, 3.30384615384616, 2.58118935019081, 4.45769230769231, 3.46646572395929, 6.49615384615385, 5.76222212745686, 13.6403846153846, 22.204127907978, 50.1519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1260, '2021-05-23 00:00:00', 2.0306308227892, 2.78846153846154, 2.94760659101323, 4.29615384615384, 4.08870865451899, 6.79230769230769, 5.64848550157809, 13.0673076923077, 21.9733394401909, 49.923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1275, '2021-05-23 00:00:00', 2.00990878731681, 2.984, 2.55295906743527, 4.44799999999999, 4.43289972816891, 7.46799999999999, 5.3359183839335, 12.866, 21.8447072155553, 50.354 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1290, '2021-05-23 00:00:00', 2.15899668055943, 3.02799999999999, 3.45946527659984, 4.904, 4.36523386162376, 7.38799999999999, 5.30573824583657, 12.874, 21.4321891866728, 50.1540000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1305, '2021-05-23 00:00:00', 2.89785066239419, 3.5923076923077, 3.80773504249523, 5.32692307692308, 3.59492163175521, 7.78846153846154, 5.12689439659586, 12.8269230769231, 20.9048371288708, 49.6807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1320, '2021-05-23 00:00:00', 2.90713490112401, 3.66799999999999, 2.98449884123505, 5.116, 4.54588825203612, 9.84799999999999, 5.20986004290578, 12.442, 21.1599232040195, 50.2620000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1335, '2021-05-23 00:00:00', 1.67286028659346, 3.46153846153846, 2.41979020069605, 5.65384615384615, 3.62505225426528, 9.94038461538463, 4.86518400316117, 12.7192307692308, 20.8366518792839, 49.9884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1350, '2021-05-23 00:00:00', 2.0903625007676, 4.11923076923077, 2.84145141676682, 8.02307692307692, 3.04648915209723, 9.04807692307694, 5.60390145688355, 13.3365384615385, 20.829629045037, 50.0269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1365, '2021-05-23 00:00:00', 2.92616840569054, 6.56153846153846, 3.04217786361122, 7.82692307692309, 3.09248219943887, 8.07692307692311, 6.08474037117568, 12.8557692307692, 20.9604290179229, 50.1538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1380, '2021-05-23 00:00:00', 2.64655363706202, 4.67692307692306, 2.38050091690483, 4.89615384615382, 3.31862112237092, 6.02692307692307, 7.23782053893616, 13.726923076923, 21.1811858642378, 50.4788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1395, '2021-05-23 00:00:00', 0.488991123478329, 1.15416666666668, 1.6964103191783, 2.87083333333336, 2.5028534440352, 4.04166666666665, 7.49847810645891, 14.075, 21.6254240973745, 51.9875000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1410, '2021-05-23 00:00:00', 1.70794223165386, 2.596, 2.54852898747497, 3.71999999999996, 2.50820653057119, 4.11200000000001, 7.41136514640406, 15.44, 21.3412671445098, 51.4480000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 1, 1425, '2021-05-23 00:00:00', 1.67179544203226, 2.16399999999998, 1.74726452872283, 2.42799999999997, 2.33363093340251, 3.12000000000002, 7.29863000843304, 16.1, 21.448070620299, 51.7160000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 0, '2021-05-23 00:00:00', 0.690700127889535, 0.796000000000058, 1.4165686240584, 1.64000000000005, 2.11221053243596, 2.23200000000006, 7.94922008753056, 16.848, 21.4971998176507, 51.7280000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 15, '2021-05-23 00:00:00', 1.24818709114172, 1.06666666666668, 1.34228876566665, 1.35000000000002, 2.17591809708398, 4.13750000000001, 8.40356635817385, 17.3583333333333, 21.7881348802042, 52.3770833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 30, '2021-05-23 00:00:00', 0.515765928259738, 0.741666666666674, 1.10038695433717, 1.30416666666667, 3.99274477891657, 5.08750000000003, 8.31246662846082, 17.9833333333333, 21.7881348802042, 52.3770833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 45, '2021-05-23 00:00:00', 0.661437827766185, 1, 1.87511777407893, 3.724, 3.85811698457511, 5.64400000000003, 8.52844847163497, 18.512, 21.5457018142057, 51.7680000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 60, '2021-05-23 00:00:00', 1.68653034819561, 3.30384615384612, 3.76984798714142, 4.58461538461536, 3.75121108648723, 5.70384615384616, 8.57110351031972, 18.4307692307692, 21.3783362668488, 51.1884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 75, '2021-05-23 00:00:00', 2.66603710517201, 2.71538461538465, 2.72107727535655, 3.81153846153848, 3.43424608230785, 6.07307692307694, 8.74477074511477, 18.0692307692308, 21.4110172934044, 51.0115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 90, '2021-05-23 00:00:00', 1.7180176411739, 2.49615384615392, 2.21684807431976, 3.58076923076924, 5.40544597178126, 8.52692307692309, 8.91471471565626, 18.3423076923077, 21.4961527863798, 50.9038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 105, '2021-05-23 00:00:00', 1.49143709736101, 2.49615384615381, 2.93186210190992, 4.66923076923077, 5.06914649165383, 8.72307692307688, 8.33042985316252, 18.1615384615385, 21.6447925874527, 50.6269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 120, '2021-05-23 00:00:00', 2.38929664578063, 3.69230769230769, 4.42775338066607, 7.14999999999995, 6.00069867726956, 9.70384615384611, 8.24904749746199, 17.8961538461538, 21.6278428100305, 50.7038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 135, '2021-05-23 00:00:00', 3.71648510537328, 5.41153846153847, 4.13721571182283, 6.4846153846154, 5.74144983029952, 9.77692307692307, 7.38295750620725, 16.9384615384616, 21.2930039070258, 50.8192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 150, '2021-05-23 00:00:00', 1.62435786129118, 3.2576923076923, 3.5058829679006, 5.61923076923075, 4.91861143632411, 10.0076923076923, 6.79238940625119, 15.9846153846154, 21.2546885325423, 50.7538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 165, '2021-05-23 00:00:00', 2.36942057181789, 3.38461538461538, 2.79423582507884, 5.91538461538457, 5.08662802015091, 10.2461538461538, 7.03230020362085, 15.6730769230769, 21.1216054168384, 50.6307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 180, '2021-05-23 00:00:00', 2.18802685962983, 4.41153846153845, 4.34419329503366, 7.88076923076923, 5.70718305835183, 10.5923076923077, 7.35440108945758, 15.2192307692308, 21.0381166896221, 50.3653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 195, '2021-05-23 00:00:00', 3.47091652715264, 6.06153846153844, 4.29757892485809, 7.69615384615383, 5.47598533458729, 9.61923076923075, 6.96657624772631, 14.5038461538461, 20.937506739379, 50.1326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 210, '2021-05-23 00:00:00', 2.48572849560167, 4.32692307692308, 3.559440319013, 6.01923076923077, 4.19706857406269, 7.65384615384615, 5.99926277522112, 12.6346153846154, 20.7056429506548, 49.5250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 225, '2021-05-23 00:00:00', 2.13181035381091, 3.73076923076923, 3.07596138817419, 5.30769230769231, 3.42215631527168, 7.36538461538461, 5.3066359037892, 12.0961538461538, 20.4305906575259, 49.1788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 240, '2021-05-23 00:00:00', 2.35894370102709, 3.76923076923077, 3.08445232640191, 5.42307692307692, 3.42950994480822, 7.30769230769231, 5.2037338665468, 12.1730769230769, 20.2187168618205, 49.1134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 255, '2021-05-23 00:00:00', 2.08815339843236, 3.59615384615385, 3.10811592695392, 5.59615384615385, 3.56715788613504, 6.76923076923077, 5.24114638076589, 11.9807692307692, 20.1704574525754, 49.0846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 270, '2021-05-23 00:00:00', 2.01771005007009, 3.63461538461538, 2.12286091431786, 4.55769230769231, 3.06048010311102, 6.55769230769231, 5.06864418223985, 11.6346153846154, 20.1290723543375, 49.0346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 285, '2021-05-23 00:00:00', 1.35320133245347, 3.13461538461538, 2.46201918382828, 4.30769230769231, 2.98689445102074, 6.69230769230769, 4.97052852784831, 11.6153846153846, 20.1684471771741, 48.9115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 300, '2021-05-23 00:00:00', 1.8368032430955, 3.07692307692308, 2.16590716471271, 4.63461538461539, 2.7154826741937, 6.07692307692308, 4.67376680567678, 11.8480769230769, 20.1874625982031, 48.873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 315, '2021-05-23 00:00:00', 1.33776507078612, 2.98076923076923, 1.66548676183456, 4.57692307692308, 2.59911227448616, 5.34615384615385, 4.09763534060995, 12.5807692307693, 20.2083634628377, 48.8346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 330, '2021-05-23 00:00:00', 1.82798754414204, 3.19230769230769, 2.37357244545983, 3.92307692307692, 3.24653661614958, 5.5, 3.78673849922843, 12.6173076923077, 20.2083634628377, 48.8346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 345, '2021-05-23 00:00:00', 1.31383174194942, 2.38461538461538, 1.6432847030824, 3.40384615384615, 2.62685831657983, 5.40384615384615, 4.07737094782335, 12.6653846153846, 20.2847290988908, 48.7211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 360, '2021-05-23 00:00:00', 1.58793528254097, 2.30769230769231, 2.42304639785412, 3.63461538461538, 2.76294157626363, 5.42307692307692, 5.09430451205443, 13.6576923076923, 20.3519854446308, 48.7865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 375, '2021-05-23 00:00:00', 1.47491851143872, 2.34615384615385, 2.26927640110573, 4.01923076923077, 2.38036842655792, 5.11538461538461, 8.26140051453372, 17.9423076923077, 20.3745109426913, 48.748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 390, '2021-05-23 00:00:00', 1.66883192682786, 2.75, 1.69081227634713, 3.32692307692308, 1.93032480327893, 4.88461538461539, 9.43762702410694, 19.5903846153846, 20.3656404647254, 48.7865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 405, '2021-05-23 00:00:00', 1.01365674663566, 2.06, 1.62839389174323, 3.62, 2.41315837303177, 5.36, 10.9256567308332, 21.818, 20.7686035078593, 48.9480000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 420, '2021-05-23 00:00:00', 1.66257831895724, 2.92, 1.83143841465299, 3.9, 2.9474565306379, 5.9, 11.0813176111869, 23.168, 20.2110050467561, 49.9580000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 435, '2021-05-23 00:00:00', 1.6154304022815, 2.51923076923077, 2.35241283660971, 3.92307692307692, 3.00390771137556, 6.28846153846154, 11.9365572926201, 24.75, 20.4795504946163, 48.8173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 450, '2021-05-23 00:00:00', 2.06013753586178, 2.84, 2.5653134961118, 4.18, 2.69149896278387, 6.34, 12.7898071395416, 26.24, 20.2177980584765, 49.854 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 465, '2021-05-23 00:00:00', 1.56954182437472, 2.71153846153846, 2.2563585367033, 4.86538461538461, 2.63847275171423, 6.69230769230769, 12.9444964545377, 27.1326923076923, 20.6648482657424, 48.8153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 480, '2021-05-23 00:00:00', 1.8824084409239, 3.71153846153846, 2.02598504057048, 4.73076923076923, 2.60490661282481, 6.9923076923077, 13.2405734247194, 27.5538461538461, 20.7083102048058, 48.9365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 495, '2021-05-23 00:00:00', 1.52163879267867, 2.84615384615385, 1.92603618465889, 4.51923076923077, 2.79199680405371, 8.47692307692312, 13.5570096827605, 27.7134615384615, 20.6400772397183, 48.7826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 510, '2021-05-23 00:00:00', 1.39194109070751, 2.8, 1.94014604261294, 4.42, 3.04154291985718, 8.466, 14.0789804910252, 28.804, 20.8916125514523, 49.302 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 525, '2021-05-23 00:00:00', 1.54222616320096, 3.03846153846154, 2.71133518059615, 6.69230769230771, 4.1324126869644, 8.82115384615386, 14.7638472159321, 29.0461538461538, 20.6292217124529, 48.7826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 540, '2021-05-23 00:00:00', 2.61658908916522, 5.94230769230769, 3.07427289715045, 7.13461538461539, 5.88649856745208, 10.3557692307692, 14.3521518086475, 29.5884615384615, 20.6509330204566, 48.6711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 555, '2021-05-23 00:00:00', 1.71206128574705, 4.13461538461539, 2.87134382904858, 5.73076923076923, 7.91709761310194, 14.3788461538462, 13.4645243281973, 29.5692307692307, 20.4727004907661, 47.9442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 570, '2021-05-23 00:00:00', 2.56522603592444, 4.09615384615385, 4.57400682788498, 7.30769230769231, 8.63489521561293, 16.3692307692308, 13.2553478322467, 29.7769230769231, 20.4193030846192, 47.8423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 585, '2021-05-23 00:00:00', 3.51660894350487, 5.55769230769231, 7.77808756403821, 13.5230769230769, 9.55603474250697, 18.45, 13.3457201436958, 29.7769230769231, 20.3892565979092, 47.7461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 600, '2021-05-23 00:00:00', 7.37938917630617, 12.1538461538462, 8.18300302221247, 14.8076923076923, 9.60286495711652, 19.0307692307692, 13.3783182799633, 29.75, 20.7081630132809, 48.4192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 615, '2021-05-23 00:00:00', 4.44630356415477, 9.01923076923077, 6.32330123128253, 12.6576923076923, 7.28375325903221, 17.5115384615385, 11.4668245554127, 27.1942307692308, 20.8836189024206, 47.4923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 630, '2021-05-23 00:00:00', 3.84158020371029, 7.55769230769233, 4.58443688346365, 10.1115384615385, 5.68076917868865, 15.0923076923077, 9.90291196490281, 24.9557692307692, 19.5750375773291, 46.298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 645, '2021-05-23 00:00:00', 3.29247393541462, 7.09615384615385, 4.28561996233199, 10.9423076923077, 5.3375880464725, 14.6769230769231, 9.98160635291813, 24.2942307692308, 18.6752361739778, 46.2269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 660, '2021-05-23 00:00:00', 3.55808937493144, 7.5, 4.11170935818108, 9.88461538461539, 5.17354810550747, 13.9, 9.31185534681461, 23.025, 18.4261820411985, 45.8538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 675, '2021-05-23 00:00:00', 2.80775026283705, 6.21153846153846, 4.03489586177693, 9.69615384615384, 5.05966896150331, 12.225, 9.78286590854722, 22.2057692307693, 18.3102648806619, 45.7500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 690, '2021-05-23 00:00:00', 3.24579017284757, 7.46538461538461, 3.19299473607699, 9.38076923076923, 4.39995847882507, 11.6288461538462, 10.8219820806471, 21.848076923077, 18.2830955971735, 45.4961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 705, '2021-05-23 00:00:00', 2.79367417295135, 5.73076923076923, 3.85627610326535, 7.35576923076923, 5.44130393026694, 10.8173076923077, 10.9164507122895, 21.048076923077, 18.2056424051616, 44.7692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 720, '2021-05-23 00:00:00', 2.77931923042593, 4.73076923076923, 3.43287275974735, 7.23076923076923, 4.54093560335821, 10.2019230769231, 11.1578935494805, 20.5173076923078, 18.6871704241584, 44.3076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 735, '2021-05-23 00:00:00', 2.44854745009865, 4.65384615384615, 3.43982613603563, 7.49038461538461, 4.4029710249051, 11.1153846153846, 12.2487657148981, 20.8884615384616, 18.7953414850187, 44.1115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 750, '2021-05-23 00:00:00', 2.0544744789399, 5.14423076923077, 3.53466351352518, 7.42307692307692, 4.35448486752893, 11.1923076923077, 11.808951624151, 20.0423076923078, 18.8057613921496, 43.9615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 765, '2021-05-23 00:00:00', 2.98740947722527, 5.26923076923077, 3.32473249357691, 8.42307692307692, 3.74581818113931, 11.1346153846154, 11.2730591029437, 20.4115384615386, 18.7723364391494, 43.9807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 780, '2021-05-23 00:00:00', 2.56605054210072, 5.76923076923077, 2.21914744544282, 7.73076923076923, 3.90443534773152, 10.7307692307692, 12.5375301211388, 21.4615384615386, 18.751842268469, 44.1326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 795, '2021-05-23 00:00:00', 2.09917566238237, 4.94230769230769, 2.46857168294667, 7.07692307692308, 4.45529071830508, 9.98076923076923, 13.6474443930554, 21.8923076923078, 18.9116745587319, 44.4211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 810, '2021-05-23 00:00:00', 1.89574422163069, 4.57692307692308, 3.41900795328344, 6.98076923076923, 5.09690705609407, 9.96153846153846, 14.0888411927257, 21.9769230769232, 19.0562338881533, 44.3250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 825, '2021-05-23 00:00:00', 2.44099601361033, 5.03846153846154, 3.50208728969102, 6.76923076923077, 6.9256724194506, 10.0576923076924, 14.3155214311653, 22.7846153846154, 19.1560816814039, 44.3942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 840, '2021-05-23 00:00:00', 2.85899390587776, 4.57692307692308, 3.36457792529533, 6.40384615384615, 6.41687199138696, 9.52307692307699, 14.9732479391131, 23.4153846153847, 19.6227596467431, 44.7019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 855, '2021-05-23 00:00:00', 1.91843285402034, 4.40384615384615, 6.38084633884881, 7.00000000000007, 8.36962272837822, 9.2538461538462, 15.9829413871357, 23.5807692307693, 19.7354399105148, 44.1326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 870, '2021-05-23 00:00:00', 5.86963502993292, 4.93076923076931, 5.92704362678784, 6.72307692307698, 9.53444363267286, 9.5192307692308, 15.9800630594693, 23.9192307692308, 19.1893372836223, 44.0557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 885, '2021-05-23 00:00:00', 2.31383797052563, 4.07692307692308, 3.812529949441, 6.15384615384615, 5.44090631590561, 8.88846153846153, 12.828274061019, 23.4307692307693, 18.1949008072211, 43.6807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 900, '2021-05-23 00:00:00', 2.31915103830293, 4.53846153846154, 4.06883086591033, 6.65384615384615, 3.86388604705359, 9.08076923076923, 12.1628842733191, 23.4846153846154, 18.5873128773365, 43.75 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 915, '2021-05-23 00:00:00', 2.35470069958273, 4.23076923076923, 2.23986606742457, 5.85, 3.21956757727112, 9.11923076923077, 11.5977431491581, 23.573076923077, 18.7236785504756, 43.7576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 930, '2021-05-23 00:00:00', 2.01969152252364, 4.46538461538461, 2.42455388442112, 7.03846153846154, 2.86275821811494, 9.15384615384615, 11.5632235324557, 23.7576923076924, 18.7061754509039, 43.95 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 945, '2021-05-23 00:00:00', 1.99113419553163, 4.73076923076923, 2.81861941109746, 6.73076923076923, 6.25939294181153, 12, 11.8724451502693, 23.5846153846154, 19.2770585052643, 44.3461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 960, '2021-05-23 00:00:00', 2.06770032049729, 4.15384615384615, 2.98998327754521, 6, 8.1308765730488, 14.1346153846154, 11.7752622051485, 23.7, 20.3534041756769, 44.7115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 975, '2021-05-23 00:00:00', 2.71746488194703, 4.26923076923077, 6.08124481184062, 10.1923076923077, 8.30769430199405, 15.1461538461538, 11.3705943285571, 23.7192307692308, 21.6132594630098, 45.1538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 990, '2021-05-23 00:00:00', 4.27195685659574, 8.48076923076923, 7.06148818483862, 12.2307692307692, 8.1092663046665, 15.05, 11.3419554683552, 23.3653846153846, 21.8883488501215, 45.1307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1005, '2021-05-23 00:00:00', 4.12963026841946, 7.42307692307692, 5.69568392597545, 10.8192307692307, 7.98791804010179, 15.3211538461538, 9.31540329033252, 22.2076923076923, 23.0037515335082, 45.7461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1020, '2021-05-23 00:00:00', 3.12838370654626, 7.40384615384614, 4.64318358953782, 10.2346153846154, 7.85147144464991, 14.2096153846154, 7.43381463314763, 20.8, 23.5223933404221, 46.0173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1035, '2021-05-23 00:00:00', 3.82300727378129, 7.84615384615385, 5.46028493198492, 10.8365384615385, 6.20000775433758, 13.7019230769231, 7.15067828950513, 19.95, 25.0352400858039, 47.0230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1050, '2021-05-23 00:00:00', 2.95530813179373, 6.42307692307692, 4.6490693857853, 8.42307692307692, 5.28694509726916, 12.3326923076923, 7.43707241821984, 18.3730769230769, 25.908223523697, 48.376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1065, '2021-05-23 00:00:00', 2.73889365648586, 5.69230769230769, 3.23235148983618, 7.94807692307693, 5.35507236178933, 12.9, 7.04340935801799, 17.9807692307692, 25.9936758580887, 48.3538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1080, '2021-05-23 00:00:00', 2.41146300949317, 6.03461538461539, 3.53615392982045, 8.99615384615385, 5.29061869291731, 12.9769230769231, 6.71946083001857, 17.8653846153846, 26.2475220808482, 48.4692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1095, '2021-05-23 00:00:00', 2.54679285497542, 6.38461538461539, 4.13863039403877, 10.2884615384615, 5.49228409820401, 12.4038461538462, 6.38366304296787, 17.8653846153846, 26.6796638198172, 48.5884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1110, '2021-05-23 00:00:00', 2.40384307692111, 7.53846153846154, 2.56155001152397, 9.19230769230769, 3.61726628610825, 11.2692307692308, 5.88570628400182, 17.1923076923077, 26.4121667768124, 48.3653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1125, '2021-05-23 00:00:00', 1.99161704690898, 4.55769230769231, 3.01336765353725, 6.40384615384615, 3.50433797105596, 8.40384615384615, 6.00054484705668, 14.9423076923077, 26.0797537152128, 47.4653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1140, '2021-05-23 00:00:00', 2.56155001152397, 4.19230769230769, 3.02095247333583, 5.61538461538461, 3.46321327004938, 8.07692307692308, 6.05678259347448, 15.2692307692308, 26.1033558113777, 47.2961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1155, '2021-05-23 00:00:00', 2.22606931953716, 3.65384615384615, 2.70071215679238, 5.57692307692308, 3.31453674684017, 7.88461538461539, 6.23207336779169, 15.4576923076923, 26.1113509063366, 47.2769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1170, '2021-05-23 00:00:00', 1.80128159503599, 3.73076923076923, 2.16830312953205, 5.30769230769231, 3.28844129548425, 7.42307692307692, 6.18119636167131, 14.7326923076923, 26.3276549541469, 46.9692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1185, '2021-05-23 00:00:00', 1.37281294596729, 3.26923076923077, 2.0703957258308, 4.94230769230769, 3.59883795347673, 7.22115384615385, 6.75176928379062, 14.7173076923077, 26.4396863707688, 46.8307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1200, '2021-05-23 00:00:00', 2.15629668288373, 3.48076923076923, 3.334897069107, 5.19230769230769, 3.46622439239896, 6.83653846153846, 6.72591000420131, 14.4442307692307, 26.4769699637541, 46.9076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1215, '2021-05-23 00:00:00', 2.22606931953716, 3.65384615384615, 2.78528067913064, 5.06730769230769, 2.74886340148069, 6.375, 6.32545680928688, 13.5403846153846, 26.1530215933368, 46.7423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1230, '2021-05-23 00:00:00', 1.73338264229667, 3.26923076923077, 2.16830312953205, 4.30769230769231, 2.60223646415629, 6.22115384615385, 6.43686169352258, 13.0173076923077, 26.2362382974389, 46.75 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1245, '2021-05-23 00:00:00', 1.60204196622263, 2.94230769230769, 1.93074816108639, 4.31730769230769, 2.40546253348498, 6.625, 5.47914086471451, 12.5461538461538, 25.9901099532999, 46.9692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1260, '2021-05-23 00:00:00', 1.70183724251175, 3.375, 1.97428175839683, 4.68269230769231, 2.29682054488038, 6.65384615384615, 4.93680681599568, 12.1615384615385, 25.7895783960529, 47.0653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1275, '2021-05-23 00:00:00', 1.78756387728792, 3.34615384615385, 2.22745111316466, 4.80769230769231, 3.00691510713862, 6.80769230769231, 4.72702907185409, 12.6903846153846, 25.2883810352624, 47.4692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1290, '2021-05-23 00:00:00', 2.13766587300621, 3.48076923076923, 2.42455388442112, 4.96153846153846, 3.74679350091002, 7.03846153846154, 4.82040853678797, 12.6423076923077, 25.098067348212, 47.3538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1305, '2021-05-23 00:00:00', 1.52517338232538, 3.61538461538462, 2.31649602765769, 5.38461538461539, 3.46698716467194, 7.5, 4.8252652378273, 12.6461538461538, 24.9752940230633, 47.5134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1320, '2021-05-23 00:00:00', 1.5506822319919, 3.76923076923077, 2.13766587300621, 4.98076923076923, 3.40678056912297, 8.61538461538461, 4.74827904046862, 12.4846153846154, 24.9912203814429, 47.7480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1335, '2021-05-23 00:00:00', 1.81627259899117, 3.32692307692308, 2.14440237326429, 5.03846153846154, 3.85960540031667, 9.38461538461537, 5.15230680226003, 12.4057692307692, 24.8765478838079, 47.9788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1350, '2021-05-23 00:00:00', 2.02227974934611, 3.98076923076923, 3.01336765353725, 7.40384615384615, 3.71570264604771, 8.8730769230769, 5.02977136657323, 12.6999999999999, 24.8892164632366, 47.901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1365, '2021-05-23 00:00:00', 2.87167868354704, 6.44230769230769, 3.47341386047696, 8.25961538461537, 4.44754945490725, 8.89807692307692, 4.7372078761163, 12.7076923076923, 24.9733215344203, 48.0173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1380, '2021-05-23 00:00:00', 2.47947885343179, 4.83076923076921, 2.46413036618167, 4.89230769230767, 2.85110504892399, 5.89999999999999, 4.68297078622277, 11.7307692307692, 23.8904799996858, 47.6211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1395, '2021-05-23 00:00:00', 0.40130556169352, 0.976923076923098, 1.96088284669476, 3.21153846153843, 2.03763437499322, 4.06538461538463, 5.46967584470549, 12.3846153846154, 25.0752505164264, 48.3326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1410, '2021-05-23 00:00:00', 1.89168219806122, 2.93846153846145, 1.93952016270483, 3.64230769230765, 1.91860927196279, 4.01153846153845, 5.1440436055097, 14.0961538461538, 25.087068151969, 48.3673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 2, 1425, '2021-05-23 00:00:00', 0.752850991488085, 2.09615384615385, 0.734721297238182, 2.43076923076922, 0.846758525200662, 2.75, 5.71496820100184, 14.7384615384615, 25.6698045451191, 48.5557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 0, '2021-05-23 00:00:00', 0.602609709130638, 0.892307692307703, 0.732634865505251, 1.53461538461539, 0.799778815577243, 1.82692307692308, 6.13387692685847, 15.3730769230769, 25.6902628216637, 48.6096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 15, '2021-05-23 00:00:00', 0.574268765809703, 0.946153846153913, 0.660955019998651, 1.23846153846158, 2.21206829773547, 4.57307692307693, 6.19364065920725, 15.7961538461538, 25.6902628216637, 48.6096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 30, '2021-05-23 00:00:00', 0.467069423270031, 0.684615384615462, 0.527694550342775, 1.06153846153853, 2.55300727649693, 5.57692307692306, 6.15148887543626, 15.9807692307692, 25.6919191875279, 48.6134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 45, '2021-05-23 00:00:00', 0.356845150644397, 0.757692307692318, 2.03950597336333, 4.29615384615384, 2.63779919921602, 5.99615384615382, 6.19693845006119, 16.1730769230769, 25.6919191875279, 48.6134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 60, '2021-05-23 00:00:00', 1.97727473675652, 4.01923076923079, 2.47826552249758, 5.25, 2.73673865422673, 6.2423076923077, 6.05164948906182, 16.5384615384615, 25.6919191875279, 48.6134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 75, '2021-05-23 00:00:00', 1.30688119641323, 2.29230769230765, 1.92643153564789, 3.59230769230766, 2.57265202884858, 5.55769230769227, 5.99089694067978, 16.3269230769231, 25.8135546534404, 48.5096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 90, '2021-05-23 00:00:00', 1.78665566395396, 2.8423076923077, 1.93423011915504, 3.67307692307692, 3.41807188113641, 7.48076923076927, 5.96114599204395, 16.3615384615385, 25.7111739402272, 48.8942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 105, '2021-05-23 00:00:00', 1.25999389497917, 2.30384615384612, 2.49693042323196, 4.68846153846149, 3.92869522282468, 8.02307692307695, 5.85791903192726, 16.4192307692308, 25.450377131859, 48.8980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 120, '2021-05-23 00:00:00', 2.2149978294832, 3.76923076923073, 3.30874831085945, 6.43076923076922, 4.8956574163703, 8.91153846153845, 5.73851763222741, 16.4461538461538, 25.7227765728233, 49.1711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 135, '2021-05-23 00:00:00', 2.45058234837228, 4.3846153846154, 3.03987854008364, 5.8615384615385, 5.11485468625833, 9.24230769230768, 6.01561174074463, 15.9038461538462, 25.6596309704264, 49.1115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 150, '2021-05-23 00:00:00', 1.91393272126751, 3.39230769230769, 3.95659527293936, 5.5230769230769, 5.00337885833161, 10.25, 5.79629059100599, 15.1538461538461, 25.5909185364352, 49.1865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 165, '2021-05-23 00:00:00', 3.72918840417671, 3.92692307692307, 4.29093678134956, 6.55769230769231, 5.9529540178353, 10.4384615384615, 6.04715317636833, 15.0615384615385, 25.0965183763682, 49.3288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 180, '2021-05-23 00:00:00', 2.30847602076815, 4.68846153846154, 3.48490370686962, 7.68461538461537, 5.42919883592412, 10.15, 6.93509802492976, 14.8038461538461, 25.0129167400797, 49.3403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 195, '2021-05-23 00:00:00', 2.40790045794768, 5.49615384615385, 4.64867888594334, 7.63076923076923, 5.56, 9.4, 7.58411802082788, 14.7730769230769, 24.8826910027526, 49.2865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 210, '2021-05-23 00:00:00', 3.58742461727287, 5.01923076923077, 4.37391744848412, 6.63461538461539, 4.48814678218767, 8.21153846153846, 6.95449494931156, 14.25, 25.0518112349955, 49.326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 225, '2021-05-23 00:00:00', 3.16932412110459, 4.23076923076923, 3.27866060833008, 5.98076923076923, 3.38031632566221, 7.55769230769231, 6.32406879736821, 13.4230769230769, 24.9217103376524, 49.3730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 240, '2021-05-23 00:00:00', 2.47082982012117, 4.25, 2.48665669895576, 5.21153846153846, 2.95712958536067, 7.76923076923077, 6.63939292868998, 13.3076923076923, 24.7777857240032, 49.4942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 255, '2021-05-23 00:00:00', 1.93271431292486, 3.15384615384615, 2.64604203699383, 4.80769230769231, 3.36520658869784, 7.23076923076923, 7.06715044304388, 12.7692307692308, 24.5968857472148, 49.4826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 270, '2021-05-23 00:00:00', 1.74057903716418, 3.48076923076923, 2.8282231442809, 5.67307692307692, 3.42367324105827, 7.30769230769231, 6.84984559062353, 12.5961538461538, 24.3327323863272, 49.4057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 285, '2021-05-23 00:00:00', 2.32519643504338, 3.55769230769231, 2.73467759314723, 4.96153846153846, 3.32062320378848, 6.44230769230769, 7.04340935801799, 12.5192307692308, 24.1739011364291, 49.401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 300, '2021-05-23 00:00:00', 2.12367605815953, 3.52, 2.56855990780826, 4.42, 2.84722086720835, 6.26, 7.36712856772118, 13.09, 24.3928908700876, 49.8099999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 315, '2021-05-23 00:00:00', 1.44182043051351, 2.82692307692308, 2.07401505817544, 4.30769230769231, 2.56994462676054, 6.23076923076923, 7.93380013709605, 13.7538461538462, 23.8388433024759, 49.2249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 330, '2021-05-23 00:00:00', 2.09880918618154, 3.25, 1.97639921224277, 4.38461538461539, 3.2990091752618, 6.28846153846154, 8.07243838864455, 14.1384615384616, 23.5701349495174, 49.3384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 345, '2021-05-23 00:00:00', 1.32083889426962, 2.73076923076923, 2.31657904279963, 4.44230769230769, 3.28077148525488, 6.21153846153846, 8.09346673843505, 14.5596153846154, 23.757214369858, 49.2288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 360, '2021-05-23 00:00:00', 1.68386003438071, 3.15384615384615, 3.00672323558132, 4.40384615384615, 4.49204424938819, 6.03846153846154, 8.95431760918466, 15.8596153846154, 23.7910999034384, 49.2211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 375, '2021-05-23 00:00:00', 2.52281893615364, 2.76923076923077, 2.91052466853553, 4.13461538461539, 4.6881602099167, 6.17307692307692, 9.68009376941233, 20.3192307692308, 23.8310102597435, 49.3749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 390, '2021-05-23 00:00:00', 2.53680598694197, 2.84615384615385, 3.99292643789759, 3.78846153846154, 5.24276057640805, 6.05769230769231, 10.033931662882, 22.0461538461539, 23.8389914119382, 49.3365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 405, '2021-05-23 00:00:00', 2.25490917436055, 2.26923076923077, 3.49840623053501, 4.32692307692308, 4.3531155951359, 6.01923076923077, 10.1551298139641, 23.7884615384616, 23.844360162069, 49.3365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 420, '2021-05-23 00:00:00', 2.34840371316348, 3.16, 3.05505046330389, 4.2, 3.52077169571293, 6, 10.8369737473153, 24.62, 23.4326442525522, 50.1939999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 435, '2021-05-23 00:00:00', 1.67779617355625, 2.24, 2.06599451435219, 3.68, 3.72692903071684, 6.34, 10.5087832311834, 24.866, 23.9928418144523, 48.8399999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 450, '2021-05-23 00:00:00', 1.49112760636424, 2.71153846153846, 2.0306308227892, 4.21153846153846, 3.54493137613952, 6.44230769230769, 9.66724704270128, 26.0057692307693, 23.5198482465015, 49.1115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 465, '2021-05-23 00:00:00', 1.97367287446137, 3.15384615384615, 3.46504523225, 4.94230769230769, 3.80606802962767, 6.61538461538461, 9.65776550840751, 26.1788461538462, 23.515504541603, 49.0346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 480, '2021-05-23 00:00:00', 2.00662364720903, 3.55769230769231, 2.36878742105615, 4.63461538461539, 3.16549910999587, 6.59615384615385, 9.17386777755169, 26.125, 23.425177776191, 48.7653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 495, '2021-05-23 00:00:00', 1.57833895160509, 2.63461538461538, 2.27257901614342, 4.23076923076923, 4.17176406147514, 8.46923076923082, 9.12658416175183, 26.1576923076923, 23.400948452179, 48.5326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 510, '2021-05-23 00:00:00', 1.51009424056402, 2.90384615384615, 2.64000291375131, 4.51923076923077, 4.28518422546269, 8.85961538461545, 9.07650474916085, 26.1076923076923, 23.2880573553188, 48.3807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 525, '2021-05-23 00:00:00', 1.92473774437334, 3.26923076923077, 2.94560755127936, 7.10961538461543, 4.15584528104694, 9.57500000000005, 8.83257628589503, 26.3403846153846, 23.2452239097709, 48.1711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 540, '2021-05-23 00:00:00', 3.18415548518695, 6.32692307692308, 4.0138701830221, 7.63461538461539, 5.24246712325996, 10.7884615384615, 8.89544481527142, 26.5423076923077, 23.2077516890701, 48.1923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 555, '2021-05-23 00:00:00', 2.00624026477389, 3.75, 2.58910438925539, 5.78846153846154, 6.70834153527132, 14.7769230769231, 8.81975405203923, 25.1384615384616, 23.0073088721489, 47.4115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 570, '2021-05-23 00:00:00', 2.20419181072373, 4.03846153846154, 3.1013644639838, 6.46153846153846, 7.20724528619533, 16.6038461538461, 8.62682756557442, 24.7846153846154, 22.7231772561714, 47.5038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 585, '2021-05-23 00:00:00', 2.97890015842192, 5.07692307692308, 6.14494789362649, 13.4038461538462, 7.44066270828489, 18.4115384615385, 9.10626242673775, 24.8192307692308, 22.4635462814414, 47.7865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 600, '2021-05-23 00:00:00', 4.45701693961331, 11.75, 5.65848579908632, 14.5384615384615, 6.3648602619261, 18.0769230769231, 9.71125912774209, 24.4153846153846, 21.6418519042653, 47.6346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 615, '2021-05-23 00:00:00', 4.61452556107843, 8.92307692307692, 5.51037622616153, 12.3230769230769, 5.39020764549368, 15.1923076923077, 10.0024773854358, 22.1653846153846, 22.1589721366729, 48.076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 630, '2021-05-23 00:00:00', 3.88288750604692, 7.91923076923077, 4.55318147436071, 10.8115384615385, 5.72854122926462, 15.0538461538462, 9.84496122584855, 21.5384615384615, 22.3160225295293, 48.4115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 645, '2021-05-23 00:00:00', 3.49730665600743, 7.13461538461539, 4.03069950027765, 10.4423076923077, 5.43864377890722, 13.6730769230769, 11.5036803475436, 21.2884615384615, 22.6332067138938, 48.376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 660, '2021-05-23 00:00:00', 3.30151480384384, 8, 4.64331612270634, 10.9038461538462, 6.13795881882066, 12.6576923076923, 11.8526725321273, 20.776923076923, 23.3224910432298, 48.6673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 675, '2021-05-23 00:00:00', 2.67869083982915, 6.15384615384615, 2.67186192641876, 7.67307692307692, 4.60955028675833, 10.6346153846154, 11.490022427507, 19.5307692307692, 24.024654083798, 48.1096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 690, '2021-05-23 00:00:00', 1.77537428339882, 4.86538461538461, 2.9308439320179, 6.52307692307692, 4.99388087101066, 10.1730769230769, 11.3110810202276, 18.8846153846153, 24.3100081479592, 48.0480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 705, '2021-05-23 00:00:00', 2.12132034355964, 4.5, 3.5250750128407, 7.11538461538461, 5.29571670169538, 10.2692307692308, 11.9868517711956, 20.2307692307692, 23.4762473249354, 47.9326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 720, '2021-05-23 00:00:00', 2.72312038209562, 4.84615384615385, 3.4115189488645, 7.03846153846154, 4.91532141526723, 9.59615384615385, 12.9177093706514, 21.2192307692307, 23.003123617323, 47.6519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 735, '2021-05-23 00:00:00', 1.90424626720229, 4.88461538461539, 3.5213633723318, 7, 4.62172961296792, 9.59615384615385, 13.607782840939, 21.8153846153846, 22.3816271663922, 47.4211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 750, '2021-05-23 00:00:00', 2.47106330274112, 5.11538461538461, 3.3203915431768, 6.75, 4.56984261637767, 9.21153846153846, 13.2629130110418, 22.3384615384615, 22.1190242690627, 47.228846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 765, '2021-05-23 00:00:00', 1.97143056219043, 4.44230769230769, 3.29107183849788, 6.63461538461539, 4.69471880045915, 8.90384615384615, 13.0606944096222, 23.2576923076923, 21.3581561614148, 46.9711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 780, '2021-05-23 00:00:00', 1.92473774437334, 4.23076923076923, 2.21463662586335, 5.76923076923077, 4.84402883812797, 9.23076923076923, 12.5728988151255, 23.8461538461538, 20.7281207170727, 46.9326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 795, '2021-05-23 00:00:00', 2.49923065085115, 4.38461538461539, 3.05865732232047, 6.65384615384615, 4.65898635393514, 9.88461538461539, 13.9717164850444, 25.4384615384615, 20.6161416408077, 47.201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 810, '2021-05-23 00:00:00', 2.29916372756571, 4.38461538461539, 4.23774250497379, 6.96153846153846, 4.47282392299919, 9.61538461538461, 14.4061311733794, 26.2692307692308, 20.3085719870661, 46.8980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 825, '2021-05-23 00:00:00', 2.81670838992008, 4.42307692307692, 3.04959013639538, 6.5, 4.96529494049986, 9.58461538461538, 14.4097066643928, 26.9269230769231, 20.3375023994136, 46.6903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982735 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 982735, 3, 840, '2021-05-23 00:00:00', 2.22572373709006, 4.57692307692308, 3.4, 6.5, 5.12915[...];[ Date: 2021-05-23 15:49:04 - Database: acaweb_fx - User: pgperfstats ]
13 17s696ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982760, 1, 960, '2021-05-23 00:00:00', 2.03232719958036, 3.83461538461539, 3.10289195131557, 6.00769230769229, 7.82472044229057, 18.825, 15.6112716921509, 32.8596153846153, 19.7467279665421, 50.0557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 975, '2021-05-23 00:00:00', 2.31676166564127, 4.34615384615385, 7.36184863907259, 14.0192307692307, 8.1555540301356, 20.9615384615385, 15.4317411401107, 32.8711538461538, 19.8465274040574, 49.675 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 990, '2021-05-23 00:00:00', 7.58114665571004, 12.8538461538461, 7.65552013004591, 17.5673076923077, 8.72418565739031, 22.5192307692308, 15.4511538030709, 32.4653846153846, 20.1201369661954, 49.1365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1005, '2021-05-23 00:00:00', 5.33741510471129, 11.6, 6.68267824016224, 15.5673076923077, 9.42893337633607, 20.6538461538461, 15.3147902368919, 29.45, 20.9360182828173, 48.9384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1020, '2021-05-23 00:00:00', 5.25717129262492, 9.925, 7.16036204499355, 13.7538461538461, 11.7604232001299, 20.1153846153846, 14.5601717022843, 27.2, 22.3660044229217, 49.3153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1035, '2021-05-23 00:00:00', 4.55359198874916, 8.69999999999996, 6.25632602927752, 13.2807692307692, 13.0883483120851, 20.0615384615385, 13.3310008857319, 26.2038461538461, 22.2276598304559, 49.2615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1050, '2021-05-23 00:00:00', 4.78819863349941, 9.17307692307691, 9.08052861897368, 14.3, 12.3741125555921, 18.3884615384616, 13.4353111097356, 25.7038461538461, 22.1321850567136, 48.5192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1065, '2021-05-23 00:00:00', 7.85457436539616, 9.8923076923077, 12.1084592172325, 13.7038461538462, 11.7961088760398, 16.3461538461538, 13.0863693031513, 23.8115384615384, 21.9685316900193, 48.8961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1080, '2021-05-23 00:00:00', 6.1479802812355, 8.43846153846158, 6.63854942450063, 10.7076923076923, 7.31377730461754, 13.7576923076923, 10.7491480878897, 21.9538461538461, 22.3314431653253, 48.4846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1095, '2021-05-23 00:00:00', 3.58930891141158, 6.79230769230765, 4.75925010253312, 9.46153846153844, 5.50962374814781, 12.1346153846153, 9.94997661381092, 20.8288461538461, 22.0084742420173, 48.4576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1110, '2021-05-23 00:00:00', 3.90178657303788, 6.8923076923077, 4.22525010638882, 9.09230769230771, 6.03254379307641, 11.8038461538461, 9.87781839040617, 20.6480769230769, 21.8065311317504, 48.4 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1125, '2021-05-23 00:00:00', 3.25011005730812, 5.91923076923078, 4.68941360939722, 7.75, 6.12719317092625, 10.8480769230769, 9.61307763093911, 20.3884615384615, 21.8012703405453, 48.8826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1140, '2021-05-23 00:00:00', 4.06634403932501, 5.76538461538457, 5.82648726473793, 8.63461538461534, 6.2059524775691, 10.8230769230769, 10.150408100928, 21.4461538461539, 21.637014670378, 49.2903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1155, '2021-05-23 00:00:00', 3.37341871788157, 5.96538461538462, 4.81394448851053, 8.08846153846154, 6.4694310771147, 11.0076923076923, 10.7203516015818, 21.9576923076923, 21.3167800462092, 49.6365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1170, '2021-05-23 00:00:00', 3.36144886344244, 5.45769230769236, 3.77380444644396, 7.40000000000008, 6.33481345727415, 10.1384615384616, 10.1117093206152, 21.1442307692308, 20.590646868458, 49.7423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1185, '2021-05-23 00:00:00', 3.29168649783058, 5.19999999999998, 4.97430049199032, 7.14423076923076, 6.33821377409709, 9.66538461538467, 9.60459185053612, 20.2038461538461, 20.5100704158113, 49.7173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1200, '2021-05-23 00:00:00', 2.51892834356196, 4.77000000000002, 4.25460534793375, 6.90000000000005, 6.61987663530572, 9.91200000000008, 9.67504866482171, 19.736, 20.3769412163194, 49.484 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1215, '2021-05-23 00:00:00', 2.62718480507181, 4.572, 4.06342630465146, 6.63200000000003, 6.37034012697381, 9.69599999999997, 9.55646901318692, 18.988, 20.2661030623387, 49.608 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1230, '2021-05-23 00:00:00', 3.35658556671309, 4.98333333333334, 5.71240069840433, 7.12500000000002, 6.60159730341994, 10.325, 9.0350033885929, 18.6541666666666, 19.4642253593761, 50.7041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1245, '2021-05-23 00:00:00', 3.28822647233023, 4.89200000000003, 3.77403409276243, 6.87999999999998, 5.66002061244765, 9.68000000000001, 8.352909672683, 17.612, 19.966294097804, 49.696 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1260, '2021-05-23 00:00:00', 3.42259648025684, 5.13999999999993, 4.95073058581589, 7.01599999999996, 5.60180625631885, 9.32399999999991, 7.79803821483329, 16.9239999999999, 19.972157286249, 49.304 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1275, '2021-05-23 00:00:00', 3.54999234536834, 4.7375, 4.17830620630211, 6.87916666666661, 5.91068793661599, 10.2833333333333, 7.4425139900946, 16.9166666666666, 19.2993011625375, 50.2708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1290, '2021-05-23 00:00:00', 3.41695474218557, 4.90833333333331, 3.9086280442638, 7.14583333333334, 6.30369112021918, 10.8, 6.18194542804789, 16.6416666666667, 18.3921513663861, 50.4083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1305, '2021-05-23 00:00:00', 2.52614990317936, 5.03200000000004, 4.2454603205463, 7.568, 5.45873306424364, 11.012, 5.48339007062848, 15.756, 18.9840661257452, 49.568 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1320, '2021-05-23 00:00:00', 3.42417873365281, 5.40000000000003, 4.33757997044441, 7.728, 4.85935523843787, 13.06, 5.18506830556106, 15.208, 19.2707697476429, 49.456 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1335, '2021-05-23 00:00:00', 2.86458257575751, 5.23999999999999, 4.44627934345113, 8.72400000000005, 4.94448177264313, 13.296, 4.90770482676653, 15.116, 19.2010268822617, 49.4120000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1350, '2021-05-23 00:00:00', 3.40515295789583, 6.15600000000003, 4.18161452073241, 10.2440000000001, 4.3698779540547, 11.28, 4.21262784177926, 13.796, 19.6983434159662, 49.3160000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1365, '2021-05-23 00:00:00', 3.11849322590252, 7.72000000000002, 3.40278317459886, 8.83200000000001, 3.27980182328139, 9.17199999999999, 4.09828012707776, 11.856, 20.1098218125705, 49.392 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1380, '2021-05-23 00:00:00', 2.0550750189064, 4.63999999999998, 2.01776072251723, 4.66399999999996, 2.60344643373615, 5.77800000000002, 3.45353924740019, 10.412, 19.6631194541118, 49.5080000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1395, '2021-05-23 00:00:00', 0.371124417592446, 0.723999999999996, 1.22259287309115, 2.91600000000001, 1.94282440448609, 3.65400000000002, 3.22223136971881, 9.44400000000004, 19.7319394214896, 49.038 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1410, '2021-05-23 00:00:00', 1.22099686049279, 2.78000000000001, 1.98239753833583, 3.51400000000004, 1.923856803403, 3.58200000000002, 3.67731446393514, 10.308, 19.7301799282217, 49.03 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 1, 1425, '2021-05-23 00:00:00', 1.53157870621575, 2.06400000000001, 1.45201010097501, 2.28999999999998, 1.42785678553563, 2.62400000000002, 4.06517424800794, 10.572, 19.6790798395996, 49.258 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 0, '2021-05-23 00:00:00', 0.402077936060586, 0.539999999999955, 0.69899928469204, 1.01199999999994, 1.63250319040014, 1.74399999999993, 4.86910070409996, 10.978, 19.6713598919852, 49.214 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 15, '2021-05-23 00:00:00', 0.678019280645813, 0.666666666666629, 0.725306032361319, 0.954166666666614, 1.69871541406177, 3.70416666666669, 5.57908880410219, 11.1583333333334, 19.1499232554183, 50.3895833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 30, '2021-05-23 00:00:00', 0.349189537834861, 0.511999999999989, 0.684153978769894, 0.915999999999949, 2.89432346729479, 4.824, 5.48576719034511, 11.802, 19.6790684061349, 49.186 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 45, '2021-05-23 00:00:00', 0.637913264741545, 0.687999999999965, 1.76820766125847, 3.70199999999998, 2.74605474575189, 5.45400000000001, 6.12860438164076, 12.39, 19.6790684061349, 49.186 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 60, '2021-05-23 00:00:00', 1.5076790619512, 3.40192307692306, 2.76785948954171, 4.57692307692308, 2.65835692457978, 5.48846153846156, 6.38332081407349, 12.5538461538462, 19.2892090199517, 49.2461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 75, '2021-05-23 00:00:00', 2.11979679722814, 2.79230769230777, 1.9669421797454, 3.83846153846162, 2.58812673569126, 5.40000000000002, 7.02884414395426, 12.1750000000001, 19.287930462817, 49.3115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 90, '2021-05-23 00:00:00', 1.07013298957866, 2.59615384615391, 1.52034915018277, 3.48846153846154, 2.07310988984771, 5.14615384615384, 7.07683572270505, 12.0403846153846, 19.4001082471208, 49.15 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 105, '2021-05-23 00:00:00', 1.16985206165298, 2.28461538461536, 2.07890873740564, 3.81153846153845, 2.22498055306977, 5.14230769230769, 6.86088158721943, 11.9519230769231, 19.3884537408619, 49.1576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 120, '2021-05-23 00:00:00', 1.63246392350285, 2.94230769230767, 1.48464966082394, 3.85384615384616, 2.25269752826392, 5.47692307692309, 6.90310103114204, 12.0096153846154, 19.4079317647352, 49.1307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 135, '2021-05-23 00:00:00', 1.3032503744337, 2.53846153846154, 1.8982258923694, 3.63846153846156, 2.7477543278383, 5.61538461538462, 6.65610910829583, 11.6826923076923, 19.4073915339968, 49.1269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 150, '2021-05-23 00:00:00', 1.4020644119956, 2.45384615384614, 1.45388603933895, 3.74615384615387, 3.43991055339889, 6.14615384615387, 6.76139522470146, 11.8942307692308, 19.4831193206206, 49.2076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 165, '2021-05-23 00:00:00', 1.13745329574453, 2.64999999999999, 2.30815610723902, 4.09615384615385, 4.02024300834594, 6.66538461538461, 6.97722117928158, 12.0807692307692, 19.5772301018694, 49.1076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 180, '2021-05-23 00:00:00', 1.95224525571495, 3.03846153846152, 2.65571372414565, 4.88076923076923, 4.62166803055082, 7.06923076923077, 6.8998115916306, 11.95, 19.6554787821068, 49.1769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 195, '2021-05-23 00:00:00', 2.11306922235444, 3.61153846153848, 3.5038286751232, 5.01923076923078, 5.09098751188352, 6.51538461538463, 6.66788975959816, 11.4653846153846, 19.6279851232877, 49.35 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 210, '2021-05-23 00:00:00', 2.14605183104663, 3.10769230769231, 3.37869569736378, 4.49615384615385, 4.11698965825204, 5.9096153846154, 6.16905553175256, 10.9269230769231, 19.5803971830542, 49.2653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 225, '2021-05-23 00:00:00', 1.8761540038477, 2.73461538461538, 2.97298606687726, 3.97692307692306, 3.38387181517539, 5.6326923076923, 5.16076917344098, 10.4923076923077, 19.6413884046302, 49.3576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 240, '2021-05-23 00:00:00', 2.01884963435961, 3.01538461538458, 2.06634664602498, 3.96730769230769, 3.12443533359966, 5.44807692307691, 4.65158533769366, 10.3269230769231, 19.6114350473235, 49.3038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 255, '2021-05-23 00:00:00', 1.52638335743231, 2.67692307692303, 2.69237098826695, 4.16153846153847, 3.88718604965285, 5.33076923076925, 4.76974438921649, 10.0384615384615, 19.5855460833906, 49.2807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 270, '2021-05-23 00:00:00', 2.04057684152151, 2.83461538461535, 2.4291467321168, 3.63461538461535, 3.2828698748785, 5.62115384615384, 4.28478524728893, 9.64615384615383, 19.6351787909825, 49.3230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 285, '2021-05-23 00:00:00', 1.47841000870736, 2.29807692307692, 2.29316123757983, 3.51730769230776, 2.77942509274021, 5.69038461538465, 4.08824957841188, 9.34615384615386, 19.5974739345505, 49.1538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 300, '2021-05-23 00:00:00', 1.70315544256495, 2.50769230769233, 2.15549387522994, 4.08461538461537, 2.52974002920949, 5.39615384615383, 4.04245165519832, 9.26923076923081, 19.443125737945, 49.0923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 315, '2021-05-23 00:00:00', 1.69268562213561, 2.59615384615382, 2.10028569485205, 3.89999999999999, 2.25672669692534, 4.91923076923074, 3.72253067353171, 9.22115384615385, 19.262943700276, 49.05 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 330, '2021-05-23 00:00:00', 1.62763159694836, 2.60384615384613, 2.17292783695536, 3.41923076923071, 2.53679689008372, 4.75769230769227, 3.57973408982372, 9.05192307692308, 19.1451781436958, 49.1230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 345, '2021-05-23 00:00:00', 1.29096267001983, 2.04615384615383, 1.42630237381087, 2.80769230769228, 2.81830554657338, 4.77307692307688, 3.58352265450968, 8.92115384615387, 19.0417630082285, 49.1923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 360, '2021-05-23 00:00:00', 1.07300440890913, 1.8423076923077, 1.86338401839234, 3.14999999999999, 3.1034794369199, 4.80384615384612, 4.20311651772088, 9.51730769230769, 18.9250981096939, 49.2576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 375, '2021-05-23 00:00:00', 1.28655174191143, 2.21923076923076, 2.66281805612022, 3.54999999999996, 2.93840354352752, 4.76923076923073, 4.32595031800482, 9.77692307692308, 18.9101405437564, 49.2307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 390, '2021-05-23 00:00:00', 1.88855663241698, 2.32307692307687, 2.10659404288973, 3.15769230769226, 2.49199641930846, 4.22692307692305, 4.37525383878992, 10.1269230769231, 18.957972952337, 49.4076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 405, '2021-05-23 00:00:00', 1.11805462918686, 1.97307692307693, 1.73001111601583, 3.05769230769232, 1.90776953937961, 4.20384615384615, 4.72006518859805, 10.8307692307692, 18.9574194933318, 49.4153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 420, '2021-05-23 00:00:00', 1.42378153034584, 2.16538461538461, 1.71178719022413, 2.83076923076926, 2.24468260562602, 4.24999999999998, 5.30052682432458, 11.3038461538461, 18.9489159422015, 49.4307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 435, '2021-05-23 00:00:00', 1.05349966229777, 1.78846153846159, 1.15140716583597, 2.84230769230769, 2.01726395054136, 4.41538461538462, 6.82696125666462, 13.05, 18.9325555997722, 49.3384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 450, '2021-05-23 00:00:00', 1.0805482938697, 2.09615384615382, 1.53701508926085, 2.98076923076918, 1.95130331199042, 4.49615384615384, 7.15235517961631, 13.3538461538461, 18.9804988991739, 49.4423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 465, '2021-05-23 00:00:00', 1.16344316577994, 1.99999999999997, 1.73627364025554, 3.27692307692305, 2.21869330913493, 4.45000000000005, 7.61155801295741, 13.7307692307692, 18.9462255222106, 49.3884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 480, '2021-05-23 00:00:00', 1.57202466216707, 2.43846153846151, 1.76159019070839, 3.4, 2.17186555753342, 4.65000000000003, 7.65884104508289, 13.7769230769231, 18.9349217462989, 49.4384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 495, '2021-05-23 00:00:00', 0.883977027198876, 1.96923076923078, 1.4950430917381, 3.0346153846154, 1.88956649485051, 5.03846153846153, 7.72101328543391, 13.926923076923, 18.6242488748902, 49.3230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 510, '2021-05-23 00:00:00', 1.36938503884607, 2.18076923076922, 1.46171658833557, 2.96923076923081, 1.73008225682613, 4.89615384615386, 7.77426128076095, 14.3076923076923, 18.4359882170298, 49.2384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 525, '2021-05-23 00:00:00', 0.743546594680881, 1.86153846153847, 1.5240230161799, 3.92307692307691, 1.75686784232186, 5.15384615384615, 8.97704508519032, 15.0423076923076, 18.390012339478, 49.2153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 540, '2021-05-23 00:00:00', 1.59838861164805, 3.4730769230769, 1.59354467003116, 4.24615384615383, 3.60572408176861, 6.27307692307688, 8.9035308467182, 15.8615384615384, 18.3839947111193, 49.2615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 555, '2021-05-23 00:00:00', 1.20855921849755, 2.63076923076926, 1.73724915178695, 3.77884615384615, 3.83717845057256, 6.50769230769229, 8.59452061579848, 15.9461538461538, 18.7288654221232, 49.3 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 570, '2021-05-23 00:00:00', 1.74516585061526, 2.80961538461536, 3.54610566461508, 4.74423076923073, 4.30667460505735, 7.52307692307691, 8.55734412429104, 16.1576923076923, 18.9067871411301, 49.35 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 585, '2021-05-23 00:00:00', 2.60861295298121, 3.13846153846155, 3.67792583687306, 5.6923076923077, 4.73292883789894, 8.33076923076923, 8.73210257524589, 16.3192307692308, 19.0661653600944, 49.4115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 600, '2021-05-23 00:00:00', 3.40965371578088, 5.14230769230771, 3.90745441432141, 6.75, 4.84361594107286, 8.76923076923079, 8.78195790330294, 16.4038461538462, 18.894548257266, 49.2346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 615, '2021-05-23 00:00:00', 1.92492956914112, 4.21538461538461, 2.6977369433258, 5.64615384615384, 4.85726893824727, 9.3884615384615, 8.89971131770361, 16.0384615384615, 18.780208895373, 48.8230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 630, '2021-05-23 00:00:00', 1.86472105565002, 3.79615384615384, 2.88416632402075, 5.41923076923079, 4.57335594671836, 8.60384615384612, 8.46786595584467, 15.4346153846154, 18.4135368265181, 48.6076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 645, '2021-05-23 00:00:00', 2.46641440151492, 3.7, 4.13039763405227, 6.64615384615382, 4.90495040357585, 8.35769230769227, 8.63125625939723, 15.6538461538461, 18.3972840804957, 48.5384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 660, '2021-05-23 00:00:00', 3.02694819655297, 4.91923076923076, 3.40749400360666, 5.96923076923072, 4.26595106178435, 7.60769230769224, 8.2413563110785, 15.2653846153845, 18.0331732776441, 48.4423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 675, '2021-05-23 00:00:00', 1.77696370249931, 3.50000000000003, 2.97627542149844, 5.2307692307692, 3.38761147985748, 6.5365384615384, 7.21200388241713, 14.45, 17.014730721891, 47.9884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 690, '2021-05-23 00:00:00', 1.98915521303353, 3.70769230769224, 2.07711338159477, 4.69999999999991, 2.94370318842413, 6.16730769230758, 8.18759662303522, 14.7923076923077, 16.8757030622773, 48.0153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 705, '2021-05-23 00:00:00', 1.57435212560107, 3.04615384615383, 2.01013681126437, 4.07499999999997, 3.96236186364416, 6.0634615384615, 7.96487674345693, 14.9615384615385, 16.8329621690484, 47.9692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 720, '2021-05-23 00:00:00', 1.68754715033848, 2.93076923076919, 2.24689871737773, 4.21538461538456, 4.20248324025397, 6.45576923076921, 7.76809252895851, 15.3615384615384, 16.9729091835739, 48.1269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 735, '2021-05-23 00:00:00', 1.72546983568127, 2.87307692307686, 3.21957056381505, 4.42115384615383, 4.08900213518386, 6.99230769230767, 7.54921493625963, 15.576923076923, 17.4569818521019, 48.3307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 750, '2021-05-23 00:00:00', 2.36953825427268, 3.28653846153845, 2.75242620246213, 4.77500000000001, 3.00738833797443, 6.80384615384614, 7.31377730461753, 16.0423076923077, 17.7305611868322, 48.5 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 765, '2021-05-23 00:00:00', 1.67308558795282, 3.38076923076925, 2.25272826043987, 5.09615384615384, 3.53966752024056, 7.12692307692309, 10.0924503390482, 21.4653846153846, 19.0124368203067, 49.0346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 780, '2021-05-23 00:00:00', 1.69894537422942, 3.68076923076923, 2.0380986614603, 5.0230769230769, 3.56098517051329, 7.26923076923079, 13.2163680568977, 25.5961538461539, 19.1227661339929, 48.9461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 795, '2021-05-23 00:00:00', 1.73988505367452, 3.3, 2.73890489064516, 4.90000000000002, 4.848936441673, 7.94615384615388, 13.7376075623983, 27.4115384615385, 19.1267130957244, 49.1346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 810, '2021-05-23 00:00:00', 2.18973830540407, 3.48461538461543, 2.33316226479132, 5.07307692307696, 5.03738179857502, 7.98076923076927, 13.5919659527803, 27.9076923076923, 19.0902971730103, 49.2230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 825, '2021-05-23 00:00:00', 1.8715892054204, 3.72692307692304, 4.72590243722333, 6.08461538461534, 5.8345298406588, 8.94230769230765, 13.4629133034194, 29.9288461538462, 19.4288306786194, 49.7115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 840, '2021-05-23 00:00:00', 3.95161505443806, 4.5384615384615, 4.08621886533069, 5.90384615384616, 5.19177604115762, 8.34230769230764, 13.5074966364837, 31.3057692307692, 20.2166846555398, 50.1923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 855, '2021-05-23 00:00:00', 1.80676080746304, 3.59615384615388, 3.96661646165162, 5.87307692307692, 3.74705012181369, 7.20384615384615, 13.9385509952131, 32.1596153846154, 20.3923922465821, 50.0615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 870, '2021-05-23 00:00:00', 3.83217150732299, 4.30769230769227, 3.79853413022199, 5.66153846153838, 4.84864453699726, 7.98461538461535, 13.9465045248456, 32.4673076923077, 21.6715201270097, 50.7038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 885, '2021-05-23 00:00:00', 2.43262441376828, 3.73846153846146, 2.29898974468213, 5.11538461538456, 4.41479505578859, 7.38076923076923, 13.1481458183859, 33.5423076923077, 21.8348588623435, 50.6884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 900, '2021-05-23 00:00:00', 1.65891994520994, 3.88076923076919, 4.00489124024039, 5.63461538461538, 4.38622318699751, 8.08461538461538, 12.644312798798, 34.2230769230769, 21.7513274572806, 50.8769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 915, '2021-05-23 00:00:00', 3.41880095940081, 3.54999999999999, 3.88960943263738, 5.28846153846152, 3.9320302056904, 8.46153846153844, 12.3249889998391, 34.9153846153846, 21.7552755759291, 50.9192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 930, '2021-05-23 00:00:00', 2.94679225860677, 4.1961538461538, 3.40802672434452, 6.22307692307687, 3.71233287632127, 8.96923076923073, 12.0562023616318, 35.4807692307692, 21.6436954757305, 51.0346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 945, '2021-05-23 00:00:00', 2.02573063742065, 3.99615384615382, 2.15245477036376, 6.0884615384615, 8.30735725820097, 17.1461538461538, 12.155621681409, 35.9076923076923, 21.2504150185718, 51.4576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 960, '2021-05-23 00:00:00', 1.59962014721769, 4.30384615384611, 2.15695297905319, 5.97307692307689, 11.6768469137072, 22.4653846153846, 12.1616756183577, 36.1346153846154, 21.5562523501794, 51.8807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 975, '2021-05-23 00:00:00', 1.77117518570628, 4.51153846153847, 8.09757893542161, 16.3961538461538, 11.9126468027116, 25.0653846153846, 12.1088124298603, 36.1576923076923, 21.2854912666243, 51.9576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 990, '2021-05-23 00:00:00', 7.4759223768452, 15.6307692307692, 11.0344000568851, 21.5038461538462, 11.2145976298751, 25, 12.2210971432444, 35.6192307692308, 20.9436562820712, 51.8923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1005, '2021-05-23 00:00:00', 5.96951872818526, 13.0346153846154, 7.32222748790393, 16.7692307692308, 10.0217979731876, 21.3288461538461, 12.0452888971326, 31.1461538461538, 19.7855658343302, 52.1692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1020, '2021-05-23 00:00:00', 4.01383185420694, 10.8730769230769, 6.02757381985876, 13.7730769230769, 9.1640335845337, 19.1134615384615, 9.32460434301885, 27.8230769230769, 17.678963161383, 51.0576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1035, '2021-05-23 00:00:00', 5.2061502091277, 9.89999999999998, 7.0019604397626, 13.925, 9.37009666644172, 18.2365384615384, 9.88982071860529, 26.8153846153846, 17.5436129074417, 51.8346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1050, '2021-05-23 00:00:00', 3.95665748600234, 8.90769230769231, 6.68981775076583, 13.0615384615384, 8.12292955868663, 16.9038461538461, 8.96627034201811, 26.2403846153846, 17.1108046162471, 51.3788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1065, '2021-05-23 00:00:00', 4.81680551658622, 8.98076923076925, 5.18698407999806, 11.7096153846154, 7.24757890608997, 16.55, 8.28907343805916, 25.0076923076923, 17.1737353134193, 50.8961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1080, '2021-05-23 00:00:00', 2.90503012032576, 7.69999999999996, 5.07765088023377, 10.8423076923076, 6.5171359920184, 15.1884615384615, 8.01747706336216, 23.8076923076923, 17.2464471257572, 50.6923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1095, '2021-05-23 00:00:00', 4.00053265684233, 7.31153846153844, 5.282460091225, 11.2038461538461, 6.59904538550846, 14.55, 8.02600868331301, 23.9192307692308, 18.2040980170781, 51.4961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1110, '2021-05-23 00:00:00', 4.02728387186889, 8.23076923076924, 4.17286472342448, 10.6, 4.983333762113, 13.5807692307692, 10.110805339605, 23.9961538461538, 18.6986486554099, 52.2115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1125, '2021-05-23 00:00:00', 3.10136446398381, 6.7384615384615, 4.20935405240059, 9.11153846153847, 3.99592099714005, 12.5461538461538, 10.6216100474457, 23.25, 18.7458159434209, 51.9807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1140, '2021-05-23 00:00:00', 2.96919828599214, 6.65769230769238, 3.71752812828841, 8.98076923076927, 3.92779640706904, 12.6038461538462, 10.821605170285, 23.6076923076923, 19.1460190680425, 51.6730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1155, '2021-05-23 00:00:00', 3.07734400966909, 6.37307692307692, 3.21903951274525, 8.93076923076927, 3.17027540662419, 11.4769230769231, 11.1422356546887, 23.0307692307692, 19.9065833718009, 51.5615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1170, '2021-05-23 00:00:00', 2.97544049744674, 6.37307692307693, 3.42609892533092, 8.5153846153846, 3.86297016058094, 10.8576923076923, 11.5232634266514, 22.3, 20.5574452169075, 51.5153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1185, '2021-05-23 00:00:00', 2.17481033655807, 5.55000000000003, 2.81748387477469, 7.66923076923079, 4.83112703843923, 10.9673076923077, 12.0823762308834, 22.1307692307692, 21.0398862968557, 51.5192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1200, '2021-05-23 00:00:00', 2.62663575408074, 5.81923076923078, 3.77691164027726, 7.81153846153848, 4.66322478383958, 10.5557692307693, 12.1259467513009, 21.5538461538462, 21.3501277243523, 51.4653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1215, '2021-05-23 00:00:00', 2.27793428688904, 5.5538461538461, 3.33503603947773, 8.2057692307692, 3.73797610808511, 10.6557692307692, 10.9909424247703, 20.5807692307692, 20.6084269544879, 50.8615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1230, '2021-05-23 00:00:00', 2.45128537710322, 5.8, 2.63529008766659, 6.9346153846154, 4.51067110817827, 10.6846153846155, 10.3306928801807, 19.8192307692308, 20.3645412042977, 50.9576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1245, '2021-05-23 00:00:00', 2.16486631315801, 4.62307692307687, 3.07289953276406, 7.16346153846152, 5.79064796427431, 10.9596153846154, 10.0999383090272, 19.0653846153846, 21.2876117820815, 51.6192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1260, '2021-05-23 00:00:00', 2.57419218097939, 5.6557692307693, 4.15764772622512, 8.17884615384626, 6.40331434613238, 11.3711538461539, 9.22487127281463, 18.425, 20.5278587440431, 51.5461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1275, '2021-05-23 00:00:00', 3.35377628720457, 6.06923076923079, 4.6055017266142, 8.22307692307692, 6.09364864807237, 12.3153846153846, 8.28378211651212, 17.7769230769231, 20.1227330304654, 51.1961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1290, '2021-05-23 00:00:00', 3.70968171970842, 5.9576923076923, 4.25273305787449, 8.15769230769235, 6.95027614282621, 12.2076923076923, 7.44896069157404, 17.1692307692308, 19.6990593293573, 50.7576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1305, '2021-05-23 00:00:00', 2.99710886329836, 6.11153846153847, 4.39297341041529, 9.23076923076925, 6.7942871930423, 12.2923076923077, 6.77467228841249, 16.3461538461539, 19.4282617299169, 51.2846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1320, '2021-05-23 00:00:00', 3.02835827572529, 6.51538461538461, 5.01760745927624, 8.70384615384613, 5.84655585662319, 13.0692307692308, 6.37721424592753, 15.2384615384615, 19.6786651360925, 50.9884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1335, '2021-05-23 00:00:00', 3.38532807181912, 6.07307692307692, 4.14528462417057, 8.55384615384617, 4.97437897167535, 12.273076923077, 5.44863144426054, 14.1961538461539, 20.048524595629, 51.7576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1350, '2021-05-23 00:00:00', 3.00100752312386, 6.67307692307695, 4.13351964013535, 10.2038461538462, 4.35109888860978, 11.3615384615385, 5.05617063976895, 13.6615384615385, 20.2910469078208, 52.4461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1365, '2021-05-23 00:00:00', 3.43028368416467, 7.52692307692312, 3.6590225680974, 8.92692307692308, 4.5128483245064, 9.45, 4.32476989161098, 12.2211538461539, 20.6877418182474, 52.7115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1380, '2021-05-23 00:00:00', 2.36111121166413, 5.22692307692305, 2.32125711961959, 5.32884615384613, 2.68455482629515, 6.12115384615387, 4.28753874169529, 11.0173076923077, 21.0164232483514, 52.5730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1395, '2021-05-23 00:00:00', 0.43613688747387, 0.730769230769187, 1.70000113122132, 3.2596153846154, 1.81511283819619, 4.12884615384622, 4.84635787116311, 11.5038461538462, 21.2535188036819, 52.7384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1410, '2021-05-23 00:00:00', 1.68499714676772, 3.11923076923079, 1.61313836499395, 3.73076923076929, 1.83431081168002, 4.048076923077, 5.00989636005194, 11.9615384615384, 21.2535188036819, 52.7384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 2, 1425, '2021-05-23 00:00:00', 0.717645723609733, 2.16923076923076, 1.35811096181989, 2.55576923076927, 1.3673387965736, 2.71923076923081, 5.09179619206608, 12.3173076923077, 21.5179213322649, 52.9576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 0, '2021-05-23 00:00:00', 1.0065019393157, 0.723076923076939, 1.00559205675832, 1.08076923076929, 1.04121969897736, 1.34230769230776, 5.09723303522458, 12.5538461538461, 21.5664882487765, 53.0307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 15, '2021-05-23 00:00:00', 0.47789602988998, 0.603846153846217, 0.553478510457697, 0.792307692307733, 2.26788702065639, 4.76346153846157, 5.06239111943695, 12.7403846153846, 21.5664882487765, 53.0307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 30, '2021-05-23 00:00:00', 0.265329983228489, 0.400000000000038, 0.445144747418022, 0.715384615384717, 2.68403327389673, 5.97884615384616, 5.17032248659452, 12.9788461538461, 21.5664882487765, 53.0307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 45, '2021-05-23 00:00:00', 0.380283295209498, 0.569230769230794, 2.25728904798524, 4.68461538461542, 2.8779700377978, 6.48653846153848, 5.02281755131981, 13.2480769230769, 21.5664882487765, 53.0307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 60, '2021-05-23 00:00:00', 1.93454427151765, 4.11153846153847, 2.28589403482789, 5.41346153846153, 2.68997926786412, 6.23269230769231, 5.17356148717097, 13.2076923076923, 21.5664882487765, 53.0307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 75, '2021-05-23 00:00:00', 1.28345687051089, 2.53846153846149, 1.6788640848456, 3.74615384615381, 1.95858661755393, 5.36153846153849, 5.00312517717288, 12.6384615384615, 21.5733386025793, 52.9576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 90, '2021-05-23 00:00:00', 1.54459852886907, 2.84615384615382, 1.62826949196423, 3.53846153846153, 2.65910626975418, 6.07307692307699, 4.97521394978686, 12.6346153846153, 21.7718350168285, 53.2 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 105, '2021-05-23 00:00:00', 0.945832966226019, 2.25000000000005, 1.50015512018435, 4.00576923076927, 3.23596198988793, 6.37500000000008, 4.83983470792132, 12.6, 21.9666250340059, 53.3692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 120, '2021-05-23 00:00:00', 1.3775116919789, 3.00769230769231, 2.60273229215288, 4.46923076923081, 4.29796418712925, 7.05192307692316, 4.94704612719703, 12.4557692307692, 22.8441367666932, 54.2461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 135, '2021-05-23 00:00:00', 2.39152349254291, 3.04615384615387, 2.97366130190736, 4.48846153846156, 4.62393813173942, 7.5903846153846, 4.82824542107728, 12.2653846153846, 22.9394279319724, 54.3153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 150, '2021-05-23 00:00:00', 1.72012633704173, 2.82115384615383, 3.46828487872603, 4.65000000000003, 4.21748193192974, 7.53461538461537, 4.96954571519213, 12.2961538461539, 22.9378897158258, 54.3038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 165, '2021-05-23 00:00:00', 3.00985049462593, 3.40000000000005, 3.37661870014281, 5.56538461538463, 4.05718356271176, 7.70769230769228, 5.25348821846383, 12.3923076923077, 22.8768707515826, 54.1807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 180, '2021-05-23 00:00:00', 1.96121234091411, 3.83461538461538, 2.57235300843411, 5.34999999999998, 3.96822184553539, 7.49615384615382, 5.87449244943435, 12.2615384615385, 22.8737942094979, 54.1615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 195, '2021-05-23 00:00:00', 1.73320512346345, 3.39999999999996, 3.4533751606218, 5.24999999999997, 4.02773461810059, 6.77692307692303, 6.46830378431266, 12.5153846153846, 22.8713879031288, 53.9961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 210, '2021-05-23 00:00:00', 2.98488499971743, 3.9076923076923, 3.65821520164385, 5.25769230769227, 3.61978537400298, 6.42692307692305, 6.96208633628208, 12.3230769230769, 22.6544952238215, 53.8846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 225, '2021-05-23 00:00:00', 2.64699539391074, 3.35384615384611, 2.62162897099086, 4.35769230769228, 2.55938694582543, 5.93846153846145, 6.10855264237079, 11.5192307692308, 22.4255582213344, 53.4384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 240, '2021-05-23 00:00:00', 1.51334575844897, 3.06923076923077, 1.65154007380526, 4.00384615384611, 2.23414068835976, 5.94615384615386, 5.75992521318968, 11.2923076923077, 22.2063580638865, 53.1923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 255, '2021-05-23 00:00:00', 1.52682677471941, 2.59999999999992, 2.329133216126, 4.13846153846147, 2.54026346301683, 5.75769230769224, 6.21152279112097, 11.0307692307692, 22.3013735347952, 53.0384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 270, '2021-05-23 00:00:00', 1.68331632385409, 3.03461538461536, 2.24414451749087, 4.34615384615385, 2.80966463917228, 5.86923076923072, 6.14221834143378, 10.6730769230769, 22.1183366324101, 52.8192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 285, '2021-05-23 00:00:00', 1.81012536752399, 2.78461538461535, 2.28174359781148, 4.03461538461531, 3.11641065724902, 5.41923076923077, 6.07276011255304, 10.1807692307692, 21.9888870533766, 52.8346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 300, '2021-05-23 00:00:00', 2.04626864917955, 2.91923076923075, 2.56030046313673, 3.89230769230768, 3.24852866103076, 5.25769230769231, 5.85846527553207, 10.1192307692307, 21.6781368061145, 52.7807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 315, '2021-05-23 00:00:00', 1.32093207185743, 2.26153846153846, 1.76131070076108, 3.4692307692308, 2.28844589522773, 4.95384615384612, 5.67957203154767, 10.1923076923077, 21.7497589730235, 52.7192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 330, '2021-05-23 00:00:00', 1.81838897421272, 2.65769230769233, 2.07933791237642, 3.62692307692312, 2.82079094199863, 5.16153846153847, 6.03869191133311, 10.25, 21.8263496366557, 52.6076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 345, '2021-05-23 00:00:00', 1.54654950926745, 2.33076923076923, 2.17155385699874, 3.77307692307688, 3.09353917308067, 5.30384615384614, 6.29172839161433, 10.3769230769231, 21.8386615538027, 52.5923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 360, '2021-05-23 00:00:00', 1.52590452367919, 2.69615384615383, 2.73375481428298, 3.83076923076925, 3.57505890215058, 4.97692307692308, 6.1767355082164, 10.3615384615384, 21.9379797120463, 52.4846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 375, '2021-05-23 00:00:00', 2.06093705349329, 2.51153846153849, 2.39453223310622, 3.54615384615385, 3.72121568225308, 4.97692307692312, 5.53178229729035, 11.0307692307692, 22.5639371905362, 52.6384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 390, '2021-05-23 00:00:00', 1.78015124681534, 2.25769230769228, 2.61722401380953, 2.78846153846156, 3.87322366233362, 4.58846153846157, 7.04448393043477, 11.9346153846154, 22.6283498157646, 52.5692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 405, '2021-05-23 00:00:00', 1.17356131235061, 1.72692307692312, 2.51028959408146, 3.26538461538466, 2.93577666306284, 4.40384615384622, 7.10972140533918, 12.5576923076923, 22.6696099521941, 52.5192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 420, '2021-05-23 00:00:00', 2.09222737402398, 2.66923076923069, 2.60253426785977, 3.4038461538461, 2.91358621210771, 4.74615384615387, 7.45080274456796, 12.9615384615385, 22.7197741727672, 52.4423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 435, '2021-05-23 00:00:00', 1.35217773069397, 1.9961538461538, 1.9156842521267, 3.17692307692306, 3.28666302595105, 5.01538461538463, 7.60830821182693, 13.5653846153846, 22.716343150997, 52.4230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 450, '2021-05-23 00:00:00', 1.54066918527684, 2.23846153846154, 2.29003527013483, 3.38846153846155, 3.19590362808389, 4.85000000000002, 7.5765072123282, 13.9884615384615, 22.716343150997, 52.4230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 465, '2021-05-23 00:00:00', 1.40162543004676, 2.31538461538463, 2.29678035519294, 3.70000000000004, 2.60853333385758, 4.77307692307694, 7.55111912235532, 14.05, 22.716343150997, 52.4230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 480, '2021-05-23 00:00:00', 1.70039361958889, 2.8423076923077, 1.97590096294945, 3.55384615384617, 2.64776538584172, 5.18846153846151, 7.74179963176919, 14.2115384615384, 22.7672585424434, 52.3615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 495, '2021-05-23 00:00:00', 1.11750408706875, 2.11923076923079, 1.73826173119982, 3.13461538461535, 3.22828842482304, 5.82307692307685, 8.7307388003536, 14.55, 22.8361296060566, 52.2807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 510, '2021-05-23 00:00:00', 1.50994650949573, 2.40769230769227, 2.48257000830866, 3.96538461538456, 3.69992099707758, 6.06923076923072, 8.95777101395555, 14.4384615384615, 22.7097718716314, 52.1576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 525, '2021-05-23 00:00:00', 1.88439747562821, 2.61538461538461, 2.72870778095538, 4.37692307692306, 3.60629364391667, 5.98461538461535, 10.8369339972863, 15.0923076923077, 22.7240167765635, 52.0576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 540, '2021-05-23 00:00:00', 1.70986729129666, 3.47307692307693, 2.35656856140776, 4.46923076923079, 2.70071215679235, 5.77692307692306, 10.8784197098943, 15.1807692307692, 22.7225002010037, 52.0192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 555, '2021-05-23 00:00:00', 1.41110431386748, 2.58076923076929, 1.8721480875022, 3.65769230769237, 4.34458106327695, 7.04615384615389, 10.5243834096752, 15.1769230769231, 22.69766812828, 51.7423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 570, '2021-05-23 00:00:00', 1.92303046097715, 2.62692307692308, 2.70150954952108, 3.68461538461541, 6.55365194728512, 8.46538461538463, 10.5198837372927, 15.0653846153846, 22.7422159126015, 51.7038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 585, '2021-05-23 00:00:00', 1.99176767258094, 2.7076923076923, 3.73937880484904, 6.01538461538464, 5.79766663939372, 9.04230769230771, 10.9060329105571, 15.6653846153846, 22.7600057455718, 51.6884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 600, '2021-05-23 00:00:00', 3.1288754431044, 5.18846153846157, 5.25167958481273, 7.35769230769233, 5.33295848041652, 9.07307692307698, 11.985699170903, 16.0538461538461, 22.6855413119322, 51.4538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 615, '2021-05-23 00:00:00', 2.89012376631443, 4.51923076923076, 2.78542359711853, 5.94615384615383, 3.62487983885727, 7.78461538461536, 12.2193446884596, 15.1038461538461, 22.5005545230813, 51.0846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 630, '2021-05-23 00:00:00', 1.58042350701899, 3.84230769230769, 2.19389712962678, 5.39615384615391, 3.58010958147708, 7.80384615384616, 12.7863966175595, 15.3076923076923, 21.9263718981364, 50.7538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 645, '2021-05-23 00:00:00', 2.16678421771852, 3.88461538461537, 2.86919179185733, 5.61153846153839, 4.76522660692902, 7.85384615384614, 12.9041871558749, 15.7730769230769, 22.1904293299195, 50.7653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 660, '2021-05-23 00:00:00', 2.15656778594706, 4.00384615384612, 3.54787043384964, 5.75384615384614, 5.89231180959886, 7.54230769230768, 12.7123586142958, 15.4384615384615, 22.2906423967892, 50.6923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 675, '2021-05-23 00:00:00', 2.11247212089021, 3.64230769230765, 2.95387099348528, 4.91538461538456, 5.79518633137748, 6.65384615384613, 11.5460735916854, 15.1692307692308, 21.6820989616922, 50.3692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 690, '2021-05-23 00:00:00', 1.54280463891125, 3.07692307692304, 2.55952219098677, 4.13461538461535, 4.77602506113772, 5.9807692307692, 10.5523748694128, 14.5692307692307, 20.894557627802, 49.9423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 705, '2021-05-23 00:00:00', 1.78746059666089, 2.86923076923078, 3.52684866962868, 4.28846153846156, 5.9202351824387, 6.59615384615388, 11.0951888395203, 16.2807692307692, 20.8713572593196, 49.9346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 720, '2021-05-23 00:00:00', 2.02089469904182, 2.88076923076929, 2.59776531183719, 3.99615384615387, 4.87190375047028, 6.57692307692311, 11.3541100657258, 17.4692307692307, 20.9893207278221, 49.9961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 735, '2021-05-23 00:00:00', 1.27402451371175, 2.69230769230772, 3.7239515819376, 4.93076923076929, 4.00407484752913, 6.96923076923082, 11.5582810806132, 17.8884615384615, 20.9893207278221, 49.9961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 750, '2021-05-23 00:00:00', 2.96786118273753, 3.65000000000002, 3.223796137857, 4.83846153846155, 3.77361079889521, 6.64230769230769, 11.6038673924489, 18.5423076923077, 20.9612965688231, 49.9346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 765, '2021-05-23 00:00:00', 2.16959407759571, 3.19230769230772, 3.17834015703893, 4.92307692307692, 4.97555408588209, 6.95769230769229, 10.9910264096881, 24.8115384615385, 20.791065018786, 49.7961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 780, '2021-05-23 00:00:00', 1.84966109161821, 3.22692307692312, 2.24408967323917, 4.59230769230772, 6.75281024121411, 7.07307692307691, 11.6495262366528, 26.2115384615385, 20.7974377120023, 49.7692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 795, '2021-05-23 00:00:00', 1.8216982778124, 3.25384615384619, 3.25619173504641, 4.80384615384619, 6.21819785913771, 7.3961538461539, 12.4306940210977, 28.8846153846154, 20.7976004533068, 49.7538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 810, '2021-05-23 00:00:00', 2.89882734911893, 3.60000000000002, 5.75492431280845, 5.46538461538459, 7.49539448338368, 8.3423076923077, 12.0068749537024, 30.8769230769231, 20.7589031872703, 49.7615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 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 982760, 3, 825, '2021-05-23 00:00:00', 3.53295039047234, 3.55769230769229, 4.02636885466871, 5.5269230769231, 5.69702216411888, 8.03846153846152, 12.453740247566, 31.6269230769231, 20.8556710605201, 49.5307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982760 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert int[...];[ Date: 2021-05-23 15:50:11 - Database: acaweb_fx - User: pgperfstats ]
14 17s694ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982660, 1, 945, '2021-05-23 00:00:00', 0.00023743306749156, 0.00050769230769232, 0.000244674351866999, 0.000741538461538469, 0.000440047549878218, 0.00110961538461539, 0.00120953425556476, 0.00271865384615387, 0.00181135142918209, 0.005245 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 960, '2021-05-23 00:00:00', 0.000288492634221405, 0.000575000000000001, 0.000356588159344365, 0.000816346153846164, 0.000529337176243873, 0.00140461538461536, 0.0012630483424575, 0.00272865384615385, 0.00180553091488776, 0.00522673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 975, '2021-05-23 00:00:00', 0.000310527157241677, 0.00052634615384616, 0.000381030788176561, 0.000837307692307703, 0.000758101170435336, 0.00149576923076923, 0.00121023532358859, 0.00260846153846155, 0.00173141521705402, 0.00519442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 990, '2021-05-23 00:00:00', 0.000306087971266178, 0.000700384615384635, 0.000476930127119093, 0.00117288461538459, 0.000929999441687183, 0.00165480769230769, 0.0011981736743253, 0.00255807692307693, 0.00173303477704908, 0.00515346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1005, '2021-05-23 00:00:00', 0.000437877441581705, 0.000805576923076923, 0.000670223068491744, 0.00114019230769233, 0.000917406125987854, 0.00156999999999999, 0.00116832865502557, 0.00242038461538462, 0.00172706322542499, 0.00508923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1020, '2021-05-23 00:00:00', 0.000396819712987367, 0.000706730769230805, 0.000622366358839683, 0.00106173076923079, 0.000753566596515956, 0.00151615384615386, 0.0010013490131587, 0.00219538461538462, 0.00171991991092609, 0.00508750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1035, '2021-05-23 00:00:00', 0.000415030304732254, 0.000721923076923075, 0.000475073314180211, 0.000934423076923084, 0.000691557995788104, 0.00142269230769232, 0.000939582415429683, 0.00206365384615385, 0.00175175182646928, 0.00507230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1050, '2021-05-23 00:00:00', 0.000327484174602962, 0.000646730769230762, 0.000534810282681203, 0.00105903846153846, 0.000619226844230293, 0.00134826923076921, 0.00080693896919163, 0.00195249999999999, 0.00178530890453596, 0.00506173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1065, '2021-05-23 00:00:00', 0.000409410692806904, 0.000763653846153844, 0.000476044761954826, 0.00102384615384615, 0.000542459215056798, 0.00124999999999998, 0.000707161498255833, 0.00182923076923076, 0.00179885105425231, 0.00504865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1080, '2021-05-23 00:00:00', 0.000355386896429559, 0.000700384615384626, 0.00039510816435308, 0.000887692307692316, 0.000522233701001312, 0.00122096153846154, 0.000664447254374779, 0.00174307692307692, 0.0018170472243133, 0.00502615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1095, '2021-05-23 00:00:00', 0.00028099712563546, 0.00052923076923076, 0.000373506513175623, 0.000771346153846134, 0.000528652568764711, 0.00105346153846155, 0.000591681047134759, 0.00161230769230769, 0.00193765604830643, 0.00506519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1110, '2021-05-23 00:00:00', 0.000237464815207493, 0.000491538461538436, 0.000361071109552994, 0.000702884615384608, 0.000420901276566574, 0.000908269230769229, 0.000521044660716859, 0.00149346153846153, 0.001947001916162, 0.00505769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1125, '2021-05-23 00:00:00', 0.000243445855613464, 0.000421730769230774, 0.000238437945482963, 0.000584423076923097, 0.000346919243540155, 0.000869807692307703, 0.000528377232666225, 0.0014425, 0.00194517514536709, 0.00504211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1140, '2021-05-23 00:00:00', 0.000200783848568924, 0.00037807692307694, 0.000268909836190497, 0.000552500000000007, 0.000387236957867479, 0.000842307692307711, 0.000557243766573122, 0.00144115384615384, 0.00194548862756892, 0.00504000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1155, '2021-05-23 00:00:00', 0.000220234228458309, 0.000376346153846151, 0.000224393284556066, 0.000587884615384632, 0.000368953457560916, 0.00080057692307695, 0.000555121642940998, 0.00140903846153846, 0.00195224412289668, 0.00502365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1170, '2021-05-23 00:00:00', 0.00017302923274586, 0.000368653846153844, 0.000281186839061755, 0.000514038461538456, 0.00036060040744034, 0.000704423076923097, 0.000552143515345801, 0.0014126923076923, 0.00195857204655292, 0.0050123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1185, '2021-05-23 00:00:00', 0.000247845795731022, 0.000331538461538456, 0.000308801965418198, 0.000494423076923071, 0.000350054775933474, 0.000677884615384615, 0.000625716358694932, 0.0014301923076923, 0.00197293234513036, 0.00500903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1200, '2021-05-23 00:00:00', 0.000303864342201438, 0.000388461538461555, 0.000317137012370605, 0.000521730769230805, 0.000378789011699885, 0.000716346153846158, 0.000699173468076079, 0.00155346153846155, 0.00197752394714665, 0.00501480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1215, '2021-05-23 00:00:00', 0.00014817038009826, 0.000277692307692325, 0.000216762188016831, 0.000439615384615387, 0.000364692125160193, 0.000677884615384573, 0.000711329118892655, 0.00161134615384615, 0.00197405354147637, 0.00504076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1230, '2021-05-23 00:00:00', 0.000175272205879432, 0.000317115384615387, 0.000320094276977639, 0.000512115384615375, 0.000354075393970521, 0.000744230769230726, 0.000705713387017258, 0.00163423076923076, 0.00198442664651145, 0.00507134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1245, '2021-05-23 00:00:00', 0.000269366778832236, 0.000367307692307682, 0.000281356330327525, 0.000500769230769198, 0.000339310896694103, 0.000693269230769203, 0.000700350351884408, 0.00162615384615384, 0.0019967871983225, 0.00509634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1260, '2021-05-23 00:00:00', 0.000164379017938599, 0.000307307692307681, 0.000233382815266115, 0.000481538461538456, 0.000330730485208357, 0.00064442307692308, 0.000683749869919831, 0.00161173076923077, 0.00199791676118286, 0.00510923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1275, '2021-05-23 00:00:00', 0.000198496754478402, 0.000329807692307692, 0.000235899261419899, 0.000417692307692303, 0.000352851025439691, 0.000699615384615407, 0.0006763699772712, 0.00161211538461539, 0.00202675367559515, 0.00514730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1290, '2021-05-23 00:00:00', 0.000139098747436702, 0.000252307692307688, 0.000296684823702533, 0.000443269230769214, 0.000385204291453073, 0.000707115384615388, 0.000657025377100348, 0.00160211538461538, 0.00204764026475506, 0.00516557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1305, '2021-05-23 00:00:00', 0.000279367141947694, 0.000379999999999987, 0.000315487961491644, 0.000560576923076949, 0.000446275742631758, 0.000795961538461561, 0.000645813053445045, 0.00159250000000001, 0.00211907146755728, 0.00522326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1320, '2021-05-23 00:00:00', 0.00020948177816842, 0.000378846153846168, 0.000286826669718039, 0.000518461538461553, 0.000409221775493985, 0.000822692307692308, 0.000649963933910664, 0.00159134615384616, 0.00211927523895825, 0.00522153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1335, '2021-05-23 00:00:00', 0.00016759933908446, 0.000303461538461562, 0.000251210377664091, 0.000479423076923101, 0.000348092162862295, 0.000771923076923087, 0.000593812357049449, 0.00167365384615385, 0.00212546158787649, 0.00523480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1350, '2021-05-23 00:00:00', 0.000177747119418373, 0.000319038461538459, 0.000236068764427779, 0.000542307692307692, 0.0003458447851054, 0.000728846153846155, 0.000586883326106253, 0.00169596153846154, 0.00212450136231105, 0.00523596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1365, '2021-05-23 00:00:00', 0.000182390641629028, 0.000402884615384599, 0.000323999821937279, 0.000563269230769214, 0.000371595934398574, 0.000716538461538459, 0.000644018663131388, 0.00178903846153845, 0.00212935544599407, 0.00525615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1380, '2021-05-23 00:00:00', 0.000317732591970051, 0.000369999999999981, 0.000346877333671997, 0.000481730769230757, 0.000638588377113644, 0.00101865384615383, 0.000639680689575208, 0.00185576923076922, 0.00212954867013213, 0.00527153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1395, '2021-05-23 00:00:00', 0.000230299888105792, 0.00022596153846155, 0.000259533012573323, 0.000375769230769241, 0.000701721098442991, 0.00116749999999998, 0.000604691529752031, 0.00196461538461537, 0.00213765641802852, 0.00526980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1410, '2021-05-23 00:00:00', 0.000184381711090408, 0.000243846153846146, 0.000682255788937298, 0.000765192307692308, 0.000717188232989405, 0.00119519230769228, 0.000615334836929016, 0.0020351923076923, 0.0021622838709248, 0.00525153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 1, 1425, '2021-05-23 00:00:00', 0.000720536338698213, 0.000651153846153808, 0.000739982536176482, 0.00107807692307688, 0.000711004598059355, 0.00124846153846149, 0.000838367828214218, 0.00218115384615382, 0.00217282603112593, 0.00526980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 0, '2021-05-23 00:00:00', 0.000499919839728191, 0.000754615384615341, 0.000499476841689993, 0.000876346153846113, 0.000546511313135084, 0.00112115384615381, 0.000788811862135785, 0.00224692307692304, 0.00217477871553372, 0.00526230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 15, '2021-05-23 00:00:00', 0.000467609304375397, 0.000467692307692289, 0.000494561966250482, 0.000761538461538446, 0.000494576625470255, 0.00110096153846152, 0.000680644264931838, 0.0022311538461538, 0.00223481016230431, 0.00528730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 30, '2021-05-23 00:00:00', 0.000434971263418644, 0.000510000000000002, 0.00049565108695536, 0.000710000000000023, 0.000478481612861085, 0.00102942307692309, 0.000702409178361248, 0.0023155769230769, 0.00228189503736228, 0.00529980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 45, '2021-05-23 00:00:00', 0.000482973960119904, 0.000505384615384621, 0.000475318718982754, 0.000928269230769231, 0.000473914508681124, 0.00100480769230771, 0.000806653295078819, 0.00239346153846153, 0.0022612961650686, 0.0052778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 60, '2021-05-23 00:00:00', 0.000472670034525638, 0.0007001923076923, 0.00047866738090083, 0.000777692307692321, 0.000535994259441117, 0.000940384615384627, 0.000854551614320918, 0.00244230769230766, 0.00227892094067485, 0.00524057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 75, '2021-05-23 00:00:00', 0.000216322408953351, 0.000309230769230788, 0.000285159402116405, 0.000478269230769238, 0.000405088072095247, 0.000842115384615402, 0.000973951053105965, 0.00237442307692305, 0.002335943698281, 0.00522980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 90, '2021-05-23 00:00:00', 0.000225144483524572, 0.000304038461538463, 0.000339461168052253, 0.000453269230769254, 0.000393293978909111, 0.000886923076923072, 0.00100187825530929, 0.00241403846153843, 0.00233759597910732, 0.00520019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 105, '2021-05-23 00:00:00', 0.000221118485467408, 0.000294230769230792, 0.000312246512575215, 0.000673269230769252, 0.000426385343953622, 0.00092230769230768, 0.00102547259274034, 0.00239096153846151, 0.0023343543086819, 0.00517403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 120, '2021-05-23 00:00:00', 0.000295122920935552, 0.000581538461538479, 0.000356670554735544, 0.000713269230769223, 0.000430461514405874, 0.000981346153846135, 0.00104289279631965, 0.00239576923076922, 0.00233335052099902, 0.00517442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 135, '2021-05-23 00:00:00', 0.000289386154046524, 0.000442884615384596, 0.000347670766010688, 0.000654807692307678, 0.000352298660448573, 0.00106288461538461, 0.00106913827629834, 0.00236057692307693, 0.00232730313552306, 0.00514173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 150, '2021-05-23 00:00:00', 0.000273692977903787, 0.000415384615384587, 0.000386614944595556, 0.000668653846153837, 0.000460847546959356, 0.00107769230769233, 0.00103215117035324, 0.00244096153846154, 0.00233106552064473, 0.00514230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 165, '2021-05-23 00:00:00', 0.000312806465111238, 0.000473269230769257, 0.000326737485782408, 0.000799230769230796, 0.000628506532614035, 0.0012373076923077, 0.00102774031440154, 0.00244692307692309, 0.00232414286102678, 0.00514096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 180, '2021-05-23 00:00:00', 0.000298683586116464, 0.000643269230769209, 0.000359896352600851, 0.000859230769230762, 0.000629828425965248, 0.00129961538461536, 0.00101041864895393, 0.00242461538461538, 0.00229264701734783, 0.00517288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 195, '2021-05-23 00:00:00', 0.000305026165334154, 0.000570192307692337, 0.000530805628629362, 0.00092884615384615, 0.000560813694554597, 0.00121499999999999, 0.00104972758370923, 0.00233000000000001, 0.00225523336674094, 0.00526153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 210, '2021-05-23 00:00:00', 0.000348966385861939, 0.000628461538461531, 0.000415116109799859, 0.000884230769230746, 0.000637247717803833, 0.00124442307692306, 0.00107771726347871, 0.0022925, 0.00222346565938439, 0.00526653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 225, '2021-05-23 00:00:00', 0.000253822469757595, 0.000545384615384601, 0.000422664123789158, 0.00083480769230767, 0.000586678033835112, 0.00119134615384615, 0.000983307624609613, 0.00225826923076921, 0.00219913615907563, 0.0052553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 240, '2021-05-23 00:00:00', 0.000325076854818172, 0.000634807692307658, 0.000470229608399348, 0.00091673076923078, 0.000647446136755807, 0.00123249999999997, 0.000900382141093439, 0.00221999999999998, 0.00208839361343008, 0.00523826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 255, '2021-05-23 00:00:00', 0.000271463838079096, 0.000526153846153851, 0.000366404148448165, 0.000745000000000021, 0.000559146086594442, 0.0011178846153846, 0.000855478903215132, 0.00207807692307692, 0.00192762129220292, 0.0051396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 270, '2021-05-23 00:00:00', 0.000286330430420207, 0.000518653846153879, 0.000419941799996887, 0.000763653846153844, 0.000523670220654182, 0.00107250000000001, 0.00084393209715911, 0.00204423076923078, 0.00184379971380181, 0.00515923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 285, '2021-05-23 00:00:00', 0.00036698506572005, 0.000529038461538469, 0.000443187449489085, 0.000753653846153856, 0.000467296315151153, 0.000980384615384633, 0.000844098996199262, 0.00200634615384618, 0.00182295651663408, 0.00517730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 300, '2021-05-23 00:00:00', 0.000262510952152489, 0.000465000000000006, 0.000305178447167181, 0.000656730769230767, 0.000376456555875328, 0.000891538461538486, 0.000863880712028809, 0.0019867307692308, 0.001821859795754, 0.00516865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 315, '2021-05-23 00:00:00', 0.000240550090737549, 0.000467115384615379, 0.000302875450410781, 0.000643461538461544, 0.00051839931149052, 0.000924615384615395, 0.000766566395338009, 0.00206903846153847, 0.00182116510678027, 0.00516211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 330, '2021-05-23 00:00:00', 0.000187373033935351, 0.000379423076923095, 0.000316723125871045, 0.000608461538461545, 0.000560234875194852, 0.00100365384615385, 0.000772256035661352, 0.00217076923076923, 0.00182210056295986, 0.00516769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 345, '2021-05-23 00:00:00', 0.000263158405060209, 0.000437115384615396, 0.000447861456943289, 0.00067173076923078, 0.000532391267338599, 0.00104269230769231, 0.000795336116658561, 0.00217846153846156, 0.00182030907139002, 0.00517865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 360, '2021-05-23 00:00:00', 0.000319615634545866, 0.000413076923076913, 0.000427554045166742, 0.000697307692307692, 0.000483411434892293, 0.00096884615384613, 0.000955219346537733, 0.00219500000000001, 0.00181022668576241, 0.00519942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 375, '2021-05-23 00:00:00', 0.000270757910602519, 0.000414615384615385, 0.000346012949957723, 0.000620192307692306, 0.000448755544212612, 0.000876538461538456, 0.000888412845818519, 0.00222576923076924, 0.00178181818333458, 0.00517596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 390, '2021-05-23 00:00:00', 0.000198915521303336, 0.000369230769230771, 0.000289132389160265, 0.000531538461538451, 0.000313478253447689, 0.000823846153846154, 0.000920843426096242, 0.00232115384615386, 0.00175841733910404, 0.00518846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 405, '2021-05-23 00:00:00', 0.000163951681437397, 0.000343076923076916, 0.000227802630497434, 0.000505961538461514, 0.000387565974532594, 0.000839230769230733, 0.000954354554337456, 0.00239884615384615, 0.0017141136305571, 0.00518653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 420, '2021-05-23 00:00:00', 0.000162405475466653, 0.000356538461538449, 0.000191179335864375, 0.000566538461538467, 0.000416484231855912, 0.000843653846153813, 0.00103083588188647, 0.00248615384615383, 0.00169125957840262, 0.00520480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 435, '2021-05-23 00:00:00', 0.000153339868868534, 0.000401346153846144, 0.000346572003840694, 0.000603076923076903, 0.000393762130460261, 0.000861153846153826, 0.00100937309180579, 0.00252403846153845, 0.00169516989164467, 0.00518480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 450, '2021-05-23 00:00:00', 0.000298832922189964, 0.000421346153846147, 0.000304524850571131, 0.000590769230769215, 0.00036716297995053, 0.000894423076923052, 0.00101389621680997, 0.00249846153846152, 0.00168541462600113, 0.00514269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 465, '2021-05-23 00:00:00', 0.000196771734211504, 0.000393653846153872, 0.000237203580203863, 0.000581538461538479, 0.000326827701019736, 0.000902115384615385, 0.00100223826431721, 0.00252153846153847, 0.00163604753551407, 0.00511846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 480, '2021-05-23 00:00:00', 0.000237061254661171, 0.000449038461538474, 0.000323101377279643, 0.000667499999999983, 0.00035195191979325, 0.000953076923076924, 0.00103240736220665, 0.0026298076923077, 0.00161010942055312, 0.00510288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 495, '2021-05-23 00:00:00', 0.000199679454665186, 0.000408269230769241, 0.000258366763759171, 0.000610769230769235, 0.000330845827446059, 0.0010401923076923, 0.000995301268654204, 0.00265884615384615, 0.0015906595632485, 0.00508538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 510, '2021-05-23 00:00:00', 0.000202980578836019, 0.000438653846153833, 0.0002936220097598, 0.000681730769230769, 0.000514330670348893, 0.00116096153846153, 0.000972606094667654, 0.00266615384615384, 0.00158082847072231, 0.00507942307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 525, '2021-05-23 00:00:00', 0.000227425473845501, 0.000457115384615399, 0.000245218348541741, 0.000809038461538441, 0.000600337084798721, 0.00120615384615387, 0.000957703041336234, 0.00272865384615384, 0.00158516028066083, 0.00509634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 540, '2021-05-23 00:00:00', 0.00025118610936607, 0.000657692307692286, 0.000467287755193585, 0.000979615384615389, 0.000834443803703061, 0.00139730769230772, 0.00100425014122672, 0.0027778846153846, 0.00158943595462235, 0.00510942307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 555, '2021-05-23 00:00:00', 0.000290795526893939, 0.000624038461538476, 0.000429662121278484, 0.000871538461538483, 0.000622717740726375, 0.00144423076923079, 0.000906557223786787, 0.00268999999999999, 0.00157711856293004, 0.00503980769230765 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 570, '2021-05-23 00:00:00', 0.000325601986858423, 0.000645576923076916, 0.00057835323249586, 0.000987692307692313, 0.000550605994826121, 0.00156519230769232, 0.000842999429692286, 0.00269096153846152, 0.00154751592510759, 0.00501846153846149 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 585, '2021-05-23 00:00:00', 0.000320408393244504, 0.000618461538461559, 0.000357322145108066, 0.00104634615384618, 0.000513340680100618, 0.00156057692307692, 0.000738054849952573, 0.00258480769230768, 0.00153761174703351, 0.00498173076923072 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 600, '2021-05-23 00:00:00', 0.000353847261703979, 0.000826730769230762, 0.000445295407566738, 0.00116, 0.000644754723787411, 0.00161442307692305, 0.000760366713146744, 0.00257846153846153, 0.00153231413730497, 0.00497384615384611 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 615, '2021-05-23 00:00:00', 0.00026009317856962, 0.00070230769230769, 0.000400320688756075, 0.0010455769230769, 0.000628726062397964, 0.00144230769230766, 0.000780791831806296, 0.0024532692307692, 0.00150901196661413, 0.00490865384615379 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 630, '2021-05-23 00:00:00', 0.000281193062612754, 0.000698461538461545, 0.000376998724747906, 0.000995961538461513, 0.000497027317001947, 0.00126692307692304, 0.000713125433998433, 0.0023882692307692, 0.0015298851138365, 0.00490230769230765 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 645, '2021-05-23 00:00:00', 0.000271092944606442, 0.000690769230769187, 0.000347024273147935, 0.000905384615384586, 0.000355010725731782, 0.00122384615384613, 0.000652388039318785, 0.00231192307692304, 0.00150450073497439, 0.00486730769230764 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 660, '2021-05-23 00:00:00', 0.000175092942352172, 0.000583461538461543, 0.000300580528055551, 0.000810576923076904, 0.000508481449627599, 0.00122576923076923, 0.000655432212067272, 0.00229576923076922, 0.00148713722143745, 0.00485634615384611 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 675, '2021-05-23 00:00:00', 0.000281442711755006, 0.000589999999999988, 0.000310003473925945, 0.0008469230769231, 0.000481546586930712, 0.00121365384615385, 0.000695582462069376, 0.00225480769230769, 0.00144176953242031, 0.00483576923076919 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 690, '2021-05-23 00:00:00', 0.000190945118978035, 0.000595961538461557, 0.000383966595101515, 0.000927884615384596, 0.000396694660723011, 0.00116942307692307, 0.000720856355049615, 0.00221673076923076, 0.00136916399253764, 0.00485403846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 705, '2021-05-23 00:00:00', 0.00024251827845466, 0.00063634615384613, 0.000238063339987803, 0.000791923076923055, 0.000447724675012873, 0.00113423076923074, 0.00075521858781722, 0.00220865384615383, 0.00138863435958335, 0.0048407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 720, '2021-05-23 00:00:00', 0.000176845869441339, 0.000532307692307704, 0.000254437312817609, 0.000797884615384607, 0.000502292781614053, 0.00115596153846152, 0.000695785250910549, 0.00217865384615382, 0.0013814339957506, 0.00484173076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 735, '2021-05-23 00:00:00', 0.000212037460405906, 0.000546730769230773, 0.000368434369481703, 0.000796730769230796, 0.000442617737487391, 0.0011073076923077, 0.000756409636679486, 0.00216346153846154, 0.00136647862996608, 0.00482538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 750, '2021-05-23 00:00:00', 0.000264296162549643, 0.000517692307692351, 0.000328652493583212, 0.000707692307692324, 0.000382960783290487, 0.00102019230769232, 0.000774044025780319, 0.00207192307692306, 0.00136478992466299, 0.00479153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 765, '2021-05-23 00:00:00', 0.00020429023471522, 0.000517499999999991, 0.000267751104285564, 0.000754423076923057, 0.000291141519909819, 0.00102423076923076, 0.000812613092720984, 0.00211903846153845, 0.00132762367235023, 0.00483115384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 780, '2021-05-23 00:00:00', 0.000219029766154112, 0.00058903846153846, 0.000314643204525128, 0.000772115384615379, 0.000315205732571841, 0.00100942307692307, 0.000819356689492088, 0.00214576923076922, 0.00133655171991213, 0.00482249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 795, '2021-05-23 00:00:00', 0.000172539404640923, 0.000465384615384615, 0.000237663627844055, 0.00069000000000002, 0.000342272046545054, 0.000978076923076943, 0.000819075369876609, 0.00213769230769232, 0.00136428686640537, 0.00479557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 810, '2021-05-23 00:00:00', 0.000195733335079984, 0.000493461538461577, 0.000246943235458011, 0.000664807692307709, 0.00038265434291777, 0.000972115384615382, 0.000818955737509692, 0.00218750000000001, 0.00134706924041104, 0.00479653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 825, '2021-05-23 00:00:00', 0.000175198019834267, 0.000462115384615414, 0.000280201026737282, 0.000688846153846175, 0.000358695070841731, 0.000916923076923089, 0.000827927556288334, 0.00217403846153847, 0.00132863816918506, 0.00480923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 840, '2021-05-23 00:00:00', 0.000231552286834917, 0.000482307692307675, 0.000303860101919379, 0.000665192307692284, 0.000318509569956459, 0.000957884615384614, 0.000830473358994751, 0.00221499999999999, 0.00131903311033268, 0.00481711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 855, '2021-05-23 00:00:00', 0.000255263664593133, 0.000451538461538439, 0.000250669871774364, 0.000684230769230751, 0.000375654300981828, 0.00100807692307691, 0.000860819287745025, 0.0023053846153846, 0.00130026310946908, 0.00485192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 870, '2021-05-23 00:00:00', 0.000228284656986367, 0.000508269230769247, 0.000275137168587727, 0.000737307692307697, 0.000432782233390506, 0.00108269230769232, 0.000831638974925666, 0.00230076923076921, 0.00126340457312163, 0.00485865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 885, '2021-05-23 00:00:00', 0.00021202467200414, 0.000497307692307679, 0.000268618402485449, 0.000740384615384624, 0.000489575993943895, 0.00122442307692307, 0.000708445861348301, 0.00231653846153847, 0.0012344686960545, 0.00487019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 900, '2021-05-23 00:00:00', 0.000195147675837081, 0.000533846153846175, 0.000284825992763741, 0.000785384615384645, 0.000480511146112644, 0.00124019230769228, 0.000667357965297599, 0.00230942307692311, 0.00120751341766714, 0.00487557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 915, '2021-05-23 00:00:00', 0.000281445991539862, 0.000605384615384644, 0.000407063262896579, 0.000997500000000002, 0.000518733405666011, 0.00128788461538461, 0.000639556847777021, 0.00231019230769233, 0.0011652392953315, 0.00486384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 930, '2021-05-23 00:00:00', 0.000351919188713304, 0.000688653846153857, 0.000413930689107052, 0.00087615384615383, 0.000550884638209644, 0.00126173076923074, 0.000630527251896875, 0.00225884615384617, 0.00115102999025291, 0.00482596153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 945, '2021-05-23 00:00:00', 0.000240420225054798, 0.000578269230769236, 0.000389054129119085, 0.000853653846153845, 0.000545631321004868, 0.00130153846153847, 0.000609662201550992, 0.002195, 0.00120421094497601, 0.00492499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 960, '2021-05-23 00:00:00', 0.000296296369301966, 0.000638461538461536, 0.000449949056945478, 0.000896923076923069, 0.000522009431096661, 0.00134538461538464, 0.000607003009750495, 0.00219057692307693, 0.00118618807692801, 0.00499192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 975, '2021-05-23 00:00:00', 0.000296343615523496, 0.000601538461538448, 0.000371981027225044, 0.000968269230769229, 0.000459426440081734, 0.0013294230769231, 0.000566724461607784, 0.00213115384615386, 0.00119361126257833, 0.00499461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 990, '2021-05-23 00:00:00', 0.000292211988381466, 0.000744615384615361, 0.000439649904425719, 0.00101903846153845, 0.000464802232551212, 0.00133365384615387, 0.000657262153528985, 0.00210846153846154, 0.00118871210204089, 0.00500769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1005, '2021-05-23 00:00:00', 0.000317528981112209, 0.000700576923076935, 0.00036741550572362, 0.00101307692307697, 0.000466844892706508, 0.00131807692307698, 0.000716823870653352, 0.0020723076923077, 0.00128516094472487, 0.00515057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1020, '2021-05-23 00:00:00', 0.000279101305015817, 0.000751538461538492, 0.000360931913459899, 0.00096461538461541, 0.000523679915450444, 0.00133942307692307, 0.000701992548722233, 0.00201653846153846, 0.00132670002696105, 0.00512519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1035, '2021-05-23 00:00:00', 0.000291634386492055, 0.000668846153846146, 0.00032582610982878, 0.00093057692307693, 0.000515878377139437, 0.00134249999999999, 0.000752515678344226, 0.00195038461538461, 0.00136188411627197, 0.00514211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1050, '2021-05-23 00:00:00', 0.000218352925329618, 0.000614999999999998, 0.000396136194528354, 0.000968269230769212, 0.000484117793993945, 0.00128596153846153, 0.000755079440548145, 0.00190480769230769, 0.00136189964896323, 0.00515557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1065, '2021-05-23 00:00:00', 0.000345068109219065, 0.000755000000000001, 0.000455648312424595, 0.000994230769230783, 0.000474963844777835, 0.00120942307692309, 0.000851706251275354, 0.00185653846153845, 0.00137826508837965, 0.00517557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1080, '2021-05-23 00:00:00', 0.000419860645379449, 0.000694807692307701, 0.000430221633400922, 0.000859423076923079, 0.000444031010698059, 0.00111153846153848, 0.000762475926479985, 0.00174346153846153, 0.00138439613328199, 0.00519557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1095, '2021-05-23 00:00:00', 0.000307339201234357, 0.0005092307692308, 0.000393798659996936, 0.000785769230769263, 0.000444798874168452, 0.00103096153846156, 0.000810952146933071, 0.00167423076923077, 0.00137510749230181, 0.00519884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1110, '2021-05-23 00:00:00', 0.000209678600206626, 0.000523653846153861, 0.000265993348673316, 0.000757692307692318, 0.000267481990766881, 0.000973846153846137, 0.000794056600385242, 0.00158673076923075, 0.00138326981627422, 0.00519576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1125, '2021-05-23 00:00:00', 0.000304720363612241, 0.00053750000000002, 0.000329186701759609, 0.000716730769230776, 0.000303358952144407, 0.000869423076923068, 0.000833964950379512, 0.00154153846153842, 0.00143173570025494, 0.00519365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1140, '2021-05-23 00:00:00', 0.00023496382700321, 0.000440000000000013, 0.00026348792119448, 0.000613269230769252, 0.000322648475064626, 0.00077096153846155, 0.000852340668620562, 0.00147615384615385, 0.00144471765940081, 0.00518365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1155, '2021-05-23 00:00:00', 0.000265066682466628, 0.000447884615384629, 0.000285310424733417, 0.000580961538461544, 0.000380314849322758, 0.000815769230769246, 0.000834796704869832, 0.00144846153846154, 0.00154801377702077, 0.00521442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1170, '2021-05-23 00:00:00', 0.00016182041327922, 0.000369615384615406, 0.000165828108408879, 0.000489807692307716, 0.000314015739438954, 0.000751730769230783, 0.000690072459963433, 0.00136000000000002, 0.00153532401992342, 0.00519538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1185, '2021-05-23 00:00:00', 0.000132153902122312, 0.000329423076923066, 0.000257708914505044, 0.000528269230769224, 0.00034976827493904, 0.000744615384615361, 0.00064392107136965, 0.00134288461538459, 0.00153164377511421, 0.00520057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1200, '2021-05-23 00:00:00', 0.000278193347263253, 0.000418461538461539, 0.000309024333122057, 0.000579038461538446, 0.000356185129046468, 0.000739615384615388, 0.000701425718420403, 0.00146596153846153, 0.00152723586410723, 0.00521423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1215, '2021-05-23 00:00:00', 0.000202400972937746, 0.000321923076923059, 0.00026254816407953, 0.000461538461538436, 0.000329600515776269, 0.0006675, 0.000653997294748579, 0.00149269230769231, 0.00149748404383434, 0.00518769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1230, '2021-05-23 00:00:00', 0.000158908294792438, 0.000300384615384602, 0.000162218869242953, 0.000424807692307683, 0.00029034998774688, 0.000628653846153848, 0.000626214512275657, 0.00147884615384617, 0.00149233657783305, 0.00518269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1245, '2021-05-23 00:00:00', 0.000110804054355167, 0.000291538461538441, 0.000195271901165054, 0.000478653846153831, 0.000367830855776836, 0.000678461538461525, 0.00060025161390871, 0.00148, 0.00149163499608264, 0.0051848076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1260, '2021-05-23 00:00:00', 0.000188474544292212, 0.00033057692307692, 0.00020745388736928, 0.000453653846153855, 0.000321229908081677, 0.000634423076923074, 0.000588205877092528, 0.00145307692307693, 0.00148228302342651, 0.00519019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1275, '2021-05-23 00:00:00', 0.000145692642758107, 0.000302884615384635, 0.00025108594912131, 0.000463076923076908, 0.000286931243439157, 0.000636538461538456, 0.000564462167431593, 0.00150653846153848, 0.00148661102718693, 0.00532788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1290, '2021-05-23 00:00:00', 0.000175400640293504, 0.000315769230769207, 0.00017740316968808, 0.000448269230769213, 0.000238467220775973, 0.000626153846153832, 0.000563638079458273, 0.00146326923076923, 0.0014840534020041, 0.0053425 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1305, '2021-05-23 00:00:00', 0.000159345898549734, 0.000333653846153837, 0.000254187695641209, 0.000464230769230762, 0.000318433485386491, 0.000621730769230743, 0.000575386057690514, 0.00144134615384616, 0.00151565559564676, 0.00542326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1320, '2021-05-23 00:00:00', 0.000196818541965777, 0.000313461538461525, 0.000202805420197648, 0.000424038461538438, 0.000293552576865917, 0.000641346153846111, 0.000585759467568537, 0.00143807692307694, 0.00152648374226016, 0.00542884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1335, '2021-05-23 00:00:00', 0.000112075695574321, 0.000259807692307686, 0.000201389786617516, 0.000359615384615366, 0.000281746544583257, 0.000606346153846146, 0.000599934483602511, 0.00145923076923078, 0.00157532795120449, 0.00545307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1350, '2021-05-23 00:00:00', 0.000134700950827565, 0.000267884615384568, 0.000217830297391182, 0.000455961538461519, 0.000286942301892527, 0.000593269230769232, 0.000643158193245245, 0.00151769230769232, 0.00156707381643426, 0.00546288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1365, '2021-05-23 00:00:00', 0.000169458413323579, 0.000331923076923074, 0.000202373322200452, 0.000440192307692313, 0.000276719866679966, 0.000536730769230784, 0.000648410630814986, 0.0015321153846154, 0.00158623260734842, 0.00547326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1380, '2021-05-23 00:00:00', 0.00016862794731412, 0.00024076923076922, 0.000205739192631375, 0.000313846153846152, 0.000596055656926325, 0.000837884615384622, 0.000707849179937698, 0.00164230769230771, 0.00159491051111388, 0.00547153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1395, '2021-05-23 00:00:00', 0.000145971019252226, 0.000176538461538491, 0.00017539713180709, 0.000243076923076944, 0.000562217347788083, 0.0010521153846154, 0.000714108804465687, 0.00177423076923079, 0.001591506555244, 0.00545365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1410, '2021-05-23 00:00:00', 7.30829349753613e-05, 0.000131346153846126, 0.000594522950323668, 0.000733461538461527, 0.000558600345644234, 0.0010721153846154, 0.00071935422428732, 0.00185250000000002, 0.001591506555244, 0.00545365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 2, 1425, '2021-05-23 00:00:00', 0.000613592824148207, 0.000698076923076919, 0.000557556240695484, 0.00101519230769231, 0.000555800912059498, 0.00107942307692308, 0.000762448384129412, 0.00201153846153847, 0.00159664542569245, 0.00547115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 0, '2021-05-23 00:00:00', 0.000405014197282049, 0.000612500000000007, 0.000422391224049297, 0.000692884615384645, 0.000490210002094878, 0.000894615384615413, 0.00069351859272954, 0.00205903846153847, 0.00163996205397001, 0.00548846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 15, '2021-05-23 00:00:00', 0.000167019114521011, 0.000235769230769247, 0.000313919391907222, 0.000485769230769219, 0.00046458782394058, 0.000855384615384642, 0.00077620479553748, 0.00209826923076924, 0.00164727804621395, 0.00546519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 30, '2021-05-23 00:00:00', 0.000340667218625689, 0.000366923076923072, 0.000428537225741447, 0.000496923076923079, 0.000442612871306468, 0.000871923076923084, 0.000780063237081531, 0.00218057692307694, 0.00165337348612325, 0.00545326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 45, '2021-05-23 00:00:00', 0.000417451609355947, 0.000299615384615366, 0.000450349821292812, 0.000730192307692334, 0.000437880559759598, 0.000859230769230787, 0.000780262874835224, 0.00222192307692306, 0.00160746254891173, 0.00542461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 60, '2021-05-23 00:00:00', 0.000449754804994232, 0.000645769230769268, 0.000460196822440816, 0.000711346153846168, 0.000474280872641784, 0.000857884615384633, 0.000754836711838012, 0.00221769230769231, 0.00157034768320707, 0.00540538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 75, '2021-05-23 00:00:00', 0.000258537305744352, 0.000291538461538424, 0.000266189131720587, 0.00044557692307693, 0.000344029795221305, 0.000702499999999999, 0.000695592525504999, 0.00206980769230771, 0.00159095950729305, 0.00537807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 90, '2021-05-23 00:00:00', 0.000161283791927355, 0.000292692307692329, 0.000234473633092074, 0.000433269230769234, 0.000388044406657879, 0.000737307692307697, 0.0006721312829637, 0.00209230769230769, 0.00156289140328479, 0.00541153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 105, '2021-05-23 00:00:00', 0.000201776818825628, 0.000313269230769208, 0.000289707544842128, 0.000577692307692317, 0.000435871717189993, 0.000791923076923073, 0.000719344466537713, 0.0021776923076923, 0.00160603405462503, 0.00543423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 120, '2021-05-23 00:00:00', 0.000224209380164714, 0.000455384615384618, 0.000332043613910054, 0.000590192307692305, 0.000371055459259339, 0.000908076923076937, 0.000690795221799853, 0.00221403846153846, 0.00160185282143472, 0.00543730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 135, '2021-05-23 00:00:00', 0.000230037204348793, 0.000353653846153849, 0.000298570504494077, 0.000522115384615381, 0.000446722078461124, 0.000956153846153833, 0.00069254361151203, 0.00219057692307691, 0.00161902454012853, 0.00540269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 150, '2021-05-23 00:00:00', 0.000209058696211219, 0.000366538461538463, 0.000259482398988086, 0.000601346153846148, 0.000491117093980642, 0.00106999999999999, 0.000726388431795344, 0.00220692307692306, 0.00165915803485243, 0.00542423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 165, '2021-05-23 00:00:00', 0.000199958841918855, 0.00046153846153847, 0.000394541652280973, 0.000798653846153835, 0.000532311974749307, 0.00120596153846152, 0.000732423611138919, 0.00219711538461535, 0.00163223986029579, 0.00542980769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 180, '2021-05-23 00:00:00', 0.000291939996469251, 0.000639807692307665, 0.000376785033591371, 0.000870192307692287, 0.000469633777123621, 0.00127173076923073, 0.000747521159978311, 0.00216173076923075, 0.00161892290879317, 0.00541423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 195, '2021-05-23 00:00:00', 0.000273569004092194, 0.000545000000000001, 0.000444070333999516, 0.000847307692307666, 0.000508011659466439, 0.00123961538461536, 0.000698983575244411, 0.00209403846153842, 0.00158710665629676, 0.00538153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 210, '2021-05-23 00:00:00', 0.000302721057182278, 0.000535961538461531, 0.000295720502137786, 0.000848846153846138, 0.000379781566774297, 0.00119596153846153, 0.000605588842494484, 0.00204538461538459, 0.00156492055586021, 0.00537711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 225, '2021-05-23 00:00:00', 0.000219509593272051, 0.000587692307692289, 0.00031968445981336, 0.000863076923076924, 0.000344158337888896, 0.0012351923076923, 0.000565256919122042, 0.0019707692307692, 0.00156530209667213, 0.00536057692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 240, '2021-05-23 00:00:00', 0.000293200181026295, 0.000627884615384621, 0.000333018594999439, 0.000844230769230774, 0.000344025267408343, 0.00115576923076925, 0.000577823901840723, 0.00193769230769229, 0.00152594444903426, 0.00539230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 255, '2021-05-23 00:00:00', 0.000224853199973783, 0.000524807692307706, 0.000276007524980994, 0.000801923076923087, 0.000220116140672598, 0.000996346153846182, 0.000537698693150146, 0.00188326923076921, 0.00155846429588184, 0.00539980769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 270, '2021-05-23 00:00:00', 0.000203298662449713, 0.000542115384615392, 0.000195193887829884, 0.000704423076923097, 0.000282118087659416, 0.000991153846153857, 0.000573354132747332, 0.00188980769230767, 0.00156432556123669, 0.00537730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 285, '2021-05-23 00:00:00', 0.000136632578613089, 0.000437692307692297, 0.000211286171231912, 0.00066961538461539, 0.000350762959626817, 0.00102057692307689, 0.00061280493194439, 0.00186826923076922, 0.0015641275400486, 0.00539480769230765 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 300, '2021-05-23 00:00:00', 0.000174060665816913, 0.000478653846153856, 0.000284064253294929, 0.000702499999999999, 0.000354201865520899, 0.00105480769230768, 0.000642985614146996, 0.00186249999999999, 0.00151530983122771, 0.00539826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 315, '2021-05-23 00:00:00', 0.000231302083531788, 0.000469423076923069, 0.000303857064068972, 0.000708653846153834, 0.000362794760796718, 0.00101403846153845, 0.00064924621973955, 0.00187442307692306, 0.00152261030925386, 0.00538307692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 330, '2021-05-23 00:00:00', 0.000230748031077551, 0.000474423076923068, 0.000293629083133048, 0.000729038461538455, 0.000390719060982937, 0.000949230769230762, 0.000588967414535457, 0.00189884615384615, 0.00151006353661539, 0.0053882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 345, '2021-05-23 00:00:00', 0.000270404255769891, 0.000487307692307691, 0.000324410056279664, 0.000638269230769236, 0.00039277028910035, 0.000832500000000005, 0.000600999968002035, 0.00191019230769231, 0.00152918329132302, 0.00536346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 360, '2021-05-23 00:00:00', 0.00015681799837833, 0.000368269230769218, 0.000335002468418007, 0.000614423076923071, 0.00041705819553332, 0.00077346153846155, 0.000634767704330903, 0.00194403846153847, 0.00153150368542211, 0.00537153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 375, '2021-05-23 00:00:00', 0.000220784614848603, 0.000400384615384617, 0.000236997890285933, 0.000500000000000022, 0.000272065037473331, 0.000670769230769244, 0.000765423387112273, 0.00197019230769231, 0.00154796070562331, 0.00532711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 390, '2021-05-23 00:00:00', 0.000132457975919179, 0.000286346153846168, 0.000213910836924708, 0.000429615384615406, 0.000337706802737793, 0.000693269230769229, 0.000764703461882671, 0.00197923076923077, 0.00153915306381338, 0.00535307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 405, '2021-05-23 00:00:00', 0.000134396228197985, 0.000297115384615401, 0.000182785708917895, 0.000436153846153851, 0.000305727631422775, 0.000710769230769224, 0.000741576620866214, 0.00209673076923076, 0.00153991098643844, 0.0053503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 420, '2021-05-23 00:00:00', 0.000159941816343883, 0.000320769230769223, 0.000296485049564667, 0.000544230769230739, 0.000333890124718605, 0.000768846153846118, 0.000778122716246237, 0.00217980769230768, 0.00154176267753702, 0.00534692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 435, '2021-05-23 00:00:00', 0.000223686937825709, 0.000390384615384577, 0.000187382065474603, 0.000509038461538432, 0.000325403654653007, 0.000828461538461526, 0.000761278883499011, 0.00230346153846153, 0.00154357916993141, 0.00534442307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 450, '2021-05-23 00:00:00', 0.000145270569839673, 0.000318461538461515, 0.000262825768552846, 0.000555769230769191, 0.000434939783630581, 0.000878846153846138, 0.000885485720685802, 0.0024798076923077, 0.00154421716537739, 0.00535057692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 465, '2021-05-23 00:00:00', 0.000201198046327895, 0.000420576923076894, 0.000299064438644155, 0.000648461538461542, 0.000494135959179106, 0.000952115384615405, 0.000888680785468854, 0.00251846153846155, 0.0015367767091696, 0.00535942307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 480, '2021-05-23 00:00:00', 0.000239182662736768, 0.00046788461538464, 0.000327823826984058, 0.000667307692307691, 0.000399767480495262, 0.00104096153846154, 0.00087114381043633, 0.00254653846153847, 0.00153264443415245, 0.00535519230769227 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 495, '2021-05-23 00:00:00', 0.000223433091000084, 0.00041788461538462, 0.000354742159885169, 0.000640000000000034, 0.000385098838461782, 0.00105865384615384, 0.000887072714043201, 0.00253, 0.00151829936492725, 0.00533019230769227 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 510, '2021-05-23 00:00:00', 0.000254959725326278, 0.000402692307692333, 0.000302872974135234, 0.000670961538461553, 0.000351667237817, 0.0010596153846154, 0.000946586742743883, 0.0025373076923077, 0.00149123997191805, 0.00532057692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 525, '2021-05-23 00:00:00', 0.000217110482332066, 0.000430192307692316, 0.000263328472853567, 0.000738269230769225, 0.000376790341620479, 0.0010648076923077, 0.000948668479826021, 0.00255826923076923, 0.00148118327178489, 0.00529673076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 540, '2021-05-23 00:00:00', 0.000253109963940913, 0.000614423076923071, 0.000337618640116132, 0.000797115384615372, 0.000423328023386877, 0.00113384615384614, 0.000942829803549722, 0.00254596153846153, 0.00150248942143978, 0.00530269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 555, '2021-05-23 00:00:00', 0.000219699532578903, 0.000478269230769247, 0.000265399915946877, 0.000721346153846174, 0.000428705744520216, 0.00117615384615383, 0.000914805254601326, 0.00249557692307692, 0.00155247028957077, 0.00529499999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 570, '2021-05-23 00:00:00', 0.000226923996086782, 0.00051250000000001, 0.000305239880447143, 0.000755769230769212, 0.000438825004546656, 0.00126923076923075, 0.00092500785859448, 0.00248153846153845, 0.00160414774880618, 0.00532499999999995 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 585, '2021-05-23 00:00:00', 0.000209788263219409, 0.000556346153846126, 0.000330021269710817, 0.000940961538461503, 0.000372293515305399, 0.00138230769230768, 0.000837739724588654, 0.00247461538461537, 0.0015916952742764, 0.00530038461538457 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 600, '2021-05-23 00:00:00', 0.000245998201994674, 0.000741346153846126, 0.000283351100498731, 0.00103538461538459, 0.000489572223005398, 0.00143480769230769, 0.000801969522728043, 0.00240365384615384, 0.00159055728018151, 0.00529230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 615, '2021-05-23 00:00:00', 0.000312506984537307, 0.000716153846153824, 0.000327808867857691, 0.00100057692307692, 0.000443205803905326, 0.00139076923076924, 0.000855139754660064, 0.002295, 0.00157529358680068, 0.00529673076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982660 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 982660, 3, 630, '2021-05-23 00:00:00', 0.000256721639134666, 0.000674999999999998, 0.00040200765396464[...];[ Date: 2021-05-23 15:44:34 - Database: acaweb_fx - User: pgperfstats ]
15 17s688ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982750, 1, 960, '2021-05-23 00:00:00', 5.2915389647422, 12.8038461538461, 9.36325469383044, 18.6423076923077, 13.7649499146872, 35.9230769230769, 28.7877377741607, 64.876923076923, 38.6577837718855, 130.423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 975, '2021-05-23 00:00:00', 5.44632550794213, 12.7384615384616, 10.2139422058584, 25.6692307692308, 13.9242085812941, 38.3961538461539, 29.4820824334947, 63.4038461538462, 39.2870493439485, 130.923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 990, '2021-05-23 00:00:00', 9.21051238865343, 21.4076923076923, 11.4948684202995, 29.7, 17.0079081153896, 41.6576923076924, 29.0470972997037, 61.9115384615386, 39.1482203151836, 130.765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1005, '2021-05-23 00:00:00', 8.48022133238007, 19.0153846153846, 12.9115553493164, 26.9884615384616, 19.203890631448, 38.6307692307693, 30.0372978401596, 57.0615384615385, 38.755327177246, 129.946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1020, '2021-05-23 00:00:00', 9.06053827574026, 18.8846153846154, 11.9925290846491, 26.9346153846155, 16.0231025517724, 37.3307692307693, 28.6203846128002, 54.4192307692308, 38.5565319219214, 129.115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1035, '2021-05-23 00:00:00', 7.66075413038123, 17.1653846153847, 12.6561265188658, 26.2923076923077, 16.344220338136, 36.1076923076924, 26.7448525601009, 51.6076923076922, 40.1284953426057, 128.757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1050, '2021-05-23 00:00:00', 9.4202727381716, 17.7076923076923, 11.7700957449867, 25.4653846153847, 17.534019680434, 35.1769230769231, 26.0906891733136, 49.4615384615384, 39.9748538266437, 128.857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1065, '2021-05-23 00:00:00', 8.80421227857181, 16.2153846153847, 13.2761208421506, 22.9538461538462, 19.5673417085321, 36.4615384615385, 24.7286865494618, 46.3076923076923, 42.3692815065893, 131.080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1080, '2021-05-23 00:00:00', 7.88021866155032, 15.123076923077, 11.2687286840107, 23.9230769230769, 18.0478257799827, 32.6192307692307, 21.6772748784029, 43.776923076923, 46.2426637840658, 130.965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1095, '2021-05-23 00:00:00', 10.0496000685829, 17.7384615384616, 16.5440819072513, 27.8230769230769, 19.9200096539981, 30.7038461538461, 20.735684589244, 42.9307692307692, 47.01466219743, 131.361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1110, '2021-05-23 00:00:00', 9.52147774568308, 20.6423076923077, 11.5748168285889, 22.5038461538462, 14.3501380320351, 25.1384615384616, 16.8273769609114, 40.1692307692309, 47.8855676025186, 133.503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1125, '2021-05-23 00:00:00', 6.34559204972542, 10.4423076923077, 8.9356029455208, 13.75, 9.74869221998518, 19.55, 13.7537290048358, 35.4115384615386, 47.609514401414, 133.711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1140, '2021-05-23 00:00:00', 6.44289113316734, 9.72692307692306, 7.75948551030387, 13.7807692307692, 8.91139719684853, 18.85, 15.4733855874679, 38.3615384615386, 47.8412247399183, 134.096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1155, '2021-05-23 00:00:00', 6.96202888200317, 9.77692307692304, 7.35031658135579, 13.9653846153846, 9.83361581515161, 18.6, 15.6053979812705, 38.573076923077, 46.9114847345507, 134.25 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1170, '2021-05-23 00:00:00', 5.43549587292781, 8.53076923076927, 6.39831708642684, 12.6384615384616, 9.96270352557284, 16.8115384615385, 14.26278913278, 36.7653846153847, 47.0459449736268, 133.442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1185, '2021-05-23 00:00:00', 3.77538586922427, 8.49230769230766, 5.12946990813491, 11.5115384615384, 9.44384211251724, 15.6846153846154, 12.3750151515057, 34.55, 46.9883383241154, 132.707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1200, '2021-05-23 00:00:00', 4.28536866738262, 7.20384615384613, 7.20606582091676, 10.0461538461538, 8.97334171523966, 15.2615384615384, 12.6705108876413, 32.9769230769231, 46.9364508179368, 132.919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1215, '2021-05-23 00:00:00', 4.51623566871622, 6.49615384615383, 4.9093317734228, 9.49230769230766, 6.8154722168358, 14.4115384615382, 12.3146816692669, 31.8538461538462, 46.8524984967142, 133.269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1230, '2021-05-23 00:00:00', 3.81358906261038, 6.51153846153843, 5.49394071822615, 11.0538461538461, 6.91662879198772, 14.4846153846153, 12.4414790117571, 31.5000000000001, 46.9260203364335, 133.346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1245, '2021-05-23 00:00:00', 4.3354868416183, 8.32692307692308, 5.18004454985293, 10.7615384615383, 7.3753654407506, 14.4192307692307, 12.435507474721, 31.0769230769231, 47.0193642596814, 133.730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1260, '2021-05-23 00:00:00', 5.03969626679404, 6.84230769230764, 6.42994915639678, 10.0230769230768, 9.33219077255622, 15.7538461538463, 12.3922388863104, 30.1961538461539, 46.5905928107975, 133.557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1275, '2021-05-23 00:00:00', 4.07406997409795, 6.57307692307677, 5.93242459189012, 9.63846153846141, 10.3955463836868, 17.1461538461537, 11.9063867799532, 29.926923076923, 45.6596216164111, 133.576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1290, '2021-05-23 00:00:00', 5.27072733753791, 7.18399999999991, 8.03177647431347, 11.888, 11.0747355122673, 18.468, 11.3431726896254, 30.5439999999999, 46.3947259933712, 134.168 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1305, '2021-05-23 00:00:00', 6.4945053699262, 8.7499999999999, 8.843981873829, 12.9807692307691, 8.30796837148164, 18.8076923076923, 11.4504873930526, 30.1384615384615, 45.4644923158552, 133.638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1320, '2021-05-23 00:00:00', 6.73135201872562, 9.31199999999993, 7.19553565298218, 13.3359999999999, 10.5741083154404, 23.6520000000002, 11.4702557367594, 29.348, 48.0809345444393, 135.572 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1335, '2021-05-23 00:00:00', 4.53501420572799, 8.63461538461539, 5.89784315204764, 13.6153846153847, 8.8878309199454, 22.9076923076924, 11.4809166077382, 29.8230769230769, 48.15251171658, 135.296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1350, '2021-05-23 00:00:00', 5.09956257550969, 10.2076923076923, 7.0356192663857, 19.0076923076924, 7.50418652384209, 20.8192307692309, 13.3435919509643, 31.2769230769229, 48.4409707391774, 135.573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1365, '2021-05-23 00:00:00', 7.1914147532906, 15.673076923077, 7.26573835519504, 17.9846153846155, 7.56101743255376, 18.5461538461538, 14.541074449773, 30.2730769230768, 48.4329514340741, 135.596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1380, '2021-05-23 00:00:00', 6.29633348740498, 11.2692307692309, 6.08862748206752, 11.4461538461539, 7.79524608581809, 14.2115384615384, 16.5336268067418, 31.5192307692307, 48.5783579543243, 135.461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1395, '2021-05-23 00:00:00', 1.0602987000526, 2.35600000000002, 3.71864670724888, 6.51999999999985, 5.64314333210349, 9.0439999999998, 16.5302127431359, 30.9279999999997, 49.9762360193989, 136.6 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1410, '2021-05-23 00:00:00', 3.90117142170637, 5.70769230769226, 5.67601837694214, 8.29615384615366, 5.68297863394243, 9.0230769230768, 16.3536737815651, 33.8769230769229, 49.1847612422947, 135.692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 1, 1425, '2021-05-23 00:00:00', 3.62859936247214, 4.85599999999991, 3.80547850692487, 5.29999999999993, 5.23887710614916, 6.93999999999993, 16.7355390312551, 35.4919999999997, 50.4350417203488, 136.948 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 0, '2021-05-23 00:00:00', 1.46327872101827, 1.69615384615386, 3.29195756585424, 3.65384615384612, 4.58504760481957, 5.28846153846161, 17.7005193317988, 36.7961538461537, 49.638731310881, 136.026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 15, '2021-05-23 00:00:00', 2.57922300399709, 2.37500000000019, 2.91017393274715, 3.07083333333348, 5.18424138092095, 9.76249999999989, 19.5068921302115, 39.0166666666666, 51.3320555553372, 137.808333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 30, '2021-05-23 00:00:00', 1.43762535685296, 1.64800000000007, 2.61532024807653, 3.33600000000002, 9.01814282432918, 11.5759999999999, 19.2120734608909, 39.7719999999999, 50.4956159813238, 136.816 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 45, '2021-05-23 00:00:00', 1.65460972236146, 2.37599999999988, 4.38211516659863, 8.77199999999979, 8.93024449086724, 13.1479999999998, 19.6884162220665, 41.4039999999999, 50.4350417203488, 136.948 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 60, '2021-05-23 00:00:00', 4.07021639946352, 7.91153846153824, 8.41821833881725, 10.6999999999999, 8.80690376046837, 13.2653846153845, 19.5548648285162, 41.3923076923075, 49.638731310881, 136.026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 75, '2021-05-23 00:00:00', 5.83996970487395, 6.07307692307701, 6.11581556294823, 8.60000000000005, 7.97742198573332, 13.7384615384616, 19.1373127283205, 40.5076923076921, 49.3023028015777, 135.611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 90, '2021-05-23 00:00:00', 4.11466420725454, 5.83846153846151, 5.50906386016576, 8.35384615384615, 12.3118079657138, 19.5692307692306, 19.2264597325185, 41.2653846153844, 49.2744360308045, 135.573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 105, '2021-05-23 00:00:00', 3.60632137311061, 5.7346153846154, 6.66604715070218, 10.4538461538462, 11.1832216357296, 20.1269230769229, 17.9381758784486, 40.984615384615, 49.9306645413263, 134.938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 120, '2021-05-23 00:00:00', 5.12132194472653, 8.09230769230768, 10.0799305553163, 16.1499999999998, 12.9932295979336, 22.0192307692307, 18.5344423667441, 42.1346153846151, 50.3470442184887, 135.061538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 135, '2021-05-23 00:00:00', 8.20069790651048, 12.276923076923, 8.80974722417438, 14.9730769230769, 12.2769157991112, 22.0884615384614, 17.089729259232, 40.1269230769229, 50.2453898382727, 135 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 150, '2021-05-23 00:00:00', 3.52683122101695, 7.65769230769218, 7.19908648050894, 12.626923076923, 10.8250109255587, 22.0615384615383, 15.7651812061116, 37.7423076923074, 49.5380259536512, 135.380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 165, '2021-05-23 00:00:00', 5.06617743926837, 7.61538461538461, 6.20220928379568, 13.1499999999999, 11.0251628280319, 22.4692307692307, 16.258884908306, 37.2423076923076, 49.5785786558919, 134.788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 180, '2021-05-23 00:00:00', 5.05948766028894, 10.0192307692305, 9.19353368071623, 17.6115384615383, 12.1334680184127, 23.3230769230768, 17.0710226812753, 36.2692307692305, 49.2189907063712, 134.276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 195, '2021-05-23 00:00:00', 7.38657930615771, 13.3346153846155, 9.25743027975984, 17.0807692307693, 11.7629437707509, 22.0730769230771, 18.1608814594617, 35.7192307692308, 49.0161299981955, 134.35 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 210, '2021-05-23 00:00:00', 5.36017221307703, 9.52307692307697, 7.61922265366696, 13.2153846153848, 9.71167418031601, 17.8307692307693, 17.2786644783052, 31.576923076923, 48.1907404128476, 133.411538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 225, '2021-05-23 00:00:00', 4.53566550116519, 8.31153846153851, 7.85134285427583, 12.6038461538462, 8.54772754326257, 16.8730769230769, 16.3411425078404, 30.4423076923076, 47.7660697083675, 132.830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 240, '2021-05-23 00:00:00', 6.68642367326976, 9.28846153846175, 7.53870933658675, 13.1423076923078, 8.13728077809422, 16.8576923076923, 16.0168737946534, 30.4230769230769, 47.7695976698408, 132.661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 255, '2021-05-23 00:00:00', 4.57833863048449, 8.09615384615392, 6.36936055237546, 12.2346153846155, 7.24674675020033, 14.7576923076923, 15.1464669655491, 28.9884615384614, 47.0691347504269, 132.076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 270, '2021-05-23 00:00:00', 4.26823689054936, 8.02307692307704, 4.60261464153378, 10.1384615384618, 6.84954349966802, 14.3769230769233, 14.770430440059, 28.4192307692306, 46.8634456528918, 132.057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 285, '2021-05-23 00:00:00', 3.20269357788809, 6.97307692307704, 5.59860559562674, 9.60384615384629, 6.81503767132222, 14.9076923076921, 14.1908209769558, 28.6499999999997, 46.927333678293, 131.976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 300, '2021-05-23 00:00:00', 3.84242711757094, 6.87692307692319, 4.64116198978052, 10.2961538461539, 8.70637608970485, 15.453846153846, 12.7666054761874, 28.6307692307689, 46.9980418577364, 131.892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 315, '2021-05-23 00:00:00', 3.24628071206702, 6.7076923076925, 4.13468815678366, 10.226923076923, 8.99952477377811, 13.976923076923, 11.3334745843387, 33.0730769230767, 47.0830626087066, 131.796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 330, '2021-05-23 00:00:00', 4.18078387938851, 7.11538461538458, 8.69069263416556, 10.6576923076922, 9.39159116525986, 13.8961538461539, 10.8957048700574, 33.903846153846, 47.0830626087066, 131.796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 345, '2021-05-23 00:00:00', 6.75950840269862, 6.71538461538456, 6.76443755123923, 8.81923076923067, 8.05471004109732, 13.4653846153846, 11.0342439007638, 34.1576923076922, 47.0830626087066, 131.796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 360, '2021-05-23 00:00:00', 3.38400081833044, 5.18846153846156, 5.34003313155948, 8.23461538461547, 7.04422076271359, 12.6230769230769, 12.5693773176657, 35.8730769230768, 47.0773767323542, 131.95 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 375, '2021-05-23 00:00:00', 3.40471166744884, 5.76153846153843, 6.05158974663159, 9.64230769230783, 9.11043442348481, 13.2807692307691, 24.1990746803389, 54.2192307692306, 47.1602720681133, 131.861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 390, '2021-05-23 00:00:00', 4.16521862017404, 6.57692307692322, 4.36706026803089, 8.11923076923085, 8.03706509769692, 12.6807692307693, 24.1124085514875, 58.576923076923, 47.1602720681133, 131.861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 405, '2021-05-23 00:00:00', 2.4728805999357, 4.90769230769243, 7.37698812837295, 9.16538461538473, 7.78688542457034, 13.1961538461539, 26.5386556960568, 62.2230769230768, 47.2029687788646, 132.188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 420, '2021-05-23 00:00:00', 7.3618308759543, 7.61538461538469, 7.19891979076342, 9.82692307692318, 8.3042157968105, 14.2000000000001, 26.8192207194765, 64.4499999999997, 47.5878730512141, 133.038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 435, '2021-05-23 00:00:00', 3.93837334636838, 6.19615384615403, 5.29797639161932, 9.2153846153847, 6.43366267258528, 14.2192307692308, 25.2260341710701, 70.4999999999998, 47.7269509413062, 133.123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 450, '2021-05-23 00:00:00', 4.49684504787699, 6.28076923076927, 5.66786895239634, 9.19230769230783, 6.26783731564449, 14.0461538461538, 26.9868366772794, 73.3846153846152, 47.8132012668533, 132.969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 465, '2021-05-23 00:00:00', 3.6721320572868, 6.0153846153845, 5.11814269197183, 10.8461538461537, 6.34647812691302, 15.0461538461537, 29.0036721812945, 75.8499999999998, 47.8044962481404, 133.011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 480, '2021-05-23 00:00:00', 4.21759866055788, 8.24230769230749, 4.67946084994354, 10.8846153846152, 6.46044532877971, 15.4846153846152, 29.5241689780788, 77.6153846153845, 47.8186286519579, 133.126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 495, '2021-05-23 00:00:00', 3.41586569723379, 6.7576923076922, 4.35424638008233, 10.2884615384614, 9.18639545950771, 22.1115384615383, 30.1999890473744, 77.8423076923076, 48.0948338821733, 132.723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 510, '2021-05-23 00:00:00', 3.64177682753045, 6.54230769230771, 4.4856369070108, 10.0423076923076, 11.0592592602133, 23.3807692307691, 31.7906219843815, 79.5730769230768, 48.1173362329404, 132.673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 525, '2021-05-23 00:00:00', 3.4682649175722, 6.63846153846138, 8.29424731133201, 18.5423076923077, 12.1623251825525, 24.3846153846154, 31.743505695593, 80.9846153846154, 48.125819873136, 132.642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 540, '2021-05-23 00:00:00', 7.67860664443759, 17.1500000000001, 10.5130402541137, 20.8192307692309, 13.6541072997778, 27.923076923077, 31.1067927283761, 81.4153846153847, 47.9968338699383, 132.561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 555, '2021-05-23 00:00:00', 4.78430929023358, 10.5192307692308, 6.54336187409688, 14.6038461538461, 20.1635070209678, 44.9692307692307, 26.6805930622586, 79.3269230769231, 46.6208537030372, 132.7 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 570, '2021-05-23 00:00:00', 5.2116747640422, 10.3346153846153, 9.28623795649323, 17.1692307692308, 18.2305495929646, 49.1423076923077, 25.6780879350468, 79.25, 46.4311210288961, 132.45 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 585, '2021-05-23 00:00:00', 5.90985226940188, 14.0653846153846, 18.0287211031561, 42.2961538461538, 19.6108545296888, 53.2807692307691, 25.3198289579834, 78.9423076923077, 46.6255831062732, 132.45 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 600, '2021-05-23 00:00:00', 16.3409744554554, 39.4769230769231, 15.8721836993092, 45.6692307692308, 19.0300010105501, 54.3576923076922, 25.3131261176124, 78.6346153846154, 48.808088863031, 132.892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 615, '2021-05-23 00:00:00', 10.736082224837, 26.7884615384616, 14.5369809583907, 34.4692307692307, 14.935360210433, 49.0538461538461, 24.9040611454931, 73.3884615384616, 50.9750721884273, 132.496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 630, '2021-05-23 00:00:00', 9.71855956405054, 22.9999999999998, 11.3485864928024, 30.8192307692306, 14.8394158085303, 46.6884615384615, 25.2406073924233, 71.5884615384616, 47.6432287545025, 131.873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 645, '2021-05-23 00:00:00', 8.57861383818014, 21.5692307692307, 11.6597433670134, 35.0192307692308, 13.5685155925257, 45.7307692307693, 25.5258493417044, 69.846153846154, 46.2556175382642, 130.115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 660, '2021-05-23 00:00:00', 10.201206565138, 23.7692307692308, 8.96662615566103, 32.4038461538462, 14.2390794862374, 41.8538461538462, 24.8268365964056, 66.9307692307694, 45.1500549450217, 128.211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 675, '2021-05-23 00:00:00', 5.72873996079954, 20.5384615384615, 7.88925754525637, 28.4038461538462, 12.1364650790659, 37.4538461538462, 23.2050471963456, 64.7307692307693, 43.9505169305385, 127.107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 690, '2021-05-23 00:00:00', 6.33566218990689, 20.9307692307693, 10.5012973557485, 27.9730769230769, 10.6311877909364, 35.5846153846154, 23.4487919977523, 63.2769230769231, 42.0777852956239, 125.319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 705, '2021-05-23 00:00:00', 6.88051876398419, 17.6923076923077, 8.48065672348186, 23.3076923076923, 14.1973995452038, 35.3846153846154, 22.7853461680967, 62.2, 41.5371840829211, 124.761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 720, '2021-05-23 00:00:00', 7.13326443772142, 16.7115384615385, 12.4094256979864, 25.423076923077, 14.4272178670946, 34.7307692307693, 23.5332605867982, 62.2346153846154, 42.5425855421998, 126.396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 735, '2021-05-23 00:00:00', 6.41980109924334, 16.423076923077, 8.92886417102508, 24.2692307692308, 8.02613519409222, 31.673076923077, 25.1100975704993, 62.35, 42.8669548181886, 126.030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 750, '2021-05-23 00:00:00', 6.51486466002645, 16.7884615384615, 7.08120480839677, 22.2884615384615, 10.5675846887473, 31.9230769230769, 25.9237393432825, 62.2115384615384, 42.510029223883, 125.853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 765, '2021-05-23 00:00:00', 6.10009457682042, 15.1346153846154, 6.75428638831554, 24.0961538461538, 9.9951719114011, 31.7115384615385, 24.1410368778653, 64.7384615384614, 42.1363946469813, 126.015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 780, '2021-05-23 00:00:00', 6.70120540247453, 18.3846153846154, 8.37875059531321, 24.2884615384615, 11.170996099102, 32.1346153846154, 24.3177250960312, 65.9846153846153, 40.9749799830993, 125.053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 795, '2021-05-23 00:00:00', 5.85008218219723, 14.7115384615385, 6.67394474516672, 20.6923076923077, 12.6213494341319, 31.0384615384616, 24.2157790262083, 66.0346153846154, 39.3633591827964, 123.273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 810, '2021-05-23 00:00:00', 4.80068104142927, 14.0576923076923, 8.45615388114113, 21.5576923076923, 14.5347329366061, 31.0384615384616, 22.7818000909632, 66.1807692307693, 38.7504354317966, 122.776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 825, '2021-05-23 00:00:00', 5.91103921619408, 14.5961538461539, 9.78981024409483, 20.0961538461539, 14.0187654454799, 30.5538461538462, 22.3485783406049, 67.7846153846154, 38.2100743864151, 123.353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 840, '2021-05-23 00:00:00', 7.00716666102527, 13.9038461538462, 8.9036725352735, 19.1538461538462, 11.4981797890595, 30.0423076923077, 25.0597676335228, 68.3346153846154, 39.0446917499184, 124.034615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 855, '2021-05-23 00:00:00', 6.58190994024823, 13.6923076923077, 12.1369746578854, 22.2846153846153, 13.4371791911613, 30.9538461538462, 24.8193339649061, 69.6423076923077, 38.9785528799541, 124.196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 870, '2021-05-23 00:00:00', 10.98511510391, 16.2346153846153, 10.679559195743, 21.9538461538463, 16.7023849057089, 30.6384615384615, 29.2847193023151, 70.6961538461539, 39.3358970915879, 124.2 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 885, '2021-05-23 00:00:00', 6.07960018928371, 13.1923076923077, 8.10339435051757, 20.25, 10.8660551188623, 26.9653846153845, 23.9552582954141, 70.4000000000002, 36.7947297647575, 124.242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 900, '2021-05-23 00:00:00', 5.3300671088285, 14.5192307692308, 7.81162841291994, 20.6923076923077, 8.75641742688438, 27.426923076923, 22.7107212905814, 69.8615384615386, 35.6358576976359, 124.134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 915, '2021-05-23 00:00:00', 5.71586859944777, 14.1346153846153, 6.31007131496924, 18.3499999999999, 10.1973850343339, 28.4884615384614, 22.3977062699253, 68.5730769230771, 35.9221525824086, 124.276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 930, '2021-05-23 00:00:00', 3.97284048741722, 12.8115384615384, 5.45580847847932, 19.5230769230769, 8.44958351272191, 29.3884615384615, 22.5084203047524, 67.9461538461541, 35.8347326143011, 123.938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 945, '2021-05-23 00:00:00', 5.30750557085109, 14.5192307692308, 8.47623374273848, 22.0576923076923, 10.7415261771959, 37.4038461538462, 23.029186832232, 68.3769230769234, 38.8621170095188, 126.457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 960, '2021-05-23 00:00:00', 5.60549181263682, 15.3076923076923, 7.61607611468106, 22.2307692307692, 14.5392968827984, 40.8653846153846, 23.4525786674696, 68.3769230769234, 39.9707048493497, 127.826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 975, '2021-05-23 00:00:00', 6.44124331046541, 14.9807692307692, 10.0430802813908, 30.7115384615385, 18.0371961832721, 44.4269230769233, 23.8854680635609, 67.6038461538465, 39.6346336505759, 128.053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 990, '2021-05-23 00:00:00', 7.06290417495632, 24.2307692307692, 12.6866525863268, 33.8653846153846, 18.9068245716889, 44.2192307692309, 24.7216221150636, 65.6500000000003, 38.7649246692854, 127.646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1005, '2021-05-23 00:00:00', 8.61780357524686, 22.0576923076923, 15.8752947882987, 31.5538461538464, 18.6107549551328, 43.9500000000001, 21.6805903978652, 61.6000000000002, 43.1520731296261, 129.730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1020, '2021-05-23 00:00:00', 8.715835279271, 21.3538461538464, 10.8891682242212, 28.1961538461539, 14.8889551216796, 40.6461538461539, 16.3114457218992, 56.6384615384617, 51.4029979670445, 130.85 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1035, '2021-05-23 00:00:00', 7.48488219937105, 20.2884615384615, 11.2965106934024, 29.6346153846154, 13.2674848349698, 37.8846153846154, 16.8055270212373, 52.6576923076925, 55.9850144784642, 131.723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1050, '2021-05-23 00:00:00', 7.5351739299001, 18.1730769230769, 10.1400386890477, 24.5961538461538, 14.2069349262957, 35.55, 16.6338806240573, 48.2038461538462, 58.5853697935427, 132.165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1065, '2021-05-23 00:00:00', 6.02507580545992, 17.1923076923077, 8.54870660482535, 22.4038461538462, 11.3844347179011, 36.1846153846155, 14.1953085424511, 44.6038461538462, 57.4779053202185, 133.2 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1080, '2021-05-23 00:00:00', 4.39808524771334, 15.0653846153846, 8.51559655076405, 23.6538461538462, 9.65765778261753, 32.8653846153847, 13.3056286527979, 42.7153846153846, 56.8342146408847, 133.265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1095, '2021-05-23 00:00:00', 5.19811356314814, 17.5961538461538, 8.09892680449793, 26.4692307692308, 9.67908132957952, 29.4692307692308, 14.1467430337001, 41.2923076923077, 57.0872244902482, 134 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1110, '2021-05-23 00:00:00', 6.5562946852624, 20.75, 6.56388721601883, 23.2307692307692, 6.76236758721495, 26.4807692307692, 14.0137624662881, 39.3923076923077, 56.3313342233664, 134.419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1125, '2021-05-23 00:00:00', 4.69373559610614, 11.8653846153846, 6.07152876452558, 14.7884615384615, 8.3096098214426, 20.0192307692308, 15.1057345198643, 34.6192307692307, 56.1887549658771, 133.846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1140, '2021-05-23 00:00:00', 6.37884122585093, 9.51923076923077, 6.90064099586742, 13.3269230769231, 8.21920827180968, 18.3461538461538, 15.3224601358722, 35.8461538461539, 56.2202334231533, 133.923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1155, '2021-05-23 00:00:00', 3.67151195013716, 8.5, 5.56766074342234, 12.1730769230769, 6.57536193797609, 16.6538461538462, 14.4822740458281, 35.5884615384618, 56.1154849052723, 133.873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1170, '2021-05-23 00:00:00', 4.06679802225856, 8.67307692307692, 5.22626502904762, 12.4230769230769, 6.29496135504726, 16.5576923076923, 14.8729558388581, 34.419230769231, 56.2955985436216, 134.219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1185, '2021-05-23 00:00:00', 3.58377755147575, 8.28846153846154, 4.30348695827, 11, 6.29871781824255, 15.9230769230769, 16.4185978038978, 34.7346153846156, 56.7006406150216, 134.623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1200, '2021-05-23 00:00:00', 3.7349183906232, 7.98076923076923, 6.10249003402583, 11.9038461538462, 5.59670782349218, 16.0923076923076, 16.3417977544135, 34.3653846153849, 56.7736879738655, 134.373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1215, '2021-05-23 00:00:00', 4.84132848900604, 7.96153846153846, 5.26106891742031, 11.3269230769231, 5.46261841976892, 15.9500000000001, 15.0007528016225, 32.9461538461541, 56.882136171074, 133.930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1230, '2021-05-23 00:00:00', 3.28334960297934, 7.59615384615385, 3.41707252123568, 11.0038461538462, 4.60960368728652, 16.626923076923, 14.8050329280282, 32.0500000000003, 57.3657925409049, 133.715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1245, '2021-05-23 00:00:00', 3.17012011420092, 8.16153846153852, 4.98880747273338, 12.1500000000001, 5.68635749302331, 17.2884615384616, 13.8211922006082, 30.8846153846157, 57.6640215785838, 134.253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1260, '2021-05-23 00:00:00', 4.49964272085945, 8.80384615384617, 4.73686199276076, 12.1115384615383, 7.65089436702563, 17.3538461538462, 12.5637157658933, 29.5153846153849, 57.3795525091809, 134.523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1275, '2021-05-23 00:00:00', 4.30483985228783, 8.07307692307677, 4.99103349864702, 11.5192307692308, 10.5139328804869, 17.4961538461539, 12.2418701437071, 30.5461538461541, 57.3707526666547, 134.761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1290, '2021-05-23 00:00:00', 4.64749560350686, 8.88076923076922, 8.46673127372878, 13.0076923076923, 12.1044105121296, 18.3346153846154, 12.9592764517873, 30.673076923077, 57.3716998045337, 134.592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1305, '2021-05-23 00:00:00', 6.48933325957627, 9.32307692307687, 8.78445129848083, 13.7461538461539, 10.48789778745, 18.8, 11.5164237237354, 29.9192307692309, 57.3748709400258, 134.569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1320, '2021-05-23 00:00:00', 3.49448796733464, 9.37692307692298, 5.25967094612752, 12.5576923076922, 8.23977314848299, 20.7115384615385, 11.0029003169444, 29.9692307692309, 57.3632491569834, 134.665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1335, '2021-05-23 00:00:00', 4.32334806157677, 8.14230769230775, 5.16559773888756, 12.2500000000002, 8.22053432663517, 21.4038461538465, 11.7682447550764, 30.1038461538462, 57.3652384690884, 134.646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1350, '2021-05-23 00:00:00', 4.54552357989532, 9.84615384615381, 6.85340678899072, 17.7038461538462, 7.65253200933173, 20.2730769230771, 12.2858968552751, 31.2384615384615, 57.3569242014088, 134.434615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1365, '2021-05-23 00:00:00', 6.38940950684441, 15.4153846153847, 7.19767911311606, 18.7461538461541, 10.2558471127451, 20.7000000000002, 11.6913070928132, 31.5115384615385, 57.9666174488519, 134.607692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1380, '2021-05-23 00:00:00', 5.56287142234488, 11.2076923076924, 5.58706886135655, 11.3423076923077, 6.83127648844188, 14.4076923076924, 12.190175741776, 28.6038461538462, 57.5577922279325, 133.676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1395, '2021-05-23 00:00:00', 1.15340966102851, 2.23461538461547, 5.04638941757809, 7.67307692307689, 5.28696655792456, 10.2192307692308, 13.0191037148668, 29.6884615384616, 60.8689426934244, 135.346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1410, '2021-05-23 00:00:00', 4.55752294394831, 7.06923076923057, 4.65646448912267, 9.18846153846149, 4.90681315974167, 10.1807692307693, 11.900754339375, 33.5653846153848, 60.8689426934244, 135.346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 2, 1425, '2021-05-23 00:00:00', 2.5815111853333, 5.15000000000006, 3.119654813252, 5.92307692307699, 3.5400825718314, 7.25384615384624, 13.0984937478147, 34.6576923076923, 61.3238311061733, 135.288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 0, '2021-05-23 00:00:00', 1.23811892059626, 1.84230769230771, 2.40960896923439, 3.76923076923087, 2.54441469769477, 4.77307692307697, 13.7071345824554, 36.1076923076921, 61.3238311061733, 135.288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 15, '2021-05-23 00:00:00', 1.54701200830681, 2.27307692307711, 1.92609609153981, 3.07692307692322, 5.61672913303164, 10.973076923077, 13.7204642217945, 37.0923076923077, 61.3238311061733, 135.288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 30, '2021-05-23 00:00:00', 1.63729608242914, 1.69230769230769, 1.99921523064961, 2.63846153846155, 6.25814546134745, 13.0961538461537, 13.7740402429858, 37.4538461538461, 61.3238311061733, 135.288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 45, '2021-05-23 00:00:00', 1.31280674071299, 1.81153846153844, 4.91384386590173, 10.2115384615385, 6.20182727415582, 14.1884615384615, 13.8099256389689, 37.8269230769231, 61.3238311061733, 135.288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 60, '2021-05-23 00:00:00', 4.76671149342372, 9.70769230769247, 5.90296535649666, 12.25, 6.94540135629331, 15.2500000000001, 13.4168871776753, 38.5615384615384, 61.3238311061733, 135.288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 75, '2021-05-23 00:00:00', 3.00076913217512, 5.23076923076909, 4.22372056185268, 8.43076923076919, 7.22052736194631, 13.6192307692306, 13.0488337233052, 37.6615384615383, 61.3238311061733, 135.288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 90, '2021-05-23 00:00:00', 4.08849793746032, 6.86923076923075, 4.94737848220194, 8.9846153846155, 9.42851974677817, 17.9538461538461, 13.0149860368142, 37.4115384615384, 62.0487277499274, 135.930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 105, '2021-05-23 00:00:00', 2.8022408615526, 5.08461538461541, 6.08284978759643, 10.7115384615384, 9.47650698387247, 18.5538461538461, 12.9854433294186, 36.9423076923076, 62.1011206389658, 135.803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 120, '2021-05-23 00:00:00', 5.15663127960946, 8.52692307692286, 7.64405550839233, 14.6961538461537, 11.0375638337731, 20.3692307692306, 12.6487871112063, 36.9692307692307, 62.971581013856, 136.680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 135, '2021-05-23 00:00:00', 5.58367400414938, 10.1307692307693, 6.91108808086962, 13.7076923076925, 11.5017296358149, 20.946153846154, 13.8325463477099, 36.0576923076921, 63.5198871341761, 136.761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 150, '2021-05-23 00:00:00', 4.38566370733643, 7.72692307692296, 9.02906077405276, 12.4076923076922, 11.3703128973927, 23.0192307692308, 13.345109735261, 34.2346153846153, 63.8528438014978, 136.238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 165, '2021-05-23 00:00:00', 8.55684431407883, 8.80384615384624, 9.75980769041297, 14.623076923077, 13.5244081343554, 23.3807692307694, 15.0946699711676, 34.8115384615384, 63.8990030017323, 136.153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 180, '2021-05-23 00:00:00', 5.37172225640905, 10.4500000000001, 7.84771206246678, 17.3461538461539, 11.986322975022, 23.0076923076923, 16.8144356477955, 34.7269230769231, 63.9542534821692, 136.042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 195, '2021-05-23 00:00:00', 5.75208992119736, 12.6576923076923, 10.5148020208878, 17.2115384615385, 12.2765624103569, 21.6038461538461, 18.2853068378372, 34.926923076923, 64.9415459056479, 135.796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 210, '2021-05-23 00:00:00', 8.0092907589586, 11.0923076923078, 9.78183953126335, 14.903846153846, 9.9141825373865, 18.4307692307691, 17.371286653556, 33.3999999999999, 67.0885711922335, 135.996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 225, '2021-05-23 00:00:00', 7.07645717529944, 9.52307692307676, 7.28066881965798, 13.4423076923077, 7.11584580625962, 16.8615384615383, 15.2757852624545, 31.5807692307691, 67.9127634996091, 136.276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 240, '2021-05-23 00:00:00', 5.45209627997848, 9.51538461538453, 5.53523121607265, 11.5961538461537, 6.67520901430168, 17.4192307692307, 16.0368407592787, 31.8115384615383, 68.3843567356882, 136.476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 255, '2021-05-23 00:00:00', 4.21599883228713, 7.3230769230768, 5.72875607386526, 10.7769230769229, 7.49916918475241, 16.6923076923075, 16.1783925226021, 30.903846153846, 68.4103412110728, 136.396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 270, '2021-05-23 00:00:00', 3.76524184533304, 7.77692307692307, 6.33399254329078, 12.9115384615384, 7.7871146033789, 16.7653846153845, 16.3629830833078, 30.9807692307691, 68.4701632942297, 136.361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 285, '2021-05-23 00:00:00', 5.44823048196529, 8.11923076923068, 6.43713863810266, 11.4346153846151, 7.74984267830401, 14.8615384615383, 16.5647261929122, 30.2846153846153, 68.6943021934583, 136.434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 300, '2021-05-23 00:00:00', 4.79920666520912, 7.80384615384593, 5.78230191053868, 10.0692307692307, 6.673755718081, 14.2307692307692, 17.1054431282965, 30.8461538461539, 68.3990028042471, 136.296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 315, '2021-05-23 00:00:00', 3.0484018511598, 6.5653846153845, 4.91727410415418, 9.7961538461537, 6.37425712112031, 14.2346153846152, 20.6178850664994, 36.8038461538461, 67.6476345598165, 136.038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 330, '2021-05-23 00:00:00', 4.62246188152504, 7.13461538461517, 4.549542665097, 9.70769230769226, 7.41913637934928, 14.1038461538461, 22.014617521442, 37.8538461538462, 66.9400219484693, 135.942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 345, '2021-05-23 00:00:00', 2.90885121390158, 6.16923076923096, 5.17156277526061, 9.88846153846155, 8.2574097260955, 14.6807692307693, 22.9474516768536, 38.8923076923078, 67.0543541866196, 135.380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 360, '2021-05-23 00:00:00', 3.90879088131437, 7.0230769230768, 6.89881595191979, 9.93846153846146, 10.8215916645311, 14.4269230769231, 25.7464802672878, 40.7269230769232, 67.3788048162147, 135.357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 375, '2021-05-23 00:00:00', 5.67598449610283, 6.4999999999999, 7.33975581232878, 10.3192307692308, 10.9234145126596, 14.6538461538462, 28.5413796766406, 55.3346153846155, 67.3463232963648, 135.461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 390, '2021-05-23 00:00:00', 6.33921130741048, 7.00000000000007, 9.32708215566168, 9.16153846153845, 11.9051695300177, 14.1115384615385, 28.9065081838781, 60.6692307692309, 67.425081386677, 135.4 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 405, '2021-05-23 00:00:00', 5.20201883887418, 5.24999999999993, 8.2411612325897, 9.79230769230774, 10.009567730619, 13.5230769230769, 27.7316581101539, 65.0384615384616, 67.2944766278437, 136.453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 420, '2021-05-23 00:00:00', 5.52463712696262, 6.98076923076941, 6.94961758770821, 9.19615384615389, 8.05909710537393, 13.7769230769231, 26.5020327231994, 67.4576923076923, 66.4779117741086, 136.134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 435, '2021-05-23 00:00:00', 3.58459953776626, 5.31538461538443, 4.52939799022409, 8.72307692307686, 8.79094639168813, 15.0076923076923, 26.3208104270833, 70.6884615384615, 64.6280902251789, 135.526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 450, '2021-05-23 00:00:00', 3.4741064152694, 6.46923076923073, 4.92265719364601, 10.1153846153847, 8.15424759534288, 15.9846153846154, 24.0268173890374, 73.7346153846155, 64.525221783066, 135.376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 465, '2021-05-23 00:00:00', 4.91692837200061, 7.35384615384611, 8.41909642511498, 11.7038461538461, 8.84263448387333, 15.8538461538463, 23.74125523219, 75.4000000000001, 64.5362862748846, 135.323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 480, '2021-05-23 00:00:00', 4.88533913475174, 8.14230769230748, 5.61357146702382, 11.1461538461538, 7.21738499415449, 15.276923076923, 24.1934981729832, 77.3846153846155, 63.7010036148448, 134.211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 495, '2021-05-23 00:00:00', 3.76087551181699, 6.55384615384638, 5.03145949157739, 9.89615384615403, 12.3942492868513, 24.4307692307692, 24.8388074159398, 78.4346153846154, 63.057480005273, 133.746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 510, '2021-05-23 00:00:00', 3.56243650415764, 7.0153846153845, 6.13086014796025, 10.476923076923, 13.6589086172865, 25.9538461538462, 23.4966043373209, 78.9807692307694, 62.3890759668711, 133.5 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 525, '2021-05-23 00:00:00', 4.3164515340904, 7.2846153846152, 10.7857684009996, 21.1, 13.9187228636052, 27.773076923077, 22.0356679394671, 79.2884615384616, 61.321177794901, 132.873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 540, '2021-05-23 00:00:00', 10.7664757465013, 19.6500000000001, 12.3242206806198, 23.0807692307693, 17.5404433765556, 29.8346153846155, 21.6211182376433, 79.9346153846154, 60.9637839528204, 132.484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 555, '2021-05-23 00:00:00', 4.65403216411489, 9.68076923076919, 6.90854097921833, 15.3923076923077, 14.3118434011297, 41.7615384615385, 19.4370197937219, 78.5423076923077, 59.5536717204291, 131.669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 570, '2021-05-23 00:00:00', 6.12527675983833, 10.9692307692307, 7.54718592487399, 17.1807692307692, 15.5750100629674, 48.7423076923077, 20.102687535597, 79.826923076923, 59.3659617574299, 131.769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 585, '2021-05-23 00:00:00', 6.09603654339958, 13.5384615384615, 11.8211186506966, 39.726923076923, 15.5211161375027, 53.1769230769231, 21.1218618060493, 81.076923076923, 59.0705523407913, 132.215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 600, '2021-05-23 00:00:00', 10.3334386264278, 36.8653846153846, 15.0149141240914, 46.173076923077, 16.3361764663112, 55.5115384615385, 24.0177860377231, 82.326923076923, 58.4997573959468, 132.619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 615, '2021-05-23 00:00:00', 10.9737624148904, 26.7115384615385, 14.0813728570214, 36.5884615384617, 14.4491708572337, 47.7423076923078, 26.031865975259, 76.2730769230769, 57.0457075847619, 135.834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 630, '2021-05-23 00:00:00', 9.89529180974462, 23.9000000000002, 10.2881268385528, 31.9653846153847, 12.2570526009125, 46.2423076923078, 28.2182243349113, 74.3538461538462, 58.5530698137629, 135.896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 645, '2021-05-23 00:00:00', 8.03655111637784, 20.3846153846154, 10.030645350816, 32.0769230769231, 11.4520303876649, 44.5500000000001, 31.2894636972502, 75.2576923076923, 58.7141766395608, 137.042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 660, '2021-05-23 00:00:00', 9.82948860082993, 24.3269230769231, 11.347449730429, 32.2307692307693, 17.8777838068972, 44.4346153846155, 32.4668038748221, 73.9153846153847, 59.8932446428324, 136.834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 675, '2021-05-23 00:00:00', 7.79013182469677, 19.3846153846154, 10.7575554844026, 28.5500000000001, 17.0508312452457, 40.6269230769231, 33.4753374200265, 70.4307692307693, 59.1059950102682, 136.976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 690, '2021-05-23 00:00:00', 8.04548607318701, 19.3769230769232, 13.1336824761609, 26.7807692307693, 16.3556529865177, 38.1461538461539, 31.5946326989985, 66.6192307692309, 59.0465563380678, 135.730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 705, '2021-05-23 00:00:00', 6.35455620916083, 17.5961538461539, 9.73346724530288, 26.9038461538462, 13.7941598567599, 36.3269230769231, 30.5538092803249, 67.7384615384616, 56.1838202825195, 135.538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 720, '2021-05-23 00:00:00', 8.05273484361293, 18.0576923076923, 9.63008107642198, 24.0384615384615, 11.8402345350991, 33.6346153846154, 30.2319741588019, 69.0115384615385, 54.1716315199981, 133.538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 735, '2021-05-23 00:00:00', 5.1170905194862, 15.2692307692307, 8.37964566902814, 22.4615384615384, 12.4914124347643, 30.8461538461538, 29.7028783893984, 68.2461538461539, 53.2364006469835, 132.365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 750, '2021-05-23 00:00:00', 7.26953601312724, 15.6153846153846, 9.30965173272428, 22.0192307692307, 14.1790202547502, 30.7307692307692, 28.1397621771155, 68.1692307692308, 52.3459811108888, 131.257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 765, '2021-05-23 00:00:00', 4.87710506818893, 14.6153846153846, 7.84248783133361, 21.2692307692308, 12.6773571620975, 28.1538461538462, 28.9332707077191, 69.8846153846155, 50.7933146721555, 129.219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 780, '2021-05-23 00:00:00', 4.59933105503897, 14.423076923077, 8.7223188518791, 19.673076923077, 12.6828169644541, 28.5769230769231, 31.468110598118, 72.4961538461539, 48.8051266222655, 127.403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 795, '2021-05-23 00:00:00', 7.4551221421145, 14.673076923077, 9.2742198510793, 20.3653846153846, 12.258827274819, 29.8269230769231, 36.1382458814013, 75.219230769231, 48.8423070078199, 127.615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 810, '2021-05-23 00:00:00', 6.80870483561017, 15.0384615384616, 10.2994398652772, 21.9615384615385, 11.1150798467667, 30.25, 35.7635560097362, 76.4076923076926, 46.8965199627368, 125.696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982750 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 982750, 3, 825, '2021-05-23 00:00:00', 8.21087459035038[...];[ Date: 2021-05-23 15:49:34 - Database: acaweb_fx - User: pgperfstats ]
16 17s687ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982665, 1, 945, '2021-05-23 00:00:00', 0.0080238107194484, 0.0113076923076926, 0.0098933544128605, 0.0155384615384618, 0.0138350280086454, 0.0233000000000002, 0.0245222661771202, 0.048807692307692, 0.0463116574458807, 0.120780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 960, '2021-05-23 00:00:00', 0.0077804488697882, 0.0108461538461538, 0.0131189235018032, 0.0153846153846152, 0.016495077587431, 0.0305961538461537, 0.0242569111484032, 0.0484423076923074, 0.0459342267227321, 0.121003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 975, '2021-05-23 00:00:00', 0.00774797740356529, 0.00863461538461562, 0.00933420508749325, 0.0161461538461538, 0.0148942182897102, 0.0310576923076923, 0.0233698862773309, 0.0474038461538461, 0.0459247171592143, 0.120773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 990, '2021-05-23 00:00:00', 0.00777730920444419, 0.0120576923076924, 0.0127652894751589, 0.0239692307692307, 0.016595951777003, 0.0322192307692308, 0.0232649597860418, 0.0468346153846153, 0.0456158739239548, 0.122234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1005, '2021-05-23 00:00:00', 0.0120688333513029, 0.0168076923076921, 0.0146488040992589, 0.0244115384615381, 0.0159293019790093, 0.0297884615384611, 0.0219492957658184, 0.0435961538461534, 0.0453681075714578, 0.122196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1020, '2021-05-23 00:00:00', 0.00973559685657936, 0.0136230769230767, 0.0127354169996052, 0.0180269230769231, 0.0151688689299954, 0.0258461538461541, 0.0197460543283574, 0.0372115384615384, 0.0440833436188246, 0.120696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1035, '2021-05-23 00:00:00', 0.00674776886203039, 0.0101038461538461, 0.00806235315906875, 0.0136923076923073, 0.0176576851867353, 0.027423076923077, 0.0190961937407592, 0.0362307692307691, 0.0434935441716972, 0.120896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1050, '2021-05-23 00:00:00', 0.00587409567508015, 0.00974999999999982, 0.0125267099247349, 0.0194615384615389, 0.0158835183081751, 0.0256153846153846, 0.0181536603641075, 0.0351538461538463, 0.0435533174573241, 0.121088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1065, '2021-05-23 00:00:00', 0.00932121236749825, 0.0147500000000002, 0.0119733036376767, 0.0204999999999999, 0.0118022813961471, 0.0225769230769229, 0.0176266843166827, 0.0325000000000001, 0.044143468895793, 0.121876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1080, '2021-05-23 00:00:00', 0.00890695493161665, 0.0130769230769233, 0.0103519786291538, 0.015711538461539, 0.0107370673549444, 0.0182692307692311, 0.0178866194079863, 0.0298653846153851, 0.0443693345245772, 0.122223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1095, '2021-05-23 00:00:00', 0.00556047175641109, 0.00882692307692314, 0.00556240816691681, 0.010903846153846, 0.00999692260340466, 0.0154615384615385, 0.016211249655243, 0.0267692307692311, 0.0441072966229466, 0.122319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1110, '2021-05-23 00:00:00', 0.00430710504238675, 0.00636538461538454, 0.00475232736505073, 0.00873076923076911, 0.00977392528028593, 0.0145192307692307, 0.0166180277456091, 0.0258269230769231, 0.0442513459160803, 0.122280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1125, '2021-05-23 00:00:00', 0.00405863277471589, 0.00557999999999993, 0.0101582068627619, 0.0112200000000003, 0.0100326085009497, 0.0154360000000001, 0.0174282337984468, 0.0259200000000003, 0.0445487908552708, 0.120932 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1140, '2021-05-23 00:00:00', 0.0104938810009235, 0.00830769230769262, 0.010173721805938, 0.0107692307692309, 0.0104038136498852, 0.0149576923076926, 0.016862676126696, 0.0257769230769235, 0.0439467588723514, 0.122780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1155, '2021-05-23 00:00:00', 0.00447196394646236, 0.00546153846153885, 0.00551291072078819, 0.0082461538461543, 0.00719345535886607, 0.0126500000000004, 0.0111603556601724, 0.024392307692308, 0.0439523036938904, 0.12305 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1170, '2021-05-23 00:00:00', 0.00503353788335717, 0.00552083333333305, 0.00573789683986468, 0.00847916666666659, 0.00788797929708907, 0.0129750000000003, 0.0120419074997233, 0.024516666666667, 0.045096806500258, 0.122575 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1185, '2021-05-23 00:00:00', 0.00396877233488563, 0.00536538461538496, 0.0059226514332686, 0.00865000000000034, 0.00734187672507182, 0.0120653846153848, 0.0163395475881254, 0.0261807692307693, 0.0436955199252561, 0.123338461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1200, '2021-05-23 00:00:00', 0.00569583976071235, 0.00562083333333326, 0.00761969226051355, 0.00851666666666665, 0.00818757343146679, 0.0122375000000002, 0.0172041972255008, 0.0280125000000001, 0.0449509730916255, 0.122095833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1215, '2021-05-23 00:00:00', 0.00635413251356946, 0.00549999999999983, 0.00675789661556525, 0.00776000000000025, 0.00791491208626742, 0.0127000000000002, 0.0157168982839075, 0.028162, 0.0440256565349492, 0.122252 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1230, '2021-05-23 00:00:00', 0.00246888327293663, 0.00384615384615404, 0.00536613311569764, 0.00684615384615415, 0.00707389567353126, 0.0110000000000003, 0.0158251022599691, 0.0274615384615383, 0.0434088293039383, 0.123838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1245, '2021-05-23 00:00:00', 0.00589487464679718, 0.00485416666666675, 0.00707487773233851, 0.0081458333333333, 0.00994875911714672, 0.0121041666666667, 0.0169997909993553, 0.0272937499999997, 0.0420461028454805, 0.125554166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1260, '2021-05-23 00:00:00', 0.00465241093802247, 0.00541666666666648, 0.00526881548990534, 0.00772916666666701, 0.00772910929116551, 0.01125, 0.0170822005633632, 0.0279374999999999, 0.0402019972104635, 0.129366666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1275, '2021-05-23 00:00:00', 0.00424372467700223, 0.00465909090909135, 0.00704688227399524, 0.00870454545454535, 0.00738186176495362, 0.0107045454545454, 0.0183560203979101, 0.0305590909090907, 0.0415563584874313, 0.131195454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1290, '2021-05-23 00:00:00', 0.0066588227899992, 0.00610869565217389, 0.00713145900288866, 0.00769565217391318, 0.00679230266508134, 0.00939130434782629, 0.0213268781406302, 0.0326869565217389, 0.0410319161421019, 0.130621739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1305, '2021-05-23 00:00:00', 0.00331668277280037, 0.00409615384615359, 0.00377012548250693, 0.00657692307692278, 0.00563259743334771, 0.00911538461538469, 0.0209146706882989, 0.0344249999999996, 0.0432511138140263, 0.124973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1320, '2021-05-23 00:00:00', 0.00287033903116805, 0.00467307692307655, 0.00291098714422559, 0.00542307692307699, 0.00549671230408218, 0.00892307692307744, 0.0226728316748005, 0.0375980769230765, 0.043276385459758, 0.125607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1335, '2021-05-23 00:00:00', 0.00248170226938009, 0.00332692307692284, 0.00525547333738823, 0.00650000000000002, 0.00605236762318332, 0.0106346153846157, 0.022835171253, 0.0396269230769227, 0.0433892196820294, 0.125703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1350, '2021-05-23 00:00:00', 0.00557594421117651, 0.00563461538461496, 0.0056034330136499, 0.00753846153846187, 0.0087584903862572, 0.0121346153846157, 0.0317723717063447, 0.0450403846153844, 0.0432598383652164, 0.126280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1365, '2021-05-23 00:00:00', 0.00377180838080872, 0.00555769230769247, 0.00468992373236328, 0.00865384615384621, 0.0109490006568917, 0.0150692307692305, 0.0335193501520444, 0.0480788461538455, 0.043129411702992, 0.126415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1380, '2021-05-23 00:00:00', 0.00350230693203148, 0.00588461538461574, 0.0063517714064662, 0.00875000000000065, 0.011496376017618, 0.0177115384615386, 0.0354219484869957, 0.0523211538461532, 0.0433080317653048, 0.127319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1395, '2021-05-23 00:00:00', 0.00508726514609488, 0.00511200000000045, 0.0107047684078948, 0.0111040000000001, 0.0106250882349281, 0.0183799999999998, 0.0348876014270589, 0.0557339999999995, 0.0415637694793595, 0.130612 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1410, '2021-05-23 00:00:00', 0.010255220059147, 0.00860769230769233, 0.0115109078703639, 0.0140500000000001, 0.011623283165202, 0.018736538461538, 0.0344866770819375, 0.0568019230769228, 0.0438483996725786, 0.128184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 1, 1425, '2021-05-23 00:00:00', 0.00864640876985304, 0.00990384615384603, 0.00771627158123604, 0.0150086538461535, 0.00969306889562774, 0.0176038461538457, 0.0345136152063989, 0.0595211538461535, 0.0449151278695552, 0.127963461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 0, '2021-05-23 00:00:00', 0.00538528496531136, 0.00836562499999986, 0.00741759370224093, 0.010284375, 0.00744456201688099, 0.0139333333333333, 0.0206306138604954, 0.0538874999999998, 0.0385077283792173, 0.121116666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 15, '2021-05-23 00:00:00', 0.00336683926222324, 0.00358235294117648, 0.00408286186754019, 0.00681617647058797, 0.00649907374622148, 0.0141970588235288, 0.0167103074478001, 0.0497499999999999, 0.0350529667494955, 0.114338235294118 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 30, '2021-05-23 00:00:00', 0.00758408892101826, 0.00553452380952347, 0.00782504754283481, 0.00900595238095241, 0.00960042409777532, 0.0180285714285715, 0.0204886147246058, 0.057833333333333, 0.0392067351781985, 0.117766666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 45, '2021-05-23 00:00:00', 0.00607788051700133, 0.00388000000000019, 0.0074701264697248, 0.0108399999999998, 0.0117281050203526, 0.0181650000000005, 0.0219526254274494, 0.065375, 0.0389459794560303, 0.12173 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 60, '2021-05-23 00:00:00', 0.00581098523549258, 0.00648695652173869, 0.00986799033246313, 0.012878260869565, 0.013462235277105, 0.0214217391304346, 0.0271514745303078, 0.0654565217391303, 0.0370802344192298, 0.123308695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 75, '2021-05-23 00:00:00', 0.0103500000000005, 0.0101800000000006, 0.0118519337381431, 0.0140200000000007, 0.0160855266207443, 0.0281600000000006, 0.0348103552600851, 0.0718600000000002, 0.0438754100645609, 0.129284 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 90, '2021-05-23 00:00:00', 0.00630241101606234, 0.0085961538461539, 0.0107844082609321, 0.0167115384615383, 0.0182557156486991, 0.0291346153846158, 0.0331985866242244, 0.073384615384615, 0.0440493564084657, 0.1271 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 105, '2021-05-23 00:00:00', 0.0110798673971516, 0.0132884615384613, 0.0165275178461213, 0.0238269230769232, 0.0225536369231559, 0.0309423076923077, 0.0331960609340693, 0.0744615384615382, 0.0437061281128338, 0.127271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 120, '2021-05-23 00:00:00', 0.0121928257594375, 0.0167499999999999, 0.0140958804674929, 0.0210769230769231, 0.0190660794243434, 0.0308461538461534, 0.0314647360609397, 0.0734807692307692, 0.0429543453967299, 0.125117307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 135, '2021-05-23 00:00:00', 0.00783515254380007, 0.012519230769231, 0.0122817563264192, 0.0188076923076923, 0.0132055349700857, 0.0316153846153842, 0.0321551766379129, 0.0731538461538461, 0.0431875516252618, 0.12576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 150, '2021-05-23 00:00:00', 0.00903712428732783, 0.0120192307692309, 0.0101558054636441, 0.0204038461538463, 0.0125631941063503, 0.0320769230769231, 0.0338611645035793, 0.0730384615384617, 0.0436234384776742, 0.126603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 165, '2021-05-23 00:00:00', 0.00833299742912716, 0.0161730769230771, 0.0115786275259469, 0.0252692307692306, 0.0212060949148694, 0.0370384615384616, 0.0335430836617397, 0.0709615384615387, 0.0438430215480363, 0.125642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 180, '2021-05-23 00:00:00', 0.008911293612386, 0.0186346153846154, 0.0102783566480545, 0.0242307692307693, 0.0212579125540076, 0.038673076923077, 0.0326479119370009, 0.0681153846153846, 0.0443331383261573, 0.124565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 195, '2021-05-23 00:00:00', 0.0104388512483229, 0.0160192307692307, 0.0205464202384594, 0.0258461538461541, 0.0216200049811419, 0.037769230769231, 0.0320085325162863, 0.0676153846153849, 0.0445591914026902, 0.124507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 210, '2021-05-23 00:00:00', 0.0128983004247125, 0.0178846153846158, 0.0139620502131255, 0.0261730769230769, 0.017513039098384, 0.0379423076923077, 0.0334467257222358, 0.0672115384615385, 0.045305789237818, 0.123642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 225, '2021-05-23 00:00:00', 0.00785809235022177, 0.0175192307692309, 0.0155575976986755, 0.0271730769230773, 0.0174950806272466, 0.0397230769230773, 0.0318921077770276, 0.0660576923076925, 0.0430966355995459, 0.1235 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 240, '2021-05-23 00:00:00', 0.0129513884019613, 0.0200384615384617, 0.0133183649955186, 0.0273269230769229, 0.0200215595335093, 0.0398730769230769, 0.0319687407417839, 0.0652961538461536, 0.040856809054965, 0.122373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 255, '2021-05-23 00:00:00', 0.0081645811047098, 0.0165961538461538, 0.0111182455727242, 0.0263461538461541, 0.0182045493046278, 0.0361807692307696, 0.0308636766841141, 0.0622576923076926, 0.0401974941813735, 0.121142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 270, '2021-05-23 00:00:00', 0.00991331660716299, 0.0190769230769233, 0.0145112009787662, 0.0272846153846156, 0.0196010035064926, 0.0348423076923078, 0.0300868939010889, 0.0599961538461538, 0.0408773634931836, 0.122526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 285, '2021-05-23 00:00:00', 0.0107221101539689, 0.017073076923077, 0.0147914902770269, 0.0215538461538465, 0.016761254313262, 0.0300730769230772, 0.0297334652175986, 0.0560153846153844, 0.0424879213605287, 0.123488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 300, '2021-05-23 00:00:00', 0.00753701124196701, 0.0130576923076925, 0.010309536287416, 0.0200576923076923, 0.0146310128993705, 0.0294423076923082, 0.0296265992752356, 0.0536538461538463, 0.0450593113402939, 0.124192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 315, '2021-05-23 00:00:00', 0.00838636714234192, 0.0148653846153844, 0.0105111113369834, 0.0197115384615384, 0.0152805054286123, 0.0289230769230769, 0.0299589783640129, 0.0529038461538458, 0.0452965272909015, 0.123653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 330, '2021-05-23 00:00:00', 0.00598591295009861, 0.0118653846153846, 0.00876926450735841, 0.0190000000000001, 0.0137593744267464, 0.0274038461538462, 0.0304669467809601, 0.0530269230769229, 0.0450527425955913, 0.12298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 345, '2021-05-23 00:00:00', 0.00735966136344743, 0.0144307692307695, 0.0104516027479045, 0.0187000000000001, 0.014990635538434, 0.0280653846153847, 0.0303565357301925, 0.054361538461538, 0.0462368193276575, 0.122911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 360, '2021-05-23 00:00:00', 0.00883570118239707, 0.0129807692307693, 0.0116486545938212, 0.0196346153846153, 0.0179806840804235, 0.03025, 0.0302584673464115, 0.0530269230769226, 0.0466639747392089, 0.121942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 375, '2021-05-23 00:00:00', 0.00894177748634956, 0.012653846153846, 0.0120295949161289, 0.0173653846153847, 0.0192027642240943, 0.0278846153846157, 0.0288599962684577, 0.0508538461538458, 0.0459716635130146, 0.121423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 390, '2021-05-23 00:00:00', 0.00659886353851902, 0.0107500000000005, 0.0112682672205557, 0.0189230769230772, 0.0192465481420599, 0.0249807692307698, 0.0254418628369742, 0.0517961538461538, 0.0462363992476123, 0.121230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 405, '2021-05-23 00:00:00', 0.00914239911283965, 0.0142884615384614, 0.0129012223630759, 0.017692307692308, 0.0189666508945, 0.0244230769230774, 0.0259787146599789, 0.053680769230769, 0.0460207185782834, 0.120942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 420, '2021-05-23 00:00:00', 0.00789673739834765, 0.0104615384615388, 0.0120675024501597, 0.0152307692307697, 0.0170700479923615, 0.0219423076923081, 0.0236595223958557, 0.05295, 0.0478058091095148, 0.121346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 435, '2021-05-23 00:00:00', 0.00740854496251077, 0.010442307692308, 0.00971905345185446, 0.0155000000000004, 0.0129489916447339, 0.0222961538461542, 0.0233053724410359, 0.052596153846154, 0.0473912844957154, 0.121423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 450, '2021-05-23 00:00:00', 0.0061837566376636, 0.0113269230769235, 0.00981045360826898, 0.0152500000000003, 0.0125916975088288, 0.0220269230769233, 0.0235518821720508, 0.0538653846153849, 0.047477156450396, 0.121296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 465, '2021-05-23 00:00:00', 0.00637654958542502, 0.00940384615384637, 0.00884167143961812, 0.0148346153846152, 0.0109102774413006, 0.020584615384615, 0.0273610334937511, 0.0563846153846156, 0.0479477897140371, 0.121142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 480, '2021-05-23 00:00:00', 0.00657138903475967, 0.0110653846153842, 0.00788564421055058, 0.0153538461538459, 0.00926314450679966, 0.0202769230769228, 0.0281293331704717, 0.058046153846154, 0.0479882293260144, 0.121815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 495, '2021-05-23 00:00:00', 0.00474540263348082, 0.0100269230769232, 0.00827898172854239, 0.0146923076923075, 0.00936961127179892, 0.0204807692307689, 0.0270204822595467, 0.0567384615384616, 0.0479102558476223, 0.121430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 510, '2021-05-23 00:00:00', 0.00490952762885211, 0.00978846153846114, 0.0054171593464304, 0.013180769230769, 0.0104008727444458, 0.0245846153846156, 0.026769509636037, 0.0573230769230771, 0.0479498014754858, 0.121488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 525, '2021-05-23 00:00:00', 0.00502140801583966, 0.00925769230769219, 0.00678746015712949, 0.0150192307692306, 0.0125053342464482, 0.026853846153846, 0.0274195620792059, 0.0587961538461541, 0.0485924598455993, 0.121834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 540, '2021-05-23 00:00:00', 0.00570363581748247, 0.0115115384615384, 0.0104613023163391, 0.0203269230769233, 0.0154889042170891, 0.0271153846153847, 0.0276899015193965, 0.0603230769230772, 0.0497134628105448, 0.122296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 555, '2021-05-23 00:00:00', 0.00817717272938201, 0.0136153846153846, 0.0106428198981574, 0.0199807692307693, 0.0128007962492727, 0.026103846153846, 0.0266349328167702, 0.059573076923077, 0.0506027271992331, 0.1222 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 570, '2021-05-23 00:00:00', 0.00680873307993833, 0.014173076923077, 0.0104187257452079, 0.0182769230769231, 0.0128658283239575, 0.0290076923076925, 0.0257640691960427, 0.058361538461539, 0.0508023507935787, 0.121026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 585, '2021-05-23 00:00:00', 0.00837434268373433, 0.0119807692307695, 0.00890118833898895, 0.0173653846153845, 0.0161256126896121, 0.0303461538461539, 0.0255144520132898, 0.0583615384615388, 0.052553129892885, 0.121488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 600, '2021-05-23 00:00:00', 0.00532223203610635, 0.0128846153846154, 0.0103993527905127, 0.0224423076923079, 0.0152458317128126, 0.0311538461538462, 0.0243814342986947, 0.0585923076923082, 0.0536527244988904, 0.121373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 615, '2021-05-23 00:00:00', 0.00708544010901659, 0.0157115384615387, 0.0120878196799663, 0.0221538461538463, 0.0127738464781035, 0.0316346153846156, 0.0232887995529052, 0.056746153846154, 0.0536754986362133, 0.120334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 630, '2021-05-23 00:00:00', 0.00635189251023165, 0.0135576923076923, 0.00768144617794179, 0.0197692307692306, 0.0119605119519963, 0.0300769230769232, 0.0214813468278518, 0.0546115384615385, 0.0513269077730038, 0.118411538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 645, '2021-05-23 00:00:00', 0.00597054951729405, 0.0140884615384614, 0.00732437973220533, 0.0209423076923074, 0.0168405303223643, 0.0322884615384614, 0.019424081801881, 0.0525153846153848, 0.0501216834697933, 0.118065384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 660, '2021-05-23 00:00:00', 0.00690551618969627, 0.0143846153846152, 0.00792593115131477, 0.0205961538461539, 0.0171787547681613, 0.0321807692307694, 0.0190657372913179, 0.0502076923076924, 0.0502914551543149, 0.118161538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 675, '2021-05-23 00:00:00', 0.00616007617335472, 0.0144423076923081, 0.0123733584769853, 0.0230000000000006, 0.0135170206093591, 0.028623076923077, 0.018678764989647, 0.0481115384615388, 0.0504599399371574, 0.117507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 690, '2021-05-23 00:00:00', 0.0106266175239349, 0.0147500000000005, 0.0123860746870772, 0.0210269230769233, 0.0118210321038398, 0.0244000000000004, 0.0184426499847918, 0.0463423076923083, 0.0486790754289291, 0.119603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 705, '2021-05-23 00:00:00', 0.00634110521791057, 0.0139807692307692, 0.00625631988165054, 0.0166923076923075, 0.0111626161808068, 0.0242000000000002, 0.0193360392889704, 0.046919230769231, 0.048835658472693, 0.119007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 720, '2021-05-23 00:00:00', 0.00515736963368546, 0.0115384615384613, 0.00883805147338228, 0.0165653846153845, 0.0132516890070084, 0.0259384615384615, 0.0198091886216001, 0.0462653846153846, 0.0489991310754978, 0.119026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 735, '2021-05-23 00:00:00', 0.00751918571696132, 0.0108153846153846, 0.0105927406201679, 0.0171153846153849, 0.0126786222255596, 0.0244115384615387, 0.019925646403953, 0.0465461538461543, 0.0486349510284366, 0.118038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 750, '2021-05-23 00:00:00', 0.00754290293026432, 0.0128461538461544, 0.0104315202815612, 0.0179307692307697, 0.0107886585749182, 0.0233346153846161, 0.0218842760552306, 0.0483923076923085, 0.0498329362817555, 0.119192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 765, '2021-05-23 00:00:00', 0.00737119654205092, 0.011757692307692, 0.00957263105862838, 0.0169057692307691, 0.0102363321631263, 0.0225019230769232, 0.0214240142040514, 0.0476038461538467, 0.0515934253414282, 0.119192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 780, '2021-05-23 00:00:00', 0.00600164881191269, 0.0111673076923076, 0.0060617035559317, 0.0149750000000003, 0.00838417580005026, 0.0225903846153848, 0.0207299578833666, 0.0481346153846159, 0.0516184224716478, 0.118807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 795, '2021-05-23 00:00:00', 0.00586134665545212, 0.00915384615384655, 0.00615882731095395, 0.0131346153846154, 0.00706118861208102, 0.0195961538461541, 0.0227301223388364, 0.0504615384615389, 0.051784167464583, 0.1185 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 810, '2021-05-23 00:00:00', 0.00482816257453647, 0.00936538461538479, 0.0066695923067652, 0.0147884615384621, 0.0123508953272472, 0.019769230769231, 0.0241492474799144, 0.0511153846153853, 0.0518154862505852, 0.118230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 825, '2021-05-23 00:00:00', 0.00602817104550341, 0.0108269230769234, 0.00709162561378936, 0.013365384615385, 0.0128863821980353, 0.0198269230769235, 0.0243488192732211, 0.0512500000000005, 0.0511648955677769, 0.117942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 840, '2021-05-23 00:00:00', 0.00493063422352082, 0.00863461538461562, 0.00919483550695675, 0.0132500000000004, 0.0109735345964033, 0.0195384615384621, 0.0240513952897664, 0.0515192307692318, 0.051338110000871, 0.117307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 855, '2021-05-23 00:00:00', 0.00722796385840837, 0.00871153846153879, 0.00873034055199674, 0.0133269230769233, 0.00990951368829302, 0.0190384615384617, 0.0248835518735997, 0.052134615384616, 0.0522342836134981, 0.117596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 870, '2021-05-23 00:00:00', 0.0056884498361559, 0.00896153846153875, 0.00827312609505134, 0.0132692307692309, 0.0104213538172645, 0.0192307692307694, 0.0251587880348915, 0.0527307692307699, 0.0521142384205491, 0.117423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 885, '2021-05-23 00:00:00', 0.00555008662441083, 0.00871153846153852, 0.00620483682299589, 0.0125000000000002, 0.0101977373055911, 0.0214230769230774, 0.0252733136849005, 0.0519038461538468, 0.0523853620188515, 0.117615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 900, '2021-05-23 00:00:00', 0.00592961926394864, 0.0100961538461541, 0.00740446850531189, 0.0146153846153851, 0.0111476972441015, 0.0223653846153852, 0.0252004273468037, 0.0513076923076928, 0.0523441128862275, 0.117615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 915, '2021-05-23 00:00:00', 0.00681717288572422, 0.010576923076923, 0.00965299873694097, 0.0169038461538464, 0.0145864531461424, 0.0242307692307697, 0.0247438756991578, 0.051046153846154, 0.052163352888933, 0.117346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 930, '2021-05-23 00:00:00', 0.00683748154265512, 0.0118653846153852, 0.00953723472259323, 0.0148269230769236, 0.0167278326335298, 0.0244038461538469, 0.0250990545332196, 0.0487576923076928, 0.0520167872311058, 0.116615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 945, '2021-05-23 00:00:00', 0.00529004871287686, 0.00823076923076932, 0.00898742711535648, 0.0145769230769233, 0.0150243008284783, 0.0244807692307696, 0.0235907820980989, 0.0474500000000002, 0.0495168192093895, 0.115846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 960, '2021-05-23 00:00:00', 0.00800752050358814, 0.0110961538461542, 0.0150666723394588, 0.0162307692307695, 0.0167848489372455, 0.0266346153846158, 0.0229148994190374, 0.0474307692307696, 0.0496098935542248, 0.116192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 975, '2021-05-23 00:00:00', 0.0128087710333436, 0.0112692307692309, 0.0130994421490153, 0.0178461538461541, 0.0180617317510301, 0.0291153846153847, 0.020823005029571, 0.0450076923076926, 0.0485022283389757, 0.115384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 990, '2021-05-23 00:00:00', 0.00745419345066967, 0.01225, 0.0121890871747578, 0.018576923076923, 0.0167661403292014, 0.0297115384615385, 0.0193529027836612, 0.0433730769230771, 0.0481692888116005, 0.113596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1005, '2021-05-23 00:00:00', 0.00733663096019862, 0.0123846153846154, 0.0115568328107395, 0.0210961538461536, 0.0138045143117976, 0.028469230769231, 0.018083109416078, 0.0413269230769236, 0.0473561668472175, 0.113557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1020, '2021-05-23 00:00:00', 0.00799288144827366, 0.0141153846153842, 0.0112407911027379, 0.0196538461538461, 0.0115725537371839, 0.0262000000000006, 0.0159259343404204, 0.0383461538461541, 0.0467773048603694, 0.112625 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1035, '2021-05-23 00:00:00', 0.00847759490566834, 0.014519230769231, 0.00931606139953986, 0.0184500000000002, 0.0116082364658099, 0.0261346153846158, 0.01618661602873, 0.036942307692308, 0.046389986693085, 0.113144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1050, '2021-05-23 00:00:00', 0.00611899941543955, 0.0108153846153848, 0.00941921522127083, 0.0181807692307699, 0.011253734422916, 0.0240576923076927, 0.0151096123251185, 0.0355961538461542, 0.0447701920495525, 0.112701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1065, '2021-05-23 00:00:00', 0.00765411905195739, 0.0133923076923082, 0.00808267377695121, 0.0174807692307696, 0.00986337436408822, 0.022115384615385, 0.0146228088430897, 0.0339423076923081, 0.0434504414866477, 0.112394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1080, '2021-05-23 00:00:00', 0.00514446678107107, 0.0114923076923077, 0.00701582825857688, 0.0158769230769231, 0.00790024342370831, 0.0185769230769232, 0.0156598089191601, 0.0324807692307695, 0.0442236546953702, 0.112778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1095, '2021-05-23 00:00:00', 0.0058382030955262, 0.00973076923076924, 0.00658342908077098, 0.0121923076923076, 0.00817322081321334, 0.0173076923076924, 0.0165874952901271, 0.0307499999999999, 0.0440959279909673, 0.112605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1110, '2021-05-23 00:00:00', 0.0052072065447806, 0.00685999999999964, 0.00597041316269965, 0.00949999999999974, 0.00710739051973355, 0.01634, 0.0180380505228994, 0.0299279999999999, 0.0446277846936932, 0.11217 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1125, '2021-05-23 00:00:00', 0.00323942065095702, 0.00557692307692279, 0.00550876923291727, 0.010942307692308, 0.00814956346164473, 0.0163461538461536, 0.0182456401536198, 0.0285461538461539, 0.044409961850225, 0.113663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1140, '2021-05-23 00:00:00', 0.00460367745979742, 0.00807692307692325, 0.0059690548150115, 0.0114807692307693, 0.00835316614316829, 0.0158461538461537, 0.019612123409141, 0.028853846153846, 0.0443154698201946, 0.113644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1155, '2021-05-23 00:00:00', 0.00506708837651236, 0.00534615384615314, 0.00754629302780744, 0.00944230769230687, 0.00875205470380851, 0.012961538461538, 0.020221064797346, 0.0269115384615382, 0.0430427437376095, 0.113182692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1170, '2021-05-23 00:00:00', 0.00673690087008305, 0.00663999999999959, 0.00781691541892712, 0.00879999999999967, 0.00892379403617071, 0.0123079999999997, 0.0205252429949076, 0.0273679999999999, 0.0387808962849835, 0.10927 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1185, '2021-05-23 00:00:00', 0.00385731074115656, 0.00467307692307669, 0.00568429009166055, 0.00736538461538453, 0.00991336704424131, 0.0123730769230766, 0.0196098091623711, 0.0284692307692307, 0.0422599658250978, 0.112663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1200, '2021-05-23 00:00:00', 0.00555476233653457, 0.00534615384615382, 0.00546648530030547, 0.00773846153846168, 0.00960543516012614, 0.0122961538461536, 0.0178332520277324, 0.0289932692307692, 0.0421932561600145, 0.112605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1230, '2021-05-23 00:00:00', 0.00729837682966757, 0.00662500000000025, 0.00714244305217911, 0.00808333333333344, 0.00820554778748815, 0.0103833333333336, 0.0152235586881134, 0.0284499999999999, 0.0367718789624288, 0.109239583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1245, '2021-05-23 00:00:00', 0.00332941139499989, 0.00419565217391361, 0.00371568090462303, 0.00579130434782665, 0.00586583866477023, 0.0090521739130437, 0.0153201171866485, 0.0289576086956524, 0.0373433056950926, 0.109054347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1260, '2021-05-23 00:00:00', 0.00431994598731689, 0.00398800000000009, 0.00511363536700371, 0.00654800000000023, 0.0079053736997904, 0.010908, 0.0164015260976937, 0.0319629999999998, 0.0424863997847148, 0.11161 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1275, '2021-05-23 00:00:00', 0.00301806157196573, 0.00450000000000002, 0.00544671154612341, 0.00791666666666672, 0.00920410667637776, 0.0107916666666667, 0.0157660795752177, 0.0324822916666664, 0.0422569764735762, 0.113447916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1305, '2021-05-23 00:00:00', 0.00512899000403948, 0.00494230769230793, 0.0081807701348951, 0.00725000000000018, 0.00916768991957821, 0.0104423076923082, 0.0157810907113055, 0.0331759615384617, 0.041333541278426, 0.113278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1320, '2021-05-23 00:00:00', 0.00521633443401922, 0.00408333333333329, 0.00579632411002082, 0.00702083333333355, 0.00701315404865359, 0.0111458333333336, 0.0182168056952176, 0.0339197916666671, 0.0363140722488827, 0.110197916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1335, '2021-05-23 00:00:00', 0.00401818781708083, 0.00449999999999989, 0.00615582380081449, 0.0070400000000005, 0.0062254183259713, 0.0113800000000003, 0.0184056429300001, 0.0352790000000006, 0.036427862504773, 0.10977 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1350, '2021-05-23 00:00:00', 0.00527865197438428, 0.00498000000000033, 0.0061912572767307, 0.00804000000000002, 0.00730513518013216, 0.0113600000000007, 0.0184966870907556, 0.0364670000000005, 0.0364557380028619, 0.10985 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1365, '2021-05-23 00:00:00', 0.00470633778904721, 0.00601923076923068, 0.00439304520280068, 0.00832692307692321, 0.00770995859511987, 0.0132884615384616, 0.0174377572492741, 0.0379682692307692, 0.042231934007336, 0.113875 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1380, '2021-05-23 00:00:00', 0.00334639109091207, 0.00464000000000013, 0.00471257183853312, 0.00730000000000047, 0.00822030007562583, 0.0131399999999999, 0.0181378005373676, 0.038447, 0.037590191539815, 0.10953 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1395, '2021-05-23 00:00:00', 0.00450120354275807, 0.0053600000000003, 0.00684032162986501, 0.00945999999999984, 0.0114088952868652, 0.020543, 0.0200073792636618, 0.042247, 0.0411218007874165, 0.11101 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1410, '2021-05-23 00:00:00', 0.00635924523823384, 0.00599999999999968, 0.00698495636239908, 0.0100192307692306, 0.0108761475079815, 0.0199538461538461, 0.0217808253710955, 0.0446153846153845, 0.042947079465493, 0.113721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 2, 1425, '2021-05-23 00:00:00', 0.00573008256082305, 0.00757692307692305, 0.0106699355217569, 0.0173009615384617, 0.0122324150471031, 0.0212817307692307, 0.0219042518703564, 0.0476249999999999, 0.042465525610601, 0.114105769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 0, '2021-05-23 00:00:00', 0.00729728512835863, 0.00915937500000001, 0.00815731200398927, 0.0113250000000001, 0.00893544271700688, 0.0153781249999999, 0.0181073158357438, 0.0451354166666665, 0.0422907880789727, 0.113614583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 15, '2021-05-23 00:00:00', 0.00272938244091387, 0.00424078947368382, 0.00653209099135195, 0.0077460526315788, 0.00741474842135942, 0.0141394736842106, 0.0187376567558959, 0.0461184210526317, 0.0380506729697429, 0.106476315789474 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 30, '2021-05-23 00:00:00', 0.0033415928372645, 0.0030973684210528, 0.00440975004595922, 0.00477763157894741, 0.00617630203854564, 0.0126697368421055, 0.0181669483319549, 0.045236842105263, 0.0368819891780665, 0.103884210526316 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 45, '2021-05-23 00:00:00', 0.00357746303633106, 0.00257124999999974, 0.00592083117275913, 0.0105187499999998, 0.00545369186278537, 0.0123437499999998, 0.0179609224941848, 0.0473999999999995, 0.0369484726555641, 0.10584 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 60, '2021-05-23 00:00:00', 0.00717253679606497, 0.00852500000000002, 0.00679905157155938, 0.0105250000000001, 0.0111640993646824, 0.0148565217391306, 0.0203049624963039, 0.054217391304348, 0.0425289602562103, 0.109621739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 75, '2021-05-23 00:00:00', 0.00736570588527683, 0.00691666666666668, 0.0079008518619784, 0.00885416666666675, 0.0123256882395958, 0.019320833333334, 0.0258760633051848, 0.0578750000000001, 0.036065951000327, 0.107127083333334 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 90, '2021-05-23 00:00:00', 0.00470593596783186, 0.00639999999999986, 0.00870718094448465, 0.01176, 0.0112277008628954, 0.0220280000000002, 0.0258175973578748, 0.0585600000000001, 0.0372265610821092, 0.109382 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 105, '2021-05-23 00:00:00', 0.00723918483680631, 0.00908333333333348, 0.0087539297593645, 0.0169458333333341, 0.010828264142873, 0.0233000000000006, 0.0247153266858527, 0.0578958333333334, 0.0375788171111201, 0.108835416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 120, '2021-05-23 00:00:00', 0.00868821040260896, 0.0142500000000001, 0.0104740705480798, 0.0188846153846154, 0.0143462672711537, 0.0276538461538461, 0.0276334649404559, 0.0647038461538462, 0.0421281864807144, 0.113001923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 135, '2021-05-23 00:00:00', 0.00751941077888018, 0.0111923076923076, 0.0076065761022946, 0.0155000000000001, 0.0129298105167863, 0.0294999999999998, 0.0276261372895031, 0.0642115384615387, 0.0412737234811693, 0.112425 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 150, '2021-05-23 00:00:00', 0.00614779510193581, 0.0106538461538462, 0.0125928551170891, 0.0202000000000002, 0.0137491594148658, 0.0310461538461536, 0.0267362113995236, 0.0642500000000003, 0.0418776030189815, 0.114078846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 165, '2021-05-23 00:00:00', 0.012196169007583, 0.0170576923076922, 0.0121327909148973, 0.025230769230769, 0.0145308689983139, 0.0346153846153843, 0.0272029198093488, 0.0641730769230771, 0.0424392355201939, 0.114636538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 180, '2021-05-23 00:00:00', 0.00992347643799236, 0.0181538461538459, 0.0124350156969993, 0.023980769230769, 0.0165553732852931, 0.0355961538461537, 0.0266582719158328, 0.0642115384615384, 0.0415184493281647, 0.114771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 195, '2021-05-23 00:00:00', 0.00707389567353066, 0.0145000000000002, 0.00933300594663924, 0.0257499999999998, 0.0141943786273089, 0.0354038461538463, 0.0256038759085122, 0.0620384615384618, 0.041840320312423, 0.116790384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 210, '2021-05-23 00:00:00', 0.00735798885565907, 0.0185000000000001, 0.00909420779312956, 0.0252692307692309, 0.0143746705647876, 0.034365384615385, 0.025465066569413, 0.0605192307692309, 0.0417660105183078, 0.116521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 225, '2021-05-23 00:00:00', 0.00793136422449108, 0.0169423076923082, 0.0108670992520475, 0.0235769230769233, 0.0132986986060811, 0.0311538461538462, 0.0266785710607999, 0.0568846153846158, 0.0414272181523953, 0.117059615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 240, '2021-05-23 00:00:00', 0.00772617927269688, 0.0159230769230774, 0.0098583038016769, 0.021884615384616, 0.0139522261802414, 0.0307307692307696, 0.0257501680352995, 0.0556346153846155, 0.0422470602072362, 0.119348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 255, '2021-05-23 00:00:00', 0.00681660867632541, 0.0143846153846157, 0.00966120314214776, 0.0206730769230768, 0.0177714052948507, 0.0306269230769232, 0.0250541644012757, 0.0556346153846153, 0.0443007043267502, 0.121309615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 270, '2021-05-23 00:00:00', 0.00784944878025464, 0.0139230769230769, 0.0118120049753822, 0.0222884615384618, 0.0204165468337665, 0.032846153846154, 0.023935980319305, 0.0553653846153847, 0.048700275824523, 0.123655769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 285, '2021-05-23 00:00:00', 0.00806836176298877, 0.0154615384615386, 0.0130785467317815, 0.0227038461538463, 0.0171432785662492, 0.0306999999999999, 0.0221215870900942, 0.052769230769231, 0.0528945156747043, 0.127732692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 300, '2021-05-23 00:00:00', 0.0100316767522456, 0.0148576923076923, 0.0150868766202235, 0.022423076923077, 0.0182258058806741, 0.0327, 0.0235595236336852, 0.0526346153846156, 0.0531994138559382, 0.127021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 315, '2021-05-23 00:00:00', 0.0103656236592959, 0.0141153846153846, 0.0106691590036972, 0.0195153846153846, 0.0173135451642308, 0.0313269230769233, 0.0223958255038749, 0.0524500000000003, 0.0533903183747191, 0.127598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 330, '2021-05-23 00:00:00', 0.00714109666217091, 0.0128615384615381, 0.0132422284901231, 0.0239307692307688, 0.0146666681235434, 0.0303653846153844, 0.0216906803808601, 0.0506807692307693, 0.0537443272498457, 0.127386538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 345, '2021-05-23 00:00:00', 0.0106019591803379, 0.0168076923076919, 0.0118871132550537, 0.0202115384615385, 0.0125455631139521, 0.0273653846153846, 0.021791741555002, 0.0487000000000002, 0.0562077542214189, 0.129578846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 360, '2021-05-23 00:00:00', 0.00852029251935619, 0.0128461538461538, 0.0120175512672734, 0.019307692307692, 0.0118689154452354, 0.0268653846153846, 0.0224758211966, 0.0487576923076922, 0.0551507216285869, 0.129251923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 375, '2021-05-23 00:00:00', 0.0104658418750642, 0.0124230769230768, 0.00976697732944257, 0.016923076923077, 0.0113967775472513, 0.0260576923076925, 0.0207124952996604, 0.0469115384615384, 0.0550983185908473, 0.128963461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 390, '2021-05-23 00:00:00', 0.00454515803228677, 0.00953846153846144, 0.00831266411058299, 0.0165961538461541, 0.0155927991270126, 0.0263461538461537, 0.0204037854708006, 0.0461615384615381, 0.0545174448086259, 0.128732692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 405, '2021-05-23 00:00:00', 0.00635491935432708, 0.0117500000000006, 0.00898445238260982, 0.0175961538461542, 0.0175785621184964, 0.0261230769230773, 0.0209227149289952, 0.0495, 0.053694401119097, 0.129886538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 420, '2021-05-23 00:00:00', 0.00692420503629234, 0.012230769230769, 0.0141802815421759, 0.0185961538461534, 0.0165935691899461, 0.0246423076923078, 0.0215578292042592, 0.0519999999999999, 0.0535459121832703, 0.130886538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 435, '2021-05-23 00:00:00', 0.00919776310598658, 0.0116730769230766, 0.0119389891338613, 0.0169115384615388, 0.0132224663124779, 0.023180769230769, 0.0207018486725593, 0.0514423076923075, 0.0543691168346944, 0.130694230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 450, '2021-05-23 00:00:00', 0.00896000343406526, 0.0119615384615386, 0.0114144092471553, 0.0158076923076924, 0.0129218437598454, 0.0236730769230768, 0.024003781753331, 0.0566923076923076, 0.0542228147057623, 0.130578846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 465, '2021-05-23 00:00:00', 0.00511648918091951, 0.0105384615384616, 0.00770367045385126, 0.0159423076923073, 0.00957785908308292, 0.0226538461538458, 0.0255059042938326, 0.0598653846153845, 0.0541837268005814, 0.130675 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 480, '2021-05-23 00:00:00', 0.00537587202228636, 0.0109999999999999, 0.00654663742225521, 0.0155384615384613, 0.0119583250692376, 0.023807692307692, 0.0279316156683808, 0.0625653846153845, 0.053938611295264, 0.130232692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 495, '2021-05-23 00:00:00', 0.00520635706095525, 0.0106153846153845, 0.00773506004153554, 0.0156346153846152, 0.0130543243645696, 0.0261538461538461, 0.0335988152263643, 0.0654038461538461, 0.0535711311823251, 0.129848076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 510, '2021-05-23 00:00:00', 0.00564078554267612, 0.0114615384615387, 0.0101399438626884, 0.0175384615384618, 0.0121802646175624, 0.0276730769230772, 0.0364817973578815, 0.0668076923076924, 0.0528135087978301, 0.128963461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 525, '2021-05-23 00:00:00', 0.0082258504353423, 0.011269230769231, 0.0117406198237638, 0.0191846153846156, 0.0116659926545227, 0.0253461538461542, 0.0375586720499254, 0.0670769230769229, 0.0521492114034337, 0.128675 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 540, '2021-05-23 00:00:00', 0.00774624971295017, 0.014396153846154, 0.0089260207345626, 0.019423076923077, 0.0136936256928313, 0.0261538461538461, 0.0367951135969898, 0.0670961538461538, 0.0517438151265075, 0.129290384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 555, '2021-05-23 00:00:00', 0.00601925755708, 0.0119115384615383, 0.00695301262873735, 0.0157961538461538, 0.0121702916974075, 0.0242000000000002, 0.0346860424156684, 0.0663076923076925, 0.0514280941255327, 0.129444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 570, '2021-05-23 00:00:00', 0.00583480933707349, 0.0112499999999999, 0.0104014237191172, 0.0179807692307695, 0.011555368382771, 0.0245576923076923, 0.0337354641062125, 0.066192307692308, 0.0520218232682582, 0.129848076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 585, '2021-05-23 00:00:00', 0.00846460958252737, 0.0134807692307697, 0.00918973089084491, 0.018365384615385, 0.014699178417648, 0.0281230769230774, 0.0320493369666208, 0.0655000000000003, 0.0535541934363261, 0.130328846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 600, '2021-05-23 00:00:00', 0.00452347211774322, 0.0121500000000004, 0.00623948345988277, 0.0173653846153846, 0.0127177767771669, 0.0296230769230773, 0.0307528610301299, 0.0644615384615385, 0.0559207263419875, 0.131328846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 615, '2021-05-23 00:00:00', 0.00445852683500503, 0.0114615384615385, 0.00971233949476353, 0.0200076923076928, 0.0121350509491498, 0.0294115384615389, 0.0314443158615356, 0.0627500000000002, 0.0570087167761351, 0.132482692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 630, '2021-05-23 00:00:00', 0.0083937751660657, 0.0139115384615387, 0.00937417483548023, 0.0213346153846154, 0.0168074525594587, 0.0331615384615388, 0.0314755399538216, 0.0614807692307691, 0.0554358751171119, 0.132925 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 645, '2021-05-23 00:00:00', 0.00839010406096637, 0.0155769230769228, 0.00936731223252105, 0.0214423076923077, 0.0204285339659993, 0.03525, 0.031445563463523, 0.0587884615384616, 0.0538378457464206, 0.132521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 660, '2021-05-23 00:00:00', 0.0077571802965933, 0.0137769230769229, 0.0151282339200077, 0.0222115384615385, 0.0211469583191966, 0.0360769230769228, 0.0286623647636781, 0.0563653846153846, 0.0523764797844929, 0.133328846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 675, '2021-05-23 00:00:00', 0.00969028061830685, 0.0138076923076921, 0.0164646474418555, 0.0222692307692307, 0.024713527905551, 0.0360384615384612, 0.0278765961943816, 0.053730769230769, 0.0523195986590702, 0.134540384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 690, '2021-05-23 00:00:00', 0.0148384972284929, 0.01595, 0.0189488887435483, 0.0257961538461537, 0.0232007294315038, 0.0350769230769232, 0.0242260508226483, 0.0518076923076924, 0.0536846728233845, 0.137598076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 705, '2021-05-23 00:00:00', 0.0143140624776962, 0.0177961538461538, 0.0175504306324554, 0.0247192307692308, 0.0230170254711263, 0.0312115384615388, 0.0205926891433305, 0.0508269230769235, 0.0552075142948436, 0.139078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 720, '2021-05-23 00:00:00', 0.00903190669025837, 0.0144576923076924, 0.0134836179805775, 0.0195346153846158, 0.018636698700723, 0.0269423076923083, 0.0170557908054712, 0.0500000000000003, 0.0570977725889141, 0.140271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982665 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 982665, 3, 735, '2021-05-23 00:00:00', 0.00876701861436457, 0.010969230769231, 0.0135400829448657, 0.0169230769230772, 0.0150787803016226,[...];[ Date: 2021-05-23 15:44:52 - Database: acaweb_fx - User: pgperfstats ]
17 17s676ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982755, 1, 960, '2021-05-23 00:00:00', 11.1394137395798, 23.5576923076923, 16.8534406439297, 38.4615384615385, 38.9731909828361, 76.9807692307692, 92.8982487207623, 174.269230769231, 249.467554480461, 538.007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 975, '2021-05-23 00:00:00', 16.2788205960997, 27.5, 34.5490732370416, 58.0384615384615, 35.4804388143881, 89.1923076923077, 90.7191884545169, 174.134615384615, 249.613817048533, 537.238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 990, '2021-05-23 00:00:00', 32.9247393541462, 48.4615384615385, 35.6796645379194, 66.5384615384615, 40.853890691284, 95.9038461538462, 89.9271179259156, 172.442307692308, 248.127023084176, 535.796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1005, '2021-05-23 00:00:00', 23.8345660430715, 46.0576923076923, 26.4243477468443, 66.3846153846154, 41.8514221796767, 95.1923076923077, 88.0724788935882, 166.192307692308, 252.405859769843, 538.873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1020, '2021-05-23 00:00:00', 23.4547436566678, 46.25, 33.8476507536116, 62.7884615384615, 42.3786049067941, 89.3846153846154, 83.7535877532328, 157.211538461538, 251.560687677179, 543.103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1035, '2021-05-23 00:00:00', 20.5411875171662, 38.9038461538462, 30.5719831519997, 58.6153846153846, 51.1053211138903, 88.4230769230769, 79.2937576357685, 150, 251.039006255081, 540.988461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1050, '2021-05-23 00:00:00', 28.629597380226, 43.0769230769231, 31.8113429213785, 59.8076923076923, 48.6427320842013, 83.8461538461538, 78.0248974070752, 144.230769230769, 253.84492079887, 541.469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1065, '2021-05-23 00:00:00', 26.3080859169835, 43.8461538461538, 47.7404843518983, 65.5769230769231, 49.288397760996, 87.8846153846154, 71.2039999956787, 139.519230769231, 249.87363477135, 537.315384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1080, '2021-05-23 00:00:00', 32.4726216041476, 46.6346153846154, 32.6356635976892, 58.5576923076923, 46.0530630401998, 84.2307692307692, 72.3876450359186, 140.865384615385, 251.197029410412, 535.296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1095, '2021-05-23 00:00:00', 21.7195852772419, 39.9038461538462, 36.9699722227898, 60.6730769230769, 49.5770573489857, 78.2692307692308, 72.8259252232018, 138.653846153846, 253.773613982711, 532.534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1110, '2021-05-23 00:00:00', 27.0903048226596, 40.7692307692308, 34.8856648981299, 55.4807692307692, 51.4986930379343, 71.1538461538462, 71.3879972673709, 136.115384615385, 252.911563625281, 530.830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1125, '2021-05-23 00:00:00', 21.017620812437, 34.9038461538462, 30.6796412074096, 47.5961538461538, 49.6717378240538, 68.1923076923077, 63.2750771205803, 134.346153846154, 252.573670471379, 530.830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1140, '2021-05-23 00:00:00', 18.251712248444, 31.25, 30.3143784112678, 47.3076923076923, 39.2918077192454, 64.6153846153846, 66.347502996316, 152.134615384615, 252.573585195407, 529.292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1155, '2021-05-23 00:00:00', 31.02371921363, 35.8653846153846, 36.6134695685366, 48.6153846153846, 38.7702155705203, 65.0192307692308, 65.6413243432707, 150.211538461538, 252.893287345899, 526.696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1170, '2021-05-23 00:00:00', 20.0808462126322, 29.9038461538462, 22.9290292994576, 42.5961538461538, 34.5134979169243, 60.6923076923077, 62.3929335249286, 146.915384615385, 253.048841013867, 524.292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1185, '2021-05-23 00:00:00', 17.0846309701034, 30.7692307692308, 21.850998921014, 42.6153846153846, 31.8444053774938, 57.6153846153846, 58.9537191362851, 141.65, 252.656758986453, 523.811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1200, '2021-05-23 00:00:00', 11.223258816473, 24.8076923076923, 18.4872617267633, 35.6730769230769, 33.1041480087408, 53.2692307692308, 57.9302551482251, 133.761538461538, 251.559084235769, 523.138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1215, '2021-05-23 00:00:00', 14.1258083499126, 23.4615384615385, 22.2408148716239, 34.4230769230769, 34.9015097755869, 51.1538461538462, 58.3430065679223, 133.119230769231, 251.330629955535, 523.234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1230, '2021-05-23 00:00:00', 17.4502038780243, 24.5192307692308, 30.4359352385655, 37.8846153846154, 34.0730267784674, 51.6346153846154, 58.0135384729621, 129.176923076923, 249.974606741134, 523.619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1245, '2021-05-23 00:00:00', 20.8347435420151, 26.0576923076923, 25.408395039072, 36.0576923076923, 30.8376642834949, 49.8076923076923, 53.2830023409111, 123.792307692308, 249.275376333391, 523.426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1260, '2021-05-23 00:00:00', 18.5111712632794, 25.2884615384615, 22.1237776715808, 35.1923076923077, 38.0789917852957, 55.4807692307692, 47.6517296481622, 121.657692307692, 245.947069383763, 523.042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1275, '2021-05-23 00:00:00', 12.4795987361527, 24.9038461538462, 20.7086009630335, 35.3846153846154, 41.7387709450099, 58.75, 44.9920835771737, 124.703846153846, 240.944951772423, 522.753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1290, '2021-05-23 00:00:00', 17.2996776315007, 25.6730769230769, 33.0663668307332, 43.2692307692308, 44.5935705955639, 66.0576923076923, 44.172941247573, 124.992307692308, 238.167932382562, 522.080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1305, '2021-05-23 00:00:00', 25.8969852715301, 30.5769230769231, 32.2794290293608, 42.6923076923077, 31.2423836872531, 73.9423076923077, 44.2278833038442, 126.338461538462, 232.87996696879, 519.869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1320, '2021-05-23 00:00:00', 18.2917068219873, 28.9423076923077, 25.3477733811989, 47.9807692307692, 37.5777399328584, 96.0576923076923, 57.998629294148, 130.85, 230.206681049878, 516.9 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1335, '2021-05-23 00:00:00', 21.2505656033325, 36.4423076923077, 21.7514367341562, 56.25, 31.2748362843898, 91.1538461538462, 84.3381475873258, 160.707692307692, 229.628225315484, 515.888461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1350, '2021-05-23 00:00:00', 14.0756882602592, 38.75, 28.2958273629496, 76.9230769230769, 26.6503470896722, 82.55, 93.2224641134562, 177.369230769231, 229.804476122973, 516.273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1365, '2021-05-23 00:00:00', 25.1518465448441, 66.3461538461538, 26.1313251452381, 70.3846153846154, 23.0569639071448, 74.2038461538463, 98.7273223814735, 189.053846153846, 228.385537599506, 516.946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1380, '2021-05-23 00:00:00', 20.2838492022973, 33.6576923076924, 20.2341086743685, 39.1653846153846, 20.8645979149815, 46.4230769230772, 109.113580907518, 216.607692307692, 225.222731056648, 515.853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1395, '2021-05-23 00:00:00', 9.50212688741927, 13.3807692307693, 8.59082874125313, 22.4923076923078, 14.1618555933236, 32.915384615385, 96.4971110767252, 233.926923076923, 224.143248049442, 511.926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1410, '2021-05-23 00:00:00', 9.17636093448805, 17.7000000000002, 13.3037646493823, 25.4153846153849, 14.762215801993, 31.369230769231, 102.412460479858, 253.061538461538, 224.143248049442, 511.926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 1, 1425, '2021-05-23 00:00:00', 10.1610508239136, 14.6846153846155, 13.7362227480706, 22.1692307692312, 13.6197277731745, 27.4461538461541, 111.542628001757, 265.788461538461, 224.367980884425, 511.673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 0, '2021-05-23 00:00:00', 11.4867582626525, 9.51923076923063, 12.1023792956335, 14.403846153846, 16.2440128615485, 25.4346153846152, 123.273646818775, 277.4, 224.610663901921, 511.407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 15, '2021-05-23 00:00:00', 5.93737704326114, 7.07307692307684, 7.48129256623055, 10.9423076923074, 26.4615044051658, 48.2807692307691, 120.509155732602, 288.169230769231, 224.131937963746, 511.819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 30, '2021-05-23 00:00:00', 5.91243929876145, 6.75769230769234, 14.2291947985604, 17.3961538461541, 31.153369739947, 54.426923076923, 132.956470840879, 301.292307692308, 224.131937963746, 511.819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 45, '2021-05-23 00:00:00', 14.0078461530009, 14.7153846153848, 26.2508388144368, 45.6576923076923, 40.3815100491075, 68.0653846153846, 145.10570152611, 316.030769230769, 224.159413227421, 511.857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 60, '2021-05-23 00:00:00', 26.3432866940738, 38.3346153846157, 31.8582729262929, 47.6346153846155, 55.8006302693935, 82.7076923076924, 149.076488576012, 326.976923076923, 223.779542063509, 510.976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 75, '2021-05-23 00:00:00', 13.1733997714509, 20.9615384615385, 26.5701973010248, 44.8461538461538, 82.9005347482057, 117.588461538462, 152.213990866098, 323.269230769231, 222.125869410878, 505.288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 90, '2021-05-23 00:00:00', 25.0447335289524, 39.3958333333333, 48.5011517493605, 70.7208333333333, 90.7844643504124, 149.0625, 152.864644055367, 335.7125, 229.240121403016, 508.725 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 105, '2021-05-23 00:00:00', 38.6947263351719, 52.2230769230769, 76.1658305177692, 105.942307692308, 85.4012423797219, 155.75, 164.75620534596, 333.8, 224.323796638835, 499.642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 120, '2021-05-23 00:00:00', 58.3372984000406, 80.0961538461538, 74.268287051328, 111.461538461538, 79.3262033533784, 176.942307692308, 166.048049023815, 326.953846153846, 223.121657053173, 498.276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 135, '2021-05-23 00:00:00', 47.1446587234847, 74.8269230769231, 50.6110811824993, 106.692307692308, 67.8966890548824, 179.596153846154, 165.336522467174, 307.961538461538, 213.329518495539, 490.588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 150, '2021-05-23 00:00:00', 33.3682541439522, 73.5961538461538, 54.6907564964487, 122.826923076923, 86.7020095588243, 180.038461538462, 167.881497033336, 296.876923076923, 215.317913792606, 484.3 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 165, '2021-05-23 00:00:00', 32.0024037558719, 84.4230769230769, 52.5782384056955, 123.365384615385, 80.9207233132432, 172.211538461538, 159.3428443519, 285.626923076923, 214.52661047059, 476.65 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 180, '2021-05-23 00:00:00', 49.029033784546, 87.8846153846154, 67.2223634949423, 122.115384615385, 91.9392797113734, 163.034615384615, 153.320751418015, 266.780769230769, 209.140494883224, 466.65 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 195, '2021-05-23 00:00:00', 44.5772967396564, 77.5538461538462, 59.1391053755076, 109.546153846154, 79.6330619394116, 141.084615384615, 137.419104706957, 244.407692307692, 196.599389466146, 452.807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 210, '2021-05-23 00:00:00', 34.079093523517, 70.0692307692307, 54.5818792133574, 94.1076923076923, 65.1679567319353, 126.846153846154, 115.796804858272, 225.519230769231, 179.804733573353, 443.330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 225, '2021-05-23 00:00:00', 32.318130182013, 57.6923076923077, 43.7725765924107, 80.9615384615385, 60.4303286056316, 117.930769230769, 102.496905544284, 217.726923076923, 169.036401359634, 431.253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 240, '2021-05-23 00:00:00', 39.7939548946048, 58.373076923077, 49.7572569117773, 85.4307692307693, 60.4114227609315, 121.2, 108.600991070701, 219.938461538461, 170.379995259465, 434.403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 255, '2021-05-23 00:00:00', 36.4195636352856, 59.2307692307692, 47.866902809931, 87.4038461538462, 63.8865129621389, 112.442307692308, 110.917321391275, 214.553846153846, 172.017199318959, 433.861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 270, '2021-05-23 00:00:00', 28.453234235523, 58.9423076923077, 39.956346371817, 75.4807692307692, 55.151927925016, 104.565384615385, 107.208279818018, 202.438461538461, 164.934350389668, 430.592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 285, '2021-05-23 00:00:00', 29.890987836573, 46.6346153846154, 41.2458184360734, 63.1076923076924, 59.3172857151723, 103.403846153846, 95.2314686192785, 192.430769230769, 157.427685767637, 423.176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 300, '2021-05-23 00:00:00', 21.8429710574222, 41.3461538461538, 27.4660629756908, 64.2307692307692, 43.3302390413971, 92.9807692307692, 90.0281874662683, 182.142307692308, 169.262996092335, 422.476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 315, '2021-05-23 00:00:00', 20.5098475409703, 43.0769230769231, 36.7371118164641, 68.6538461538462, 46.2124067590246, 91.4423076923077, 89.8683615928577, 182.619230769231, 170.68952223262, 420.65 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 330, '2021-05-23 00:00:00', 27.094741187175, 51.25, 33.5691020938096, 65.7692307692308, 48.0284742466544, 92.9076923076924, 80.1948588415454, 184.146153846154, 163.980971926154, 417.765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 345, '2021-05-23 00:00:00', 20.4177524567376, 40.7692307692308, 30.3170743971116, 58.75, 39.7095355725125, 93.4807692307694, 80.6256782917205, 180.3, 170.21870244347, 421.511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 360, '2021-05-23 00:00:00', 22.3357595314364, 39.9153846153847, 36.3560082855853, 64.5423076923078, 41.706270327319, 94.346153846154, 84.7554491100493, 185.684615384615, 177.249168729742, 428.530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 375, '2021-05-23 00:00:00', 22.3290514456288, 43.9423076923077, 30.3211084128635, 70.3807692307693, 39.6607003700912, 93.3653846153846, 78.0895073223423, 189.134615384615, 182.183055574501, 430.057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 390, '2021-05-23 00:00:00', 21.4801966041713, 49.2269230769231, 27.8826731419078, 59.6115384615385, 35.1945144327045, 93.0769230769231, 72.8876902131998, 186.153846153846, 182.378928776157, 427.738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 405, '2021-05-23 00:00:00', 16.0985546412857, 37.7884615384615, 25.2816823320455, 60.2884615384615, 55.22541221074, 102.115384615385, 64.7580972068062, 180.665384615385, 191.151962101844, 428.769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 420, '2021-05-23 00:00:00', 17.0722446813985, 42.3076923076923, 24.0849857475884, 61.4423076923077, 73.0618810429793, 108.461538461538, 65.0202571984597, 177.876923076923, 191.786222533961, 427.234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 435, '2021-05-23 00:00:00', 19.069710174878, 43.0769230769231, 54.3139909727191, 77.9807692307692, 72.6689675594324, 113.173076923077, 64.4946777768403, 180.088461538462, 192.792401701535, 425.984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 450, '2021-05-23 00:00:00', 52.4936809383905, 58.5576923076923, 71.8746906347857, 83.3653846153846, 71.2168546385993, 105.103846153846, 63.4687233694979, 183.173076923077, 193.432496076697, 424.542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 465, '2021-05-23 00:00:00', 32.3266084732781, 52.0192307692308, 56.2996789169694, 81.9230769230769, 54.0472905461931, 90.6807692307693, 58.6197820377545, 180.673076923077, 189.668312101375, 418.869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 480, '2021-05-23 00:00:00', 33.6063180872974, 61.7307692307692, 31.9766080367894, 72.9884615384616, 30.5557498051324, 81.9230769230769, 56.4733599550743, 177.403846153846, 189.464950483034, 417.811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 495, '2021-05-23 00:00:00', 15.0115340270791, 37.1153846153846, 16.4129404856234, 45.7692307692308, 30.9017052056255, 69.8461538461538, 70.2192308745644, 174.903846153846, 189.023788856975, 419.834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 510, '2021-05-23 00:00:00', 15.6192681794487, 32.6923076923077, 17.6024473822862, 44.6153846153846, 31.4330790973214, 73.4615384615385, 72.5688664966967, 175.096153846154, 189.829260490741, 419.642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 525, '2021-05-23 00:00:00', 16.3695307953997, 32.3076923076923, 21.9644818181186, 54.4615384615385, 30.1685330206058, 81.0961538461538, 76.8653292854057, 176.826923076923, 188.629536352649, 418.296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 540, '2021-05-23 00:00:00', 14.3262131987272, 42.5961538461538, 23.9060661757638, 60, 39.1363494229322, 91.5769230769231, 75.6818365568343, 179.903846153846, 189.22904432297, 417.719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 555, '2021-05-23 00:00:00', 11.9887270034561, 30.1388888888889, 25.7401545363573, 51.4444444444444, 38.0669881686914, 89.9166666666667, 66.9339006694181, 174.166666666667, 159.701435487387, 369.044444444444 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 570, '2021-05-23 00:00:00', 21.1884055419884, 41.5833333333333, 41.5523234998393, 65.75, 36.884745859558, 93.5277777777778, 70.2843489397345, 175.416666666667, 158.116743913737, 370.433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 585, '2021-05-23 00:00:00', 30.4651440173849, 45.4166666666667, 25.5643012173622, 71.8055555555556, 39.1309286263871, 102.638888888889, 75.878299532009, 171.111111111111, 157.907889093321, 370.155555555556 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 600, '2021-05-23 00:00:00', 23.7054535795408, 57.0833333333333, 32.5423931655491, 74.5833333333333, 34.6197835314536, 100.833333333333, 72.6050062192999, 168.888888888889, 159.000093414697, 367.516666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 615, '2021-05-23 00:00:00', 19.7445221225066, 47.8846153846154, 24.2956548821769, 71.8269230769231, 42.8037785894944, 97.2115384615385, 86.6372299614006, 167.980769230769, 199.375948283253, 416.165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 630, '2021-05-23 00:00:00', 21.5006708303217, 46.8269230769231, 27.2165461551495, 59.9038461538462, 40.8397430866627, 84.2307692307692, 82.5052445885435, 156.153846153846, 193.587497371244, 412.992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 645, '2021-05-23 00:00:00', 23.5267850626603, 40.4807692307692, 38.8592133417348, 61.5384615384615, 43.2826133151017, 80.7692307692308, 81.960121635229, 157.692307692308, 194.894158415832, 414.146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 660, '2021-05-23 00:00:00', 21.7282163238353, 43.8461538461538, 22.7952846001097, 56.25, 31.8350617063349, 78.3653846153846, 76.5204849395547, 153.269230769231, 193.93698199316, 413.953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 675, '2021-05-23 00:00:00', 16.0243204584109, 39.3269230769231, 27.8471100558305, 55.1923076923077, 32.5044375668686, 70.9615384615385, 81.9549594876075, 151.153846153846, 193.462842546454, 412.223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 690, '2021-05-23 00:00:00', 16.8978833449181, 36.5384615384615, 19.3909673658798, 49.5192307692308, 39.045437042581, 68.8846153846154, 87.3041214112176, 150.480769230769, 192.482600372485, 412.223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 705, '2021-05-23 00:00:00', 14.4008546754912, 30.7692307692308, 23.3790257742671, 41.6730769230769, 47.6485531300229, 68.2692307692308, 83.4782329988805, 151.153846153846, 191.599854223487, 411.742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 720, '2021-05-23 00:00:00', 16.0168180840784, 28.4615384615385, 33.0228650390092, 49.5192307692308, 49.339249472013, 71.3076923076923, 90.1339281292012, 156.25, 190.71167299194, 411.069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 735, '2021-05-23 00:00:00', 28.7923600977759, 35, 36.22037250796, 50.3461538461538, 53.491911681904, 74.2307692307692, 89.3037168663984, 153.076923076923, 189.324176358558, 409.915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 750, '2021-05-23 00:00:00', 15.7015432852462, 33.0384615384615, 30.5329897248609, 48.7115384615385, 36.4897245810379, 70, 79.5791816610736, 147.115384615385, 185.450152705415, 405.107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 765, '2021-05-23 00:00:00', 20.706047054312, 34.9038461538462, 29.5551960809705, 52.9807692307692, 31.6641024602843, 66.1538461538462, 78.6866350688701, 151.057692307692, 185.421796453384, 404.05 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 780, '2021-05-23 00:00:00', 18.4974010648482, 34.4230769230769, 21.4854601998654, 46.25, 37.4011517716521, 67.1153846153846, 90.6826673286916, 159.615384615385, 186.15924403172, 401.357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 795, '2021-05-23 00:00:00', 19.1873355668224, 33.0769230769231, 22.0672050441722, 42.6923076923077, 37.9797516903618, 67.6923076923077, 101.223287074437, 161.923076923077, 186.238794975285, 401.165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 810, '2021-05-23 00:00:00', 18.0842047527244, 29.0384615384615, 36.3868107973205, 47.5, 38.0869450680333, 68.8461538461538, 100.394079276849, 163.365384615385, 186.264226880485, 401.069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 825, '2021-05-23 00:00:00', 33.2729099788633, 33.9423076923077, 34.7746868591774, 49.3269230769231, 47.4148021353929, 72.2115384615385, 100.274814692117, 165.961538461538, 186.428755787876, 400.446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 840, '2021-05-23 00:00:00', 22.4379486241844, 34.8076923076923, 27.2962733438383, 48.5576923076923, 42.6862435055532, 66.3461538461538, 106.695649107457, 169.807692307692, 184.673783071248, 401.415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 855, '2021-05-23 00:00:00', 19.7545028946664, 32.4038461538462, 38.2169917908051, 48.4615384615385, 48.2792358616478, 63.2692307692308, 105.604669185818, 169.615384615385, 184.010547356562, 399.107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 870, '2021-05-23 00:00:00', 31.6344809443017, 32.5961538461538, 30.0744269080253, 41.6346153846154, 57.662812973354, 65, 102.210990301736, 166.057692307692, 181.913826809881, 396.703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 885, '2021-05-23 00:00:00', 12.2866406499718, 27.6923076923077, 32.07458255619, 43.1730769230769, 46.9378680975016, 67.7884615384615, 91.041041041094, 160.865384615385, 180.327455352329, 392.665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 900, '2021-05-23 00:00:00', 28.2196058414386, 32.1153846153846, 42.5631883204254, 48.75, 57.0141682796073, 71.3461538461538, 86.2324675603016, 159.038461538462, 184.30319084011, 396.415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 915, '2021-05-23 00:00:00', 17.9614972821139, 31.3461538461538, 21.8825536408837, 44.6153846153846, 33.9122169953317, 64.0384615384615, 84.9274011231856, 159.711538461538, 185.576300915657, 399.011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 930, '2021-05-23 00:00:00', 17.3316074091417, 31.7307692307692, 32.7127650925445, 48.75, 36.1992350110415, 64.2307692307692, 85.0669419656344, 159.230769230769, 185.659800545141, 399.492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 945, '2021-05-23 00:00:00', 24.6872748285739, 32.3076923076923, 26.5816955527961, 43.9423076923077, 43.3044899075586, 81.8269230769231, 85.020359552648, 160.192307692308, 187.485943062817, 401.126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 960, '2021-05-23 00:00:00', 14.9386566175966, 30.2884615384615, 27.5256873036526, 47.2115384615385, 69.0192280901043, 105.576923076923, 82.6673128593437, 160.769230769231, 187.485943062817, 401.126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 975, '2021-05-23 00:00:00', 22.1135617977886, 34.5192307692308, 36.0620458910217, 69.1346153846154, 70.9195779630811, 111.442307692308, 81.7218547174594, 160.192307692308, 191.240307949489, 403.146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 990, '2021-05-23 00:00:00', 34.3068730498939, 62.6923076923077, 62.6664706079857, 96.0576923076923, 67.672642466964, 113.942307692308, 83.3068932414267, 160.961538461538, 189.934988877774, 404.3 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1005, '2021-05-23 00:00:00', 36.1646874089161, 58.2692307692308, 48.9678073211998, 77.1153846153846, 63.1583632320681, 108.326923076923, 74.9370505054845, 151.307692307692, 189.734853413916, 405.85 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1020, '2021-05-23 00:00:00', 32.0823759430913, 54.3269230769231, 46.5613738893252, 74.8076923076923, 61.2812086896264, 102.557692307692, 63.4718744496635, 139.673076923077, 189.455439209736, 410.176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1035, '2021-05-23 00:00:00', 37.2663232175358, 56.8269230769231, 47.5342993572496, 76.0192307692308, 53.4628015899481, 97.3653846153846, 60.1858659615234, 135.538461538462, 189.200782605309, 413.157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1050, '2021-05-23 00:00:00', 24.9807618286245, 45.9615384615385, 37.1566331173235, 66.3461538461538, 49.7393204617835, 89, 57.4470491978349, 133.711538461538, 186.399834103591, 416.384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1065, '2021-05-23 00:00:00', 20.6670026854404, 43.75, 28.5755409128426, 61.6923076923077, 33.8716184801013, 80.4423076923077, 46.3649610739038, 128.519230769231, 185.478760135867, 421.961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1080, '2021-05-23 00:00:00', 24.7201646123471, 45.4423076923077, 33.1928224400767, 61.7884615384615, 34.2136106519928, 78.1346153846154, 50.6997193134394, 129.807692307692, 184.87532930225, 422.346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1095, '2021-05-23 00:00:00', 18.2714573541947, 40.3846153846154, 22.0349372937266, 56.5384615384615, 29.0472095839753, 75.0961538461538, 47.6929280356678, 128.653846153846, 184.068929605607, 421.673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1110, '2021-05-23 00:00:00', 21.8376879587702, 45.7692307692308, 24.3359894932461, 54.9038461538462, 26.8702366082738, 70.4807692307692, 55.3891825040011, 130.192307692308, 184.050464651577, 421.192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1125, '2021-05-23 00:00:00', 14.0054934277178, 30.5769230769231, 22.9600405386938, 47.7884615384615, 24.1662908900935, 62.9807692307692, 63.1146697564167, 127.692307692308, 184.657252768474, 420.25 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1140, '2021-05-23 00:00:00', 20.6313801320669, 36.9230769230769, 21.3300528327089, 46.6346153846154, 24.680263058067, 61.3461538461538, 63.351279508662, 131.730769230769, 184.022995260417, 419.196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1155, '2021-05-23 00:00:00', 18.2211310127724, 30.4807692307692, 18.97771973009, 43.0769230769231, 24.0720073625267, 55.1923076923077, 65.8209021044695, 127.865384615385, 183.472460981101, 418.907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1170, '2021-05-23 00:00:00', 16.4305063361279, 30.1923076923077, 19.9019229840118, 41.0576923076923, 31.031776517727, 56.6346153846154, 67.6458310728641, 127.461538461538, 183.755457773473, 419.188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1185, '2021-05-23 00:00:00', 18.3586072875494, 30.9615384615385, 21.2286091431786, 40.5769230769231, 37.4047508294787, 58.6538461538462, 71.1924153263534, 127.7, 184.050437777675, 419.573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1200, '2021-05-23 00:00:00', 15.0652427282649, 27.3076923076923, 25.1174165746522, 41.7307692307692, 30.3885416158535, 54.2884615384615, 70.3221829537779, 125.130769230769, 184.074593450172, 420.534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1215, '2021-05-23 00:00:00', 15.1047623666791, 28.0769230769231, 19.6688449467289, 38.7115384615385, 21.8618037119187, 52.4615384615385, 65.8245739709839, 119.257692307692, 188.754778319548, 421.207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1230, '2021-05-23 00:00:00', 13.4893120084583, 27.3076923076923, 18.3913127485611, 35.0961538461538, 22.7071659309431, 53.6538461538462, 63.1008220109815, 116.557692307693, 187.786222645285, 420.669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1245, '2021-05-23 00:00:00', 12.4081238896756, 24.8076923076923, 17.8739711914797, 37.1730769230769, 23.6588331203249, 56.4038461538462, 57.0984747202992, 110.73076923077, 182.707926357469, 418.134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1260, '2021-05-23 00:00:00', 15.8619040471187, 29, 19.0757598900965, 40.7307692307692, 29.6416092680543, 58.75, 55.3382393870782, 107.907692307693, 183.333517561679, 418.711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1275, '2021-05-23 00:00:00', 14.9592394911588, 28.1730769230769, 22.4062147972044, 41.5384615384615, 34.8143427560892, 61.5384615384615, 53.2366334253169, 108.592307692308, 189.989578175711, 420.730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1290, '2021-05-23 00:00:00', 18.5171438236197, 31.7307692307692, 24.4266956737595, 47.2115384615385, 39.9263745488541, 66.3461538461538, 50.2569105848986, 107.611538461539, 197.695456856091, 422.461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1305, '2021-05-23 00:00:00', 16.7828323455387, 35.2884615384615, 26.2846840457445, 49.2307692307692, 38.4497674295257, 68.2692307692308, 42.7416570356587, 105.673076923077, 195.841544582898, 422.653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1320, '2021-05-23 00:00:00', 14.2885780096713, 32.2115384615385, 20.3110428471426, 46.5384615384615, 30.010254657623, 76.1538461538462, 38.8683964957891, 113.776923076923, 198.701369009259, 422.173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1335, '2021-05-23 00:00:00', 18.600041356447, 32.3076923076923, 26.3124714507428, 47.8846153846154, 29.362986905286, 74.25, 54.6731340295706, 144.096153846154, 198.323775214634, 422.230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1350, '2021-05-23 00:00:00', 16.748421280366, 34.5192307692308, 23.3684945698592, 63.5576923076923, 27.8324727335093, 71.5576923076923, 67.3791669469246, 153.857692307693, 196.876763015305, 419.769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1365, '2021-05-23 00:00:00', 18.1513402768543, 53.3653846153846, 17.4613529302241, 57.1730769230769, 24.6826631775921, 67.5115384615384, 70.6091396350359, 168.85, 198.300571704828, 421.692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1380, '2021-05-23 00:00:00', 8.66140866141299, 26.5, 13.2115479789463, 35.75, 20.9465649836767, 46.853846153846, 70.6656086519734, 189.623076923077, 198.705097027267, 423.903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1395, '2021-05-23 00:00:00', 13.7939674663071, 17.0076923076923, 16.2976605211158, 29.4576923076924, 20.8538920919962, 39.1807692307693, 74.8654009642537, 218.211538461539, 201.676073597089, 426.788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1410, '2021-05-23 00:00:00', 11.0976421612189, 20.9615384615385, 14.8755080068394, 27.0076923076922, 14.7316117453385, 33.096153846154, 74.1258635440685, 222.826923076923, 201.825465840014, 427.211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 2, 1425, '2021-05-23 00:00:00', 9.91019676898517, 17.5999999999997, 9.1527053587789, 22.4807692307691, 9.17540189855529, 26, 85.0274272491846, 232.753846153846, 203.178066351055, 428.276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 0, '2021-05-23 00:00:00', 4.02008228006146, 6.48846153846129, 8.7566739382908, 13.6423076923079, 9.93786929647681, 19.2269230769231, 83.3210337282158, 241.311538461539, 203.330645160877, 428.661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 15, '2021-05-23 00:00:00', 7.37285666377812, 8.73076923076923, 6.78524757215159, 10.896153846154, 16.7369512893343, 44.8076923076924, 79.3791839599895, 251.673076923077, 203.330645160877, 428.661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 30, '2021-05-23 00:00:00', 5.11264495750849, 6.30769230769301, 9.16419202028311, 11.9192307692311, 21.6157492441185, 49.9692307692308, 77.6226439008223, 255.326923076923, 203.330645160877, 428.661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 45, '2021-05-23 00:00:00', 8.98766077207276, 9.52692307692339, 15.1634342568412, 42.3423076923077, 31.0617491706194, 64.5115384615386, 77.1915564334299, 255.903846153846, 203.330645160877, 428.661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 60, '2021-05-23 00:00:00', 15.431299362011, 38.1499999999999, 20.4021209304704, 45.4576923076922, 37.3565317118502, 76.9615384615385, 79.3643947488177, 270.165384615385, 203.330645160877, 428.661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 75, '2021-05-23 00:00:00', 7.93104901394119, 19.4076923076923, 24.2872134766741, 45.8923076923077, 70.6989462439151, 107.95, 83.2271280662372, 273.626923076923, 203.294426765335, 428.565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 90, '2021-05-23 00:00:00', 24.3615159942575, 39.8115384615385, 37.3149747214377, 61.4576923076924, 75.5564686433011, 131.034615384615, 84.9762917162555, 274.115384615385, 203.487792149422, 429.534615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 105, '2021-05-23 00:00:00', 29.7519199121929, 45.3076923076923, 69.6215594371567, 98.8076923076923, 70.7636078786264, 152.75, 87.786590880735, 279.307692307692, 206.716967745384, 433.465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 120, '2021-05-23 00:00:00', 65.12894015838, 83.1730769230769, 66.3365312977351, 111.546153846154, 64.5328101403882, 171.403846153846, 92.4472910116062, 275.980769230769, 217.758969540602, 445.519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 135, '2021-05-23 00:00:00', 34.1796495908581, 63.426923076923, 47.9004910846835, 99.3230769230768, 64.647223154119, 166.711538461538, 101.074641725806, 252.4, 231.642996971965, 456.173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 150, '2021-05-23 00:00:00', 32.7693853373025, 73.5692307692307, 46.0379341914403, 109.646153846154, 65.4361109433057, 155.230769230769, 107.586674610968, 246.684615384615, 234.786681348116, 458.057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 165, '2021-05-23 00:00:00', 34.4014758180741, 74.8076923076923, 64.3930986507572, 115.865384615385, 88.6763779143014, 147.5, 132.43216882035, 243.757692307692, 235.334653631802, 461 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 180, '2021-05-23 00:00:00', 50.8407203543955, 84.3269230769231, 63.146730836874, 115.480769230769, 91.7041417569818, 148.180769230769, 152.558570442256, 243.469230769231, 233.326140841527, 466.8 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 195, '2021-05-23 00:00:00', 51.9646477461805, 77.4307692307693, 82.1847075424994, 102.815384615385, 90.2546129228094, 140.165384615385, 154.483764842782, 230.7, 230.13732087938, 465.961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 210, '2021-05-23 00:00:00', 46.5023779375437, 71.6346153846154, 51.0755344111505, 94.3692307692307, 60.6667219639083, 125.034615384615, 132.488641545083, 222.142307692308, 209.603410130803, 467.107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 225, '2021-05-23 00:00:00', 25.1120531893476, 60.6192307692307, 31.4884017719834, 91.676923076923, 48.7434768811329, 114.457692307692, 129.251256622369, 216.342307692308, 203.059758540341, 463.407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 240, '2021-05-23 00:00:00', 31.2516153428661, 67.2115384615385, 36.7121076234237, 80.6730769230769, 61.1190515431846, 118.461538461538, 129.422122529342, 208.65, 208.663063002388, 465.511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 255, '2021-05-23 00:00:00', 22.7724952181692, 48.5576923076923, 43.0509537105116, 74.2307692307692, 71.9441770776803, 111.630769230769, 126.397351055496, 205.134615384616, 213.071582337955, 467.9 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 270, '2021-05-23 00:00:00', 40.3403787023146, 54.6153846153846, 60.9170305857452, 88.2692307692308, 71.568396549143, 103.746153846154, 128.325300161498, 198.211538461539, 218.489825427604, 468.669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 285, '2021-05-23 00:00:00', 33.9394256784733, 50.7692307692308, 53.3097660269312, 70.7653846153847, 57.0852533833927, 97.7846153846154, 112.471599697264, 186.192307692308, 214.357648802183, 465.3 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 300, '2021-05-23 00:00:00', 29.8753821990357, 45.9615384615385, 30.2483311682073, 57.3076923076923, 48.4693598694458, 90.6730769230769, 107.907076904872, 180.326923076923, 214.644081213529, 465.3 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 315, '2021-05-23 00:00:00', 15.6871456441744, 36.4423076923077, 40.9926259785268, 63.7461538461539, 45.16564385255, 96.0538461538462, 110.062431304308, 180.903846153846, 214.286131645015, 464.530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 330, '2021-05-23 00:00:00', 43.1817491718256, 52.7884615384615, 45.9398645388311, 73.3653846153846, 43.5647175519894, 98.2692307692308, 103.338856270933, 184.080769230769, 209.275426210018, 467.619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 345, '2021-05-23 00:00:00', 24.842581310199, 44.4230769230769, 33.0315990902884, 68.5576923076923, 55.9364337027721, 98.2692307692308, 101.278452716337, 177.446153846154, 217.366406752781, 473.003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 360, '2021-05-23 00:00:00', 18.9989878272907, 44.8076923076923, 22.2900460709742, 62.1153846153846, 73.7128654880648, 96.4423076923077, 100.549935852789, 176.1, 224.732280417252, 475.888461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 375, '2021-05-23 00:00:00', 24.0210244449444, 42.9807692307692, 54.058106202066, 75.6730769230769, 85.4575828205927, 103.361538461539, 100.709080256717, 178.073076923077, 229.361415707579, 477.330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 390, '2021-05-23 00:00:00', 46.4435140789325, 55, 64.7145358775457, 68.3653846153846, 80.431999468256, 100.957692307692, 93.117933908483, 177.880769230769, 227.859563226664, 475.215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 405, '2021-05-23 00:00:00', 28.9742923189612, 40.4807692307692, 49.6627084982748, 68.2692307692308, 62.8453535397682, 101.538461538462, 83.8003878272648, 178.65, 224.703060846634, 471.465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 420, '2021-05-23 00:00:00', 30.2859766990498, 50.0961538461538, 36.7236299948684, 66.25, 50.0311441465752, 98.6538461538462, 79.6705717313488, 174.9, 223.653242904141, 470.411538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 435, '2021-05-23 00:00:00', 26.7229374249049, 43.8461538461538, 41.2324554764252, 71.1538461538462, 64.1063838174783, 107.926923076923, 77.9284366977412, 170.873076923077, 224.755513289099, 469.065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 450, '2021-05-23 00:00:00', 34.0570787852484, 46.7307692307692, 38.506867519364, 68.1730769230769, 63.4288849512101, 103.023076923077, 78.8945114596798, 172.892307692308, 233.094818376227, 478.265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 465, '2021-05-23 00:00:00', 28.8352415257121, 51.6346153846154, 59.5587168586274, 87.7346153846155, 60.3709843703591, 101.484615384615, 77.7306944619593, 171.738461538462, 233.768078132679, 479.034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 480, '2021-05-23 00:00:00', 39.0326293483561, 69.5153846153847, 40.0854280064656, 77.5923076923077, 41.6284446022187, 93.9500000000002, 64.1473611184556, 165.392307692308, 234.129813860733, 480.957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 495, '2021-05-23 00:00:00', 26.8809698199588, 38.9423076923077, 29.6643077425743, 51.6346153846154, 49.7417368475949, 77.5961538461538, 62.9844303105018, 151.538461538462, 235.877432611483, 477.580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 510, '2021-05-23 00:00:00', 17.4093807604274, 33.5576923076923, 31.590681440041, 51.6346153846154, 56.4722532277169, 83.8461538461538, 63.9122746125801, 148.173076923077, 242.910961338639, 481.907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 525, '2021-05-23 00:00:00', 29.8940436567863, 40.5769230769231, 45.8636147054084, 59.1346153846154, 56.58392337595, 84.9038461538462, 64.776316303462, 144.134615384615, 256.315296371181, 483.934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 540, '2021-05-23 00:00:00', 29.0472095839753, 39.9038461538462, 46.516022880459, 65.0961538461538, 51.411705491439, 77.7884615384615, 66.0896826580833, 140.384615384615, 253.45380173788, 485.280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 555, '2021-05-23 00:00:00', 13.200935795706, 29.1666666666667, 13.7079720138329, 38.0555555555556, 25.7854553165608, 74.5833333333333, 60.6165557423495, 131.527777777778, 230.292063851976, 460.394444444444 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 570, '2021-05-23 00:00:00', 8.11478115555893, 29.4444444444444, 12.2915628111266, 39.8611111111111, 30.4074321195423, 80.1388888888889, 62.3452332145383, 131.111111111111, 229.056667076133, 461.644444444444 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 585, '2021-05-23 00:00:00', 13.2911403485444, 27.9166666666667, 24.0680034662137, 63.1944444444444, 26.5269008854829, 89.1666666666667, 61.6196163910731, 129.722222222222, 228.604238605711, 461.644444444444 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 600, '2021-05-23 00:00:00', 19.6190225483237, 52.6388888888889, 26.3433990442125, 66.8055555555556, 35.2491714082377, 93.1944444444444, 63.0898635467928, 130.416666666667, 228.572951127049, 460.811111111111 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 615, '2021-05-23 00:00:00', 20.7280931625137, 43.0769230769231, 24.3894680927271, 62.1153846153846, 30.3897756085573, 81.5384615384615, 59.3293447953553, 120.865384615385, 252.687537210561, 480.588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 630, '2021-05-23 00:00:00', 19.6713379936785, 42.3076923076923, 23.1194639943191, 57.0192307692308, 36.8040549605402, 80.9615384615385, 58.5255532619332, 114.903846153846, 253.021773006563, 477.319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 645, '2021-05-23 00:00:00', 19.1602553379485, 41.1538461538462, 23.1657904279963, 56.9230769230769, 46.2172961296792, 81.5384615384615, 57.4815187690792, 116.25, 252.480695987146, 475.876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 660, '2021-05-23 00:00:00', 22.3159136044214, 40, 31.7425036577384, 58.5576923076923, 46.3358351104695, 72.0192307692308, 57.4513171838022, 110.576923076923, 253.832663110047, 475.661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 675, '2021-05-23 00:00:00', 18.3470810925167, 36.1538461538462, 28.7602824421779, 48.0769230769231, 35.7216805531103, 60.9615384615385, 46.4034357149753, 105.673076923077, 249.294609648905, 467.2 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 690, '2021-05-23 00:00:00', 21.1687360183688, 31.1538461538462, 23.7559709093557, 40.3846153846154, 31.9490279134653, 55.0961538461538, 51.5614830902054, 106.442307692308, 249.55610190897, 471.9 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 705, '2021-05-23 00:00:00', 19.5162654056716, 29.2307692307692, 27.2297913774883, 42.6923076923077, 32.9161230075195, 54.1346153846154, 55.6552748208525, 109.519230769231, 249.030264456722, 472.669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 720, '2021-05-23 00:00:00', 15.604794628082, 27.9807692307692, 21.3397426269535, 36.7307692307692, 26.9914516382217, 50.9615384615385, 64.7498143745483, 115.961538461538, 248.76287813591, 471.707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 735, '2021-05-23 00:00:00', 15.4474917057754, 26.25, 22.2148598915231, 37.5, 24.0184224166496, 51.7307692307692, 66.5729790415116, 117.307692307692, 247.672915354102, 470.65 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 750, '2021-05-23 00:00:00', 16.1902748586922, 26.25, 19.4236671654414, 36.8269230769231, 25.0007692189353, 50.9615384615385, 66.3185784388798, 121.923076923077, 247.953063796667, 469.976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 765, '2021-05-23 00:00:00', 10.7278394125536, 26.0576923076923, 17.2816042702593, 36.9230769230769, 20.0403439245784, 51.3461538461538, 69.7026652177773, 134.807692307692, 246.190287410744, 468.919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 780, '2021-05-23 00:00:00', 16.0360171537027, 26.9230769230769, 16.6028264507537, 35.5769230769231, 26.9937670868381, 54.7115384615385, 73.8822477897197, 143.942307692308, 245.079822004681, 467.765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 795, '2021-05-23 00:00:00', 13.1825204780363, 25.6730769230769, 19.3420625739704, 38.6538461538462, 29.9436971665157, 53.75, 81.9526716136538, 152.596153846154, 245.166499782056, 468.630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 810, '2021-05-23 00:00:00', 15.9047646465309, 27.6923076923077, 25.9444673218662, 41.1538461538462, 32.2640845809416, 54.1346153846154, 83.3569710065368, 161.730769230769, 244.768195520704, 467.092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 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 982755, 3, 825, '2021-05-23 00:00:00', 14.263994477759, 24.8076923076923, 19.7523124254819, 35.5769230769231, 26.4880234184317, 53.6538461538462, 86.4178133346272, 165.961538461538, 240.675205491678, 463.342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982755 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet[...];[ Date: 2021-05-23 15:49:52 - Database: acaweb_fx - User: pgperfstats ]
18 17s620ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982615, 1, 945, '2021-05-23 00:00:00', 0.00614043972366812, 0.0112500000000001, 0.00730847769058957, 0.0165769230769233, 0.0121237846337748, 0.0271153846153848, 0.020302301877828, 0.0502884615384614, 0.0367969480339791, 0.104846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 960, '2021-05-23 00:00:00', 0.00562142193892109, 0.0115961538461539, 0.00763012753195161, 0.0158269230769232, 0.0102179517742813, 0.0260576923076925, 0.020065776451844, 0.049653846153846, 0.0374858793927277, 0.105134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 975, '2021-05-23 00:00:00', 0.0057339743231429, 0.0115384615384616, 0.0104403801875957, 0.0208076923076924, 0.0117206589470836, 0.0295769230769231, 0.0197098959916077, 0.049, 0.0377339318834467, 0.105019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 990, '2021-05-23 00:00:00', 0.00881949326993685, 0.0152115384615385, 0.0094226609013345, 0.0205576923076924, 0.0127544260794198, 0.0306538461538462, 0.019280520261094, 0.0485384615384614, 0.0377557789769172, 0.105326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1005, '2021-05-23 00:00:00', 0.00521628367562729, 0.014019230769231, 0.00897449377188149, 0.0228076923076925, 0.0107480946433094, 0.0286923076923078, 0.0190832286415221, 0.0464807692307691, 0.0366082851068104, 0.104442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1020, '2021-05-23 00:00:00', 0.00832918871291696, 0.0168461538461538, 0.0095062934619448, 0.0220192307692306, 0.0173501163817865, 0.0330576923076923, 0.0185515498004882, 0.0454999999999999, 0.0382044953053754, 0.108711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1035, '2021-05-23 00:00:00', 0.00754545201786115, 0.0144230769230766, 0.00980504187415048, 0.020326923076923, 0.0196973641344762, 0.0336153846153845, 0.0175977708378515, 0.0431923076923075, 0.0380337552505866, 0.109942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1050, '2021-05-23 00:00:00', 0.00591767235945396, 0.013326923076923, 0.0138511315838758, 0.0244230769230768, 0.0173090905418109, 0.0297307692307692, 0.0160346379873263, 0.0400192307692307, 0.0388494728208957, 0.109692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1065, '2021-05-23 00:00:00', 0.00998154065493663, 0.0188653846153846, 0.014000054944947, 0.0241923076923078, 0.0129871089931515, 0.02825, 0.0129368287637092, 0.0378076923076924, 0.0386881068984332, 0.109980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1080, '2021-05-23 00:00:00', 0.00900341815431984, 0.0151923076923076, 0.00793347338811931, 0.019, 0.00866868812717094, 0.0236153846153847, 0.0108355717608539, 0.0345192307692306, 0.0382487858027493, 0.111519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1095, '2021-05-23 00:00:00', 0.00564146734867399, 0.0123846153846154, 0.0064656488757601, 0.0167307692307692, 0.00921121807697232, 0.0219423076923079, 0.0110788086002062, 0.0334999999999999, 0.0395636390952792, 0.112807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1110, '2021-05-23 00:00:00', 0.00537876880393227, 0.0118653846153846, 0.00617949462708346, 0.0158846153846157, 0.00772590547344546, 0.0194807692307695, 0.0106555871945912, 0.0321923076923076, 0.0399757618871925, 0.113692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1125, '2021-05-23 00:00:00', 0.00413321443170541, 0.0107115384615385, 0.00535626879316324, 0.0134807692307694, 0.00828559918449778, 0.0183653846153848, 0.0106011791796949, 0.0312499999999999, 0.04107754861235, 0.11475 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1140, '2021-05-23 00:00:00', 0.00394890442450137, 0.00892307692307697, 0.00384767662162708, 0.0117692307692308, 0.00780406698705628, 0.0172884615384615, 0.0108940527176705, 0.0314038461538461, 0.0409138917540426, 0.115442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1155, '2021-05-23 00:00:00', 0.0027542973416381, 0.00711538461538463, 0.00784464540552748, 0.0119615384615384, 0.00865181172667578, 0.0165769230769231, 0.0116206877858147, 0.0310961538461539, 0.0408826321973597, 0.115519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1170, '2021-05-23 00:00:00', 0.00383230197942925, 0.00794230769230756, 0.00537257995609327, 0.0112307692307692, 0.00976313710616865, 0.0178269230769229, 0.0119828884407982, 0.0310192307692307, 0.0407141819933128, 0.115730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1185, '2021-05-23 00:00:00', 0.00329615160218929, 0.00723076923076939, 0.00899213331409519, 0.0124615384615385, 0.0101360172727679, 0.0158269230769231, 0.0126650943693529, 0.0307307692307693, 0.040119091944628, 0.115692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1200, '2021-05-23 00:00:00', 0.00842341060104789, 0.00942307692307682, 0.00940214787244843, 0.0124038461538459, 0.00894452991412151, 0.016730769230769, 0.0130084144365809, 0.031826923076923, 0.0400657392486203, 0.115788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1215, '2021-05-23 00:00:00', 0.00376077937912635, 0.00721153846153853, 0.00372357355238214, 0.0097500000000001, 0.00407261020061509, 0.0136153846153846, 0.0324559879505483, 0.0483653846153848, 0.0401742598419202, 0.115865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1230, '2021-05-23 00:00:00', 0.00284449535878606, 0.00663461538461557, 0.00391157060723488, 0.0099038461538463, 0.00438708769704241, 0.0130576923076926, 0.0335580323985408, 0.0503076923076925, 0.0400534498658207, 0.115673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1245, '2021-05-23 00:00:00', 0.0034725295590478, 0.0069615384615385, 0.0032480171466011, 0.00901923076923079, 0.00460451283650486, 0.0121923076923078, 0.0337931035294751, 0.0500769230769233, 0.0400409646006913, 0.115673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1260, '2021-05-23 00:00:00', 0.0020195201257878, 0.00596153846153844, 0.00428198372432522, 0.00884615384615393, 0.00585179131022784, 0.0142115384615383, 0.0340294499153077, 0.0497884615384616, 0.0403690904224809, 0.115788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1275, '2021-05-23 00:00:00', 0.00360325707360201, 0.0062115384615384, 0.00365371254816486, 0.00848076923076921, 0.00553950844806228, 0.0148846153846151, 0.0337848851047096, 0.0505384615384615, 0.040245386739925, 0.116365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1290, '2021-05-23 00:00:00', 0.0021012816601745, 0.00534615384615375, 0.00439335162052146, 0.0101923076923074, 0.00525561970290297, 0.0141923076923074, 0.0335526509327558, 0.0495961538461538, 0.0406559911376489, 0.116519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1305, '2021-05-23 00:00:00', 0.00376236423215322, 0.00815384615384594, 0.0047585146357308, 0.0112884615384613, 0.0063920924706898, 0.0151730769230768, 0.0336680686430602, 0.0491730769230769, 0.0400285667223562, 0.116884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1320, '2021-05-23 00:00:00', 0.00460288371149455, 0.00805769230769211, 0.00519085734729846, 0.01075, 0.00743918936857625, 0.0163076923076924, 0.0328938444089463, 0.04975, 0.0398609313257207, 0.117423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1335, '2021-05-23 00:00:00', 0.00245889280900052, 0.00661538461538457, 0.0046818799642878, 0.00999999999999999, 0.00545530793039079, 0.0154038461538462, 0.0323602141763377, 0.0492884615384614, 0.0399028676432387, 0.117326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1350, '2021-05-23 00:00:00', 0.00435894306172775, 0.00759615384615363, 0.00511276682583732, 0.0120961538461538, 0.00497733323717081, 0.0150769230769231, 0.031905581860329, 0.0493846153846153, 0.0397846752483335, 0.117596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1365, '2021-05-23 00:00:00', 0.00507148893324241, 0.00950000000000006, 0.00510282727062617, 0.0121730769230769, 0.00499249436654656, 0.0147500000000001, 0.0314916411375853, 0.0502115384615385, 0.0399950044957537, 0.118096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1380, '2021-05-23 00:00:00', 0.00397240481320787, 0.00849999999999993, 0.00422301387090371, 0.011076923076923, 0.00656086884490149, 0.0167500000000001, 0.0308530574472961, 0.0503653846153845, 0.0410400554805441, 0.119384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1395, '2021-05-23 00:00:00', 0.00444989196065922, 0.0071923076923076, 0.00501861917877216, 0.0095576923076921, 0.0328362428751195, 0.0401730769230769, 0.0306427617253053, 0.0518269230769229, 0.0420109509532929, 0.12 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1410, '2021-05-23 00:00:00', 0.00416191523959079, 0.00680769230769209, 0.00669488898052369, 0.0133076923076923, 0.0333814146817333, 0.0418269230769232, 0.0305227594780328, 0.0526730769230769, 0.0417250708622708, 0.120307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 1, 1425, '2021-05-23 00:00:00', 0.00635019684734257, 0.0117499999999999, 0.0320127859071726, 0.0385384615384615, 0.0327922422814628, 0.0418653846153847, 0.0303045629973694, 0.0539423076923078, 0.0417497858124398, 0.120269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 0, '2021-05-23 00:00:00', 0.0253690074394237, 0.0269423076923078, 0.0273292249883077, 0.0310576923076924, 0.0293079406409828, 0.0368461538461539, 0.0300889770258401, 0.0544423076923078, 0.041391061837068, 0.1205 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 15, '2021-05-23 00:00:00', 0.00594474557908086, 0.0105000000000003, 0.0151795408869457, 0.0169615384615386, 0.0289063740641827, 0.0340384615384616, 0.0278750577784845, 0.049173076923077, 0.0417878708939106, 0.120115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 30, '2021-05-23 00:00:00', 0.0150443063597546, 0.0121346153846155, 0.0150847987671745, 0.0173653846153845, 0.0290411180649358, 0.0329423076923078, 0.028217343275696, 0.0495384615384618, 0.0417137129269721, 0.120076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 45, '2021-05-23 00:00:00', 0.00906033196878635, 0.010980769230769, 0.0275117876834359, 0.0265384615384612, 0.026790009618972, 0.0292307692307692, 0.0288174693278493, 0.0470576923076924, 0.0412087929377289, 0.119730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 60, '2021-05-23 00:00:00', 0.027242677209453, 0.0247884615384614, 0.026924052729569, 0.0272307692307691, 0.0262167665083595, 0.029826923076923, 0.0288079916796603, 0.0480961538461539, 0.0411814932295489, 0.119653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 75, '2021-05-23 00:00:00', 0.0064316823974399, 0.0104423076923078, 0.00594063581160759, 0.0126346153846156, 0.00735968749336552, 0.0172500000000001, 0.0175877689143512, 0.0374807692307693, 0.0372579986249726, 0.111461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 90, '2021-05-23 00:00:00', 0.00306167375039332, 0.00707692307692319, 0.00480212292797531, 0.0110961538461539, 0.00588086859100045, 0.0152692307692308, 0.0173496286814621, 0.0364807692307693, 0.0366820066978976, 0.110480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 105, '2021-05-23 00:00:00', 0.00536659898030263, 0.00859615384615363, 0.00644706253922014, 0.012730769230769, 0.00775105451882832, 0.0161730769230769, 0.0177960777874055, 0.0364038461538461, 0.0365571260021688, 0.110288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 120, '2021-05-23 00:00:00', 0.00428561996233187, 0.00894230769230762, 0.00415377492816402, 0.0109230769230768, 0.006678783859817, 0.0148846153846153, 0.0168394226102366, 0.0351153846153846, 0.0365624649901212, 0.109576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 135, '2021-05-23 00:00:00', 0.0026605378287972, 0.00703846153846133, 0.00461685873894653, 0.0103461538461538, 0.00616519386431724, 0.0155192307692305, 0.0160407294098492, 0.03375, 0.0362728601659061, 0.109096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 150, '2021-05-23 00:00:00', 0.00424957011400554, 0.00782692307692321, 0.00533810683813913, 0.0108461538461538, 0.00644467579897134, 0.017423076923077, 0.0156571438597899, 0.0336153846153847, 0.0366981659571071, 0.109346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 165, '2021-05-23 00:00:00', 0.00400057688147792, 0.00873076923076917, 0.00475657439761001, 0.0132499999999998, 0.00692178834161767, 0.0188653846153846, 0.0148438150808288, 0.0331730769230771, 0.0366951107621457, 0.109634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 180, '2021-05-23 00:00:00', 0.00444677930122996, 0.0104230769230765, 0.00584666242727112, 0.0152115384615383, 0.00783424435509794, 0.0193461538461537, 0.0145163568220339, 0.0327307692307693, 0.0371539417103403, 0.110153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 195, '2021-05-23 00:00:00', 0.00557138982798587, 0.0105961538461537, 0.00613505062357652, 0.0136730769230768, 0.0067146223904368, 0.0181153846153846, 0.012656421295137, 0.0307500000000001, 0.036557694128596, 0.10975 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 210, '2021-05-23 00:00:00', 0.00316252090294096, 0.00819230769230746, 0.00363365677224227, 0.0117115384615384, 0.00823932876280211, 0.0184423076923079, 0.0116872218189847, 0.0293653846153848, 0.0359242793407724, 0.109923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 225, '2021-05-23 00:00:00', 0.00294017267938753, 0.00876923076923069, 0.00530938936080362, 0.0125192307692307, 0.0102897447079044, 0.0196730769230769, 0.0119594989604337, 0.0294807692307694, 0.0359755472508758, 0.11 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 240, '2021-05-23 00:00:00', 0.00503006346496138, 0.00919230769230752, 0.00756144064417524, 0.0146538461538462, 0.0115698547294916, 0.0208076923076923, 0.011611996449296, 0.0294615384615385, 0.0356433670601504, 0.109980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 255, '2021-05-23 00:00:00', 0.0029417420270729, 0.00892307692307697, 0.00613138207534371, 0.0129230769230769, 0.0102963772568503, 0.0193461538461538, 0.00991287042183018, 0.02825, 0.0354576507964078, 0.10975 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 270, '2021-05-23 00:00:00', 0.00584110105532001, 0.00953846153846151, 0.00965122551006632, 0.0146153846153845, 0.0100641213457279, 0.0179423076923077, 0.00968934783865532, 0.0277115384615384, 0.0351676479386731, 0.109711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 285, '2021-05-23 00:00:00', 0.00805949034464274, 0.0108461538461538, 0.00906633672099516, 0.0139615384615384, 0.00814250481211944, 0.0164038461538462, 0.00983893365078836, 0.0272307692307694, 0.0347464940124015, 0.109673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 300, '2021-05-23 00:00:00', 0.00532573577437538, 0.00878846153846169, 0.00517642585336492, 0.010846153846154, 0.00517553416046652, 0.0138846153846154, 0.00858218189936834, 0.0259230769230772, 0.0339514415690319, 0.109096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 315, '2021-05-23 00:00:00', 0.00419505203048341, 0.00803846153846146, 0.00408001696829064, 0.00994230769230761, 0.00485216050213324, 0.0142115384615385, 0.00902911955840649, 0.02725, 0.0337565036468758, 0.108692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 330, '2021-05-23 00:00:00', 0.00282161982937776, 0.00680769230769202, 0.00434440400444612, 0.0105769230769231, 0.00584560979249857, 0.0141346153846155, 0.00895733476843669, 0.0280769230769232, 0.0338140673957771, 0.108634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 345, '2021-05-23 00:00:00', 0.00418642494810974, 0.0081153846153849, 0.00475604878023786, 0.0105000000000001, 0.00493137521777263, 0.0140384615384618, 0.0113862433867162, 0.0300576923076924, 0.0338404173460353, 0.108576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 360, '2021-05-23 00:00:00', 0.00395396587666696, 0.00707692307692298, 0.00419289692401156, 0.0100961538461539, 0.00449615220109182, 0.012653846153846, 0.0111696016043544, 0.0315, 0.0338849467372257, 0.108480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 375, '2021-05-23 00:00:00', 0.00376874800676056, 0.00728846153846156, 0.00414988415037543, 0.00969230769230792, 0.00491782472237476, 0.0122500000000001, 0.0122503532131182, 0.0351346153846154, 0.0337000798903413, 0.108846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 390, '2021-05-23 00:00:00', 0.0038813161923005, 0.00676923076923084, 0.00448111421583775, 0.00859615384615376, 0.00497795138586154, 0.012, 0.0127530991708502, 0.0388076923076923, 0.0336529573509007, 0.108807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 405, '2021-05-23 00:00:00', 0.00339320588144101, 0.00592307692307665, 0.00380242837387667, 0.00803846153846152, 0.00623257571153379, 0.0122500000000001, 0.0118077712350157, 0.0412884615384615, 0.033682271072708, 0.108846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 420, '2021-05-23 00:00:00', 0.00335284035729969, 0.0063076923076925, 0.00393895730052801, 0.00884615384615393, 0.00680658617697695, 0.0135192307692308, 0.0112142937635587, 0.042596153846154, 0.0335793663751096, 0.108923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 435, '2021-05-23 00:00:00', 0.0039700804099586, 0.00669230769230774, 0.00630753517627931, 0.0097500000000001, 0.00630082412192138, 0.0139038461538461, 0.0108090417991323, 0.0436538461538462, 0.0336072164869392, 0.10875 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 450, '2021-05-23 00:00:00', 0.00565335162672404, 0.00690384615384639, 0.00576754847267145, 0.00973076923076944, 0.00521359170452958, 0.0126923076923078, 0.0104746764223939, 0.0441730769230769, 0.0333182151613566, 0.108711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 465, '2021-05-23 00:00:00', 0.0033152909142567, 0.00713461538461543, 0.00359807640915997, 0.0101153846153847, 0.00573048527949095, 0.0134615384615385, 0.0105456699097857, 0.0466346153846154, 0.0331797435887527, 0.108846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 480, '2021-05-23 00:00:00', 0.00360619125735378, 0.00773076923076932, 0.00362623984102227, 0.0094807692307692, 0.00551965021188297, 0.0144423076923079, 0.0116405954116817, 0.0487115384615386, 0.0329476332755713, 0.108942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 495, '2021-05-23 00:00:00', 0.00342507720294839, 0.00636538461538461, 0.00438616706686644, 0.00996153846153854, 0.00642195752567231, 0.0171923076923078, 0.0132325501931936, 0.0505961538461541, 0.0329032848488741, 0.108884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 510, '2021-05-23 00:00:00', 0.00363931523567492, 0.0072307692307696, 0.00509131991349395, 0.0101923076923081, 0.00608769250208983, 0.0195000000000001, 0.0152948080683008, 0.0536346153846155, 0.0328682919450435, 0.108730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 525, '2021-05-23 00:00:00', 0.00421649690547101, 0.00782692307692315, 0.00565770407361639, 0.0144807692307692, 0.00914885448903517, 0.0226923076923075, 0.015437828165307, 0.0549423076923077, 0.0328682919450435, 0.108730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 540, '2021-05-23 00:00:00', 0.00415048653311137, 0.0120576923076921, 0.00591620980540227, 0.0168076923076922, 0.00940525630452692, 0.0241730769230769, 0.0153946544168874, 0.0556538461538461, 0.032438847793253, 0.109326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 555, '2021-05-23 00:00:00', 0.00476380584762277, 0.0115769230769233, 0.00932927567474478, 0.0181538461538461, 0.0112391486127048, 0.0274615384615385, 0.0164056744404537, 0.0568846153846154, 0.031880166247998, 0.11025 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 570, '2021-05-23 00:00:00', 0.00951575616462589, 0.0145192307692306, 0.00956196391156913, 0.0191346153846154, 0.0125035379608518, 0.0309615384615383, 0.0173292105550581, 0.0583076923076924, 0.0320109596616772, 0.110807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 585, '2021-05-23 00:00:00', 0.00449426985599001, 0.0115384615384614, 0.00858280929443367, 0.0212307692307693, 0.00987623410010099, 0.0324999999999999, 0.0158658316953324, 0.0572307692307691, 0.0309131600057071, 0.110288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 600, '2021-05-23 00:00:00', 0.00608756614243017, 0.0185384615384616, 0.00763312618686552, 0.0242307692307693, 0.00833613542633242, 0.0336346153846155, 0.0165269011474765, 0.0575384615384614, 0.0305350807080339, 0.111365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 615, '2021-05-23 00:00:00', 0.00673167026935994, 0.0151538461538463, 0.00864291617453291, 0.0235, 0.00748395720088059, 0.0305192307692308, 0.0183042344827637, 0.05475, 0.0297977283594675, 0.110269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 630, '2021-05-23 00:00:00', 0.00605792551443653, 0.0165384615384615, 0.00666021482675002, 0.0219615384615387, 0.00753565881964874, 0.0276153846153846, 0.0188239618163004, 0.0528076923076922, 0.0296688453535925, 0.110903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 645, '2021-05-23 00:00:00', 0.00552090432949054, 0.0144038461538465, 0.00624182542333474, 0.0195961538461542, 0.00947555559564468, 0.0283846153846156, 0.0177600783955303, 0.0505961538461539, 0.0281216040684848, 0.111269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 660, '2021-05-23 00:00:00', 0.00460505575010124, 0.0144423076923078, 0.00627804477157081, 0.0209230769230769, 0.0106365118631712, 0.0306538461538464, 0.0166925593742101, 0.0501923076923075, 0.0276626170962795, 0.112403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 675, '2021-05-23 00:00:00', 0.00478318368389154, 0.0148269230769232, 0.00792379571048716, 0.0214423076923078, 0.0113216606555748, 0.0295000000000001, 0.0155093644168734, 0.0494038461538461, 0.0273317299404639, 0.112711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 690, '2021-05-23 00:00:00', 0.00687506643324553, 0.0155576923076923, 0.00836781839044002, 0.022096153846154, 0.01229548072073, 0.0313269230769232, 0.0126940325168348, 0.0499615384615384, 0.0265822960170571, 0.112038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 705, '2021-05-23 00:00:00', 0.00441174132723824, 0.0142115384615387, 0.00741643186029917, 0.0202115384615386, 0.0105397416403892, 0.0288846153846154, 0.0136181440054747, 0.049076923076923, 0.0281839288629857, 0.112576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 720, '2021-05-23 00:00:00', 0.00484565626261168, 0.0134038461538463, 0.00959617311544232, 0.0209423076923079, 0.00980049056856937, 0.0270192307692308, 0.0129888857815501, 0.0501346153846153, 0.0275667581308748, 0.112615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 735, '2021-05-23 00:00:00', 0.00823960884060374, 0.0138653846153848, 0.00862476309596617, 0.0190576923076923, 0.00965576750723875, 0.0254230769230771, 0.013440753184024, 0.048576923076923, 0.027026738896593, 0.111730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 750, '2021-05-23 00:00:00', 0.00660072839803426, 0.0129807692307692, 0.00737928493513079, 0.0175769230769232, 0.0109923224955493, 0.0248653846153849, 0.0140333120165499, 0.0490769230769231, 0.025988673568425, 0.110365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 765, '2021-05-23 00:00:00', 0.00354167496228303, 0.0122884615384617, 0.00641239784743938, 0.017326923076923, 0.00959481029595617, 0.0240961538461538, 0.0149759807692183, 0.0495, 0.0263772337734354, 0.109461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 780, '2021-05-23 00:00:00', 0.00465997689000543, 0.0116538461538462, 0.00699582292954448, 0.0168076923076927, 0.00807179324275898, 0.0229230769230769, 0.0202653265835627, 0.0562115384615384, 0.0259461646787818, 0.108788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 795, '2021-05-23 00:00:00', 0.00384647690950905, 0.0106538461538462, 0.00480000000000029, 0.0159999999999998, 0.00688901020020026, 0.0220384615384615, 0.0216442566551462, 0.0575769230769231, 0.0259641172508404, 0.108346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 810, '2021-05-23 00:00:00', 0.00331639285044199, 0.0115384615384614, 0.00517987971348325, 0.0156346153846152, 0.00841941437758816, 0.0215576923076924, 0.0224262209169395, 0.058346153846154, 0.0265726073530331, 0.108788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 825, '2021-05-23 00:00:00', 0.00419358484427714, 0.0111153846153845, 0.00701462757386295, 0.0162500000000001, 0.00792629508952018, 0.0211153846153847, 0.0219567757195814, 0.059, 0.0259301725052852, 0.109076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 840, '2021-05-23 00:00:00', 0.00540217192788811, 0.0122884615384618, 0.00591321856911704, 0.0161153846153848, 0.00827203351429004, 0.0210576923076923, 0.023318365162381, 0.0623846153846155, 0.0252152655227863, 0.109980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 855, '2021-05-23 00:00:00', 0.00431205822709338, 0.010923076923077, 0.00662294961014044, 0.0157115384615385, 0.00893215883974648, 0.0217115384615386, 0.022790323520166, 0.0626730769230771, 0.0240159322117631, 0.10975 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 870, '2021-05-23 00:00:00', 0.005806759986297, 0.0119615384615383, 0.00749758935617609, 0.016076923076923, 0.010377193929293, 0.0251153846153848, 0.0228610939236205, 0.0629807692307694, 0.0237355948216695, 0.110461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 885, '2021-05-23 00:00:00', 0.005634236007181, 0.0122692307692307, 0.00670980912258596, 0.0168076923076925, 0.00890177164734874, 0.0263076923076925, 0.0234269158152618, 0.063096153846154, 0.024362336947396, 0.109788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 900, '2021-05-23 00:00:00', 0.00401789267383555, 0.0117115384615387, 0.00555798109444032, 0.0178653846153847, 0.010561031418161, 0.027153846153846, 0.0213272397146499, 0.0616346153846155, 0.0233667745708765, 0.108115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 915, '2021-05-23 00:00:00', 0.00493874010716827, 0.0133653846153846, 0.00795351881486833, 0.0189615384615385, 0.0111867538427581, 0.0272884615384613, 0.0219260996566612, 0.0600769230769232, 0.0232977384178082, 0.107269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 930, '2021-05-23 00:00:00', 0.00533147403488158, 0.0132692307692309, 0.00850556378993272, 0.0192692307692305, 0.0102354587285874, 0.0267307692307691, 0.0221446294930534, 0.0577692307692309, 0.023114464335962, 0.106961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 945, '2021-05-23 00:00:00', 0.00484660864776749, 0.0130192307692306, 0.0066291895316211, 0.0178846153846154, 0.0100193082825882, 0.0265576923076924, 0.0201683014806746, 0.0555961538461539, 0.0227333793893811, 0.106557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 960, '2021-05-23 00:00:00', 0.00515457227950225, 0.0140192307692306, 0.00670823259997627, 0.0199038461538461, 0.0179695147830556, 0.0362884615384613, 0.0194210036974247, 0.0558461538461539, 0.0219789759683063, 0.107653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 975, '2021-05-23 00:00:00', 0.00657465997950885, 0.0143846153846153, 0.00912241533468321, 0.0214615384615384, 0.0175844008668522, 0.0388653846153845, 0.0191178933503102, 0.055076923076923, 0.0226380296098266, 0.109096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 990, '2021-05-23 00:00:00', 0.0067674844775477, 0.0168269230769229, 0.0163294095234522, 0.030480769230769, 0.0163473357038812, 0.0386538461538459, 0.0185596750634685, 0.0533076923076923, 0.0232847672227014, 0.108096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1005, '2021-05-23 00:00:00', 0.0117765248890126, 0.0214423076923076, 0.0148316708950292, 0.0284615384615384, 0.0146211780015785, 0.0346730769230768, 0.0170992689902228, 0.05025, 0.0238580417018278, 0.109884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1020, '2021-05-23 00:00:00', 0.0112332781707539, 0.0194423076923075, 0.0107686332251806, 0.0247884615384613, 0.0103749884151929, 0.033903846153846, 0.0150719811366858, 0.0462692307692308, 0.0237273292607101, 0.107884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1035, '2021-05-23 00:00:00', 0.00482126698955948, 0.0142692307692306, 0.00820722008590387, 0.0210384615384615, 0.0121044969393133, 0.030173076923077, 0.0142810929338273, 0.0434807692307694, 0.0234892201134576, 0.107211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1050, '2021-05-23 00:00:00', 0.00438230708470025, 0.0147307692307693, 0.00805168400923789, 0.0229807692307694, 0.0134933174343679, 0.0284807692307694, 0.0151896219631896, 0.041269230769231, 0.0232421781714591, 0.106326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1065, '2021-05-23 00:00:00', 0.00681773704843011, 0.0178076923076921, 0.0108321458915297, 0.0223461538461536, 0.0128475079894298, 0.0274615384615383, 0.0135575128193246, 0.0393846153846154, 0.0235237032668033, 0.105730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1080, '2021-05-23 00:00:00', 0.0083690133597327, 0.0169038461538462, 0.00870605448038243, 0.0201538461538462, 0.0105511209758089, 0.0256153846153847, 0.0125691931079371, 0.0377692307692308, 0.0247237039794108, 0.106307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1095, '2021-05-23 00:00:00', 0.00463668482364803, 0.012173076923077, 0.00734208102966428, 0.0173846153846154, 0.00736877507825064, 0.0216730769230771, 0.00983582541215847, 0.0342115384615386, 0.0258115060806967, 0.105576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1110, '2021-05-23 00:00:00', 0.00612849586264542, 0.0120384615384614, 0.00727590861362653, 0.0161730769230767, 0.00726702245659216, 0.0190192307692308, 0.0107844082609322, 0.0332115384615383, 0.026023746552243, 0.104846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1125, '2021-05-23 00:00:00', 0.00511953273108173, 0.0110192307692306, 0.0048570725592846, 0.0131346153846153, 0.00557180401665381, 0.0167499999999998, 0.0109539771491736, 0.0320192307692308, 0.0258710188315926, 0.10401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1140, '2021-05-23 00:00:00', 0.00273980628175414, 0.00855769230769225, 0.00324037034920389, 0.011, 0.00452038119563419, 0.015923076923077, 0.0103559718928816, 0.0318846153846155, 0.0259449120549379, 0.103961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1155, '2021-05-23 00:00:00', 0.00351546035939288, 0.00803846153846146, 0.00369953219495893, 0.0115576923076922, 0.00479699425121129, 0.0158653846153848, 0.011555568088422, 0.0316346153846156, 0.0263216859993077, 0.103634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1170, '2021-05-23 00:00:00', 0.00244225620781567, 0.00776923076923063, 0.00418734356768666, 0.0110769230769232, 0.00514183445265047, 0.0144615384615386, 0.0116558337985088, 0.0305384615384617, 0.0263364108879994, 0.103942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1185, '2021-05-23 00:00:00', 0.00382748159820743, 0.00848076923076935, 0.00439584594116584, 0.0112115384615386, 0.00645648153766087, 0.0158846153846153, 0.0112367528843798, 0.0297307692307694, 0.0263404339664034, 0.103961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1200, '2021-05-23 00:00:00', 0.00354493137613982, 0.00794230769230777, 0.00379883585406838, 0.0103653846153848, 0.00620322496770827, 0.0150000000000002, 0.0116303482321037, 0.0302500000000002, 0.0263534919595399, 0.103942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1215, '2021-05-23 00:00:00', 0.00320096139404292, 0.00688461538461553, 0.00667316670300927, 0.0106346153846153, 0.00688197198930196, 0.0151923076923075, 0.0260947975952768, 0.0455384615384615, 0.0263997086231006, 0.103730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1230, '2021-05-23 00:00:00', 0.00314012493627009, 0.00690384615384605, 0.00364438451066003, 0.0101923076923079, 0.00713895058006516, 0.0157307692307691, 0.0267261108281771, 0.0482500000000001, 0.0264472770155731, 0.103538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1245, '2021-05-23 00:00:00', 0.00384887595978952, 0.00792307692307718, 0.00625007692260334, 0.0127115384615384, 0.00621638653386822, 0.0157115384615385, 0.0265251694694797, 0.0482692307692309, 0.0263515581206238, 0.103730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1260, '2021-05-23 00:00:00', 0.00635975930845929, 0.00905769230769224, 0.00612033181604226, 0.0114615384615383, 0.00695977453215694, 0.0155384615384614, 0.02697848145353, 0.0489615384615386, 0.0263762203509145, 0.10375 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1275, '2021-05-23 00:00:00', 0.00336617792847486, 0.00636538461538467, 0.00374705012181357, 0.00890384615384624, 0.00405505382682662, 0.0132115384615384, 0.0272764761992116, 0.0481153846153846, 0.0281983087326991, 0.104769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1290, '2021-05-23 00:00:00', 0.00287161171577115, 0.00688461538461553, 0.00315966161771511, 0.0102115384615386, 0.0042706962141841, 0.013673076923077, 0.0279765904889181, 0.0485192307692309, 0.0280369330595309, 0.105480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1305, '2021-05-23 00:00:00', 0.00195733335080008, 0.0071346153846155, 0.00322353126961058, 0.0101346153846155, 0.00509211305693581, 0.0139807692307694, 0.02801581970684, 0.0486153846153847, 0.029535565262656, 0.106480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1320, '2021-05-23 00:00:00', 0.00328405237473489, 0.00724999999999998, 0.00403565836779313, 0.00955769230769231, 0.00568185370618259, 0.0157884615384618, 0.0285825188640784, 0.0480961538461539, 0.0301913703921144, 0.106826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1335, '2021-05-23 00:00:00', 0.00238464640178315, 0.00605769230769226, 0.00484815587462032, 0.0092307692307691, 0.00596322060635025, 0.016, 0.028317920393006, 0.0497692307692307, 0.0301691959557324, 0.106903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1350, '2021-05-23 00:00:00', 0.00422774717241305, 0.00657692307692305, 0.00493293484184063, 0.0125769230769232, 0.0057631455086476, 0.015423076923077, 0.0283224903837651, 0.0497884615384616, 0.0303400534962258, 0.107826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1365, '2021-05-23 00:00:00', 0.00455635650661639, 0.0110961538461537, 0.00433837970462942, 0.0136923076923076, 0.00506511447209089, 0.0156538461538461, 0.0280185378194235, 0.0499615384615384, 0.0303202141254871, 0.108153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1380, '2021-05-23 00:00:00', 0.00321463001818954, 0.00842307692307683, 0.00352201865194019, 0.0102692307692308, 0.00545262815953525, 0.0161346153846154, 0.0276226286834656, 0.0504807692307693, 0.0307619145147922, 0.108846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1395, '2021-05-23 00:00:00', 0.00328428659856894, 0.00644230769230785, 0.00458580585989149, 0.00948076923076948, 0.0276540440776057, 0.0361153846153847, 0.0270491859681297, 0.0509615384615386, 0.0310438151898001, 0.108961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1410, '2021-05-23 00:00:00', 0.00390901325341615, 0.00740384615384625, 0.00476513782188295, 0.0129423076923077, 0.0289291973884252, 0.0390384615384616, 0.0270755708796979, 0.0524423076923078, 0.0309922322774347, 0.109038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 2, 1425, '2021-05-23 00:00:00', 0.00424807648779457, 0.0108846153846153, 0.0276258866895637, 0.0339807692307691, 0.0284075626442083, 0.0395192307692306, 0.0274990978873015, 0.0534038461538462, 0.0310998454114388, 0.109096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 0, '2021-05-23 00:00:00', 0.0240976858129253, 0.0250384615384615, 0.0267053437464375, 0.029653846153846, 0.0269182023059606, 0.0340192307692307, 0.0288808493908759, 0.0542884615384615, 0.0310998454114388, 0.109096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 15, '2021-05-23 00:00:00', 0.00391977236387711, 0.00676923076923057, 0.00821979318474634, 0.0122499999999996, 0.0189781757249256, 0.0283653846153845, 0.0189645823738721, 0.0463461538461538, 0.0253349333165464, 0.106826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 30, '2021-05-23 00:00:00', 0.00472879883919152, 0.00769230769230739, 0.00868438031977319, 0.0134615384615384, 0.0186276572704306, 0.0290192307692307, 0.0186399075600216, 0.0453846153846154, 0.0253349333165464, 0.106826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 45, '2021-05-23 00:00:00', 0.0087464498292384, 0.010096153846154, 0.0168764287144479, 0.024923076923077, 0.0171870255179261, 0.0285769230769232, 0.0180111503925078, 0.0446923076923077, 0.0257053795626819, 0.106442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 60, '2021-05-23 00:00:00', 0.0171887709320312, 0.0225769230769231, 0.0177203164583655, 0.0255192307692307, 0.0171557682607159, 0.0275961538461538, 0.0178158961000042, 0.0438846153846153, 0.0261793811997153, 0.106 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 75, '2021-05-23 00:00:00', 0.0055263355503794, 0.00909615384615369, 0.00612045749923989, 0.0120000000000001, 0.00871753317260021, 0.0171538461538461, 0.0122981080471127, 0.0337884615384616, 0.0267458192275699, 0.103826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 90, '2021-05-23 00:00:00', 0.00426614580154036, 0.0085, 0.00380606802962771, 0.0103846153846152, 0.0077282697834737, 0.0158846153846155, 0.0116183541797517, 0.0321153846153846, 0.026732816191686, 0.103711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 105, '2021-05-23 00:00:00', 0.00284719835303737, 0.0074423076923075, 0.00805863130199772, 0.012307692307692, 0.00811446950728244, 0.0152307692307691, 0.0112223163658571, 0.0310961538461539, 0.0267559339212819, 0.1035 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 120, '2021-05-23 00:00:00', 0.00421827525818853, 0.00892307692307662, 0.00376813563368485, 0.0108269230769229, 0.00921572652505584, 0.0175192307692307, 0.0114044525717608, 0.0303076923076923, 0.0268146702098225, 0.103557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 135, '2021-05-23 00:00:00', 0.00307471074311785, 0.00792307692307684, 0.00839874074810312, 0.0116730769230768, 0.00884394621282769, 0.0206538461538462, 0.0121428833225316, 0.0299807692307693, 0.0263845525901923, 0.103269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 150, '2021-05-23 00:00:00', 0.00718063635491582, 0.00880769230769207, 0.00774844897630894, 0.0144615384615384, 0.00752850991488111, 0.0220384615384616, 0.0109322388445298, 0.0295769230769231, 0.02630782276171, 0.103192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 165, '2021-05-23 00:00:00', 0.00432826133151022, 0.0105769230769232, 0.00452773504253342, 0.0164038461538463, 0.00624059292054854, 0.0207500000000003, 0.00848058869509575, 0.0274038461538462, 0.0260721189130341, 0.103153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 180, '2021-05-23 00:00:00', 0.0051774659676482, 0.0128846153846156, 0.00606021070971575, 0.0168846153846156, 0.00843910312405673, 0.0210384615384616, 0.00922331910890099, 0.0274807692307692, 0.0261374179173197, 0.103269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 195, '2021-05-23 00:00:00', 0.00466298847719567, 0.0102115384615388, 0.00490306026885241, 0.0130000000000003, 0.00644097460375011, 0.0178846153846154, 0.00774477491354917, 0.0246923076923077, 0.0271209257840625, 0.102769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 210, '2021-05-23 00:00:00', 0.00430585469046342, 0.00909615384615403, 0.00543977516503693, 0.0131346153846154, 0.00611932625753482, 0.0166153846153846, 0.00774199338274472, 0.0245384615384615, 0.027921297358, 0.102826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 225, '2021-05-23 00:00:00', 0.00437281813725854, 0.009807692307692, 0.00539301542595751, 0.0127692307692306, 0.0061323856569979, 0.0166153846153846, 0.00826961537567138, 0.0240576923076923, 0.0280076088562763, 0.102884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 240, '2021-05-23 00:00:00', 0.0038579089593279, 0.00928846153846155, 0.00476848629425146, 0.0120384615384616, 0.00513902864212828, 0.015019230769231, 0.00883648468218355, 0.0247115384615385, 0.0280452107525307, 0.103423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 255, '2021-05-23 00:00:00', 0.00513453615611602, 0.00821153846153859, 0.00584978632088382, 0.0105000000000002, 0.00611341526103425, 0.0134230769230771, 0.00947758489197634, 0.0242692307692309, 0.028127922070427, 0.1035 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 270, '2021-05-23 00:00:00', 0.0042542286655116, 0.00746153846153849, 0.00375704466507685, 0.0096538461538462, 0.00487663187677089, 0.0128076923076924, 0.00858740132627223, 0.0242115384615384, 0.0279978845354708, 0.103807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 285, '2021-05-23 00:00:00', 0.00292601067351755, 0.00680769230769236, 0.00437651072817665, 0.010423076923077, 0.00473481378075858, 0.0130384615384616, 0.00862705939739351, 0.0243846153846155, 0.0285351604974529, 0.104153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 300, '2021-05-23 00:00:00', 0.00405334619599866, 0.0080192307692308, 0.00422506258488024, 0.00936538461538472, 0.00509317038939242, 0.0129038461538461, 0.0134427132105665, 0.0269423076923077, 0.0285407670642433, 0.104153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 315, '2021-05-23 00:00:00', 0.00295035851797956, 0.00676923076923091, 0.0038962013058083, 0.00990384615384623, 0.00586908458331894, 0.0133846153846155, 0.0147751871002079, 0.0286153846153847, 0.0285214629034672, 0.104076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 330, '2021-05-23 00:00:00', 0.00327648967881532, 0.00734615384615381, 0.00407303515631945, 0.00948076923076934, 0.00514306852434946, 0.0131346153846153, 0.0143886707570174, 0.0295769230769232, 0.0288737104274142, 0.103865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 345, '2021-05-23 00:00:00', 0.00358028791278876, 0.00653846153846167, 0.00526512473371126, 0.0103076923076925, 0.0050871255295941, 0.0133269230769231, 0.0145561512241919, 0.0303076923076923, 0.0289419910537243, 0.103826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 360, '2021-05-23 00:00:00', 0.00397225957785332, 0.00817307692307701, 0.00435483815825755, 0.0102307692307692, 0.00614529213175562, 0.0132307692307691, 0.0160691893433941, 0.0326730769230768, 0.0291982612759471, 0.103538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 375, '2021-05-23 00:00:00', 0.00313987995850895, 0.00632692307692309, 0.00300307534678414, 0.00846153846153835, 0.00547118324988726, 0.0119230769230771, 0.0150505941615402, 0.0349038461538464, 0.0291238997811342, 0.103192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 390, '2021-05-23 00:00:00', 0.00237519229990712, 0.00619230769230768, 0.00437497252738626, 0.00840384615384604, 0.00472851415920965, 0.0116730769230771, 0.0154397090446879, 0.0382692307692308, 0.0290580652116786, 0.102865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 405, '2021-05-23 00:00:00', 0.00361471352200348, 0.00611538461538464, 0.00404859899794431, 0.00886538461538479, 0.00390389351998558, 0.0109038461538463, 0.0155945379984343, 0.0414807692307693, 0.0291015727832974, 0.102692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 420, '2021-05-23 00:00:00', 0.00356785865535868, 0.00651923076923074, 0.00373383696236727, 0.00819230769230773, 0.00585793347652431, 0.0123461538461539, 0.0144147360497726, 0.0447307692307693, 0.0291962062867503, 0.102461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 435, '2021-05-23 00:00:00', 0.00275157297670885, 0.00536538461538448, 0.00311281470451044, 0.00698076923076909, 0.00539757780433451, 0.0125769230769229, 0.0142113172669369, 0.0473076923076923, 0.0293285893599772, 0.102615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 450, '2021-05-23 00:00:00', 0.00297638138581842, 0.00567307692307689, 0.00578459492631397, 0.00969230769230772, 0.0051220488688985, 0.013346153846154, 0.0143432777071565, 0.0489807692307693, 0.0294580013944235, 0.102576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 465, '2021-05-23 00:00:00', 0.00584860272596408, 0.00761538461538456, 0.00565372579673029, 0.0107692307692309, 0.00559343708836881, 0.0140576923076926, 0.0136293235906431, 0.0510384615384617, 0.0293953423835504, 0.102615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 480, '2021-05-23 00:00:00', 0.00310142647081058, 0.00782692307692315, 0.00327484585661899, 0.00973076923076944, 0.0121814013340643, 0.0154423076923078, 0.014376315993274, 0.0514615384615385, 0.0296958492308011, 0.101711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 495, '2021-05-23 00:00:00', 0.00230292456204306, 0.00621153846153874, 0.00321612523675012, 0.00921153846153886, 0.0129560944970074, 0.0190961538461541, 0.0153533759755357, 0.0531153846153847, 0.029309987796234, 0.102153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 510, '2021-05-23 00:00:00', 0.00321654377339316, 0.00688461538461567, 0.0124100610548302, 0.0125192307692308, 0.0134463177687597, 0.0202884615384617, 0.0160445173957193, 0.0540576923076924, 0.0294651293252525, 0.101923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 525, '2021-05-23 00:00:00', 0.0125833834266282, 0.0101923076923076, 0.01301744391783, 0.016576923076923, 0.0134567683856348, 0.0222692307692307, 0.0152909727013638, 0.054576923076923, 0.029930104474361, 0.101865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 540, '2021-05-23 00:00:00', 0.00891888661557827, 0.0140576923076924, 0.00933512803257759, 0.0172307692307695, 0.0110108512910604, 0.0243269230769232, 0.0139321432444768, 0.0537692307692307, 0.0289768077022882, 0.101346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 555, '2021-05-23 00:00:00', 0.00404056355551463, 0.0106153846153849, 0.00502505262123225, 0.0153653846153846, 0.00938009348813507, 0.0253846153846157, 0.01431244751418, 0.0521153846153846, 0.0290544382946116, 0.100403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 570, '2021-05-23 00:00:00', 0.00414009475922787, 0.0114038461538459, 0.00713485485810005, 0.0178846153846154, 0.011285456945181, 0.0286923076923078, 0.0142293845480184, 0.0521538461538459, 0.0288563018047385, 0.0996153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 585, '2021-05-23 00:00:00', 0.00676941651843044, 0.01375, 0.00830099623307565, 0.0205576923076924, 0.0126987734113905, 0.0306730769230769, 0.0150599954030028, 0.0522115384615383, 0.0294376524983801, 0.0991538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 600, '2021-05-23 00:00:00', 0.0068604776689494, 0.0163846153846154, 0.00980637547720855, 0.0227499999999999, 0.0108621431516138, 0.0316153846153845, 0.0160720134203719, 0.0514807692307689, 0.0311179208817041, 0.10025 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 615, '2021-05-23 00:00:00', 0.00662109100933121, 0.0158269230769227, 0.00907625812427468, 0.0209615384615382, 0.00881920980238387, 0.0305384615384614, 0.0172645924900113, 0.0506153846153842, 0.0323907216059452, 0.099826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 630, '2021-05-23 00:00:00', 0.00781283460821885, 0.0150961538461537, 0.00783552069842102, 0.0213461538461536, 0.00875978573675429, 0.0290769230769229, 0.019831879929509, 0.0507884615384613, 0.0327371407519866, 0.099403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 645, '2021-05-23 00:00:00', 0.00469995908329175, 0.0140192307692305, 0.00586134665545273, 0.0201538461538461, 0.00999222774883659, 0.0292307692307691, 0.0181873159520161, 0.0494615384615383, 0.031187183018275, 0.098403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 660, '2021-05-23 00:00:00', 0.00570441799094218, 0.014096153846154, 0.00740498792395012, 0.0204230769230768, 0.0112234644315449, 0.0288846153846152, 0.0173836019105537, 0.0480192307692306, 0.0318088279957237, 0.0988076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 675, '2021-05-23 00:00:00', 0.00590687344084462, 0.0128653846153845, 0.00856881645179876, 0.0197692307692307, 0.0102546799822552, 0.0274615384615383, 0.0182844616672609, 0.0478076923076922, 0.0331675235039429, 0.0987692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 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 982615, 3, 690, '2021-05-23 00:00:00', 0.00708269831240996, 0.0152307692307693, 0.00838817849485436, 0.0196923076923076, 0.0100034801636537, 0.0270192307692307, 0.0195280468911923, 0.0467692307692307, 0.0328959665519136, 0.0982692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982615 and enddate = '2021-05-23 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_[...];[ Date: 2021-05-23 15:42:05 - Database: acaweb_fx - User: pgperfstats ]
19 17s584ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982670, 1, 945, '2021-05-23 00:00:00', 0.0183848906400379, 0.0142596153846153, 0.0175766767489892, 0.0190734615384614, 0.0306984022611049, 0.0315307692307692, 0.0356164948368244, 0.0604476923076922, 0.0629000930475036, 0.116315769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 960, '2021-05-23 00:00:00', 0.00781545213269593, 0.0115040384615385, 0.0183997307756222, 0.0208938461538463, 0.021711061880986, 0.03196, 0.0385008686735168, 0.0596811538461539, 0.0594147894706878, 0.114349615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 975, '2021-05-23 00:00:00', 0.0155840298530752, 0.0140676923076924, 0.0178826598735715, 0.0207180769230771, 0.0198485742841996, 0.0314236538461538, 0.0393244821140529, 0.0583915384615384, 0.0596076875088595, 0.114396923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 990, '2021-05-23 00:00:00', 0.00959804900247169, 0.0122655769230769, 0.0150510529813085, 0.0217296153846154, 0.0189393609194836, 0.0308509615384616, 0.0389756441131954, 0.0572190384615384, 0.0599679113786313, 0.114048653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1005, '2021-05-23 00:00:00', 0.0130882262534516, 0.0167126923076922, 0.0177519271023221, 0.0229403846153845, 0.0247635781309196, 0.0353153846153845, 0.038916560890429, 0.0556165384615384, 0.0601907735508844, 0.113969423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1020, '2021-05-23 00:00:00', 0.0106534004827639, 0.0143446153846152, 0.0114287494991964, 0.0193936538461538, 0.0198734547110925, 0.0322369230769228, 0.0355636673916816, 0.0516921153846153, 0.0601711747859004, 0.114781346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1035, '2021-05-23 00:00:00', 0.00650319263604702, 0.0116326923076924, 0.0167164178728578, 0.0216525, 0.0162524145756396, 0.0291915384615384, 0.034577325721323, 0.0488509615384615, 0.060653685265993, 0.114367884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1050, '2021-05-23 00:00:00', 0.00970589978589538, 0.0134894230769231, 0.011677673062466, 0.0212219230769231, 0.0110695944196427, 0.0275611538461539, 0.034830634323604, 0.0482842307692308, 0.0613610759574328, 0.115845576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1065, '2021-05-23 00:00:00', 0.00728049037866578, 0.0136619230769231, 0.00976790932673839, 0.0187838461538462, 0.010984381156197, 0.0248242307692308, 0.0314273008777645, 0.0446673076923077, 0.0607062598131361, 0.1153425 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1080, '2021-05-23 00:00:00', 0.00736206113488911, 0.0123180769230769, 0.00701886653132941, 0.0160992307692308, 0.0179901463456655, 0.0253515384615385, 0.0313941242346644, 0.0421126923076924, 0.0606983384983603, 0.114827307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1095, '2021-05-23 00:00:00', 0.00585413982711252, 0.0101563461538463, 0.0113344537515558, 0.0164003846153846, 0.0201084198935516, 0.025901153846154, 0.032482207300542, 0.0403686538461539, 0.0599084001750877, 0.115453461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1110, '2021-05-23 00:00:00', 0.00773487466956294, 0.0102069230769231, 0.0101936985984177, 0.0169286538461538, 0.0152326795625013, 0.0237444230769231, 0.0238654694622553, 0.035974423076923, 0.0596088935272115, 0.115023461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1125, '2021-05-23 00:00:00', 0.00754216559647259, 0.0111367307692307, 0.0128085193583742, 0.0168230769230769, 0.0155050069282846, 0.0223653846153846, 0.0229352828603577, 0.0340017307692308, 0.0596838138900449, 0.114657307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1140, '2021-05-23 00:00:00', 0.00957577788766234, 0.010038076923077, 0.0127585050305819, 0.0161588461538461, 0.0208205009518172, 0.0221717307692309, 0.0235993114827858, 0.0331826923076922, 0.0598722197478801, 0.114188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1155, '2021-05-23 00:00:00', 0.0109581725736477, 0.0111219230769231, 0.0110617847721854, 0.0153028846153847, 0.0162511376217175, 0.0227499999999999, 0.0194516769615215, 0.0316938461538461, 0.0599609706597677, 0.114047692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1170, '2021-05-23 00:00:00', 0.00867024016169906, 0.0095876923076923, 0.0108957213691362, 0.0138319230769231, 0.0135656731722164, 0.0205861538461537, 0.0163696605199517, 0.0292984615384615, 0.0586272361269454, 0.113543269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1185, '2021-05-23 00:00:00', 0.00390261342416352, 0.00737153846153869, 0.0105249210137728, 0.0133371153846154, 0.0131132156004778, 0.0183042307692307, 0.0144272311752678, 0.0271707692307693, 0.0584602311204279, 0.113180576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1200, '2021-05-23 00:00:00', 0.00984018628067888, 0.00908403846153832, 0.0110359675397521, 0.0125234615384614, 0.013063573885191, 0.0159855769230768, 0.0150278323171988, 0.0274480769230767, 0.0582923417179437, 0.112755192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1215, '2021-05-23 00:00:00', 0.00636873239712229, 0.00768711538461545, 0.00902441014479823, 0.0118623076923077, 0.00987129669021003, 0.0145578846153846, 0.0156750142583666, 0.0266449999999999, 0.0588956515976805, 0.112051346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1230, '2021-05-23 00:00:00', 0.00727761311515284, 0.00676557692307697, 0.008994028790515, 0.00928173076923083, 0.00894283247376591, 0.0128055769230769, 0.0160774642709792, 0.0257292307692307, 0.0588956515976805, 0.112051346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1245, '2021-05-23 00:00:00', 0.00700439218249186, 0.00671038461538453, 0.00688695182098837, 0.00973923076923066, 0.00730562997862701, 0.0123242307692306, 0.0221659773327363, 0.027656346153846, 0.0588956515976805, 0.112051346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1260, '2021-05-23 00:00:00', 0.00673156316570268, 0.00651442307692299, 0.00678754982698797, 0.00927942307692292, 0.00728630767525378, 0.0115184615384615, 0.022325552890044, 0.0268553846153845, 0.0588956515976805, 0.112051346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1275, '2021-05-23 00:00:00', 0.00693188214256846, 0.00579403846153849, 0.00707899431144977, 0.00815769230769225, 0.0081989938125639, 0.0115284615384615, 0.0224344141966344, 0.0266228846153845, 0.0588956515976805, 0.112051346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1290, '2021-05-23 00:00:00', 0.00628858629092897, 0.00546153846153837, 0.00702147246227323, 0.00767653846153852, 0.00976553021917076, 0.0106226923076922, 0.0206706919062863, 0.0258032692307691, 0.0574255327067484, 0.111535576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1305, '2021-05-23 00:00:00', 0.00663513853545029, 0.00557923076923097, 0.00791828301367265, 0.00792673076923089, 0.0100827712937236, 0.0112848076923077, 0.0206361253155348, 0.0257509615384614, 0.0574255327067484, 0.111535576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1320, '2021-05-23 00:00:00', 0.0042144529346598, 0.00465153846153857, 0.00967813569141998, 0.00757769230769218, 0.0125534929202991, 0.0122725, 0.020684512548876, 0.0256357692307692, 0.057427650117678, 0.111489038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1335, '2021-05-23 00:00:00', 0.00689918865073707, 0.00505096153846155, 0.00753330512049401, 0.00779596153846148, 0.00991599811493448, 0.011951153846154, 0.0194810311812442, 0.0251367307692307, 0.0574279247351373, 0.111484230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1350, '2021-05-23 00:00:00', 0.00506001223774753, 0.00500538461538465, 0.00784448276718204, 0.00877826923076922, 0.00825328565108843, 0.0118609615384616, 0.0209015721096247, 0.0253105769230768, 0.0574280716713055, 0.111481730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1365, '2021-05-23 00:00:00', 0.00722996092392868, 0.00633519230769218, 0.00845921071968287, 0.00911000000000014, 0.00843394817891445, 0.0122332692307694, 0.020834389699577, 0.024826923076923, 0.0574280716713055, 0.111481730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1380, '2021-05-23 00:00:00', 0.00476999142073105, 0.00620307692307701, 0.0049171353800923, 0.00839288461538451, 0.0104066454433987, 0.0153242307692307, 0.0204215687608431, 0.024534423076923, 0.0572916029278153, 0.111535961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1395, '2021-05-23 00:00:00', 0.00433141632547766, 0.00581576923076926, 0.00578979835240727, 0.00768519230769245, 0.013421503963932, 0.0178294230769231, 0.0212286671825188, 0.0242828846153846, 0.0572916029278153, 0.111535961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1410, '2021-05-23 00:00:00', 0.00403027913234506, 0.00450173076923087, 0.0100969881590806, 0.0125717307692307, 0.0129197671210257, 0.0176923076923078, 0.0207541186727988, 0.0244732692307692, 0.0573206953192703, 0.111548269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 1, 1425, '2021-05-23 00:00:00', 0.0104913336561474, 0.0115317307692306, 0.0132405839881083, 0.0167521153846153, 0.0191501932466649, 0.0205357692307693, 0.0205400175351958, 0.0244878846153846, 0.05721297127434, 0.111509038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 0, '2021-05-23 00:00:00', 0.00831651285094902, 0.00846000000000005, 0.00827179922991361, 0.00944250000000012, 0.014911282099342, 0.0163096153846154, 0.015636808897598, 0.0210225, 0.0576717455392019, 0.111321538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 15, '2021-05-23 00:00:00', 0.00478098000015719, 0.00466952380952386, 0.0159688177843125, 0.0123678571428572, 0.0155507367916092, 0.0154061904761906, 0.0162161716828486, 0.0200490476190478, 0.0614283202922607, 0.117157857142857 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 45, '2021-05-23 00:00:00', 0.00785404527934495, 0.00646280000000015, 0.00814815872861268, 0.00935140000000018, 0.00797124437169837, 0.0110508000000002, 0.0114956010898371, 0.0178506000000002, 0.0561696512340071, 0.1098202 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 60, '2021-05-23 00:00:00', 0.00474729866507104, 0.00628115384615402, 0.00459824010230675, 0.00687096153846166, 0.00551134871459303, 0.00951442307692321, 0.0104933924704291, 0.0168015384615386, 0.0546843099575962, 0.109576538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 75, '2021-05-23 00:00:00', 0.00403509397469434, 0.00376923076923073, 0.00557309130140951, 0.00635442307692307, 0.00608473109196584, 0.00901730769230762, 0.0109261854435183, 0.0168028846153847, 0.0547365039846493, 0.109307307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 90, '2021-05-23 00:00:00', 0.00491416618902266, 0.00476780000000002, 0.00469947968751155, 0.00611479999999982, 0.00810737227260872, 0.00933179999999993, 0.010663966538457, 0.0177086000000001, 0.0556486394150836, 0.108363 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 105, '2021-05-23 00:00:00', 0.00261246800653039, 0.00387229166666662, 0.00507680648490194, 0.00691145833333336, 0.00622559373441697, 0.00853729166666672, 0.00998095025209422, 0.0173362500000001, 0.0563012999948858, 0.109899375 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 120, '2021-05-23 00:00:00', 0.00509100683709834, 0.00515115384615376, 0.00580515339027429, 0.0063432692307692, 0.00625676270434308, 0.00817846153846162, 0.0103918769460351, 0.0168026923076924, 0.0547365039846493, 0.109307307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 135, '2021-05-23 00:00:00', 0.00440820152291916, 0.00361639999999998, 0.0047636341781599, 0.00472280000000001, 0.00639490405844107, 0.00760900000000014, 0.0107001532309901, 0.0158100000000001, 0.0553358380166054, 0.1105376 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 150, '2021-05-23 00:00:00', 0.00279964979265961, 0.00338519230769239, 0.0039718202182568, 0.00508038461538485, 0.00628223634850371, 0.00816153846153847, 0.0141908605745442, 0.0184346153846154, 0.0546934913537391, 0.109132692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 165, '2021-05-23 00:00:00', 0.00411838488226413, 0.00354096153846167, 0.00641955099376416, 0.00703480769230776, 0.00686290252847764, 0.009406346153846, 0.0136516912632155, 0.0194621153846154, 0.0547131372903605, 0.109108076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 180, '2021-05-23 00:00:00', 0.00601154623065752, 0.00559120000000007, 0.00612377231233601, 0.00668039999999987, 0.00768900430810129, 0.0103418, 0.0135635148222477, 0.0199498000000001, 0.0557489558781148, 0.1086626 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 195, '2021-05-23 00:00:00', 0.0039420212942165, 0.00411166666666659, 0.00524250230660715, 0.00631999999999988, 0.00697591677199346, 0.0100431249999999, 0.0135957803139803, 0.0202197916666667, 0.0566895150277821, 0.107613541666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 210, '2021-05-23 00:00:00', 0.00505010161740854, 0.00457211538461528, 0.00698090938532747, 0.00768461538461541, 0.00773715203020208, 0.0106684615384614, 0.0186287488410955, 0.0208407692307692, 0.0546549968241345, 0.109004615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 225, '2021-05-23 00:00:00', 0.00616211974486042, 0.00559520000000003, 0.00629007566859605, 0.00725539999999988, 0.00875330817462728, 0.0109846000000001, 0.0186333997837216, 0.0220430000000001, 0.0555781787642415, 0.1079538 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 240, '2021-05-23 00:00:00', 0.00360790131303701, 0.00432173076923075, 0.00666679537824469, 0.00791384615384621, 0.00791737317549184, 0.00964000000000006, 0.0218277311384817, 0.0236444230769232, 0.0546754944207534, 0.108913076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 255, '2021-05-23 00:00:00', 0.00669958405425296, 0.00611340000000009, 0.00750370524030183, 0.00792940000000002, 0.0094861074647788, 0.00992840000000012, 0.0236010086525272, 0.0291836000000002, 0.0543496252286986, 0.111136 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 270, '2021-05-23 00:00:00', 0.00637624694592237, 0.00496634615384609, 0.00751398283458642, 0.0062559615384615, 0.00931235536593933, 0.00887730769230772, 0.0237938169837007, 0.0284644230769232, 0.0544545878084172, 0.108614230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 285, '2021-05-23 00:00:00', 0.00754356139918875, 0.00510039999999989, 0.00814810924898111, 0.00663979999999988, 0.0101788559974423, 0.0101586000000001, 0.0227145272898204, 0.0334560000000001, 0.0544355861508199, 0.109955 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 300, '2021-05-23 00:00:00', 0.00555141201719125, 0.00393423076923063, 0.0070361337066931, 0.00608653846153838, 0.00916953652884631, 0.00862307692307698, 0.0213820240541873, 0.035945576923077, 0.0539940439265153, 0.108306538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 315, '2021-05-23 00:00:00', 0.00624431645886579, 0.00519596153846149, 0.00845572537033121, 0.00746846153846165, 0.00906420888185211, 0.00891557692307701, 0.0240616098668525, 0.0401657692307693, 0.0538236447483817, 0.108185 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 330, '2021-05-23 00:00:00', 0.00672883214235583, 0.00593000000000008, 0.00674834987237624, 0.00638500000000003, 0.0116051059734001, 0.00975942307692306, 0.0272827945021429, 0.0470003846153845, 0.0532590045517765, 0.107605384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 345, '2021-05-23 00:00:00', 0.00498372496231483, 0.00406750000000008, 0.00518172271992176, 0.00573788461538465, 0.0112391445472441, 0.0101880769230769, 0.0249713633565453, 0.0513567307692308, 0.0530372564886811, 0.107360384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 360, '2021-05-23 00:00:00', 0.00529008496732691, 0.00479980769230768, 0.0112970923301257, 0.00767134615384613, 0.0110813941378539, 0.0104709615384616, 0.0247823799471752, 0.0550146153846154, 0.0530617408482434, 0.107334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 375, '2021-05-23 00:00:00', 0.00755482879712357, 0.00442307692307693, 0.00792272683487204, 0.00771749999999994, 0.00765356248121401, 0.00878942307692309, 0.0314015810166648, 0.0584278846153847, 0.0527133972490718, 0.106981538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 390, '2021-05-23 00:00:00', 0.00545910877834898, 0.00550057692307693, 0.00522127098069483, 0.00641442307692309, 0.0107344390577532, 0.0103017307692308, 0.0366162628160683, 0.0622561538461539, 0.0527634695631945, 0.106837115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 405, '2021-05-23 00:00:00', 0.00376340220463438, 0.0035969230769231, 0.00508842356198401, 0.00546211538461538, 0.0101039702040642, 0.0110532692307693, 0.0373393905475376, 0.0644076923076924, 0.0525475660363651, 0.106672884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 420, '2021-05-23 00:00:00', 0.00512531000188139, 0.00451384615384607, 0.0106410854293811, 0.00841365384615391, 0.0144714047654199, 0.0140182692307694, 0.0366581164677284, 0.0660198076923077, 0.0525475660363651, 0.106672884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 435, '2021-05-23 00:00:00', 0.00962794432887941, 0.00658999999999999, 0.00945152916402751, 0.00971846153846156, 0.0168765508916958, 0.0201300000000001, 0.0373680646279475, 0.0693459615384616, 0.0523464831325482, 0.106442115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 450, '2021-05-23 00:00:00', 0.00614130612830357, 0.00734019230769236, 0.0101083301462781, 0.0108921153846154, 0.0138652549866982, 0.0200946153846152, 0.0450391010332646, 0.0732132692307692, 0.0518385198272927, 0.105613269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 465, '2021-05-23 00:00:00', 0.00806361766492884, 0.00774538461538459, 0.0119758918023477, 0.0156976923076922, 0.0124971135867447, 0.0244350000000001, 0.0495128959704905, 0.0768357692307692, 0.0518047504389169, 0.105649038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 480, '2021-05-23 00:00:00', 0.0106366643050564, 0.0130665384615384, 0.0119931798904468, 0.0170667307692307, 0.0126884021437507, 0.0283301923076923, 0.0493498153546542, 0.0781365384615384, 0.0517531536077382, 0.105687115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 495, '2021-05-23 00:00:00', 0.0087325907954055, 0.0111749999999999, 0.0118298626511956, 0.0186421153846155, 0.0197545107030112, 0.0320736538461538, 0.0494820271411752, 0.078965, 0.0518379061750702, 0.105028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 510, '2021-05-23 00:00:00', 0.0100158127228897, 0.0147325000000001, 0.0109871284902626, 0.0213576923076923, 0.023563077048637, 0.0379949999999999, 0.049539776441221, 0.0794846153846154, 0.0527220841218729, 0.105608076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 525, '2021-05-23 00:00:00', 0.0098079959138529, 0.0154053846153846, 0.0191863920657324, 0.0256324999999999, 0.022565059403525, 0.0414517307692308, 0.0491904619073032, 0.0795644230769231, 0.052264733163151, 0.107808846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 540, '2021-05-23 00:00:00', 0.0193476259296943, 0.0183886538461538, 0.0247560917732306, 0.0310482692307691, 0.0210806423380459, 0.0435792307692307, 0.0487467567808757, 0.0792955769230769, 0.0533584767413186, 0.108981923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 555, '2021-05-23 00:00:00', 0.0190253218511135, 0.0218115384615385, 0.0189355333667844, 0.0305367307692308, 0.0302089687351035, 0.0434590384615385, 0.0476757937177283, 0.0791911538461539, 0.0526959398819155, 0.109129038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 570, '2021-05-23 00:00:00', 0.0136852171563108, 0.0203038461538461, 0.0159166866961883, 0.0283042307692307, 0.0336392884340047, 0.0415328846153846, 0.0452113236296634, 0.0762671153846154, 0.0526706826247187, 0.106768076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 585, '2021-05-23 00:00:00', 0.0108271190144861, 0.0170569230769232, 0.0226985127782892, 0.0266328846153847, 0.0283488603766333, 0.0377655769230769, 0.0435436989811561, 0.0746148076923077, 0.0518129873194119, 0.106645192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 600, '2021-05-23 00:00:00', 0.0151263550187693, 0.019233076923077, 0.0200491297039202, 0.0267182692307692, 0.0216113888289343, 0.0372063461538462, 0.0482075992828453, 0.0758838461538462, 0.052781610004374, 0.107135576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 615, '2021-05-23 00:00:00', 0.0114926742686876, 0.0166696153846152, 0.0163620061081952, 0.0247467307692307, 0.0218808120059213, 0.0374509615384615, 0.0480722597590976, 0.0724578846153846, 0.0523709540812903, 0.106140769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 630, '2021-05-23 00:00:00', 0.0155242496610453, 0.0181534615384614, 0.0164336390569419, 0.026014423076923, 0.0374151613515369, 0.0415398076923077, 0.049223317742087, 0.0701515384615385, 0.0583550426260201, 0.108123269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 645, '2021-05-23 00:00:00', 0.0110272380111181, 0.017741923076923, 0.0175576732513168, 0.0261649999999999, 0.0382409986552895, 0.0402380769230769, 0.0464368609453904, 0.0664626923076924, 0.0583955401211297, 0.105664038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 660, '2021-05-23 00:00:00', 0.0102886533319293, 0.0159957692307693, 0.0325375292623764, 0.0269525000000002, 0.0335087190352693, 0.0353892307692308, 0.0457439745052663, 0.0634465384615385, 0.060786100673718, 0.105908653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 675, '2021-05-23 00:00:00', 0.0285976495456961, 0.0201834615384619, 0.0304741930719192, 0.0280657692307695, 0.0293893988140935, 0.0352244230769233, 0.0440874533224763, 0.0629823076923077, 0.059994633158693, 0.106740384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 690, '2021-05-23 00:00:00', 0.0144678862431993, 0.0149328846153846, 0.0165631758892571, 0.0222715384615384, 0.019088258957759, 0.0299109615384614, 0.0412709353009521, 0.0598288461538461, 0.0594328918014647, 0.104861730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 705, '2021-05-23 00:00:00', 0.0105741457410916, 0.0148480769230768, 0.0131786482629464, 0.0209159615384615, 0.0225346350971463, 0.0298048076923076, 0.0427255529041057, 0.0618398076923077, 0.0595084466053737, 0.104514230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 720, '2021-05-23 00:00:00', 0.0108242031168759, 0.0143136538461538, 0.0129316480789752, 0.0200209615384614, 0.0227852461719285, 0.0293513461538462, 0.0464248915279789, 0.0620992307692307, 0.0577496044501937, 0.104538076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 735, '2021-05-23 00:00:00', 0.00777385080549876, 0.0119121153846153, 0.0189278851067779, 0.0190088461538461, 0.0221840683929151, 0.0274573076923077, 0.045836961936176, 0.0612065384615384, 0.0568446826540393, 0.104239038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 750, '2021-05-23 00:00:00', 0.0153863238174486, 0.0123888461538462, 0.0174181943822677, 0.0182615384615385, 0.0212226205624675, 0.0272984615384617, 0.0434176326375143, 0.0606696153846153, 0.054410610973412, 0.1053275 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 765, '2021-05-23 00:00:00', 0.0111932581769288, 0.0120461538461539, 0.0134694255673872, 0.0176136538461539, 0.024835296997651, 0.0313598076923077, 0.040041075214661, 0.0595028846153845, 0.0495957380814736, 0.104094615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 780, '2021-05-23 00:00:00', 0.0100810436883367, 0.0124903846153847, 0.0127435408872948, 0.0185671153846155, 0.0268799087431199, 0.0337090384615385, 0.0393368660106324, 0.0590484615384615, 0.0472370647202448, 0.103355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 795, '2021-05-23 00:00:00', 0.0100502376646219, 0.0121136538461539, 0.0195990904341541, 0.0221753846153846, 0.023886064852835, 0.0317519230769231, 0.039159167560591, 0.0588640384615384, 0.0451114601254917, 0.103099423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 810, '2021-05-23 00:00:00', 0.0132220286017749, 0.0165828846153846, 0.0199841783072355, 0.0247888461538461, 0.0215934123893234, 0.0306438461538462, 0.0396593948516613, 0.0596, 0.0447830952979081, 0.102657307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 825, '2021-05-23 00:00:00', 0.0168281097983288, 0.0178807692307692, 0.0197048011954916, 0.0226919230769229, 0.0260047867257904, 0.032110576923077, 0.0399300960434413, 0.0602709615384615, 0.0445102872811009, 0.103035384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 840, '2021-05-23 00:00:00', 0.0168342037941988, 0.0159707692307693, 0.0176670221468831, 0.0202265384615384, 0.0257452026330224, 0.0304561538461539, 0.0370107908069233, 0.060288076923077, 0.0422975356783528, 0.102352307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 855, '2021-05-23 00:00:00', 0.0103970257599875, 0.0129644230769232, 0.0193753739735621, 0.020656153846154, 0.0211933274377718, 0.0278617307692309, 0.0356973533171039, 0.0599346153846154, 0.0414741365269228, 0.102244423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 870, '2021-05-23 00:00:00', 0.0128810861283573, 0.0146803846153847, 0.0148023436865716, 0.0209288461538462, 0.0158399675941781, 0.0285007692307692, 0.0315827619590424, 0.0586851923076922, 0.0390243838624794, 0.101724615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 885, '2021-05-23 00:00:00', 0.00982653934701633, 0.0131284615384614, 0.0125019574113569, 0.0182036538461538, 0.0165522866233503, 0.0318726923076923, 0.0290182927398987, 0.0576434615384614, 0.0382642594396066, 0.101097692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 900, '2021-05-23 00:00:00', 0.0105528555085634, 0.0137907692307694, 0.0113780417961698, 0.0207486538461539, 0.0226517841214465, 0.0320767307692308, 0.0283582998405432, 0.0568046153846153, 0.0373861264848131, 0.101303461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 915, '2021-05-23 00:00:00', 0.0078932194562558, 0.0141042307692308, 0.0134953480075971, 0.0227903846153847, 0.0215341946787321, 0.0327876923076923, 0.0248489730665381, 0.0545773076923076, 0.0372577161486768, 0.100793846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 930, '2021-05-23 00:00:00', 0.00995077390882822, 0.0154657692307692, 0.0148213753864528, 0.0218128846153846, 0.0208571777204285, 0.0324026923076923, 0.0255769905879964, 0.0539034615384614, 0.0369998979936222, 0.101438461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 945, '2021-05-23 00:00:00', 0.0106962363420323, 0.0156017307692307, 0.0165404161560519, 0.0227238461538461, 0.0214608547252541, 0.0305215384615384, 0.0259417652177986, 0.0522161538461536, 0.0378243842051658, 0.1015925 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 960, '2021-05-23 00:00:00', 0.0136722450480469, 0.0156905769230769, 0.0196064882275072, 0.0235738461538461, 0.02178232841001, 0.0320348076923075, 0.0263735006084924, 0.0511521153846152, 0.0400966709264573, 0.102984230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 975, '2021-05-23 00:00:00', 0.0112914473981927, 0.0151878846153845, 0.0123932003394542, 0.0215905769230769, 0.0150913910774933, 0.0316405769230767, 0.0256567867891938, 0.0496578846153845, 0.0422341355121842, 0.104282692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 990, '2021-05-23 00:00:00', 0.0112705354814427, 0.0170990384615384, 0.0139374424165762, 0.0233586538461537, 0.0169989515151782, 0.0313661538461537, 0.0248272817775433, 0.0480123076923076, 0.044609670455562, 0.105248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1005, '2021-05-23 00:00:00', 0.00877570963161716, 0.0144184615384614, 0.0119570272241248, 0.0216309615384614, 0.0170819240145383, 0.0315259615384614, 0.0242926164059401, 0.0454296153846154, 0.0446114111462699, 0.105652692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1020, '2021-05-23 00:00:00', 0.00973962434909772, 0.0147476923076923, 0.0145642373338045, 0.0199863461538462, 0.0192788980454317, 0.0314403846153847, 0.0239030004682385, 0.0432642307692308, 0.044952182815572, 0.106151730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1035, '2021-05-23 00:00:00', 0.01118595375391, 0.0135142307692309, 0.0137921725027696, 0.0206021153846153, 0.0211433705558394, 0.0310426923076923, 0.0241904802548757, 0.0420148076923077, 0.0449105635063905, 0.105992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1050, '2021-05-23 00:00:00', 0.00815872222508839, 0.0120228846153845, 0.0144576038178477, 0.0207530769230771, 0.0177353356325725, 0.02841, 0.0236229516433943, 0.0403378846153846, 0.0462540132462537, 0.107355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1065, '2021-05-23 00:00:00', 0.010285969699248, 0.0159855769230769, 0.0132491103228162, 0.0214171153846153, 0.0152174526828194, 0.0279730769230769, 0.0226744939974073, 0.0382990384615385, 0.0465721622365186, 0.108169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1080, '2021-05-23 00:00:00', 0.00967701165729304, 0.0151588461538461, 0.012402768898361, 0.0195828846153847, 0.0132470849681675, 0.0244569230769231, 0.0224538018572835, 0.0367603846153846, 0.0461067140701454, 0.108872115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1095, '2021-05-23 00:00:00', 0.00678921277015684, 0.0120190384615386, 0.0108055982712668, 0.0165650000000002, 0.0117660637575256, 0.0213478846153848, 0.0222674798857332, 0.0352126923076925, 0.0455934807131289, 0.108516538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1110, '2021-05-23 00:00:00', 0.00791795550534456, 0.0107307692307694, 0.00769280714993905, 0.0151703846153847, 0.0123939121904512, 0.0206442307692308, 0.0206943227852099, 0.0343665384615385, 0.0444072560551331, 0.107937115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1125, '2021-05-23 00:00:00', 0.0065977833690273, 0.0107857692307693, 0.00972112410404026, 0.0146496153846153, 0.0114973001111631, 0.0181296153846153, 0.0202300213059318, 0.0319190384615385, 0.0434184943158309, 0.110719423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1140, '2021-05-23 00:00:00', 0.00882901446717228, 0.0097973076923076, 0.0114275651017111, 0.013396923076923, 0.012173360993769, 0.0165917307692307, 0.0194698837142431, 0.0301296153846154, 0.0439878225893695, 0.110991923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1155, '2021-05-23 00:00:00', 0.0108386329680169, 0.0103711538461538, 0.0105694579385786, 0.0122613461538461, 0.0122235616489064, 0.0171257692307691, 0.0203904447503085, 0.0306136538461537, 0.0440954135261078, 0.110985961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1170, '2021-05-23 00:00:00', 0.00585348847992505, 0.00786076923076921, 0.0111441436862596, 0.0121074999999998, 0.0116322539071987, 0.0162351923076922, 0.0222381600407947, 0.0298799999999998, 0.0439200226320524, 0.111225 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1185, '2021-05-23 00:00:00', 0.00972318009271576, 0.0082613461538458, 0.0101222048544467, 0.0113936538461536, 0.0127969763991944, 0.0156501923076922, 0.0209739018782867, 0.0287649999999998, 0.0431921613418987, 0.111264230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1200, '2021-05-23 00:00:00', 0.00614915072622606, 0.00774057692307712, 0.0082831217916546, 0.0105338461538463, 0.0137875884933347, 0.0166026923076923, 0.0203999299169232, 0.0281988461538461, 0.0434227656668002, 0.110641923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1215, '2021-05-23 00:00:00', 0.00687215082499926, 0.00710019230769236, 0.00822520075976636, 0.0112215384615385, 0.0141109648269049, 0.0165771153846154, 0.0194638135256566, 0.0287898076923076, 0.0436050970066749, 0.110565192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1230, '2021-05-23 00:00:00', 0.00666605093855305, 0.00729365384615398, 0.0101025250861052, 0.011806346153846, 0.0109105178770831, 0.0142121153846153, 0.0175774933377446, 0.0280490384615384, 0.0436745210008518, 0.110704423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1245, '2021-05-23 00:00:00', 0.00971185348110549, 0.00865596153846138, 0.0108437917314646, 0.0111336538461539, 0.0110923263842794, 0.0134738461538461, 0.017870951768593, 0.027041346153846, 0.045772545546934, 0.112770384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1260, '2021-05-23 00:00:00', 0.00735531444707717, 0.00731115384615404, 0.00719766645143772, 0.00841711538461538, 0.00805574551771302, 0.0120146153846153, 0.0163113137387707, 0.0264267307692306, 0.046928676388094, 0.113818461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1275, '2021-05-23 00:00:00', 0.00503972598843052, 0.00485096153846151, 0.00663617801263538, 0.00743384615384614, 0.00829583515756798, 0.0121251923076923, 0.0155312371009077, 0.0256732692307691, 0.0473631724427973, 0.113984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1290, '2021-05-23 00:00:00', 0.00644219446605442, 0.00536653846153842, 0.00746212998051856, 0.00860038461538465, 0.00944276463754122, 0.0131950000000001, 0.0159313813008742, 0.0253569230769229, 0.0473711070574264, 0.113944615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1305, '2021-05-23 00:00:00', 0.00631065462897091, 0.00629961538461534, 0.00864925731138008, 0.00958096153846148, 0.0104336897909533, 0.013089423076923, 0.0163929387284233, 0.0252069230769229, 0.0473711070574264, 0.113944615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1320, '2021-05-23 00:00:00', 0.00790863202213506, 0.00705730769230769, 0.00928315091774009, 0.0100151923076922, 0.010634593616336, 0.0124257692307691, 0.0165582705665128, 0.0252869230769229, 0.0473821304761777, 0.113952307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1335, '2021-05-23 00:00:00', 0.00734085661790328, 0.00718326923076921, 0.00883540107487166, 0.00972307692307684, 0.010944558059391, 0.0136686538461538, 0.0161905675151162, 0.024127692307692, 0.0473821304761777, 0.113952307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1350, '2021-05-23 00:00:00', 0.00790181721188218, 0.00668939999999999, 0.00867167999870833, 0.00857559999999999, 0.0123476423964251, 0.0140703999999999, 0.0164146408936249, 0.0241625999999998, 0.0474897845708246, 0.1157064 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1365, '2021-05-23 00:00:00', 0.00581617020436582, 0.00558038461538454, 0.00958530347017672, 0.0100861538461538, 0.010957697141911, 0.0130194230769229, 0.01527179999592, 0.0230486538461535, 0.0473101901192056, 0.114028653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1380, '2021-05-23 00:00:00', 0.00808873327774255, 0.00765096153846161, 0.00974397166694112, 0.0102596153846155, 0.0137201664040143, 0.0148069230769231, 0.0152543413996954, 0.0230434615384613, 0.047207420962012, 0.114136730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1395, '2021-05-23 00:00:00', 0.0087392380586728, 0.00667461538461545, 0.00864459611771787, 0.00832096153846138, 0.0154235205162565, 0.0180886538461538, 0.0151891308063972, 0.0228594230769229, 0.0472249326004323, 0.114116346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1410, '2021-05-23 00:00:00', 0.00509114200956322, 0.00550019230769222, 0.00991241969217627, 0.010606923076923, 0.0152254562695304, 0.0178688461538461, 0.0149715584731644, 0.023281346153846, 0.0473136237791545, 0.113876346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 2, 1425, '2021-05-23 00:00:00', 0.00999842350650254, 0.0094461538461538, 0.0152947773451744, 0.0167209615384615, 0.0155773374502339, 0.0178740384615384, 0.0148895878591512, 0.0233388461538459, 0.0473298813700182, 0.1138575 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 0, '2021-05-23 00:00:00', 0.011207090852876, 0.0111942307692308, 0.0113891169999462, 0.0125209615384616, 0.0113015409636849, 0.016541923076923, 0.0121187764233852, 0.0219699999999999, 0.0474223706480878, 0.113366730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 15, '2021-05-23 00:00:00', 0.00553063042669344, 0.00353699999999996, 0.00731547852160046, 0.0059551999999999, 0.00810299061046802, 0.0118987999999999, 0.00956547415622088, 0.0188049999999999, 0.0466005295642299, 0.1150434 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 30, '2021-05-23 00:00:00', 0.00655845237305592, 0.00426956521739136, 0.00774388391206095, 0.00984304347826081, 0.00861124422340332, 0.0121604347826085, 0.00993157212636456, 0.0186439130434781, 0.0484591195778144, 0.115465434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 45, '2021-05-23 00:00:00', 0.00627674615911905, 0.00697145833333327, 0.00674733642763977, 0.00918645833333317, 0.00764004986313781, 0.0107002083333332, 0.00881707865688328, 0.0185222916666666, 0.0488669733021203, 0.114149166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 60, '2021-05-23 00:00:00', 0.00468850585105581, 0.00599634615384621, 0.00558079825073307, 0.00747365384615386, 0.00595113015769661, 0.00829692307692308, 0.00902623446703264, 0.0182744230769231, 0.0470322386769068, 0.112309807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 75, '2021-05-23 00:00:00', 0.00434184050392686, 0.0050351923076922, 0.00441756744757194, 0.00583307692307695, 0.00442898663526849, 0.00758384615384607, 0.00909541175327096, 0.0177201923076923, 0.0470307103562702, 0.112021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 90, '2021-05-23 00:00:00', 0.00324324221088418, 0.00376403846153852, 0.00359974758196255, 0.00487942307692299, 0.00419515609409789, 0.00732942307692305, 0.00929090557811996, 0.0173126923076922, 0.0470590813818119, 0.1119625 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 105, '2021-05-23 00:00:00', 0.00314131631114506, 0.00366659999999982, 0.00434369442410494, 0.00615099999999984, 0.00412548419380483, 0.00759359999999997, 0.00933555674558314, 0.0167047999999999, 0.0477913072578755, 0.1128784 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 120, '2021-05-23 00:00:00', 0.00455337398572158, 0.00479942307692312, 0.00461215908058428, 0.00595423076923082, 0.00392889990964388, 0.00802749999999992, 0.00939810927179592, 0.0169432692307691, 0.0470202354626339, 0.111894807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 135, '2021-05-23 00:00:00', 0.00311892184897259, 0.00371120000000001, 0.00356635407898116, 0.00509220000000003, 0.00424658983774035, 0.00854759999999978, 0.00918501746505329, 0.0167919999999999, 0.0478040433985452, 0.1127206 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 150, '2021-05-23 00:00:00', 0.00345166980122173, 0.00339160000000014, 0.00367128409642529, 0.00535539999999997, 0.00607199745416051, 0.00970519999999993, 0.00920091935170974, 0.0167324, 0.0478038788305928, 0.11272 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 165, '2021-05-23 00:00:00', 0.00308530457915482, 0.00362788461538453, 0.0042855263566856, 0.00632692307692282, 0.00624139135129339, 0.0103999999999999, 0.00954726906583164, 0.0175788461538461, 0.0470769269032489, 0.111790576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 180, '2021-05-23 00:00:00', 0.00399507133372349, 0.00434480769230756, 0.00583558575597901, 0.00750634615384603, 0.00771792944782088, 0.0108098076923076, 0.0104527833190679, 0.0182336538461537, 0.0470853418204238, 0.111777115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 195, '2021-05-23 00:00:00', 0.00507752390063681, 0.0058951923076923, 0.00616477452641527, 0.00854980769230772, 0.00786846735393868, 0.0105024999999999, 0.0104030228761422, 0.0186298076923076, 0.047163824888932, 0.111663076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 210, '2021-05-23 00:00:00', 0.00512960835212136, 0.00552038461538459, 0.00694544338729759, 0.0079546153846153, 0.00699022545306056, 0.00928673076923074, 0.00997235611578322, 0.0188224999999999, 0.0473965486300264, 0.111339038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 225, '2021-05-23 00:00:00', 0.00692343111914463, 0.00607230769230764, 0.00705951103395003, 0.0069309615384615, 0.00755225516243092, 0.00992403846153849, 0.0100430885457842, 0.0186434615384616, 0.0476635292585915, 0.110880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 240, '2021-05-23 00:00:00', 0.00614041895651579, 0.0052298076923077, 0.00681922961191361, 0.00690250000000015, 0.00932712295693844, 0.0100755769230769, 0.0117908725080038, 0.0197375000000001, 0.0478655054903439, 0.111005384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 255, '2021-05-23 00:00:00', 0.00680216542444667, 0.00504269230769222, 0.00813533617101263, 0.00757884615384598, 0.00977088338656484, 0.0109580769230769, 0.0117843927571109, 0.0218844230769232, 0.0478835636795533, 0.110975576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 270, '2021-05-23 00:00:00', 0.00722842824973309, 0.00589519230769223, 0.00860307437221416, 0.00761557692307693, 0.00909677883183843, 0.0100636538461539, 0.013552759071921, 0.0274676923076924, 0.047925241743301, 0.110926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 285, '2021-05-23 00:00:00', 0.00757892565960686, 0.00550692307692315, 0.00883774722644091, 0.00827596153846159, 0.00908687380447541, 0.00939653846153851, 0.0135293218091442, 0.0302911538461539, 0.0480363694542598, 0.110757884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 300, '2021-05-23 00:00:00', 0.0075426841299775, 0.00610326923076914, 0.00800968478444389, 0.00724288461538449, 0.00834218527218025, 0.00852134615384607, 0.0150430273919641, 0.0356086538461539, 0.0480466919556863, 0.110743269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 315, '2021-05-23 00:00:00', 0.00712857043603689, 0.00553769230769224, 0.00714126784961893, 0.00630250000000001, 0.00742827290466298, 0.0087378846153847, 0.0175616374838846, 0.0412913461538463, 0.0480636592720048, 0.110721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 330, '2021-05-23 00:00:00', 0.00594535894303604, 0.0046501923076925, 0.00662093004157144, 0.00578615384615394, 0.00658461635176992, 0.00805250000000024, 0.0207401126656682, 0.0463957692307693, 0.0480636592720048, 0.110721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 345, '2021-05-23 00:00:00', 0.0048616532970581, 0.00362145833333335, 0.00592927730018874, 0.0063252083333335, 0.00757090080170587, 0.00895041666666674, 0.024621778800573, 0.05045, 0.0492636757055514, 0.11295875 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 360, '2021-05-23 00:00:00', 0.00509821047412331, 0.00445096153846162, 0.00541977970386812, 0.00559403846153848, 0.00803436635048745, 0.00930442307692303, 0.0253748969622765, 0.0557246153846155, 0.0480636592720048, 0.110721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 375, '2021-05-23 00:00:00', 0.0024840151197979, 0.00333634615384624, 0.00566612529729215, 0.00545826923076933, 0.00712175086510445, 0.00891576923076911, 0.0245691294075747, 0.0584853846153847, 0.0480798151778733, 0.110683461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 390, '2021-05-23 00:00:00', 0.00582002852226676, 0.00457000000000005, 0.00739378626852411, 0.00713076923076918, 0.00751639844197086, 0.00989153846153843, 0.031415476774379, 0.0625998076923077, 0.0480798151778733, 0.110683461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 405, '2021-05-23 00:00:00', 0.00670019406759844, 0.00539624999999981, 0.00651263517968716, 0.00725812499999986, 0.00645762456606402, 0.0109254166666666, 0.0315068596158562, 0.0655406249999999, 0.0499545533079383, 0.11125875 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 420, '2021-05-23 00:00:00', 0.00337393746807227, 0.00484403846153835, 0.00435785697156473, 0.00696576923076917, 0.0117822917925426, 0.0130717307692309, 0.0331473443906724, 0.0654280769230768, 0.0473796122837011, 0.110703076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 435, '2021-05-23 00:00:00', 0.00353804361955094, 0.0045655769230769, 0.00409939826728834, 0.00674692307692301, 0.0117953519284244, 0.0161413461538462, 0.0339167157404041, 0.068603846153846, 0.047885317062267, 0.109936923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 450, '2021-05-23 00:00:00', 0.00403898927284469, 0.00481788461538467, 0.012187426124431, 0.0100365384615386, 0.0139726480173011, 0.0218788461538462, 0.0340625572959291, 0.0685115384615384, 0.0479990998717683, 0.1097875 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 465, '2021-05-23 00:00:00', 0.0126109321881392, 0.00812557692307706, 0.0126324256517169, 0.0141546153846154, 0.0135806756048664, 0.0265482692307694, 0.0338687203841765, 0.0688573076923076, 0.0480802832054406, 0.110223653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 480, '2021-05-23 00:00:00', 0.00783484464526153, 0.00949615384615392, 0.0122574096523131, 0.0171792307692308, 0.0144133963914985, 0.0280415384615385, 0.0338821959833456, 0.0698205769230769, 0.0480749712896429, 0.1103525 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 495, '2021-05-23 00:00:00', 0.0112834721975701, 0.0107536, 0.0130697836885951, 0.0188354000000001, 0.0155192503094274, 0.0346402000000001, 0.0341507872310433, 0.0696567999999999, 0.0474924700671941, 0.1070638 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 510, '2021-05-23 00:00:00', 0.0104550782213899, 0.0144538461538463, 0.0106469283905662, 0.0219719230769233, 0.0150097075049653, 0.0362007692307692, 0.0343165179160795, 0.0694917307692307, 0.0477623247795388, 0.109612884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 525, '2021-05-23 00:00:00', 0.00846617995093061, 0.0145998076923078, 0.0124869918900244, 0.0257326923076925, 0.0184181683932344, 0.0376848076923077, 0.0348962436930482, 0.0696032692307692, 0.0494467770144362, 0.109628653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 540, '2021-05-23 00:00:00', 0.0130507379529045, 0.0200163461538463, 0.0154399067715897, 0.0271613461538462, 0.0256686273950547, 0.0412728846153847, 0.0357511482682723, 0.0677325, 0.0504774066900612, 0.109661923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 555, '2021-05-23 00:00:00', 0.0103278700779084, 0.0189871153846154, 0.0133749300386381, 0.0268734615384615, 0.0245520443015366, 0.0420042307692309, 0.0367296367848383, 0.0657071153846154, 0.053051783767952, 0.111179807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 570, '2021-05-23 00:00:00', 0.00921100052403886, 0.0169694230769231, 0.0247058570259082, 0.0294107692307693, 0.0334028796967937, 0.0410790384615385, 0.0368723410994452, 0.0625080769230769, 0.0582610594747073, 0.113163653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 585, '2021-05-23 00:00:00', 0.0247118567905867, 0.0212009615384614, 0.0242652718644124, 0.0295355769230769, 0.0338510371685215, 0.0402557692307692, 0.0362861408683174, 0.0594836538461537, 0.0579050985359799, 0.111482692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 600, '2021-05-23 00:00:00', 0.0149205747723893, 0.0207715384615384, 0.0235574980518208, 0.0284976923076924, 0.0275943045384647, 0.0366551923076923, 0.0287849690964678, 0.0565882692307692, 0.0568848752603414, 0.111280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 615, '2021-05-23 00:00:00', 0.0138757306668321, 0.0190784615384617, 0.0155411044652561, 0.0257200000000001, 0.0197757944554992, 0.0354428846153847, 0.027136189611207, 0.0545238461538463, 0.057210590952335, 0.111233653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 630, '2021-05-23 00:00:00', 0.0138924838118149, 0.0172126923076923, 0.0167935333994505, 0.0217390384615384, 0.0196394768730267, 0.0309796153846152, 0.0265121991137316, 0.0520153846153846, 0.059827615946857, 0.112323269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 645, '2021-05-23 00:00:00', 0.0162538312264665, 0.0152565384615384, 0.0205606557737381, 0.0234753846153845, 0.0190758960067814, 0.0292023076923076, 0.0256448659879216, 0.0505734615384616, 0.0579230379502373, 0.111930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 660, '2021-05-23 00:00:00', 0.0152357399507263, 0.0160396153846153, 0.0142583605865256, 0.0214011538461538, 0.0169100072146645, 0.02812, 0.0237422386548984, 0.0490828846153847, 0.058231649654964, 0.112506538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 675, '2021-05-23 00:00:00', 0.00705026666435117, 0.0135640384615384, 0.0103317544492695, 0.0186649999999999, 0.013010054385566, 0.0266386538461539, 0.0220939134500536, 0.0489165384615384, 0.0564163997269754, 0.113866923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 690, '2021-05-23 00:00:00', 0.00696116733137373, 0.0108511538461539, 0.0127233657874613, 0.0185098076923077, 0.0218047915949684, 0.0283275, 0.0250393362624, 0.0510176923076924, 0.055858361262765, 0.114044807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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 982670, 3, 705, '2021-05-23 00:00:00', 0.00918424803672034, 0.0134549999999999, 0.011956661267003, 0.0185944230769231, 0.0225227336399333, 0.0297411538461539, 0.0258963849667508, 0.0533671153846155, 0.0554023129425535, 0.114269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982670 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[...];[ Date: 2021-05-23 15:45:11 - Database: acaweb_fx - User: pgperfstats ]
20 17s557ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 945, '2021-05-23 00:00:00', 0.0198282238624277, 0.0594615384615376, 0.0246837224471148, 0.0883846153846155, 0.0359057794790768, 0.127750000000001, 0.107794055780172, 0.281538461538462, 0.321757053595507, 0.646307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 960, '2021-05-23 00:00:00', 0.0253445184484656, 0.0687692307692306, 0.0273682016496951, 0.0860384615384624, 0.0492873364918574, 0.148807692307693, 0.107627498630874, 0.280538461538461, 0.320547476382805, 0.653230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 975, '2021-05-23 00:00:00', 0.0183080898470075, 0.0538846153846163, 0.0327585338264942, 0.0943076923076928, 0.0458731360971168, 0.152769230769232, 0.0958042093984487, 0.271942307692308, 0.320640263319407, 0.663961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 990, '2021-05-23 00:00:00', 0.037053121948818, 0.083076923076924, 0.0457151085949306, 0.121634615384616, 0.0532735899354973, 0.157653846153847, 0.0989630486595898, 0.268249999999999, 0.320298257638336, 0.667423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1005, '2021-05-23 00:00:00', 0.027795074273084, 0.081884615384615, 0.0396864634934309, 0.119153846153846, 0.0387773327920002, 0.149692307692308, 0.0911538197013942, 0.255673076923076, 0.318353224240961, 0.673846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1020, '2021-05-23 00:00:00', 0.0431043456670518, 0.0887307692307671, 0.0424069524416079, 0.111519230769229, 0.0589796444677175, 0.167038461538461, 0.0946592918759791, 0.252807692307691, 0.316238377104751, 0.679134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1035, '2021-05-23 00:00:00', 0.0265636897923593, 0.0779807692307688, 0.0303849406019574, 0.105730769230771, 0.0706941407647164, 0.169307692307692, 0.0998392014884254, 0.245615384615384, 0.31846225292562, 0.675942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1050, '2021-05-23 00:00:00', 0.0303209244835719, 0.0795384615384636, 0.0492875588920621, 0.125288461538462, 0.0606401396639354, 0.156442307692308, 0.094277628066505, 0.236365384615383, 0.31957929135277, 0.677788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1065, '2021-05-23 00:00:00', 0.04235333062918, 0.0892692307692301, 0.0589448144780037, 0.118634615384615, 0.0653118201105574, 0.150076923076924, 0.0981075097102079, 0.226711538461537, 0.318883897367051, 0.671999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1080, '2021-05-23 00:00:00', 0.0334252840733584, 0.0734807692307692, 0.0306412554974763, 0.0954423076923076, 0.0606018056344363, 0.138673076923077, 0.0957271041113139, 0.217538461538461, 0.317942822629382, 0.667961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1095, '2021-05-23 00:00:00', 0.0260184623799209, 0.0604038461538454, 0.0449464852737299, 0.0870576923076899, 0.0651804389014434, 0.12351923076923, 0.0887372807787122, 0.216749999999999, 0.318389041172056, 0.667307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1110, '2021-05-23 00:00:00', 0.0290050194595053, 0.0623653846153845, 0.0464682025276868, 0.0924230769230766, 0.0634326929781628, 0.115942307692308, 0.0844839561464419, 0.215673076923078, 0.318389041172056, 0.667307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1125, '2021-05-23 00:00:00', 0.0422015356993638, 0.0614807692307676, 0.0548563999491854, 0.0827692307692292, 0.0607018850296601, 0.102326923076922, 0.0814284867938641, 0.211461538461539, 0.318091143203666, 0.668153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1140, '2021-05-23 00:00:00', 0.0304158928598459, 0.0509423076923077, 0.0390014250232761, 0.0683653846153847, 0.0333847328073094, 0.0890961538461535, 0.0797484506721941, 0.207846153846155, 0.318381122000274, 0.671326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1155, '2021-05-23 00:00:00', 0.0255336053075172, 0.0467500000000013, 0.0260428714593116, 0.060865384615385, 0.0629246069025954, 0.0991153846153856, 0.0793108102050695, 0.206769230769231, 0.316962337607386, 0.674711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1170, '2021-05-23 00:00:00', 0.0166022704656725, 0.0426538461538459, 0.0232722019717809, 0.0608461538461536, 0.0633806328099096, 0.0957692307692306, 0.0787902693132939, 0.207442307692308, 0.316726212755045, 0.674076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1185, '2021-05-23 00:00:00', 0.0230711691544634, 0.0466730769230751, 0.0645758975041115, 0.079942307692309, 0.0637672209017958, 0.101038461538462, 0.0759082771406484, 0.204942307692307, 0.315631904037208, 0.673173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1200, '2021-05-23 00:00:00', 0.0661554114304979, 0.0610384615384633, 0.0654330926625408, 0.0739807692307699, 0.0665566271334761, 0.101269230769232, 0.0759775599462404, 0.20148076923077, 0.317658762849987, 0.66801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1215, '2021-05-23 00:00:00', 0.0153767181654101, 0.0352115384615377, 0.0231357199685138, 0.0568076923076914, 0.0734843494588098, 0.09701923076923, 0.0800518197554176, 0.194576923076924, 0.318482642927607, 0.669576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1230, '2021-05-23 00:00:00', 0.0229342203167741, 0.043038461538461, 0.0399084770250815, 0.0669423076923076, 0.0724339699312407, 0.101999999999998, 0.0822578053345793, 0.198057692307693, 0.316569895672589, 0.669673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1245, '2021-05-23 00:00:00', 0.0270256075146988, 0.045788461538461, 0.0613036703632006, 0.0694999999999984, 0.0613704764900467, 0.0938461538461521, 0.0770327827316702, 0.193519230769233, 0.31569543319228, 0.669057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1260, '2021-05-23 00:00:00', 0.0611348603813409, 0.0503653846153841, 0.0615782304190234, 0.068461538461538, 0.0644762717236697, 0.101480769230771, 0.0737306010992817, 0.189692307692311, 0.315948094568615, 0.668461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1275, '2021-05-23 00:00:00', 0.0230812611307247, 0.0392307692307696, 0.0280744614305502, 0.0561538461538459, 0.0497014974236578, 0.107826923076925, 0.0656482936681408, 0.182961538461541, 0.315821625045141, 0.661826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1290, '2021-05-23 00:00:00', 0.0177348093177923, 0.0387884615384598, 0.0259456829075361, 0.06546153846154, 0.046027704867662, 0.108519230769231, 0.0689025845222525, 0.181384615384616, 0.314284964397207, 0.662826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1305, '2021-05-23 00:00:00', 0.0235869993526438, 0.0514423076923101, 0.0459296619425165, 0.0840769230769239, 0.0437455096596743, 0.109519230769232, 0.0757609804176671, 0.183615384615385, 0.316854312554864, 0.664653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1320, '2021-05-23 00:00:00', 0.0468069028439838, 0.0671153846153864, 0.0463269484624891, 0.0841153846153862, 0.0448361976017656, 0.10373076923077, 0.0746115272595322, 0.1825, 0.317989623076941, 0.665903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1335, '2021-05-23 00:00:00', 0.023630269050194, 0.0405192307692313, 0.0252599789877487, 0.0610576923076953, 0.0277388993736525, 0.084057692307693, 0.078669887211347, 0.182365384615384, 0.313445930191869, 0.663634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1350, '2021-05-23 00:00:00', 0.0176506264870281, 0.0447307692307735, 0.0230498122802304, 0.0594230769230803, 0.0214926821177671, 0.0791538461538464, 0.0843941849983644, 0.18996153846154, 0.313717222008318, 0.664653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1365, '2021-05-23 00:00:00', 0.0153807196990757, 0.0405576923076925, 0.015943699020664, 0.057307692307691, 0.0174225318304953, 0.0682307692307676, 0.0826472415659557, 0.193557692307692, 0.318053276258023, 0.666057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1380, '2021-05-23 00:00:00', 0.0144224184465064, 0.0423846153846133, 0.0173772729559219, 0.0520192307692283, 0.0181392901226553, 0.0690769230769217, 0.0836940582396117, 0.204653846153846, 0.333161219924436, 0.670461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1395, '2021-05-23 00:00:00', 0.0117108266804046, 0.0302884615384613, 0.0126879712871935, 0.0422307692307676, 0.0400869871462241, 0.105942307692307, 0.133515161916309, 0.227538461538461, 0.329006551840303, 0.668865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1410, '2021-05-23 00:00:00', 0.0113894012809491, 0.0309615384615376, 0.0185902786837248, 0.0484615384615392, 0.0490156489924788, 0.115423076923078, 0.138739806278348, 0.239076923076922, 0.328908199140031, 0.668711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1425, '2021-05-23 00:00:00', 0.0173523330286878, 0.0397884615384624, 0.0400087298166073, 0.0995384615384619, 0.0521543751391366, 0.116673076923078, 0.143790954032367, 0.246961538461537, 0.32809440714526, 0.6695 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 0, '2021-05-23 00:00:00', 0.037717879865368, 0.0774615384615399, 0.0455068253545138, 0.0981346153846166, 0.0491502914929916, 0.109134615384617, 0.14887298148215, 0.254730769230769, 0.321977244776469, 0.671884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 15, '2021-05-23 00:00:00', 0.04178750273246, 0.0716538461538467, 0.0502874697651874, 0.0859807692307698, 0.0493381737057157, 0.110846153846155, 0.146857502885777, 0.263115384615384, 0.315094840423542, 0.669961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 30, '2021-05-23 00:00:00', 0.0362577737022876, 0.0501153846153856, 0.0407901996148017, 0.0720961538461565, 0.0503694237226705, 0.114326923076922, 0.153173427350027, 0.276673076923077, 0.313868745840334, 0.668980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 45, '2021-05-23 00:00:00', 0.0283471406779483, 0.050403846153848, 0.0388528189255481, 0.0816923076923086, 0.0585336983809639, 0.113923076923078, 0.155628996704934, 0.28476923076923, 0.313919718423968, 0.661480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 60, '2021-05-23 00:00:00', 0.0358395784659281, 0.0638461538461526, 0.0463761211765777, 0.0832307692307677, 0.0578164203452486, 0.110461538461537, 0.167250467401898, 0.290326923076922, 0.315283808654994, 0.655999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 75, '2021-05-23 00:00:00', 0.0279627499473033, 0.0458461538461525, 0.037188190846848, 0.0673076923076923, 0.0469003895342189, 0.101442307692308, 0.152228820681742, 0.278576923076923, 0.30383261079847, 0.644346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 90, '2021-05-23 00:00:00', 0.0185321342537767, 0.0465000000000001, 0.0257924332970856, 0.0634807692307685, 0.04349815645961, 0.101480769230771, 0.138550374066064, 0.285615384615386, 0.287431102781437, 0.637673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 105, '2021-05-23 00:00:00', 0.0184758886535512, 0.0439615384615374, 0.0278270482693473, 0.0742307692307695, 0.0424185237113008, 0.0996346153846156, 0.142498087706469, 0.289250000000001, 0.281098962179623, 0.631942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 120, '2021-05-23 00:00:00', 0.0256426702677687, 0.0609423076923085, 0.0338699151732937, 0.0776346153846177, 0.0404989078675159, 0.108692307692309, 0.151356203654213, 0.294903846153848, 0.281956510558195, 0.628076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 135, '2021-05-23 00:00:00', 0.0214198775404092, 0.0438653846153869, 0.0225707520068304, 0.0648269230769233, 0.100488897205306, 0.124538461538462, 0.14513896921439, 0.285903846153848, 0.271904066792794, 0.619307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 150, '2021-05-23 00:00:00', 0.019956539317688, 0.0522115384615385, 0.0299163256176535, 0.078557692307693, 0.0952532171877415, 0.132653846153846, 0.142682958122059, 0.283057692307693, 0.276236612623754, 0.615884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 165, '2021-05-23 00:00:00', 0.0206847770111258, 0.0575000000000002, 0.0947140981301891, 0.101403846153846, 0.0949627376314581, 0.140192307692306, 0.136868770669628, 0.277403846153846, 0.285000502023849, 0.617384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 180, '2021-05-23 00:00:00', 0.0964855927866152, 0.0825192307692318, 0.093881252736553, 0.109519230769231, 0.0963928181174051, 0.144153846153846, 0.131958472488652, 0.273461538461538, 0.293579773590651, 0.619211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 195, '2021-05-23 00:00:00', 0.0318925359003286, 0.0669230769230756, 0.0393891287227622, 0.0952115384615362, 0.049360167684542, 0.128384615384615, 0.108656607997573, 0.250538461538461, 0.298856654602168, 0.612 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 210, '2021-05-23 00:00:00', 0.0266971980667522, 0.063403846153845, 0.0320793487369159, 0.09026923076923, 0.053600947178773, 0.136692307692308, 0.0978054210389956, 0.244596153846154, 0.297171945176526, 0.619250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 225, '2021-05-23 00:00:00', 0.0215775613507681, 0.066365384615385, 0.0389981459125344, 0.0958461538461546, 0.056346281701089, 0.142211538461538, 0.0976314675785334, 0.244711538461539, 0.293294042531748, 0.618653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 240, '2021-05-23 00:00:00', 0.0314137157697316, 0.0701923076923078, 0.0433642577032497, 0.103173076923078, 0.0603475734009628, 0.14101923076923, 0.0984018781090299, 0.236980769230769, 0.295818366829792, 0.617384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 255, '2021-05-23 00:00:00', 0.025162678407026, 0.0645961538461551, 0.0337201891134392, 0.0926346153846139, 0.0526173413941148, 0.122269230769229, 0.0881312570064574, 0.221461538461539, 0.286590227435512, 0.610961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 270, '2021-05-23 00:00:00', 0.0227977056875324, 0.0623461538461515, 0.0345486112378127, 0.0820576923076911, 0.047194654195315, 0.119346153846154, 0.0846578089450978, 0.206269230769232, 0.283069826259285, 0.608057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 285, '2021-05-23 00:00:00', 0.0285030700100888, 0.0577499999999997, 0.0329243655391255, 0.0739230769230757, 0.0470801934510103, 0.119230769230768, 0.0849768859975811, 0.200634615384616, 0.284757078658553, 0.607576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 300, '2021-05-23 00:00:00', 0.0201865149199991, 0.0503461538461521, 0.0344131012618964, 0.0848076923076917, 0.0606145101947869, 0.124673076923076, 0.0819507380170453, 0.20621153846154, 0.290128496730988, 0.608269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 315, '2021-05-23 00:00:00', 0.0310972729449919, 0.0640961538461538, 0.0399768009648672, 0.0912307692307681, 0.0600284067370161, 0.123019230769231, 0.0861428442494462, 0.207019230769232, 0.292307344179952, 0.609211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 330, '2021-05-23 00:00:00', 0.0349446650489697, 0.0600192307692299, 0.0561783321219146, 0.0872500000000001, 0.0592830628296281, 0.110692307692307, 0.0877181083839686, 0.202442307692309, 0.29447459078057, 0.60873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 345, '2021-05-23 00:00:00', 0.0357334361843141, 0.0570384615384622, 0.0358718070141665, 0.0760576923076925, 0.0343153083129879, 0.100903846153845, 0.0917985775824102, 0.205173076923079, 0.288368887684881, 0.607346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 360, '2021-05-23 00:00:00', 0.0161681667292442, 0.0500192307692297, 0.0229332476146282, 0.067923076923076, 0.0250672403439516, 0.0954423076923076, 0.0841278719934942, 0.205673076923078, 0.277397332359198, 0.608500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 375, '2021-05-23 00:00:00', 0.0132787858573796, 0.0456153846153832, 0.0208144550363805, 0.0686923076923067, 0.0281388316415917, 0.0905769230769227, 0.0896604899693168, 0.219711538461539, 0.272674813369613, 0.611923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 390, '2021-05-23 00:00:00', 0.0187936159373331, 0.0520000000000002, 0.0258751142695359, 0.0666923076923091, 0.0289456320605467, 0.0900192307692299, 0.0912044195960137, 0.222115384615384, 0.271605372666923, 0.616461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 405, '2021-05-23 00:00:00', 0.0157693958715581, 0.0424230769230762, 0.0208092157838413, 0.0602115384615368, 0.0551328744593812, 0.0954230769230756, 0.0854057014850516, 0.235076923076922, 0.271548792187447, 0.616442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 420, '2021-05-23 00:00:00', 0.0176768101020686, 0.044480769230769, 0.0206548653236588, 0.0612115384615367, 0.0518295319737265, 0.0985961538461535, 0.0813089454819361, 0.246230769230769, 0.269913428428734, 0.616673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 435, '2021-05-23 00:00:00', 0.014404339623879, 0.0412499999999986, 0.0458849229469361, 0.0731153846153845, 0.0456264135713572, 0.101019230769233, 0.0828048029078951, 0.255653846153846, 0.266333894691491, 0.619211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 450, '2021-05-23 00:00:00', 0.0411776498376711, 0.0538269230769254, 0.0420417054839587, 0.0717500000000021, 0.0395143596099501, 0.101269230769234, 0.0775507873292369, 0.258730769230769, 0.259539513072968, 0.621673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 465, '2021-05-23 00:00:00', 0.0211581317337226, 0.0474423076923074, 0.0250399757311277, 0.0684038461538465, 0.0353575799728772, 0.0964615384615383, 0.0712894560118215, 0.261442307692307, 0.256323231187018, 0.618826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 480, '2021-05-23 00:00:00', 0.0204896221386479, 0.0537307692307689, 0.0268904973206847, 0.0766730769230763, 0.0365158342893312, 0.104384615384615, 0.0748367967903881, 0.266384615384615, 0.255210589513835, 0.617750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 495, '2021-05-23 00:00:00', 0.0180172246646172, 0.0474038461538468, 0.0220553586720738, 0.0656730769230784, 0.0418387931874788, 0.10373076923077, 0.0754376869700052, 0.271269230769231, 0.251260539005906, 0.619038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 510, '2021-05-23 00:00:00', 0.0163147054948797, 0.045019230769232, 0.0240931286086683, 0.0666730769230783, 0.0427952549490476, 0.114076923076925, 0.0831829979854419, 0.276634615384617, 0.251430335970331, 0.616923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 525, '2021-05-23 00:00:00', 0.0185558305164109, 0.0458269230769255, 0.0280510523592534, 0.0806923076923098, 0.0569061170160662, 0.128884615384619, 0.0881353591838226, 0.282192307692308, 0.250767382248967, 0.617500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 540, '2021-05-23 00:00:00', 0.0194122086881899, 0.0669230769230789, 0.031920267253557, 0.0972115384615408, 0.0525442231326674, 0.138846153846156, 0.0946717750969079, 0.28875, 0.247949421020931, 0.616846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 555, '2021-05-23 00:00:00', 0.0212893978669772, 0.0609615384615393, 0.0438383218376173, 0.0949615384615388, 0.0619112671490396, 0.146749999999999, 0.12562087651097, 0.303730769230769, 0.25470376835725, 0.620519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 570, '2021-05-23 00:00:00', 0.0470740374304143, 0.0802500000000017, 0.0502611526085365, 0.110288461538463, 0.0605077776310296, 0.163134615384614, 0.152922383530387, 0.313846153846154, 0.256638230859046, 0.622807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 585, '2021-05-23 00:00:00', 0.0257853640656892, 0.0687499999999992, 0.0390836233656071, 0.120980769230769, 0.0444581090639107, 0.171711538461539, 0.152107193983512, 0.316538461538462, 0.258075853488555, 0.627384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 600, '2021-05-23 00:00:00', 0.0281733985279618, 0.0995961538461533, 0.0376564275849629, 0.125057692307691, 0.0443872122957123, 0.171730769230769, 0.153967949961621, 0.324019230769231, 0.262717930780992, 0.630365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 615, '2021-05-23 00:00:00', 0.0218834763797125, 0.0694423076923064, 0.0294324585344932, 0.11201923076923, 0.0415207130885857, 0.15248076923077, 0.156752494766062, 0.318230769230769, 0.269551111180164, 0.626192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 630, '2021-05-23 00:00:00', 0.0295927290966008, 0.0879807692307696, 0.0340705376896451, 0.113192307692309, 0.0409530171707108, 0.147019230769232, 0.151428562746215, 0.31701923076923, 0.265906300009261, 0.623903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 645, '2021-05-23 00:00:00', 0.0261299415643012, 0.0660769230769238, 0.0393986186794176, 0.0981346153846161, 0.0532965181428755, 0.143826923076922, 0.15014819474311, 0.309403846153844, 0.2693654766298, 0.624499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 660, '2021-05-23 00:00:00', 0.0234386351007194, 0.0710192307692315, 0.0362127102633244, 0.100596153846153, 0.0623763145383309, 0.14426923076923, 0.144912887625635, 0.305749999999999, 0.27508883040826, 0.627269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 675, '2021-05-23 00:00:00', 0.0208886056536533, 0.0599230769230761, 0.0371989040367942, 0.0930384615384609, 0.0463022553031052, 0.139826923076923, 0.136988899044916, 0.302961538461537, 0.278633017536577, 0.625461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 690, '2021-05-23 00:00:00', 0.0250011076677685, 0.0688461538461524, 0.0352347075393663, 0.0957692307692289, 0.0597803061216656, 0.141749999999999, 0.130702568981875, 0.305807692307689, 0.27858906944707, 0.628480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 705, '2021-05-23 00:00:00', 0.0174221013481322, 0.0610192307692297, 0.0252376778768445, 0.0909038461538457, 0.0517425877263165, 0.134153846153846, 0.125059284402977, 0.299730769230767, 0.281998016905193, 0.634692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 720, '2021-05-23 00:00:00', 0.0222209274195448, 0.0674807692307701, 0.0478522565981855, 0.0999615384615386, 0.0722300065495912, 0.137076923076923, 0.119827891000127, 0.305211538461537, 0.286932681062194, 0.637211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 735, '2021-05-23 00:00:00', 0.0366901841830293, 0.067019230769231, 0.0420918820969256, 0.0930576923076923, 0.0803064994016912, 0.135076923076924, 0.116270195929734, 0.311461538461538, 0.285640484094685, 0.632115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 750, '2021-05-23 00:00:00', 0.0178241409330148, 0.0599999999999995, 0.0316541648736179, 0.0823846153846147, 0.094791579064483, 0.134711538461539, 0.115086288697456, 0.296576923076924, 0.281402458165415, 0.627288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 765, '2021-05-23 00:00:00', 0.0241826702095017, 0.0608076923076908, 0.05774859638654, 0.0965961538461538, 0.0890402523494932, 0.144442307692305, 0.113277143121842, 0.297865384615384, 0.278343283485587, 0.629711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 780, '2021-05-23 00:00:00', 0.0350649945979464, 0.0665769230769245, 0.0681144540178798, 0.0956730769230779, 0.0635518806839073, 0.140692307692309, 0.0902825564547233, 0.306, 0.272369402014701, 0.619865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 795, '2021-05-23 00:00:00', 0.039599286124101, 0.059288461538461, 0.0410292766017328, 0.0893076923076897, 0.0547952412307704, 0.138038461538461, 0.0891217231569385, 0.301692307692307, 0.272467271146744, 0.613076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 810, '2021-05-23 00:00:00', 0.0209945139354229, 0.0600192307692282, 0.0357445853887754, 0.0866538461538456, 0.0602055325850198, 0.130115384615382, 0.0898313483915634, 0.297365384615383, 0.273797632315435, 0.610711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 825, '2021-05-23 00:00:00', 0.0278492162574443, 0.0608269230769249, 0.0464572922155392, 0.0960000000000009, 0.069211670869988, 0.132846153846155, 0.0894480769024061, 0.292461538461538, 0.277471406704297, 0.612807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 840, '2021-05-23 00:00:00', 0.0340888488421746, 0.0669807692307693, 0.0362682314896185, 0.0902692307692294, 0.0669510613462168, 0.130230769230769, 0.0894198050683494, 0.292807692307692, 0.284576676161952, 0.612230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 855, '2021-05-23 00:00:00', 0.018610625583665, 0.0611538461538441, 0.050466291110617, 0.0945576923076912, 0.0695221519760761, 0.134519230769229, 0.091929858295082, 0.292673076923077, 0.284085788776234, 0.613653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 870, '2021-05-23 00:00:00', 0.0478723663666049, 0.0727884615384615, 0.0571265666339636, 0.0952307692307692, 0.0681935142415713, 0.135846153846152, 0.0935928765369533, 0.292942307692308, 0.283054907013843, 0.609596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 885, '2021-05-23 00:00:00', 0.0257175261999703, 0.061634615384614, 0.0369448081082291, 0.0918269230769221, 0.040751120796291, 0.127923076923074, 0.106016655077614, 0.294365384615385, 0.279996725255576, 0.610615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 900, '2021-05-23 00:00:00', 0.0295736174005461, 0.0693269230769223, 0.0358403940569004, 0.0935769230769206, 0.0405389271612451, 0.132730769230767, 0.10857450649917, 0.294788461538462, 0.280882839659856, 0.61248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 915, '2021-05-23 00:00:00', 0.0199134666456175, 0.0691153846153818, 0.0272151612157638, 0.0962499999999983, 0.060262540986535, 0.152576923076923, 0.111250057908368, 0.298153846153848, 0.278727239153539, 0.618423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 930, '2021-05-23 00:00:00', 0.0231624447361217, 0.0708269230769213, 0.0323551208644616, 0.0959230769230764, 0.0632663387227723, 0.15348076923077, 0.109751789892535, 0.293846153846155, 0.27922690869338, 0.617557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 945, '2021-05-23 00:00:00', 0.0239636985074047, 0.0688269230769227, 0.0567787067346701, 0.118807692307693, 0.0751942714675692, 0.177961538461539, 0.109289701464289, 0.291173076923078, 0.28034468344961, 0.622307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 960, '2021-05-23 00:00:00', 0.040196273267746, 0.0870961538461554, 0.0443642831045942, 0.108019230769232, 0.0794303395822653, 0.192173076923078, 0.100970566922322, 0.288153846153848, 0.28399299354846, 0.628403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 975, '2021-05-23 00:00:00', 0.0201712285579839, 0.0665384615384622, 0.0522178756601751, 0.124557692307693, 0.0753804938041242, 0.184326923076924, 0.122213352222817, 0.28871153846154, 0.281032853266989, 0.631769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 990, '2021-05-23 00:00:00', 0.0409875637799484, 0.101903846153847, 0.0654476537747183, 0.154153846153847, 0.0687888883021538, 0.183634615384616, 0.120064817430482, 0.279403846153848, 0.275783128284081, 0.632076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1005, '2021-05-23 00:00:00', 0.0363861395842734, 0.0958653846153838, 0.0458268354368252, 0.115326923076922, 0.0465810005837634, 0.155519230769231, 0.121395217558823, 0.254826923076923, 0.274039497433941, 0.642615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1020, '2021-05-23 00:00:00', 0.027715310958717, 0.0804615384615379, 0.038143721128627, 0.113711538461538, 0.0568476134401967, 0.156134615384615, 0.125808029889254, 0.243903846153846, 0.266918835978281, 0.64175 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1035, '2021-05-23 00:00:00', 0.0302168636055092, 0.0853269230769222, 0.0358430767910082, 0.115384615384616, 0.0613307301565731, 0.156461538461539, 0.125893068178453, 0.23576923076923, 0.261636377146133, 0.648576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1050, '2021-05-23 00:00:00', 0.0199362831193622, 0.0743461538461541, 0.0499816312412702, 0.112711538461539, 0.0729414122113387, 0.15301923076923, 0.126658852829164, 0.224749999999999, 0.252284915247699, 0.648961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1065, '2021-05-23 00:00:00', 0.0367664196704619, 0.0900192307692304, 0.0481238146707152, 0.115692307692309, 0.077597296245521, 0.151096153846153, 0.125785134256795, 0.221499999999998, 0.258792861184384, 0.65675 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1080, '2021-05-23 00:00:00', 0.0348882005621015, 0.0820576923076933, 0.045607691658988, 0.110692307692308, 0.0609770732451006, 0.136788461538462, 0.116724760078505, 0.214519230769231, 0.259098588304798, 0.67196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1095, '2021-05-23 00:00:00', 0.0351015450021577, 0.0709615384615373, 0.0480803854137886, 0.0952115384615394, 0.0487058399594337, 0.120173076923077, 0.116978229401228, 0.204115384615385, 0.25637253843097, 0.671038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1110, '2021-05-23 00:00:00', 0.0283175944219522, 0.0658846153846168, 0.0301322022989475, 0.0819807692307693, 0.0354986077733513, 0.105365384615384, 0.118073922412388, 0.193634615384615, 0.25551599754223, 0.67425 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1125, '2021-05-23 00:00:00', 0.0249207435992261, 0.0577884615384614, 0.0307147922268494, 0.0830384615384612, 0.0316970272811421, 0.103307692307693, 0.121411759663616, 0.193846153846154, 0.254826281702172, 0.675923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1140, '2021-05-23 00:00:00', 0.0262296367903535, 0.058423076923076, 0.0263593218075463, 0.0725769230769231, 0.0332955529486123, 0.096423076923076, 0.131491690290242, 0.19176923076923, 0.251712058480748, 0.675403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1155, '2021-05-23 00:00:00', 0.0210214267978022, 0.0490961538461543, 0.0296529736477452, 0.0698269230769247, 0.112578767297186, 0.114673076923078, 0.130534789055816, 0.187134615384615, 0.248692349330221, 0.675730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1170, '2021-05-23 00:00:00', 0.020555300645219, 0.0479038461538481, 0.022527427727106, 0.0632499999999998, 0.113116769143831, 0.10778846153846, 0.129034664394436, 0.182230769230769, 0.249781747808885, 0.679692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1185, '2021-05-23 00:00:00', 0.0134811121431202, 0.0434038461538463, 0.115923378208992, 0.0849807692307694, 0.113363745730962, 0.107173076923078, 0.129111283246425, 0.184288461538463, 0.249279053549354, 0.680557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1200, '2021-05-23 00:00:00', 0.118157543136273, 0.0717500000000004, 0.115918865856851, 0.0887884615384608, 0.12078553944269, 0.104442307692308, 0.138444412616093, 0.195346153846155, 0.249518644285661, 0.679923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1215, '2021-05-23 00:00:00', 0.0231599787431812, 0.0437307692307676, 0.027134564956614, 0.0587307692307687, 0.0348097687438459, 0.0780000000000002, 0.0918802669866504, 0.19921153846154, 0.24850814566436, 0.670461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1230, '2021-05-23 00:00:00', 0.0153804571303487, 0.0385384615384619, 0.0232636725720277, 0.057461538461539, 0.0295611296234664, 0.0760961538461537, 0.0827283901599758, 0.197557692307694, 0.246325067433573, 0.668173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1245, '2021-05-23 00:00:00', 0.0149525531650586, 0.0436730769230772, 0.021700345619367, 0.0592500000000009, 0.0314823576968724, 0.0838269230769232, 0.0765961562602582, 0.194365384615387, 0.250537220480619, 0.671673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1260, '2021-05-23 00:00:00', 0.0165024124110558, 0.0419807692307702, 0.0195385614776356, 0.0548461538461528, 0.0257023270422074, 0.0895192307692308, 0.0767679520473109, 0.189538461538463, 0.249528518487291, 0.672307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1275, '2021-05-23 00:00:00', 0.0131087316760185, 0.0376730769230764, 0.0208518307626431, 0.0598269230769229, 0.0335545250874816, 0.0931153846153849, 0.0864360234731223, 0.192115384615386, 0.241376345950915, 0.679903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1290, '2021-05-23 00:00:00', 0.0179268277686317, 0.0481346153846151, 0.0196341245324027, 0.0713269230769231, 0.036142985275368, 0.0936538461538462, 0.100661603710343, 0.198961538461541, 0.241473444948684, 0.680269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1305, '2021-05-23 00:00:00', 0.0133326233785341, 0.0506730769230768, 0.0312794415157719, 0.0737115384615384, 0.0373763242626229, 0.089480769230768, 0.101746988237414, 0.199019230769232, 0.240412699651758, 0.683615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1320, '2021-05-23 00:00:00', 0.0325693874673771, 0.0587499999999996, 0.0312714972212978, 0.0704423076923074, 0.0425634368190145, 0.0938846153846149, 0.110615301834781, 0.208750000000001, 0.240157281796743, 0.684500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1335, '2021-05-23 00:00:00', 0.015443893490757, 0.037576923076921, 0.0226976532165427, 0.0532884615384596, 0.0370442147460813, 0.0815769230769212, 0.111133386591898, 0.206019230769232, 0.244562341430879, 0.687326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1350, '2021-05-23 00:00:00', 0.013871512035603, 0.039173076923077, 0.0264808203451827, 0.0629230769230757, 0.0313615945925045, 0.0795192307692301, 0.105906083213092, 0.207538461538464, 0.248978114577287, 0.691807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1365, '2021-05-23 00:00:00', 0.0219007639487424, 0.0472115384615354, 0.02375507233284, 0.0597884615384606, 0.0306230242690785, 0.0759807692307691, 0.106742964098883, 0.211903846153848, 0.30033116913475, 0.710134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1380, '2021-05-23 00:00:00', 0.0170106866862709, 0.0392115384615388, 0.0222072839748237, 0.0502884615384601, 0.0646716796893819, 0.0833846153846162, 0.108848364886488, 0.21994230769231, 0.299336134702212, 0.708807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1395, '2021-05-23 00:00:00', 0.0177600242550082, 0.0330384615384608, 0.0191435468138846, 0.0493461538461533, 0.0663627241291836, 0.137865384615385, 0.111895961293722, 0.231384615384617, 0.299772169899331, 0.706423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1410, '2021-05-23 00:00:00', 0.0137233798259084, 0.0348653846153855, 0.0590858599510381, 0.0616730769230784, 0.0651947880172596, 0.141903846153848, 0.142176023078654, 0.245192307692309, 0.299738702231433, 0.706980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1425, '2021-05-23 00:00:00', 0.0555017116853153, 0.0499999999999999, 0.0635423057134741, 0.127269230769231, 0.0611604478778185, 0.138403846153847, 0.141038172683308, 0.248615384615385, 0.299979763420031, 0.706038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 0, '2021-05-23 00:00:00', 0.0467215524307416, 0.098288461538463, 0.0530101296560749, 0.117423076923078, 0.0506613226770159, 0.129019230769232, 0.138415173968088, 0.247596153846153, 0.304631020820522, 0.698326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 15, '2021-05-23 00:00:00', 0.0455668570513534, 0.0650384615384622, 0.0417219919872554, 0.0797692307692307, 0.0407131286706619, 0.108326923076922, 0.132629502751086, 0.234249999999999, 0.307409241140309, 0.691692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 30, '2021-05-23 00:00:00', 0.0274323783988085, 0.0531538461538458, 0.0323610164335957, 0.0683461538461523, 0.0507596296282787, 0.103999999999999, 0.132524890260139, 0.228442307692306, 0.308513881996604, 0.689346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 45, '2021-05-23 00:00:00', 0.0275689415549742, 0.0414423076923066, 0.0363167475670131, 0.0736153846153847, 0.0457152221744744, 0.104692307692307, 0.130587742386254, 0.23103846153846, 0.309238566731004, 0.688365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 60, '2021-05-23 00:00:00', 0.034186052036557, 0.0621153846153844, 0.0490711884761476, 0.0806923076923071, 0.0642824656077805, 0.117653846153844, 0.130526208685637, 0.235365384615383, 0.309238566731004, 0.688365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 75, '2021-05-23 00:00:00', 0.0211523412052072, 0.0451923076923081, 0.0269374203550506, 0.0667307692307698, 0.0572033249437069, 0.110096153846153, 0.12775408619086, 0.233057692307691, 0.307895227559386, 0.686365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 90, '2021-05-23 00:00:00', 0.0198817755746316, 0.0492500000000001, 0.0526330731063205, 0.0780961538461529, 0.0557073154980555, 0.115749999999999, 0.131661700815152, 0.234211538461537, 0.305391151451078, 0.693346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 105, '2021-05-23 00:00:00', 0.0498407926841509, 0.0572307692307681, 0.0504960508737664, 0.090865384615384, 0.0551829126284022, 0.123576923076923, 0.131143469587261, 0.236980769230768, 0.305128377143885, 0.696942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 120, '2021-05-23 00:00:00', 0.0242728480785882, 0.0636346153846126, 0.0338697278043173, 0.0839615384615376, 0.0489665348831392, 0.12630769230769, 0.1318926136615, 0.233192307692307, 0.306729244799683, 0.69351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 135, '2021-05-23 00:00:00', 0.0225349984212598, 0.0488846153846171, 0.037059188624934, 0.0772115384615398, 0.0807683034745296, 0.130173076923076, 0.131503758355185, 0.227461538461539, 0.308898260572336, 0.690653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 150, '2021-05-23 00:00:00', 0.0278065363096235, 0.0567884615384638, 0.0355221274484179, 0.0868076923076925, 0.126127342548956, 0.139557692307691, 0.131009623839097, 0.232807692307693, 0.308675954683872, 0.69075 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 165, '2021-05-23 00:00:00', 0.0199579269002041, 0.0606730769230764, 0.082456981791439, 0.105076923076923, 0.127639180444781, 0.142096153846153, 0.132991452877475, 0.233442307692309, 0.305421255746122, 0.694788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 180, '2021-05-23 00:00:00', 0.0849997036193911, 0.0834807692307705, 0.129884713673911, 0.114326923076924, 0.132920619746699, 0.150634615384614, 0.134875465351732, 0.236365384615386, 0.305118032646635, 0.696076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 195, '2021-05-23 00:00:00', 0.0529779780082852, 0.070884615384615, 0.0516424132487426, 0.0988269230769205, 0.053937756149674, 0.13030769230769, 0.0888065681042878, 0.217442307692307, 0.246791463666111, 0.677557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 210, '2021-05-23 00:00:00', 0.0256445825738038, 0.0662307692307657, 0.0425436111085316, 0.0963269230769206, 0.0358932444897387, 0.124749999999998, 0.0889259155788601, 0.212538461538462, 0.232333377846443, 0.67996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 225, '2021-05-23 00:00:00', 0.0342324913136416, 0.0702115384615376, 0.033260417685523, 0.0956538461538454, 0.0341216150758524, 0.130230769230769, 0.0911980874462089, 0.206865384615385, 0.229453165993879, 0.677346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 240, '2021-05-23 00:00:00', 0.0188118211607646, 0.0617692307692289, 0.026160282579042, 0.0860961538461517, 0.0364791246942882, 0.117557692307691, 0.0970818231422112, 0.201403846153846, 0.226812731972027, 0.677153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 255, '2021-05-23 00:00:00', 0.0268463505613251, 0.0614423076923059, 0.0328801845867897, 0.0844423076923075, 0.0470121751824412, 0.112269230769231, 0.103468466024863, 0.198288461538462, 0.225488167862869, 0.681076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 270, '2021-05-23 00:00:00', 0.0257908227565827, 0.0619423076923067, 0.031186831540547, 0.0805384615384602, 0.047034312352384, 0.108557692307693, 0.101852587671519, 0.197019230769232, 0.223983190475054, 0.684480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 285, '2021-05-23 00:00:00', 0.0257615993292338, 0.0570000000000005, 0.0415108882843269, 0.079923076923077, 0.0589432876063596, 0.111134615384616, 0.103837715469121, 0.194634615384616, 0.223861087593314, 0.684942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 300, '2021-05-23 00:00:00', 0.0353254321112461, 0.0568846153846143, 0.0334126473060745, 0.0762500000000001, 0.0684670639516104, 0.108826923076923, 0.105874730042343, 0.193538461538462, 0.22329512723334, 0.689923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 315, '2021-05-23 00:00:00', 0.0185356309680754, 0.0525192307692312, 0.0415610394480203, 0.0820000000000002, 0.0577695022015543, 0.109653846153847, 0.0950882039921974, 0.198557692307692, 0.211610832934857, 0.683230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 330, '2021-05-23 00:00:00', 0.0305652643472151, 0.0563461538461545, 0.0413284405706261, 0.0755000000000009, 0.0563986667872954, 0.106019230769233, 0.0854991790333957, 0.19601923076923, 0.205874958315813, 0.680461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 345, '2021-05-23 00:00:00', 0.0269469635794807, 0.0511730769230786, 0.0346698938340104, 0.0751923076923093, 0.043879892889566, 0.103750000000002, 0.0769928468205884, 0.198461538461539, 0.198766701281831, 0.676192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 360, '2021-05-23 00:00:00', 0.0256083219646682, 0.0536153846153848, 0.0362645620618581, 0.0739615384615402, 0.0436800253592469, 0.0947692307692324, 0.0857827219468779, 0.202653846153845, 0.194218795137378, 0.672596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 375, '2021-05-23 00:00:00', 0.0265401654971356, 0.042596153846155, 0.0295664310689303, 0.0639230769230766, 0.0394575916454799, 0.0841923076923085, 0.0809389608570268, 0.211153846153846, 0.192697690697111, 0.67 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 390, '2021-05-23 00:00:00', 0.0187556350506676, 0.0460769230769217, 0.0267309457658803, 0.0592884615384626, 0.0350284719357543, 0.0820769230769231, 0.0711003191597297, 0.205653846153848, 0.191154480419934, 0.665346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 405, '2021-05-23 00:00:00', 0.022019790050002, 0.0416346153846185, 0.0277748364254687, 0.0603076923076944, 0.0311619096877067, 0.0792307692307699, 0.0782155330825312, 0.212480769230771, 0.192194866056461, 0.663942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 420, '2021-05-23 00:00:00', 0.014393441348271, 0.0446346153846159, 0.0208572805956619, 0.0581153846153839, 0.0336838753937034, 0.0782884615384626, 0.0859076628622929, 0.224442307692308, 0.190558757342715, 0.661 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 435, '2021-05-23 00:00:00', 0.0167815030957859, 0.0411730769230762, 0.0190068004024492, 0.0549615384615396, 0.0282160687988524, 0.0885576923076927, 0.0904634392788267, 0.233923076923078, 0.189162473917164, 0.659807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 450, '2021-05-23 00:00:00', 0.0193975117357494, 0.0467115384615407, 0.0286036105843583, 0.0629423076923098, 0.0290126762746134, 0.0931538461538482, 0.0971947074374221, 0.245634615384616, 0.188726706153064, 0.65998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 465, '2021-05-23 00:00:00', 0.0191116154773437, 0.0410769230769252, 0.0242955519829006, 0.0719230769230782, 0.0272111473198322, 0.0929423076923088, 0.100536409401692, 0.259980769230769, 0.18609524546483, 0.656403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 480, '2021-05-23 00:00:00', 0.0178622506980492, 0.0604999999999992, 0.0251285923570376, 0.0728846153846147, 0.029495084336208, 0.0934999999999999, 0.107787213812856, 0.261288461538461, 0.187673243041852, 0.659384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 495, '2021-05-23 00:00:00', 0.0261827967595898, 0.0511730769230769, 0.0286843833148634, 0.0670769230769242, 0.0419436664330409, 0.106134615384615, 0.108076020253553, 0.263615384615384, 0.188026328966492, 0.657596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 510, '2021-05-23 00:00:00', 0.0172481883106609, 0.0440000000000013, 0.0193579739086051, 0.063634615384617, 0.0379854071170247, 0.105865384615384, 0.101779172722125, 0.263999999999999, 0.181089231086182, 0.650019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 525, '2021-05-23 00:00:00', 0.0159913919151746, 0.0472692307692307, 0.026226799270975, 0.0817500000000001, 0.0340631991812497, 0.112692307692307, 0.101433691868894, 0.266076923076923, 0.182372232409011, 0.650134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 540, '2021-05-23 00:00:00', 0.0250752099462017, 0.0703846153846159, 0.0277626478453432, 0.0877307692307684, 0.0501049859333849, 0.122480769230768, 0.101164414920237, 0.267326923076923, 0.18387339708029, 0.651884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 555, '2021-05-23 00:00:00', 0.0236859906663445, 0.0573846153846145, 0.0270602177488552, 0.0811538461538456, 0.0493921708215139, 0.129942307692307, 0.0955370024972211, 0.263326923076922, 0.185347844502002, 0.645711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 570, '2021-05-23 00:00:00', 0.0234111413318876, 0.0583076923076914, 0.0393843047613973, 0.0882115384615372, 0.0460643070567166, 0.125596153846156, 0.0860568774349057, 0.260384615384616, 0.184874277446968, 0.641538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 585, '2021-05-23 00:00:00', 0.0312169579161463, 0.0640384615384623, 0.0391584012009598, 0.0999038461538482, 0.046729236442099, 0.130807692307693, 0.0780332005278239, 0.253903846153847, 0.18570631487544, 0.636153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 600, '2021-05-23 00:00:00', 0.0256054681660002, 0.0750000000000012, 0.0241997218674423, 0.0944423076923094, 0.0529145501292862, 0.13448076923077, 0.0786188370459764, 0.248192307692307, 0.189843028274982, 0.634346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 615, '2021-05-23 00:00:00', 0.01702126498056, 0.0667115384615394, 0.0351539526172439, 0.0949038461538462, 0.0581256100050702, 0.144942307692308, 0.0737289657096558, 0.246596153846153, 0.197402346841321, 0.642057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 630, '2021-05-23 00:00:00', 0.0229249612028867, 0.0704230769230781, 0.0412325114442483, 0.105000000000001, 0.0501581537201626, 0.149403846153846, 0.0697222732318406, 0.246846153846153, 0.195688756997904, 0.641480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 645, '2021-05-23 00:00:00', 0.0371135264580711, 0.0764230769230762, 0.0444484013730025, 0.107096153846153, 0.0644999970184855, 0.16001923076923, 0.0719516397418325, 0.24453846153846, 0.191270867137117, 0.63976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 660, '2021-05-23 00:00:00', 0.0222803811595613, 0.0716538461538456, 0.0310881191751142, 0.0963653846153823, 0.0617634600714696, 0.148249999999998, 0.0791388871638868, 0.236211538461537, 0.201648877049648, 0.64401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 675, '2021-05-23 00:00:00', 0.0191801680428982, 0.0623269230769212, 0.0518798463908544, 0.103961538461537, 0.0555490670142534, 0.142173076923076, 0.0920827971906889, 0.245692307692306, 0.203350776889438, 0.642538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 690, '2021-05-23 00:00:00', 0.0440827587088724, 0.0780192307692311, 0.0490182265944156, 0.104942307692309, 0.058296668330716, 0.143307692307691, 0.0906633269086996, 0.245173076923075, 0.201186973886327, 0.638961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 705, '2021-05-23 00:00:00', 0.0257001721035817, 0.0646730769230764, 0.0266121502036472, 0.0959423076923067, 0.0396847383957413, 0.131038461538459, 0.0937886515195007, 0.247634615384614, 0.203017600601143, 0.636115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 720, '2021-05-23 00:00:00', 0.0177882956333226, 0.0642884615384613, 0.0326074554948116, 0.091115384615383, 0.0359710353564547, 0.118346153846153, 0.103223066891376, 0.249307692307688, 0.204461668403036, 0.633576923076922 where not exists (select 1 from powerstats_trumpet where symboli[...];[ Date: 2021-05-23 15:41:28 - Database: acaweb_fx - User: pgperfstats ]
Time consuming queries
Rank Total duration Times executed Min duration Max duration Avg duration Query 1 6m1s 236 196ms 10s593ms 1s531ms 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 15 236 6m1s 1s531ms [ User: postgres - Total duration: 6m1s - Times executed: 236 ]
-
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 15:18:29 Duration: 10s593ms 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 15:06:56 Duration: 9s970ms 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 15:12:39 Duration: 9s894ms Database: acaweb_fx User: postgres Bind query: yes
2 4m12s 147 50ms 10s712ms 1s718ms with rar_max as ( ;Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration May 23 15 147 4m12s 1s718ms [ User: postgres - Total duration: 4m12s - Times executed: 147 ]
-
WITH rar_max as ( ;
Date: 2021-05-23 15:34:15 Duration: 10s712ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-23 15:47:09 Duration: 10s6ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-23 15:44:20 Duration: 9s910ms Database: acaweb_fx User: postgres Bind query: yes
3 2m9s 24 828ms 11s774ms 5s407ms 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 15 24 2m9s 5s407ms [ User: postgres - Total duration: 2m9s - 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 15:05:42 Duration: 11s774ms 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 15:00:40 Duration: 10s211ms 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 15:15:40 Duration: 9s978ms Database: acaweb_fx User: postgres Bind query: yes
4 1m31s 14 6s458ms 6s740ms 6s552ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #4
Day Hour Count Duration Avg duration May 23 15 14 1m31s 6s552ms [ User: pgperfstats - Total duration: 1m31s - Times executed: 14 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983355, 1, 960, '2021-05-23 00:00:00', 0.0647891075605923, 0.156086956521739, 0.0998833311513846, 0.23304347826087, 0.202673826237868, 0.406956521739131, 0.543128472416432, 1.09608695652174, 1.38249073501817, 2.51478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 975, '2021-05-23 00:00:00', 0.0525025879279346, 0.147391304347827, 0.141993152426335, 0.295652173913044, 0.175515052336938, 0.406521739130435, 0.523669026210122, 1.08260869565217, 1.36192682036577, 2.50913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 990, '2021-05-23 00:00:00', 0.131684135196503, 0.250434782608696, 0.158772465031485, 0.322173913043478, 0.200745645604704, 0.414782608695652, 0.519330672910899, 1.0795652173913, 1.34165743169843, 2.51913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 1005, '2021-05-23 00:00:00', 0.0845003917478117, 0.186956521739131, 0.131481374265164, 0.296521739130435, 0.244706810131842, 0.422173913043478, 0.502781590815774, 1.05565217391304, 1.33923537266577, 2.52826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 1020, '2021-05-23 00:00:00', 0.0949786745359231, 0.218695652173914, 0.149011233892237, 0.289565217391305, 0.197999880225141, 0.39695652173913, 0.495459622122883, 1.05434782608696, 1.33720698833212, 2.53043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 1035, '2021-05-23 00:00:00', 0.0840924580564537, 0.175217391304348, 0.164585957935078, 0.273913043478261, 0.137442765666266, 0.377826086956521, 0.488341146227526, 1.0404347826087, 1.33305809082642, 2.53434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 1050, '2021-05-23 00:00:00', 0.106979736546789, 0.17913043478261, 0.0834057656228293, 0.252608695652175, 0.119238360275814, 0.342173913043478, 0.469446735161882, 1.02565217391304, 1.32519608512538, 2.53913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 1065, '2021-05-23 00:00:00', 0.0580479561861676, 0.168260869565219, 0.0790706893421538, 0.246086956521739, 0.311287648325468, 0.789999999999999, 0.447764319006655, 1.01739130434783, 1.31767611943574, 2.54608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 1080, '2021-05-23 00:00:00', 0.0648226525574592, 0.167391304347826, 0.0803205042265646, 0.218260869565217, 0.367183624674697, 0.820217391304348, 0.431450353012516, 0.996956521739131, 1.31158926618132, 2.55130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 1095, '2021-05-23 00:00:00', 0.0775463650674735, 0.130434782608696, 0.315684368560371, 0.724565217391304, 0.46555430432623, 0.84108695652174, 0.436846406198673, 0.974347826086957, 1.31306583887983, 2.55652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 600, '2021-05-23 00:00:00', 0.375442917918804, 0.619230769230768, 0.503010972506107, 0.725961538461538, 0.553432957512958, 0.815961538461537, 0.504814360395521, 0.941538461538461, 1.2895614042707, 2.50384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 615, '2021-05-23 00:00:00', 0.196018837399329, 0.349230769230769, 0.257139291794575, 0.453846153846153, 0.262667968238348, 0.537692307692307, 0.242558161145862, 0.707692307692308, 1.17906742809731, 2.33 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 630, '2021-05-23 00:00:00', 0.138602364282198, 0.278846153846154, 0.202189553104544, 0.393846153846153, 0.192967514205013, 0.502692307692308, 0.183002311881151, 0.674615384615385, 1.17063855027272, 2.30115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 645, '2021-05-23 00:00:00', 0.107711866355783, 0.274615384615385, 0.12471567664091, 0.345000000000001, 0.119161816290029, 0.426538461538463, 0.151737120857599, 0.631923076923078, 1.17794064105377, 2.28807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 660, '2021-05-23 00:00:00', 0.104008875360933, 0.225384615384615, 0.0886557733813549, 0.290384615384615, 0.0831717407629451, 0.368461538461539, 0.155123771922245, 0.600769230769231, 1.18063431451715, 2.27576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 675, '2021-05-23 00:00:00', 0.0612899791031251, 0.202692307692308, 0.0656060503776431, 0.268076923076924, 0.124418648119966, 0.360000000000001, 0.16156589510642, 0.603461538461539, 1.17861385338228, 2.27884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 690, '2021-05-23 00:00:00', 0.05224792966086, 0.185384615384616, 0.0803501950598377, 0.268076923076924, 0.114644601335539, 0.340769230769232, 0.198014762464434, 0.614615384615384, 1.18218415850297, 2.26923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 705, '2021-05-23 00:00:00', 0.0654792979615574, 0.176538461538461, 0.110082486555101, 0.243076923076923, 0.107366374911042, 0.306538461538461, 0.20655116706372, 0.609230769230769, 1.1685762705104, 2.3675 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 720, '2021-05-23 00:00:00', 0.0665882872583454, 0.165000000000001, 0.0635658350422251, 0.223846153846154, 0.0733337995323176, 0.285384615384614, 0.211828668067815, 0.620769230769231, 1.16442446992231, 2.37788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 735, '2021-05-23 00:00:00', 0.0612535713244537, 0.16, 0.0710362854191697, 0.203076923076922, 0.106393319628342, 0.296538461538461, 0.210561520335872, 0.618076923076923, 1.16265586217339, 2.39057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 750, '2021-05-23 00:00:00', 0.046469179198524, 0.129230769230769, 0.0673189880631472, 0.189615384615383, 0.13485490778554, 0.294615384615385, 0.215546889419591, 0.602692307692308, 1.16622509042571, 2.40019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 765, '2021-05-23 00:00:00', 0.0600819952552021, 0.134615384615383, 0.0830912380829286, 0.218076923076923, 0.137314910389894, 0.31923076923077, 0.190357154196647, 0.620384615384616, 1.17160535820925, 2.40134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 780, '2021-05-23 00:00:00', 0.0719315914334859, 0.163076923076923, 0.112881149206384, 0.223076923076924, 0.14756745524049, 0.328076923076924, 0.19219381243542, 0.622307692307693, 1.16167056431675, 2.3925 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 795, '2021-05-23 00:00:00', 0.0714293626329813, 0.143076923076923, 0.108250421921366, 0.223076923076924, 0.136859276406321, 0.322307692307693, 0.20071257673982, 0.618461538461539, 1.16710755222539, 2.37903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 810, '2021-05-23 00:00:00', 0.09312026962689, 0.149230769230769, 0.0911735454208912, 0.216153846153847, 0.111920301313719, 0.296923076923077, 0.208633650210123, 0.62, 1.16752072951454, 2.37942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 825, '2021-05-23 00:00:00', 0.0377949935634538, 0.132692307692308, 0.0797650395753776, 0.197692307692308, 0.114789439342717, 0.283846153846155, 0.205938004114009, 0.617692307692308, 1.17022221755594, 2.37096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 840, '2021-05-23 00:00:00', 0.0576141008381155, 0.129230769230769, 0.0768905315767403, 0.178076923076923, 0.102944346428244, 0.268461538461538, 0.215076372839617, 0.614615384615385, 1.16879874229912, 2.3675 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 855, '2021-05-23 00:00:00', 0.049016480744903, 0.131153846153848, 0.0870720303055954, 0.198461538461539, 0.108256106596278, 0.279230769230769, 0.227959510574879, 0.648461538461539, 1.17148415071849, 2.36365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 870, '2021-05-23 00:00:00', 0.0747138129541904, 0.146923076923076, 0.0807503274582543, 0.196153846153846, 0.156331009768966, 0.309230769230768, 0.271034769271114, 0.680384615384614, 1.17558523886878, 2.35942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 885, '2021-05-23 00:00:00', 0.0560549181263682, 0.126923076923076, 0.093595693523548, 0.191923076923076, 0.132221841556588, 0.308846153846153, 0.56471626640151, 1.16769230769231, 1.18200639396943, 2.36134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 900, '2021-05-23 00:00:00', 0.0774249015796305, 0.138846153846153, 0.113901441876469, 0.221538461538461, 0.116980603257385, 0.307307692307692, 0.561784793178094, 1.17192307692308, 1.18996407508798, 2.3725 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 915, '2021-05-23 00:00:00', 0.10204976161733, 0.163076923076922, 0.109089236583916, 0.237307692307693, 0.114583526806363, 0.305769230769231, 0.571438131788157, 1.17653846153846, 1.1975081981412, 2.37826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 930, '2021-05-23 00:00:00', 0.0702314853784367, 0.152692307692308, 0.0803080607123883, 0.20423076923077, 0.0945401827470529, 0.274615384615385, 0.590327028010746, 1.18, 1.19849586822561, 2.37711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 945, '2021-05-23 00:00:00', 0.0521713154314341, 0.134615384615384, 0.0792425682028579, 0.199230769230769, 0.127904411423291, 0.343461538461538, 0.59313755052783, 1.17692307692308, 1.19725045577196, 2.37057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 960, '2021-05-23 00:00:00', 0.0630908990145286, 0.147307692307693, 0.0795525950841041, 0.196153846153847, 0.159078113371532, 0.394615384615385, 0.613769187386118, 1.18115384615385, 1.20421006664759, 2.37673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 975, '2021-05-23 00:00:00', 0.0607896752367101, 0.130769230769232, 0.0991564420499246, 0.28, 0.175415112058401, 0.397692307692308, 0.651874575005393, 1.19230769230769, 1.22071418251146, 2.38634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 990, '2021-05-23 00:00:00', 0.0835675682399484, 0.236538461538461, 0.153388897401845, 0.331923076923078, 0.193141239670709, 0.413461538461539, 0.685387818347, 1.19230769230769, 1.23296741799861, 2.38442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 1005, '2021-05-23 00:00:00', 0.108039878677344, 0.213846153846154, 0.142639405495114, 0.284999999999999, 0.175967217226565, 0.387307692307692, 0.68165341971957, 1.17423076923077, 1.23558346541219, 2.3675 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 1020, '2021-05-23 00:00:00', 0.0667578863102734, 0.173846153846153, 0.109844645540173, 0.254615384615384, 0.12315593617599, 0.329230769230769, 0.679445701685177, 1.16269230769231, 1.23005229719966, 2.36057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 1035, '2021-05-23 00:00:00', 0.100836501327645, 0.19, 0.0999168885393497, 0.250769230769231, 0.156699123751906, 0.351153846153846, 0.688606843282424, 1.16423076923077, 1.21405514068159, 2.37826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 1050, '2021-05-23 00:00:00', 0.0723463889907435, 0.155, 0.0894117527982845, 0.212307692307692, 0.214755675128737, 0.339999999999999, 0.68100773744616, 1.14846153846154, 1.21286236456764, 2.37365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 1065, '2021-05-23 00:00:00', 0.054587967115895, 0.149615384615385, 0.11981074820155, 0.241153846153846, 0.530532134892737, 0.922884615384615, 0.676576336019475, 1.15153846153846, 1.21300962327339, 2.37711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 1080, '2021-05-23 00:00:00', 0.113134365315693, 0.169230769230768, 0.193989690447715, 0.239999999999999, 0.572165656485549, 0.953461538461537, 0.672463667877592, 1.14423076923077, 1.2161054009229, 2.36788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 1095, '2021-05-23 00:00:00', 0.0819305522049941, 0.136153846153845, 0.507440674819764, 0.850961538461538, 0.561172124972502, 0.948076923076922, 0.665237956269437, 1.11653846153846, 1.2174407109241, 2.35826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 600, '2021-05-23 00:00:00', 0.344016155702919, 0.626346153846153, 0.479159520571017, 0.729615384615384, 0.499274088437019, 0.826153846153846, 0.589615128706854, 0.999999999999999, 1.23080988033833, 2.25480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 615, '2021-05-23 00:00:00', 0.17936983710072, 0.328461538461539, 0.188137838176819, 0.429615384615386, 0.257542528228164, 0.531923076923078, 0.386763493623687, 0.775, 1.13228660750645, 2.14480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 630, '2021-05-23 00:00:00', 0.180206718904878, 0.292307692307693, 0.207466772131013, 0.372307692307693, 0.282280820351759, 0.462307692307694, 0.373577507146983, 0.721923076923077, 1.12839615588471, 2.11326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 645, '2021-05-23 00:00:00', 0.0903906053661643, 0.217692307692308, 0.134611120811595, 0.291923076923077, 0.212847363150217, 0.4, 0.382200913737184, 0.701538461538461, 1.11791786198891, 2.09288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 660, '2021-05-23 00:00:00', 0.0955220473946282, 0.192692307692308, 0.130803434440915, 0.261538461538461, 0.211887125248689, 0.381923076923077, 0.374398389214155, 0.673076923076922, 1.11328787140406, 2.07826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 675, '2021-05-23 00:00:00', 0.0983439803014838, 0.183461538461539, 0.133858708518176, 0.266923076923077, 0.19574080192556, 0.347692307692307, 0.369209759017616, 0.660384615384615, 1.11300177966545, 2.07019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 690, '2021-05-23 00:00:00', 0.103962271262963, 0.178076923076925, 0.168947875439096, 0.24923076923077, 0.189173099404913, 0.337692307692308, 0.356950330524484, 0.631538461538461, 1.11028660541044, 2.07288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 705, '2021-05-23 00:00:00', 0.0998591315496284, 0.170384615384616, 0.111065469258173, 0.223461538461539, 0.192215023826483, 0.358846153846153, 0.324997514783398, 0.660769230769231, 1.3214114976622, 2.30788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 720, '2021-05-23 00:00:00', 0.0932127426085902, 0.163846153846154, 0.124954145435589, 0.241538461538462, 0.189947766099405, 0.358076923076923, 0.336800328887105, 0.682307692307692, 1.30443245837473, 2.32096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 735, '2021-05-23 00:00:00', 0.0755869341578585, 0.164230769230769, 0.14884426554159, 0.261153846153846, 0.194444376068364, 0.353846153846154, 0.315287414665022, 0.673076923076923, 1.29342968349804, 2.31711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 750, '2021-05-23 00:00:00', 0.0788377106173476, 0.169230769230769, 0.0923113460815329, 0.225769230769231, 0.138730507986361, 0.323076923076924, 0.334185807367928, 0.668076923076924, 1.28408568190037, 2.31596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 765, '2021-05-23 00:00:00', 0.0616890465280379, 0.148461538461538, 0.108160137687668, 0.231153846153847, 0.148703111549878, 0.306153846153847, 0.392106932040032, 0.699615384615385, 1.27436598112401, 2.31942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 780, '2021-05-23 00:00:00', 0.0950020242699308, 0.165769230769231, 0.100886074361133, 0.215, 0.147939696654258, 0.306923076923077, 0.412184611365047, 0.708076923076923, 1.27171696476124, 2.32403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 795, '2021-05-23 00:00:00', 0.0654075977708549, 0.143076923076922, 0.104968859851202, 0.217692307692308, 0.141271152262372, 0.308461538461539, 0.46046732114902, 0.743076923076923, 1.2615064407287, 2.3375 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 810, '2021-05-23 00:00:00', 0.107937303739075, 0.142307692307694, 0.13258379063242, 0.222307692307693, 0.133035564938333, 0.292307692307693, 0.455530966607609, 0.742692307692308, 1.26063038260168, 2.33519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 825, '2021-05-23 00:00:00', 0.0909073915925094, 0.161923076923076, 0.0953406846726317, 0.215384615384616, 0.132876460842972, 0.301923076923077, 0.441721109368274, 0.778461538461538, 1.25640991902141, 2.34173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 840, '2021-05-23 00:00:00', 0.0582936861602854, 0.133076923076924, 0.085906030951536, 0.189615384615385, 0.134386927019879, 0.279615384615384, 0.450147326310637, 0.803846153846154, 1.25024872909969, 2.33826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 855, '2021-05-23 00:00:00', 0.0576247809940776, 0.126153846153846, 0.106331846304207, 0.202307692307692, 0.107631851162263, 0.273846153846153, 0.467600750147453, 0.822307692307692, 1.246963712383, 2.3375 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 870, '2021-05-23 00:00:00', 0.0616491312559665, 0.133846153846154, 0.0810925397308525, 0.19, 0.0918234091152068, 0.263461538461539, 0.46355416246482, 0.812307692307692, 1.25073456877887, 2.32980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 885, '2021-05-23 00:00:00', 0.0733170145013053, 0.150769230769231, 0.0896874916242294, 0.210384615384616, 0.134341127215528, 0.323461538461539, 0.867739858217001, 1.12269230769231, 1.23502141058987, 2.34673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 900, '2021-05-23 00:00:00', 0.0581880241445435, 0.134615384615385, 0.0834828402450739, 0.195769230769231, 0.171441400618852, 0.361923076923077, 0.879408542496252, 1.15923076923077, 1.24195777520197, 2.35365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 915, '2021-05-23 00:00:00', 0.0834754685291068, 0.151923076923077, 0.147038979656626, 0.272692307692309, 0.208844439715304, 0.38, 0.878087782540079, 1.17307692307692, 1.2392790863426, 2.35942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 930, '2021-05-23 00:00:00', 0.138007803569776, 0.196923076923077, 0.168320664666718, 0.270384615384615, 0.295841953648331, 0.387692307692308, 0.889083884594785, 1.16307692307692, 1.22780255553758, 2.37634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 945, '2021-05-23 00:00:00', 0.0887381628075635, 0.167692307692307, 0.143865856322424, 0.244230769230769, 0.369849241635645, 0.447307692307692, 0.850642924272802, 1.15423076923077, 1.2035879853428, 2.36903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 960, '2021-05-23 00:00:00', 0.0967574286553751, 0.174999999999999, 0.188426684375158, 0.263846153846154, 0.32668121370017, 0.446153846153846, 0.792909442884485, 1.13576923076923, 1.17012321836371, 2.34288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 975, '2021-05-23 00:00:00', 0.129963308431501, 0.182307692307693, 0.242970400223187, 0.348846153846154, 0.302121727887185, 0.461538461538462, 0.735634524642606, 1.12307692307692, 1.16234790568321, 2.33557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 990, '2021-05-23 00:00:00', 0.204904480560691, 0.295384615384615, 0.220691221811417, 0.353846153846153, 0.25422007425427, 0.439615384615384, 0.707442305339888, 1.11884615384615, 1.16317167527147, 2.33711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 1005, '2021-05-23 00:00:00', 0.105934667820095, 0.203076923076923, 0.122245654319488, 0.29, 0.120023074704569, 0.391538461538461, 0.587632014627679, 1.08076923076923, 1.16831886124399, 2.32980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 1020, '2021-05-23 00:00:00', 0.0901690719618513, 0.202307692307692, 0.119068823020069, 0.26576923076923, 0.154362709725652, 0.399615384615384, 0.596348923417774, 1.07596153846154, 1.1667908816658, 2.32980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 1035, '2021-05-23 00:00:00', 0.0915448607976519, 0.192692307692307, 0.113783194649365, 0.288846153846153, 0.185873509512414, 0.419807692307692, 0.630680493289102, 1.07173076923077, 1.16908815552319, 2.33134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 1050, '2021-05-23 00:00:00', 0.0952373553084808, 0.213076923076922, 0.131584573563925, 0.2975, 0.162039050374143, 0.390576923076923, 0.648888546788927, 1.07788461538462, 1.16837363952567, 2.32480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 1065, '2021-05-23 00:00:00', 0.135528736663256, 0.194038461538462, 0.164863696614927, 0.290961538461539, 0.552228805701181, 0.804423076923077, 0.640987249363163, 1.06942307692308, 1.14818815464258, 2.32096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 1080, '2021-05-23 00:00:00', 0.156684027952387, 0.206730769230769, 0.146884700988956, 0.246346153846154, 0.56843648586411, 0.830961538461538, 0.639198807402372, 1.08865384615385, 1.13638551489428, 2.31596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 1095, '2021-05-23 00:00:00', 0.0680135733059667, 0.134615384615385, 0.498108421932414, 0.74, 0.510820757363918, 0.824615384615385, 0.591560257675868, 1.06653846153846, 1.12009644158954, 2.32596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 600, '2021-05-23 00:00:00', 0.407289020418972, 0.582884615384615, 0.402785732311667, 0.672115384615384, 0.381440639600006, 0.749807692307692, 0.473653719666431, 0.989615384615384, 1.09528656243293, 2.30057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 615, '2021-05-23 00:00:00', 0.211341866688511, 0.324230769230769, 0.235898609250147, 0.401923076923076, 0.245217956426208, 0.500384615384615, 0.316843081763731, 0.808461538461538, 1.10692910272589, 2.24596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 630, '2021-05-23 00:00:00', 0.146384635595616, 0.247307692307692, 0.175250150883289, 0.326153846153847, 0.177044105760726, 0.423846153846154, 0.268163268292916, 0.746538461538461, 1.08153269092453, 2.21980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 645, '2021-05-23 00:00:00', 0.178654802514621, 0.221538461538462, 0.17123847518772, 0.311153846153847, 0.183209002130185, 0.391538461538462, 0.444791091844941, 0.781346153846154, 1.08688943956879, 2.21442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 660, '2021-05-23 00:00:00', 0.0991160935469111, 0.220000000000001, 0.120289394634516, 0.281538461538463, 0.15038003140761, 0.373076923076923, 0.596320512682696, 0.826923076923077, 1.07435950507912, 2.20288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 675, '2021-05-23 00:00:00', 0.0816182483366218, 0.198461538461538, 0.100787667133206, 0.266923076923077, 0.148297518004023, 0.361923076923076, 0.653182622596114, 0.826538461538462, 1.07556798948277, 2.2075 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 690, '2021-05-23 00:00:00', 0.0945434373103792, 0.182307692307692, 0.12803364942317, 0.243846153846153, 0.153895568987044, 0.349615384615384, 0.652893206015761, 0.801538461538461, 1.07019712418572, 2.20673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 705, '2021-05-23 00:00:00', 0.0925344010874624, 0.178846153846153, 0.102822475842888, 0.247307692307692, 0.157970299058448, 0.351153846153846, 0.642388811091371, 0.810769230769231, 1.03726689689039, 2.32115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 720, '2021-05-23 00:00:00', 0.0886028303072848, 0.172307692307691, 0.106320270880017, 0.25, 0.148902136162803, 0.359615384615384, 0.651800464984374, 0.819615384615384, 1.03581205601432, 2.32115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 735, '2021-05-23 00:00:00', 0.05767281722054, 0.163076923076925, 0.097220605603165, 0.230384615384616, 0.163274191280991, 0.357692307692308, 0.669196073371164, 0.810769230769231, 1.03364039275681, 2.32269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 750, '2021-05-23 00:00:00', 0.0820693890277285, 0.15076923076923, 0.146257938640556, 0.240769230769231, 0.168198143225825, 0.368846153846154, 0.704194138441513, 0.805769230769231, 1.04695345572835, 2.33346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 765, '2021-05-23 00:00:00', 0.108242605005892, 0.172692307692308, 0.13246363797139, 0.248846153846154, 0.142928169156614, 0.347307692307692, 0.708152960443304, 0.826153846153847, 1.04490978631577, 2.33730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 780, '2021-05-23 00:00:00', 0.0882234924234157, 0.170769230769231, 0.103926009182568, 0.253846153846153, 0.135420143939575, 0.321153846153846, 0.691981324781352, 0.826923076923076, 1.03395380048553, 2.34269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 795, '2021-05-23 00:00:00', 0.0569858281977594, 0.160769230769231, 0.0928522399381863, 0.211538461538462, 0.141027002324432, 0.293846153846154, 0.694198486357856, 0.816538461538462, 1.04491825223132, 2.33307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 810, '2021-05-23 00:00:00', 0.0865829970872778, 0.143846153846154, 0.107403624061474, 0.203461538461539, 0.158372491783915, 0.305384615384616, 0.684500154520408, 0.837307692307693, 1.04858123928698, 2.33115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 825, '2021-05-23 00:00:00', 0.0731405391116203, 0.148461538461538, 0.118693529082903, 0.218076923076923, 0.418308360680712, 0.393269230769231, 0.677965735462743, 0.848461538461539, 1.04858123928698, 2.33115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 840, '2021-05-23 00:00:00', 0.102531045954946, 0.156153846153847, 0.144115872184103, 0.24576923076923, 0.622302548233946, 0.452692307692307, 0.665776585303555, 0.862307692307693, 1.0431487835469, 2.32923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 855, '2021-05-23 00:00:00', 0.103042933546392, 0.164615384615384, 0.433289785780301, 0.309038461538461, 0.66866583582534, 0.455, 0.690786842331599, 0.902307692307692, 1.02008204798211, 2.31923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 870, '2021-05-23 00:00:00', 0.0461075459887149, 0.127083333333333, 0.0888411707666463, 0.196666666666666, 0.148468022224278, 0.284166666666667, 0.469453698848266, 0.760416666666667, 0.951928534493325, 2.19125 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 885, '2021-05-23 00:00:00', 0.0728259788015635, 0.154166666666667, 0.116718415024353, 0.201666666666667, 0.140310215314991, 0.315000000000001, 0.547490280173135, 1.06604166666667, 0.935934393216638, 2.18916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 900, '2021-05-23 00:00:00', 0.0750024154200424, 0.130833333333333, 0.101306680323961, 0.202500000000001, 0.150457635233313, 0.32125, 0.510127461693559, 1.083125, 0.920673095770351, 2.17958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 915, '2021-05-23 00:00:00', 0.0644359585450802, 0.139583333333334, 0.0758096395537883, 0.224166666666666, 0.144853749332395, 0.329999999999999, 0.534190731217644, 1.09520833333333, 0.908782829879646, 2.16916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 930, '2021-05-23 00:00:00', 0.072391848368065, 0.176666666666667, 0.114890464532875, 0.255416666666666, 0.187813023733867, 0.349583333333333, 0.538774735469019, 1.10229166666667, 0.902069681424294, 2.17083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 945, '2021-05-23 00:00:00', 0.0989281323098691, 0.167083333333333, 0.127481172238735, 0.234166666666667, 0.240107162065945, 0.389166666666667, 0.555572193289515, 1.096875, 0.891308169839808, 2.17958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 960, '2021-05-23 00:00:00', 0.0988181978781434, 0.164583333333334, 0.176548531735528, 0.242916666666668, 0.249587703501455, 0.413750000000001, 0.559347081523355, 1.096875, 0.890890187445656, 2.17625 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 975, '2021-05-23 00:00:00', 0.100562728278626, 0.165416666666667, 0.158644050574261, 0.301250000000001, 0.195351782281554, 0.423333333333334, 0.549362237283947, 1.07145833333333, 0.876304824206472, 2.15833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 990, '2021-05-23 00:00:00', 0.122684348127062, 0.254166666666668, 0.137550386025094, 0.32625, 0.159750144587266, 0.436250000000001, 0.559293639334474, 1.079375, 0.874587687535335, 2.15083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 1005, '2021-05-23 00:00:00', 0.108746980634413, 0.227916666666665, 0.1244203953643, 0.297499999999999, 0.13722931194891, 0.413333333333334, 0.555640665280218, 1.061875, 0.874021191664287, 2.13 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 1020, '2021-05-23 00:00:00', 0.0951648074642623, 0.199583333333332, 0.129965853932508, 0.290416666666667, 0.152512769719575, 0.395833333333333, 0.558764123771823, 1.06104166666667, 0.881289815628454, 2.1125 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 1035, '2021-05-23 00:00:00', 0.0888075186136788, 0.192083333333334, 0.130949016519926, 0.267916666666667, 0.274162426732555, 0.397916666666666, 0.553292148043831, 1.051875, 0.875416981389067, 2.09375 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 1050, '2021-05-23 00:00:00', 0.0791073385628207, 0.176666666666667, 0.0931328721991218, 0.249583333333333, 0.264146149708447, 0.355833333333333, 0.543039911990356, 1.02354166666667, 0.861595987065594, 2.06541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 1065, '2021-05-23 00:00:00', 0.0722904267320476, 0.155416666666666, 0.272981392368986, 0.256666666666665, 0.406971794681975, 0.802291666666667, 0.545930556116297, 1.00645833333333, 0.855468343632025, 2.045 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 1080, '2021-05-23 00:00:00', 0.226244945495626, 0.190416666666665, 0.223207432607014, 0.229583333333333, 0.428023294012594, 0.846875, 0.560546083058194, 1.00145833333333, 0.86095834705421, 2.03833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 1095, '2021-05-23 00:00:00', 0.0747120074551007, 0.125833333333334, 0.36520591769417, 0.734166666666668, 0.441843962227077, 0.832500000000001, 0.498828337351567, 0.968333333333333, 0.859061566689093, 2.03291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 600, '2021-05-23 00:00:00', 0.294758057146815, 0.511304347826087, 0.345246804085462, 0.606086956521739, 0.436531310423706, 0.681304347826088, 0.494659522781339, 0.84304347826087, 0.7874911380391, 2.02826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 615, '2021-05-23 00:00:00', 0.149351695182059, 0.338260869565217, 0.216381488618137, 0.418695652173913, 0.239601942623783, 0.5, 0.285815524130499, 0.702173913043477, 0.806869958812931, 1.99869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 630, '2021-05-23 00:00:00', 0.132834706641516, 0.252173913043478, 0.15229470079201, 0.321304347826087, 0.165239077004108, 0.423043478260869, 0.237055387867468, 0.639565217391304, 0.822746533087505, 1.99130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 645, '2021-05-23 00:00:00', 0.0863900521282354, 0.202173913043478, 0.0812744338450765, 0.286521739130434, 0.117545718966836, 0.395217391304347, 0.187235980123918, 0.611304347826086, 0.809098703164484, 2.0004347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 660, '2021-05-23 00:00:00', 0.0621072640917671, 0.208695652173913, 0.101755344811113, 0.282173913043477, 0.15622903021341, 0.405652173913042, 0.224184071743992, 0.59695652173913, 0.790709142868982, 1.98130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 675, '2021-05-23 00:00:00', 0.0704474687253015, 0.19086956521739, 0.086689213647637, 0.278260869565216, 0.151550615085542, 0.366956521739129, 0.222352673612104, 0.579565217391304, 0.783094096284964, 1.96 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 690, '2021-05-23 00:00:00', 0.0778084198376266, 0.177826086956521, 0.154446608705764, 0.270869565217391, 0.145812430273055, 0.353913043478261, 0.214431871856738, 0.550869565217391, 0.807913430184161, 1.95826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 705, '2021-05-23 00:00:00', 0.13019747846717, 0.181739130434782, 0.128195132882888, 0.236086956521738, 0.132679887583499, 0.313043478260868, 0.216532136201316, 0.579565217391304, 1.00287615044059, 2.18586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 720, '2021-05-23 00:00:00', 0.0615318292260603, 0.149565217391304, 0.095605000944164, 0.23304347826087, 0.110719886563491, 0.289565217391305, 0.213006893688662, 0.589130434782609, 1.00220700133145, 2.19065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 735, '2021-05-23 00:00:00', 0.0754643071927323, 0.166956521739131, 0.0850644954105212, 0.217826086956522, 0.106618895758708, 0.283043478260869, 0.228786107541417, 0.586086956521739, 1.02728339128397, 2.1945652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 750, '2021-05-23 00:00:00', 0.0684786686731064, 0.155652173913043, 0.0952736852379205, 0.210434782608695, 0.118761727109735, 0.280434782608695, 0.228817202703303, 0.578695652173913, 1.03533285972907, 2.18630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 765, '2021-05-23 00:00:00', 0.0632924075522095, 0.138260869565217, 0.0735250219568483, 0.191739130434782, 0.0857932066558917, 0.258260869565217, 0.219914643880041, 0.594782608695652, 1.02561371774353, 2.19195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 780, '2021-05-23 00:00:00', 0.0647891075605924, 0.146086956521738, 0.06711443828333, 0.190434782608695, 0.0730639440555225, 0.262608695652174, 0.211248874450307, 0.604782608695653, 1.02802840004756, 2.20413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 795, '2021-05-23 00:00:00', 0.0550745093580297, 0.141739130434783, 0.0760226718835648, 0.203913043478261, 0.0872754034504035, 0.254782608695652, 0.22411265518359, 0.639130434782609, 1.02736890049656, 2.20369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 810, '2021-05-23 00:00:00', 0.0725509225553773, 0.150000000000001, 0.0805440983477754, 0.193478260869566, 0.098348014803606, 0.242173913043479, 0.249532368966544, 0.668695652173914, 1.02773980689274, 2.20326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 825, '2021-05-23 00:00:00', 0.0539066679897302, 0.118260869565218, 0.0678844635778828, 0.160869565217392, 0.12170397572598, 0.228695652173914, 0.261298067045849, 0.69304347826087, 1.02377184688113, 2.20239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 840, '2021-05-23 00:00:00', 0.0515414565095933, 0.107391304347826, 0.0845962276885347, 0.162608695652174, 0.159980235933467, 0.248695652173914, 0.288028599809637, 0.711739130434783, 1.01849444223017, 2.20326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 855, '2021-05-23 00:00:00', 0.0686429727467399, 0.121304347826088, 0.102334412666562, 0.172173913043479, 0.174446612329846, 0.280434782608697, 0.292819198489361, 0.71608695652174, 1.02179756161237, 2.2054347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 870, '2021-05-23 00:00:00', 0.0569654218674589, 0.122173913043478, 0.126809433446676, 0.194782608695652, 0.161343176345824, 0.290434782608697, 0.278073553553319, 0.743913043478262, 1.0118820272908, 2.20065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 885, '2021-05-23 00:00:00', 0.12574206612616, 0.147391304347827, 0.142856239409903, 0.215217391304349, 0.182066529993497, 0.341304347826088, 0.902187504064493, 1.26173913043478, 1.04920688095884, 2.17847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 900, '2021-05-23 00:00:00', 0.0857586465293474, 0.15, 0.10083642293201, 0.200434782608697, 0.184110939231388, 0.348260869565219, 0.856025377334292, 1.27608695652174, 1.01140028356573, 2.16847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 915, '2021-05-23 00:00:00', 0.0783324222748577, 0.137826086956523, 0.13908509636773, 0.259130434782609, 0.198172480470448, 0.377826086956523, 0.852795449713109, 1.30347826086957, 1.00460397679764, 2.16282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 930, '2021-05-23 00:00:00', 0.121642253944359, 0.191739130434782, 0.166103924800084, 0.267826086956522, 0.174311746535444, 0.351304347826087, 0.837455443921264, 1.2995652173913, 0.972705621088129, 2.15804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 945, '2021-05-23 00:00:00', 0.0912993599239861, 0.15913043478261, 0.106372081688974, 0.231739130434783, 0.110367693044587, 0.339130434782609, 0.837391253042411, 1.29826086956522, 0.96790761857874, 2.14760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 960, '2021-05-23 00:00:00', 0.0706015933264768, 0.158695652173913, 0.0683313248845241, 0.196521739130435, 0.103082913019189, 0.374782608695652, 0.831602339218023, 1.30521739130435, 0.962109784356313, 2.15065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 975, '2021-05-23 00:00:00', 0.0353748978685383, 0.128260869565217, 0.0947390841793714, 0.271304347826086, 0.145661907526805, 0.420869565217391, 0.828644304511418, 1.30826086956522, 0.961693838768707, 2.15369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 990, '2021-05-23 00:00:00', 0.0936290722054596, 0.228695652173912, 0.117230896115112, 0.326086956521739, 0.190917278198241, 0.443043478260869, 0.829281559627574, 1.30521739130435, 0.963577870362829, 2.15630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 1005, '2021-05-23 00:00:00', 0.074809375667405, 0.236521739130434, 0.119751059308607, 0.32304347826087, 0.202143650248946, 0.424347826086956, 0.83139151890521, 1.30130434782609, 0.966535467676526, 2.14891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 1020, '2021-05-23 00:00:00', 0.0850830796033063, 0.218695652173913, 0.125165503083139, 0.281304347826087, 0.192158531389503, 0.38391304347826, 0.819580293630534, 1.28869565217391, 0.956015642701996, 2.135 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 1035, '2021-05-23 00:00:00', 0.0729394139184487, 0.182608695652174, 0.121541482695458, 0.277826086956521, 0.154019915554293, 0.35695652173913, 0.815127478572592, 1.29347826086957, 0.953924751136084, 2.14760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 1050, '2021-05-23 00:00:00', 0.0678844635778829, 0.179130434782609, 0.105611339072618, 0.240869565217391, 0.139673532396706, 0.387826086956521, 0.787762127777462, 1.25652173913044, 0.967514285827673, 2.1345652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 1065, '2021-05-23 00:00:00', 0.077163140148833, 0.162173913043478, 0.102224274864347, 0.219565217391305, 0.802869114008784, 1.02478260869565, 0.790265878108607, 1.23739130434783, 0.994311637471405, 2.14021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 1080, '2021-05-23 00:00:00', 0.0770272781618804, 0.141739130434783, 0.124638608018124, 0.284347826086957, 0.783207149313116, 1.06956521739131, 0.780395156821539, 1.23434782608696, 1.05664025872746, 2.165 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 1095, '2021-05-23 00:00:00', 0.0622947221766598, 0.125217391304348, 0.798253280854678, 0.950869565217392, 0.775974460685636, 1.08, 0.77159580030699, 1.22652173913044, 1.11172457098831, 2.19239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 600, '2021-05-23 00:00:00', 0.456105111015402, 0.673409090909091, 0.552591151322097, 0.813863636363637, 0.613942444106388, 0.91909090909091, 0.581303766772649, 1.08545454545455, 1.05023693471884, 2.2 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 615, '2021-05-23 00:00:00', 0.262894724868409, 0.407727272727274, 0.340634514244185, 0.518409090909093, 0.355187058210665, 0.615681818181819, 0.331972737236657, 0.835227272727273, 1.06404492976289, 2.13522727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 630, '2021-05-23 00:00:00', 0.22376899904827, 0.314772727272729, 0.218940408781483, 0.407954545454546, 0.240477181644694, 0.504318181818182, 0.269036781952375, 0.746136363636364, 0.980424774317357, 2.0975 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 645, '2021-05-23 00:00:00', 0.106319782279199, 0.239090909090909, 0.161331043595788, 0.329090909090909, 0.200907034131801, 0.432727272727273, 0.238866370293398, 0.69, 0.98091175892018, 2.09545454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 660, '2021-05-23 00:00:00', 0.11533594822249, 0.215, 0.148215941679582, 0.281818181818182, 0.179303607185643, 0.364545454545454, 0.213773051970817, 0.643181818181818, 0.995507658351004, 2.09454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 675, '2021-05-23 00:00:00', 0.0833199123391745, 0.187727272727272, 0.109962606788739, 0.278181818181817, 0.12219847598259, 0.360909090909089, 0.168689884273708, 0.619090909090909, 1.02504788189292, 2.11227272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 690, '2021-05-23 00:00:00', 0.0881962098310998, 0.195, 0.107144155836284, 0.253181818181818, 0.151845786431968, 0.359999999999999, 0.176694027122535, 0.607272727272727, 1.02645156429946, 2.10863636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 705, '2021-05-23 00:00:00', 0.0541282747727108, 0.141818181818182, 0.0747636970033621, 0.220909090909091, 0.124146436365842, 0.301363636363637, 0.175523952806044, 0.590909090909092, 1.38319568501001, 2.24727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 720, '2021-05-23 00:00:00', 0.0692585969158596, 0.175909090909089, 0.112658738418249, 0.245909090909089, 0.12738886167135, 0.292272727272727, 0.177130201335369, 0.593181818181818, 1.37634318495445, 2.28409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 735, '2021-05-23 00:00:00', 0.0729837199423493, 0.168636363636363, 0.0864499454805681, 0.215454545454546, 0.0986894644306594, 0.285909090909091, 0.160162931111304, 0.610454545454545, 1.3710176490255, 2.30681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 750, '2021-05-23 00:00:00', 0.0666709955304536, 0.135454545454546, 0.0682004303600705, 0.173181818181819, 0.105125157318784, 0.266818181818182, 0.179361542061176, 0.620909090909091, 1.36776209926038, 2.32272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 765, '2021-05-23 00:00:00', 0.0681496316525062, 0.13409090909091, 0.0961735444358301, 0.202727272727273, 0.117373861556241, 0.306363636363636, 0.246513787888319, 0.675, 1.35049365673561, 2.34045454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 780, '2021-05-23 00:00:00', 0.0734552312342084, 0.146363636363635, 0.0882979999577396, 0.198181818181817, 0.101637033506919, 0.334090909090908, 0.263969449235834, 0.696818181818182, 1.31792216430593, 2.34954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 795, '2021-05-23 00:00:00', 0.0557126206877409, 0.120909090909091, 0.0713096412490278, 0.202272727272727, 0.107321784219073, 0.316818181818182, 0.274068276006946, 0.700909090909092, 1.30436604495087, 2.34772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 810, '2021-05-23 00:00:00', 0.0510071720616969, 0.147272727272727, 0.0879885864302378, 0.23909090909091, 0.0965340932978152, 0.319545454545455, 0.299232785202857, 0.704545454545455, 1.30162768564388, 2.35181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 825, '2021-05-23 00:00:00', 0.0855451072123083, 0.173181818181818, 0.0878605743179522, 0.233636363636364, 0.118116532083849, 0.320909090909092, 0.348154068497346, 0.727272727272728, 1.29977653757061, 2.35 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 840, '2021-05-23 00:00:00', 0.056376901106348, 0.145454545454545, 0.0720764985624418, 0.220454545454546, 0.111599934832173, 0.294545454545455, 0.340177251988669, 0.725909090909091, 1.29940179376705, 2.35454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 855, '2021-05-23 00:00:00', 0.0644742305648267, 0.150454545454546, 0.0909985490584107, 0.210454545454546, 0.120140610260503, 0.273636363636364, 0.325470023090816, 0.714545454545454, 1.30092973746401, 2.35090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 870, '2021-05-23 00:00:00', 0.0656321244329013, 0.131363636363636, 0.0820305085258177, 0.176363636363637, 0.120274757601157, 0.277727272727273, 0.327307327415821, 0.704090909090909, 1.3002633765837, 2.37090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 885, '2021-05-23 00:00:00', 0.0550481882563184, 0.107272727272727, 0.0875755703348858, 0.178636363636364, 0.102640464413725, 0.282727272727272, 0.454010507725913, 0.997272727272727, 1.30631905770355, 2.37863636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 900, '2021-05-23 00:00:00', 0.049115554179279, 0.128636363636363, 0.0853221549767133, 0.196818181818181, 0.106437795585048, 0.296363636363636, 0.466326948085591, 1.02318181818182, 1.31508011705969, 2.395 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 915, '2021-05-23 00:00:00', 0.0573607857360737, 0.130454545454547, 0.0660004591352261, 0.193181818181818, 0.106966232483785, 0.293181818181819, 0.540215805843477, 1.02954545454545, 1.313463828751, 2.39590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 930, '2021-05-23 00:00:00', 0.0555745277850217, 0.141363636363636, 0.100781577716002, 0.210454545454546, 0.126737278108447, 0.313636363636364, 0.541487649405667, 1.02772727272727, 1.313463828751, 2.39590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 945, '2021-05-23 00:00:00', 0.0722549598351504, 0.142727272727273, 0.0850477329687088, 0.209545454545455, 0.187861052088438, 0.391818181818182, 0.539178668312866, 1.03227272727273, 1.313463828751, 2.39590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945);
Date: 2021-05-23 15:55:38 Duration: 6s740ms 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 983210, 1, 960, '2021-05-23 00:00:00', 0.0655057249406498, 0.1208, 0.111989582848883, 0.196, 0.125899430763871, 0.2944, 1.17286216865694, 1.0684, 1.41028956837476, 2.248 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 975, '2021-05-23 00:00:00', 0.0721156478627676, 0.1356, 0.087582342208157, 0.200400000000002, 0.117405280971513, 0.295600000000001, 1.17749635526683, 1.0632, 1.41239005471812, 2.2504 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 990, '2021-05-23 00:00:00', 0.0844649828824551, 0.164800000000001, 0.0972248253619766, 0.2212, 0.132423562857975, 0.301200000000001, 1.17091488446713, 1.078, 1.40759250732116, 2.262 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 1005, '2021-05-23 00:00:00', 0.0662117814289871, 0.154399999999999, 0.104909484795227, 0.2132, 0.125998677241734, 0.2956, 1.17038697304211, 1.0884, 1.40740695370363, 2.2688 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 1020, '2021-05-23 00:00:00', 0.0871053002597048, 0.1596, 0.11034038245357, 0.228, 0.106517604178839, 0.3028, 1.16743665067246, 1.088, 1.40738149293881, 2.2668 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 1035, '2021-05-23 00:00:00', 0.056985378241557, 0.1416, 0.0711734969399893, 0.193600000000001, 0.0838788809335621, 0.272400000000001, 1.15507027203254, 1.0896, 1.45660850379686, 2.28 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 1050, '2021-05-23 00:00:00', 0.0619758017293845, 0.1308, 0.0965884741226052, 0.192800000000001, 0.0937852156081471, 0.2596, 1.13916299682413, 1.0956, 1.44592796040006, 2.2892 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 1065, '2021-05-23 00:00:00', 0.077560728894632, 0.1364, 0.0713979458154556, 0.1832, 1.11650750109437, 0.698399999999999, 1.1418228117065, 1.0948, 1.45364117534785, 2.2968 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 1080, '2021-05-23 00:00:00', 0.0466082968293561, 0.128400000000001, 0.0626843946555548, 0.1828, 1.15410860263091, 0.786, 1.14563912293532, 1.0984, 1.48699114545671, 2.3152 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 1095, '2021-05-23 00:00:00', 0.0484148737476405, 0.1124, 1.12484072946647, 0.664, 1.16018676657396, 0.822000000000001, 1.15068284075153, 1.1028, 1.51594063208293, 2.3352 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 600, '2021-05-23 00:00:00', 0.173012523631479, 0.366, 0.265095580247326, 0.485600000000001, 0.31602109634221, 0.5888, 0.433310127583774, 0.8592, 1.0757056598655, 2.0952 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 615, '2021-05-23 00:00:00', 0.0998866023715557, 0.2676, 0.150524638071866, 0.350800000000001, 0.259693408978099, 0.4964, 0.324179477039083, 0.754400000000001, 1.07159429511982, 2.0732 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 630, '2021-05-23 00:00:00', 0.0967089209153704, 0.216153846153846, 0.169970133122988, 0.334615384615384, 0.238202564088764, 0.437307692307692, 0.265183825936768, 0.687692307692307, 1.04747197502441, 2.07846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 645, '2021-05-23 00:00:00', 0.111307382205015, 0.2268, 0.139949991068238, 0.3112, 0.176150503831241, 0.4004, 0.22635738703799, 0.6372, 1.06888680410977, 2.0424 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 660, '2021-05-23 00:00:00', 0.0955196314900759, 0.206399999999999, 0.126369827622473, 0.268799999999999, 0.15334927453366, 0.370799999999999, 0.251088961658346, 0.600399999999999, 1.06393185872029, 2.0252 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 675, '2021-05-23 00:00:00', 0.0611882341631134, 0.1676, 0.0777538852191106, 0.2404, 0.164962622028951, 0.3428, 0.243772434864977, 0.548, 1.06704076773102, 2.0152 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 690, '2021-05-23 00:00:00', 0.0638857152686311, 0.164230769230769, 0.117046341907153, 0.229615384615384, 0.159682858768921, 0.318846153846154, 0.246259712811183, 0.549615384615385, 1.04489999521485, 2.03 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 705, '2021-05-23 00:00:00', 0.087057452294447, 0.160399999999999, 0.128066389033188, 0.2348, 0.140501482791701, 0.3036, 0.223037366077227, 0.530399999999999, 1.06326807532249, 2.0616 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 720, '2021-05-23 00:00:00', 0.0702780193232564, 0.1616, 0.0715704780851251, 0.201599999999999, 0.0968039255402386, 0.2772, 0.190334792755643, 0.512399999999999, 1.06088532210917, 2.0688 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 735, '2021-05-23 00:00:00', 0.0705974503788922, 0.14, 0.0991168696345581, 0.201923076923077, 0.101703188059857, 0.266538461538462, 0.195896361924833, 0.51076923076923, 1.04137867198322, 2.07846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 750, '2021-05-23 00:00:00', 0.0744415103389125, 0.148461538461539, 0.0803463655776564, 0.193461538461539, 0.108919871747714, 0.273461538461539, 0.195618545605, 0.511153846153846, 1.03872977162568, 2.08653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 765, '2021-05-23 00:00:00', 0.0570905713172793, 0.1452, 0.0693012746395521, 0.2012, 0.123088044369331, 0.2756, 0.196860356598276, 0.530399999999999, 1.08587338120059, 2.1228 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 780, '2021-05-23 00:00:00', 0.0488010088168112, 0.131538461538461, 0.0789206027502421, 0.197307692307692, 0.0928663224541267, 0.261923076923077, 0.193314809015284, 0.518846153846153, 1.08439653547669, 2.14961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 795, '2021-05-23 00:00:00', 0.0624152759079587, 0.1304, 0.0807774721070166, 0.178, 0.091923881554251, 0.26, 0.212992175130136, 0.5336, 1.10404755332368, 2.1428 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 810, '2021-05-23 00:00:00', 0.0545374489074552, 0.119199999999999, 0.0732757349559419, 0.1912, 0.0918785430155847, 0.252, 0.22133082327894, 0.5296, 1.1028550826529, 2.1368 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 825, '2021-05-23 00:00:00', 0.0441889880701808, 0.138800000000001, 0.0727965200633458, 0.189200000000001, 0.105084093309437, 0.2452, 0.230019564385292, 0.535599999999999, 1.10754984838908, 2.14 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 840, '2021-05-23 00:00:00', 0.0575673518584968, 0.115000000000001, 0.0672949878119873, 0.153846153846154, 0.116650694877418, 0.249230769230769, 0.228115018222084, 0.537307692307692, 1.08683110286458, 2.15538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 855, '2021-05-23 00:00:00', 0.0480000000000018, 0.11, 0.0883846488585338, 0.170384615384615, 0.120496409138964, 0.24923076923077, 0.235964795288163, 0.559230769230769, 1.08842638703773, 2.16 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 870, '2021-05-23 00:00:00', 0.0785326977467638, 0.119230769230768, 0.0933941193997853, 0.187692307692307, 0.12381375591527, 0.255384615384615, 0.252512299776588, 0.557692307692307, 1.09633999499032, 2.17576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 885, '2021-05-23 00:00:00', 0.0520192272145597, 0.1368, 0.0593014895821908, 0.18, 0.0895358401237561, 0.256, 0.280289731052234, 0.6896, 1.13548124892781, 2.1748 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 900, '2021-05-23 00:00:00', 0.05388877434123, 0.120399999999999, 0.0679141615079898, 0.169599999999999, 0.0905115093970566, 0.2656, 0.271436303148026, 0.728799999999999, 1.13595877272608, 2.1724 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 915, '2021-05-23 00:00:00', 0.0566609348534025, 0.107692307692308, 0.0761738901360665, 0.177692307692308, 0.123687571665934, 0.268846153846154, 0.285593848242301, 0.740384615384614, 1.11307868268427, 2.18192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 930, '2021-05-23 00:00:00', 0.0572403838077762, 0.132692307692308, 0.0685554239564328, 0.200384615384616, 0.114623799381347, 0.281153846153847, 0.294822241098181, 0.761923076923076, 1.11281265269586, 2.18 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 945, '2021-05-23 00:00:00', 0.0493542921522154, 0.129615384615385, 0.0705680250102418, 0.180384615384616, 0.0885924115520929, 0.273846153846154, 0.287673158556453, 0.760384615384614, 1.1133393290181, 2.17730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 960, '2021-05-23 00:00:00', 0.0567111439326868, 0.131923076923076, 0.0817585563623858, 0.207307692307693, 0.0831837632085644, 0.273461538461539, 0.285590346744854, 0.754615384615383, 1.11402416767045, 2.17538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 975, '2021-05-23 00:00:00', 0.0486573577328073, 0.136538461538461, 0.0608819791450269, 0.201153846153845, 0.0823500969127441, 0.278461538461537, 0.279346490113016, 0.742307692307691, 1.11675002367791, 2.16884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 990, '2021-05-23 00:00:00', 0.0475621051484672, 0.146923076923076, 0.0763191678716118, 0.203846153846154, 0.0762193191742389, 0.284230769230768, 0.267155097562906, 0.739615384615384, 1.11880210665075, 2.16307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 1005, '2021-05-23 00:00:00', 0.0487694734281751, 0.152307692307693, 0.0596038202182987, 0.216153846153846, 0.0998622127656976, 0.287307692307692, 0.250714977614023, 0.734999999999999, 1.11848193823318, 2.15461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 1020, '2021-05-23 00:00:00', 0.0540384478510792, 0.148076923076924, 0.0643117407632532, 0.2, 0.112892051910732, 0.293846153846153, 0.245210113983905, 0.74, 1.11719656007623, 2.15192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 1035, '2021-05-23 00:00:00', 0.0567762138711134, 0.143461538461539, 0.0919230447376834, 0.204615384615384, 0.133948325283125, 0.306923076923077, 0.245502624143894, 0.746538461538461, 1.12170673529225, 2.145 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 1050, '2021-05-23 00:00:00', 0.054462407641912, 0.133076923076922, 0.0611341526103416, 0.194230769230769, 0.110601154535634, 0.273846153846153, 0.251594606766214, 0.749615384615384, 1.1170709639327, 2.14346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 1065, '2021-05-23 00:00:00', 0.0527767431297596, 0.134230769230769, 0.0939787209957666, 0.2, 0.168814873570018, 0.507692307692307, 0.255233528060389, 0.758076923076923, 1.11470292696512, 2.13115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 1080, '2021-05-23 00:00:00', 0.0740685752944794, 0.133076923076923, 0.0851966052050292, 0.167692307692307, 0.165116276046259, 0.560769230769231, 0.250390771518317, 0.776538461538462, 1.11436501408443, 2.12576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 1095, '2021-05-23 00:00:00', 0.0462368484419755, 0.0953846153846155, 0.141208520117753, 0.459615384615384, 0.15920233859898, 0.574230769230769, 0.27969901405178, 0.796538461538462, 1.11197184524402, 2.11423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 600, '2021-05-23 00:00:00', 0.114727771435086, 0.367692307692307, 0.152218971828794, 0.468846153846154, 0.1929543588919, 0.549230769230769, 0.305290781941514, 0.772307692307692, 1.12015273683822, 2.07692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 615, '2021-05-23 00:00:00', 0.10065707205083, 0.240384615384616, 0.121655882908119, 0.318076923076923, 0.142477528592568, 0.409615384615385, 0.31093110787786, 0.726923076923077, 1.11990741375554, 2.02615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 630, '2021-05-23 00:00:00', 0.0760172045303919, 0.191153846153846, 0.0829615295460214, 0.261153846153846, 0.105912155182418, 0.354230769230769, 0.301158787659625, 0.706153846153846, 1.1243476057081, 2.01846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 645, '2021-05-23 00:00:00', 0.0624819974072528, 0.190000000000001, 0.0719829039532192, 0.268461538461539, 0.132142114640028, 0.368461538461538, 0.315277899393779, 0.698076923076923, 1.12893114868071, 2.01153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 660, '2021-05-23 00:00:00', 0.06413927154128, 0.174615384615385, 0.101007996636975, 0.268846153846154, 0.155538271323022, 0.371923076923077, 0.341053571248768, 0.698461538461539, 1.12806982871697, 2.02153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 675, '2021-05-23 00:00:00', 0.0781320381445115, 0.186153846153846, 0.105223571503727, 0.26, 0.143496984690915, 0.349230769230769, 0.334060565674043, 0.662692307692308, 1.13292385513699, 2.00730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 690, '2021-05-23 00:00:00', 0.0547891061603134, 0.155384615384615, 0.0853382410447708, 0.221153846153846, 0.114158459371847, 0.318076923076923, 0.305323031961486, 0.623076923076923, 1.13177002284713, 1.97923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 705, '2021-05-23 00:00:00', 0.0578233383811285, 0.146538461538462, 0.0861769199870908, 0.212307692307692, 0.117821246614717, 0.305384615384615, 0.30716670492647, 0.610769230769231, 1.22705852158103, 2.09615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 720, '2021-05-23 00:00:00', 0.0639374694525838, 0.139999999999999, 0.0865021120240158, 0.201153846153846, 0.120358439031726, 0.296923076923078, 1.14307850191422, 0.827307692307693, 1.21457912938534, 2.09769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 735, '2021-05-23 00:00:00', 0.0479567112492724, 0.140384615384616, 0.0762798491386506, 0.201153846153846, 0.130888678478492, 0.299615384615386, 1.16915018446996, 0.841923076923077, 1.20323001190066, 2.09769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 750, '2021-05-23 00:00:00', 0.0633039067940089, 0.139230769230769, 0.0968686660460365, 0.196538461538463, 0.120662912535454, 0.29346153846154, 1.17004588996132, 0.819230769230769, 1.18843096301222, 2.09807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 765, '2021-05-23 00:00:00', 0.0610233246705401, 0.129615384615385, 0.0988806584493887, 0.205769230769232, 0.163302927572797, 0.309615384615385, 1.17468215013516, 0.806923076923077, 1.17969468018701, 2.10653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 780, '2021-05-23 00:00:00', 0.0938214343231947, 0.152307692307692, 0.0968940738046528, 0.202692307692308, 0.157488461115776, 0.311153846153845, 1.163994779264, 0.820384615384616, 1.18026541995369, 2.10230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 795, '2021-05-23 00:00:00', 0.0591230789247181, 0.123461538461538, 0.125832611646767, 0.204615384615384, 0.146093752828055, 0.29076923076923, 1.16096776606681, 0.826923076923076, 1.18070936956756, 2.10115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 810, '2021-05-23 00:00:00', 0.106317376827048, 0.15076923076923, 0.111499568816, 0.211923076923076, 0.123318224992839, 0.270769230769231, 1.15449922543866, 0.842692307692308, 1.17912744792984, 2.10846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 825, '2021-05-23 00:00:00', 0.0778163518509104, 0.129230769230769, 0.103007841374408, 0.181153846153846, 0.102654011874091, 0.234615384615384, 1.1582806887133, 0.836923076923077, 1.20516561262183, 2.10807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 840, '2021-05-23 00:00:00', 0.0733379951898152, 0.122307692307692, 0.0707715718676308, 0.166153846153846, 0.119825514170204, 0.253076923076923, 1.15665379435681, 0.84, 1.21111823725654, 2.11923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 855, '2021-05-23 00:00:00', 0.0557977115604627, 0.115769230769231, 0.0688465406091411, 0.160384615384615, 0.0884985875593502, 0.24, 1.15504352232353, 0.828461538461538, 1.23173448687363, 2.13461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 870, '2021-05-23 00:00:00', 0.0489473814809952, 0.110384615384615, 0.0840951841665149, 0.169999999999999, 0.083357432412842, 0.247307692307691, 1.15416489956358, 0.826153846153846, 1.23404276200687, 2.13846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 885, '2021-05-23 00:00:00', 0.0661804061172657, 0.119615384615384, 0.0589876127804685, 0.166538461538461, 0.0928729487815734, 0.25576923076923, 1.17423736297879, 1.10576923076923, 1.19601833019141, 2.16961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 900, '2021-05-23 00:00:00', 0.0504136733589059, 0.128461538461537, 0.0634313681197123, 0.18653846153846, 1.18048966372173, 0.499615384615384, 1.16904984430158, 1.12846153846154, 1.19593619587977, 2.16923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 915, '2021-05-23 00:00:00', 0.0636081755751582, 0.1228, 0.0920380356157179, 0.1872, 0.116114885637745, 0.270799999999999, 0.46193181314995, 0.9368, 0.789476197656818, 1.9932 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 930, '2021-05-23 00:00:00', 0.0853287759199683, 0.1432, 0.0849509662491647, 0.2, 0.110736925488595, 0.292799999999999, 0.455227781811845, 0.9536, 0.790246375083957, 1.9932 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 945, '2021-05-23 00:00:00', 0.0440378624973252, 0.126800000000001, 0.0723256524339742, 0.1832, 0.111858541619911, 0.2904, 0.45576565615822, 0.958400000000001, 0.79093762923086, 1.9936 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 960, '2021-05-23 00:00:00', 0.0657723346096208, 0.1352, 0.0870095780168286, 0.1996, 0.118382149555299, 0.3332, 0.457584964787961, 0.965600000000001, 0.791686596240372, 1.9948 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 975, '2021-05-23 00:00:00', 0.0438254111979179, 0.130399999999999, 0.085299472448544, 0.214799999999999, 0.133541504160067, 0.336, 0.458378664424949, 0.968800000000001, 0.793979848610782, 1.9896 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 990, '2021-05-23 00:00:00', 0.0601885924961416, 0.1768, 0.0854829417681296, 0.2564, 0.15678860502813, 0.3792, 0.455030401914714, 0.971200000000001, 0.793905535942406, 1.9912 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 1005, '2021-05-23 00:00:00', 0.0771902411793971, 0.187999999999999, 0.121803119828681, 0.268799999999999, 0.189298705753632, 0.3644, 0.470217325641382, 0.9828, 0.79245651826036, 1.9904 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 1020, '2021-05-23 00:00:00', 0.118417341072441, 0.1868, 0.154269245152754, 0.2636, 0.176250768319838, 0.3368, 0.474706224943385, 0.9772, 0.769737401109408, 1.9996 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 1035, '2021-05-23 00:00:00', 0.0956242647030557, 0.167600000000001, 0.122449989791751, 0.2276, 0.133731073427233, 0.3144, 0.476127433922194, 0.9716, 0.775303811418466, 2.0072 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 1050, '2021-05-23 00:00:00', 0.0868907359849134, 0.152, 0.107082522694726, 0.212, 0.107436803129406, 0.2848, 0.476103980239611, 0.949999999999999, 1.22588226732151, 2.2304 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 1065, '2021-05-23 00:00:00', 0.0544762945386956, 0.134799999999999, 0.0718795288428264, 0.204, 0.484213451554856, 0.677199999999999, 0.490024829302897, 0.9508, 1.2350651804662, 2.2412 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 1080, '2021-05-23 00:00:00', 0.0551603722491676, 0.1448, 0.0549484607003094, 0.181199999999999, 0.450027776920492, 0.682, 0.455695439228147, 0.926, 1.23409886151799, 2.236 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 1095, '2021-05-23 00:00:00', 0.0480867272054699, 0.0995999999999989, 0.438368946588754, 0.604399999999998, 0.42647899518421, 0.684799999999999, 0.447246017310384, 0.909599999999999, 1.23376159231298, 2.2352 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 600, '2021-05-23 00:00:00', 0.274194142053094, 0.445416666666666, 0.27433417419351, 0.49375, 0.257107305743471, 0.574583333333334, 0.302238028856325, 0.78, 0.790191226168098, 1.9875 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 615, '2021-05-23 00:00:00', 0.100159293417889, 0.241666666666667, 0.124245549303542, 0.3325, 0.179902852206084, 0.447916666666668, 0.284074584511212, 0.698750000000001, 0.78653846290133, 1.95583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 630, '2021-05-23 00:00:00', 0.0928289294612809, 0.235416666666666, 0.121866522373301, 0.319166666666667, 0.204455799411617, 0.422500000000001, 0.300187139698855, 0.665833333333334, 0.786243015682902, 1.94958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 645, '2021-05-23 00:00:00', 0.0742486519664863, 0.204583333333333, 0.16168888985162, 0.290416666666668, 0.248100026578809, 0.416666666666668, 0.2941799582332, 0.62125, 0.780352832684204, 1.92875 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 660, '2021-05-23 00:00:00', 0.121437644284117, 0.204166666666667, 0.151090240815101, 0.2775, 0.203719044950055, 0.393333333333334, 0.267679236985321, 0.6, 0.775112778143013, 1.92208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 675, '2021-05-23 00:00:00', 0.0725718035235913, 0.168333333333333, 0.124058775224266, 0.259166666666667, 0.114916478807216, 0.358333333333333, 0.226970837046449, 0.56875, 0.780312089180822, 1.915 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 690, '2021-05-23 00:00:00', 0.112633173994424, 0.185833333333335, 0.0958249838832857, 0.244583333333334, 0.116580972668811, 0.334583333333334, 0.220670503272398, 0.564583333333333, 0.785159450251247, 1.91166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 705, '2021-05-23 00:00:00', 0.0776267080140688, 0.162083333333333, 0.090777638822262, 0.238333333333333, 0.137237232451745, 0.324166666666666, 0.206881170821755, 0.564583333333332, 0.778967637139147, 1.94916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 720, '2021-05-23 00:00:00', 0.0712809810599541, 0.158749999999999, 0.105322142131598, 0.221666666666666, 0.119999245166708, 0.292083333333331, 0.181055180154752, 0.556249999999999, 0.796355716709708, 1.97208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 735, '2021-05-23 00:00:00', 0.0858546125304501, 0.158333333333334, 0.112423081595206, 0.222916666666666, 0.105376309798107, 0.282083333333332, 0.162996732429238, 0.538749999999999, 0.79345134459013, 1.97458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 750, '2021-05-23 00:00:00', 0.0589767824619593, 0.149999999999999, 0.0607426860868323, 0.188749999999999, 0.0804054490186087, 0.260416666666666, 0.142105671030859, 0.52875, 0.802760522523211, 1.98375 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 765, '2021-05-23 00:00:00', 0.0415200318337808, 0.1325, 0.0705413847079972, 0.1925, 0.0793040379475256, 0.2425, 0.155786922485141, 0.54, 0.818789757304442, 1.98916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 780, '2021-05-23 00:00:00', 0.0568687785257825, 0.149166666666666, 0.0633771778061048, 0.184166666666666, 0.0940513273373262, 0.2475, 0.170714079974234, 0.557083333333332, 0.819896489578526, 1.99958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 795, '2021-05-23 00:00:00', 0.0357527742918681, 0.105, 0.0511604466785415, 0.144999999999999, 0.0966804088183096, 0.240833333333333, 0.181275173164438, 0.545416666666666, 0.820169653711697, 2.005 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 810, '2021-05-23 00:00:00', 0.0396634391574536, 0.105833333333332, 0.0614793473040122, 0.168333333333333, 0.109729575366649, 0.256666666666667, 0.186172352747492, 0.554166666666667, 0.839435520307322, 2.01208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 825, '2021-05-23 00:00:00', 0.0351291612626094, 0.110833333333334, 0.0696770500548627, 0.16875, 0.108085278998724, 0.232916666666668, 0.190878973720773, 0.565, 0.832004738002117, 2.01333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 840, '2021-05-23 00:00:00', 0.0750543281491017, 0.12375, 0.0937841725159043, 0.172916666666667, 0.125645435103384, 0.237083333333334, 0.191390317475018, 0.572916666666667, 0.832110987580487, 2.02 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 855, '2021-05-23 00:00:00', 0.0485719994486004, 0.108750000000001, 0.0703201787272469, 0.151666666666667, 0.099618838798082, 0.2225, 0.219167975419026, 0.567916666666667, 0.851203644803954, 2.03208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 870, '2021-05-23 00:00:00', 0.06123724356958, 0.107500000000001, 0.0772723397649739, 0.153333333333334, 0.0781847959570183, 0.217916666666667, 0.237428478933542, 0.57375, 0.85126238312728, 2.03041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 885, '2021-05-23 00:00:00', 0.0417354504718347, 0.10875, 0.0631939732954779, 0.1525, 0.0891007815642615, 0.242083333333333, 0.29782788532198, 0.813333333333333, 0.808690904030007, 2.05375 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 900, '2021-05-23 00:00:00', 0.0558660406038734, 0.109166666666667, 0.0589522036809531, 0.161666666666667, 0.128823410195868, 0.290416666666666, 0.316740361371486, 0.87875, 0.823560558036641, 2.05791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 915, '2021-05-23 00:00:00', 0.0514975024017981, 0.115416666666667, 0.0919317642350142, 0.189166666666666, 0.131759965110034, 0.290416666666666, 0.315718355041556, 0.887916666666667, 0.836897306393846, 2.06666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 930, '2021-05-23 00:00:00', 0.0736767322128573, 0.142499999999999, 0.120683440262628, 0.225833333333333, 0.12679365297515, 0.29625, 0.305888762105785, 0.91125, 0.838541586776483, 2.06291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 945, '2021-05-23 00:00:00', 0.0800984448635884, 0.15375, 0.0906977781234022, 0.19, 0.12905172538981, 0.2825, 0.411080010900944, 0.969583333333334, 0.842580147136061, 2.0525 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 960, '2021-05-23 00:00:00', 0.0626801750781388, 0.12375, 0.0712301332587408, 0.190416666666667, 0.117688331954619, 0.296249999999999, 0.483708312812649, 0.987916666666667, 0.841437585412565, 2.04791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 975, '2021-05-23 00:00:00', 0.0491061405883026, 0.13125, 0.0683328914796587, 0.202083333333334, 0.114776878699752, 0.302083333333333, 0.487611005570655, 0.985833333333334, 0.83870457392269, 2.05083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 990, '2021-05-23 00:00:00', 0.0508763775941383, 0.151666666666667, 0.0892602448145172, 0.2325, 0.118697642920079, 0.3225, 0.49957790154304, 0.977083333333334, 0.845815681260798, 2.05708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 1005, '2021-05-23 00:00:00', 0.0759850767194305, 0.172083333333334, 0.0983339474311445, 0.225, 0.123311788169052, 0.311666666666668, 0.505046274246664, 0.982500000000001, 0.835738738560345, 2.06625 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 1020, '2021-05-23 00:00:00', 0.0635883500404714, 0.14, 0.0886605233787697, 0.204583333333333, 0.0904898104600816, 0.288333333333334, 0.506934342431279, 0.987916666666667, 0.850332309295539, 2.08041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 1035, '2021-05-23 00:00:00', 0.0507319611690497, 0.137916666666668, 0.0666906659701065, 0.207083333333334, 0.0917305442784636, 0.266666666666667, 0.49774273082282, 1.005, 0.851637808297482, 2.085 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 1050, '2021-05-23 00:00:00', 0.0606964411725643, 0.151666666666667, 0.0539457591246632, 0.196666666666668, 0.0765137100530817, 0.257500000000001, 0.511584636770605, 1.01833333333333, 0.845571584401833, 2.1 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 1065, '2021-05-23 00:00:00', 0.0482276455687144, 0.129583333333333, 0.0751797363231819, 0.187916666666667, 0.306605716217738, 0.616249999999999, 0.551540661646335, 1.04666666666667, 0.850492504376141, 2.10625 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 1080, '2021-05-23 00:00:00', 0.0619241588499626, 0.134583333333333, 0.0609689277003265, 0.177083333333333, 0.309656190833865, 0.69, 0.557340345632331, 1.0325, 0.856917186907458, 2.09875 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 1095, '2021-05-23 00:00:00', 0.0471737460759748, 0.119166666666667, 0.306926972856193, 0.577083333333333, 0.30695530288792, 0.700416666666666, 0.558463050040797, 1.02875, 0.859331978501534, 2.09583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 600, '2021-05-23 00:00:00', 0.140383438771897, 0.375652173913043, 0.211545227786424, 0.498260869565217, 0.233583528576257, 0.576086956521739, 0.519571121404596, 0.912173913043479, 0.889673075808289, 2.05 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 615, '2021-05-23 00:00:00', 0.11877670284336, 0.285217391304347, 0.111396099164606, 0.339999999999999, 0.36668583013762, 0.496956521739131, 0.529356011169482, 0.817826086956521, 0.881250683289618, 2.00869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 630, '2021-05-23 00:00:00', 0.0731396411983583, 0.19695652173913, 0.138531256728975, 0.3, 0.38596166022295, 0.478695652173913, 0.490091545856647, 0.784782608695653, 0.879723501297525, 1.9895652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 645, '2021-05-23 00:00:00', 0.0918475278896862, 0.212173913043479, 0.304197252419293, 0.342173913043479, 0.382287684235036, 0.465652173913044, 0.48236735054268, 0.746521739130436, 0.890149652115898, 1.96869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 660, '2021-05-23 00:00:00', 0.249142402571087, 0.240869565217391, 0.328968323859254, 0.327391304347826, 0.318146186598914, 0.425217391304348, 0.431092462776201, 0.709565217391305, 0.884404625441305, 1.94521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 675, '2021-05-23 00:00:00', 0.177301913073286, 0.197826086956522, 0.233194010729942, 0.293913043478261, 0.267133813487361, 0.418260869565218, 0.359742441902437, 0.693478260869566, 0.899062533272951, 1.9495652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 690, '2021-05-23 00:00:00', 0.113005998651511, 0.18391304347826, 0.152880123023924, 0.272173913043478, 0.242503412632358, 0.425217391304347, 0.353598105981012, 0.689565217391305, 0.889211135044848, 1.94347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 705, '2021-05-23 00:00:00', 0.102291917391534, 0.19, 0.182805324214764, 0.292173913043479, 0.248345513491076, 0.421304347826086, 0.320790771948928, 0.653913043478262, 0.876487329928786, 1.95869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 720, '2021-05-23 00:00:00', 0.086124278251535, 0.16913043478261, 0.122114117560214, 0.258695652173913, 0.227992614816944, 0.384782608695653, 0.276445536023556, 0.62304347826087, 0.875991589469975, 1.96608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 735, '2021-05-23 00:00:00', 0.0986189216104331, 0.194347826086956, 0.115483174689491, 0.269999999999999, 0.249151921208521, 0.403043478260869, 0.277102455331937, 0.626956521739131, 0.870579290125407, 1.97913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 750, '2021-05-23 00:00:00', 0.0873727193971993, 0.186086956521738, 0.148062586916037, 0.280434782608696, 0.206209916454736, 0.379565217391304, 0.292018327433933, 0.622608695652175, 0.872381457342271, 1.99304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 765, '2021-05-23 00:00:00', 0.090876278663441, 0.196956521739131, 0.172303620244633, 0.293913043478261, 0.177544739114825, 0.356956521739131, 0.310584047550554, 0.635217391304349, 0.875438681676503, 1.99260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 780, '2021-05-23 00:00:00', 0.0843482335673294, 0.183478260869565, 0.114121494097387, 0.233478260869566, 0.238202259026932, 0.32304347826087, 0.324859957666163, 0.646086956521741, 0.899890419328052, 1.96869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 795, '2021-05-23 00:00:00', 0.092255445333466, 0.157391304347827, 0.123910269714465, 0.210869565217392, 0.260180083575449, 0.308695652173913, 0.323804581676393, 0.646956521739132, 0.898024181651051, 1.94260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 810, '2021-05-23 00:00:00', 0.123172811537191, 0.154782608695653, 0.224701822624804, 0.22, 0.25053460625791, 0.296956521739131, 0.338891473528089, 0.657391304347828, 0.894881801544303, 1.9295652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 825, '2021-05-23 00:00:00', 0.112404548879018, 0.145652173913043, 0.143082938440357, 0.21, 0.153205537624764, 0.26913043478261, 0.326648449385829, 0.640869565217393, 0.895576083724398, 1.90739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 840, '2021-05-23 00:00:00', 0.0584618385039751, 0.142173913043479, 0.130982906286013, 0.207391304347827, 0.155271024048567, 0.290000000000001, 0.330808089524518, 0.663913043478262, 0.894705330518656, 1.90391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 855, '2021-05-23 00:00:00', 0.103564915389357, 0.135652173913044, 0.132415981266846, 0.186086956521739, 0.136648187959911, 0.29, 0.317842280722718, 0.646521739130435, 0.886694131148638, 1.89086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 870, '2021-05-23 00:00:00', 0.0714142842854278, 0.120000000000001, 0.0710257983525738, 0.189130434782609, 0.112121123099348, 0.284347826086957, 0.316683655324059, 0.64608695652174, 0.876723373429604, 1.88434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 885, '2021-05-23 00:00:00', 0.0512762031731848, 0.132608695652173, 0.0846335976418497, 0.209130434782607, 0.0906411069916949, 0.293913043478261, 0.767794953688216, 1.05, 0.891267250746353, 1.87130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 900, '2021-05-23 00:00:00', 0.0577407316793064, 0.133913043478259, 0.059864801564886, 0.187391304347826, 0.133631254775837, 0.311304347826087, 0.768661636523152, 1.0504347826087, 0.887723027702359, 1.85608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 915, '2021-05-23 00:00:00', 0.041702882811416, 0.128695652173914, 0.0855971814393197, 0.202173913043479, 0.118214650349745, 0.302608695652175, 0.750314295147025, 1.04478260869565, 0.87760341102093, 1.83826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 930, '2021-05-23 00:00:00', 0.0696234933771602, 0.152608695652174, 0.112892267368587, 0.240869565217391, 0.133891289747898, 0.307826086956522, 0.746037490183231, 1.07913043478261, 0.884357250796064, 1.84173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 945, '2021-05-23 00:00:00', 0.0743854930818358, 0.158260869565216, 0.0783526032419006, 0.198695652173913, 0.122522886464162, 0.308695652173913, 0.740339095472193, 1.08739130434783, 0.881761173333471, 1.83869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 960, '2021-05-23 00:00:00', 0.0454011544141149, 0.133913043478261, 0.0780341467771703, 0.195652173913044, 0.159280745010893, 0.34608695652174, 0.743003199818622, 1.06913043478261, 0.888204210397355, 1.82391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 975, '2021-05-23 00:00:00', 0.0751756835633, 0.138260869565218, 0.09379145987063, 0.238260869565218, 0.193549127670817, 0.363913043478262, 0.748267300213747, 1.05304347826087, 0.891946842564329, 1.81652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 990, '2021-05-23 00:00:00', 0.0886994302845639, 0.196956521739131, 0.149534191101233, 0.288260869565218, 0.203926864360498, 0.379565217391305, 0.760416985669614, 1.04391304347826, 0.884969573626721, 1.81434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 1005, '2021-05-23 00:00:00', 0.0893830412507942, 0.174347826086957, 0.132590486665335, 0.235652173913044, 0.151503662278489, 0.315217391304349, 0.767497859558499, 0.995652173913043, 0.898259626016457, 1.78391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 1020, '2021-05-23 00:00:00', 0.0751204566276891, 0.156086956521739, 0.0891793946317049, 0.215652173913044, 0.124091958761431, 0.294782608695653, 0.78100067563093, 0.984347826086956, 0.897953316215696, 1.77739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 1035, '2021-05-23 00:00:00', 0.0480982196674447, 0.149565217391305, 0.0842732240073016, 0.207391304347827, 0.104543048606101, 0.277391304347826, 0.785038706530441, 0.993043478260869, 0.898909967924921, 1.78130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 1050, '2021-05-23 00:00:00', 0.069558176521159, 0.152608695652175, 0.0964836302648842, 0.210000000000001, 0.0958898412767433, 0.256956521739131, 0.787117621577378, 0.987826086956521, 0.904864980210344, 1.78521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 1065, '2021-05-23 00:00:00', 0.0608503639957795, 0.131304347826087, 0.0675517661258334, 0.182173913043478, 0.731373173809095, 0.753913043478261, 0.785429063779313, 1.00478260869565, 0.907403671430142, 1.79217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 1080, '2021-05-23 00:00:00', 0.0505386010652103, 0.122173913043478, 0.0580139004741214, 0.172608695652174, 0.732917447049613, 0.759565217391304, 0.783227083310849, 0.999130434782608, 0.91158355896771, 1.78869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 1095, '2021-05-23 00:00:00', 0.0410340647073031, 0.102608695652175, 0.726160241029604, 0.707826086956522, 0.725977329538569, 0.766086956521739, 0.786263993321375, 1.00260869565217, 0.924097679760711, 1.79260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 600, '2021-05-23 00:00:00', 0.188057471662845, 0.372608695652175, 0.218908539387117, 0.438695652173914, 0.228391003747708, 0.544782608695653, 0.332632926860256, 0.779130434782608, 1.30028075411647, 1.93869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 615, '2021-05-23 00:00:00', 0.173230181123769, 0.270000000000001, 0.179120233282045, 0.333333333333334, 1.20255494917991, 0.700833333333333, 1.17774255940417, 0.925833333333333, 1.59949720360738, 2.11 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 630, '2021-05-23 00:00:00', 0.118075602162711, 0.22125, 1.18774166114656, 0.557916666666666, 1.20120765017568, 0.639583333333333, 1.1675143142219, 0.90125, 1.59044787922199, 2.11125 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 645, '2021-05-23 00:00:00', 0.0937598479676083, 0.199999999999999, 0.121352718195509, 0.28086956521739, 0.166049185531909, 0.362173913043478, 0.275457937077178, 0.660434782608695, 1.27817928808525, 1.92826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 660, '2021-05-23 00:00:00', 0.0594274393976357, 0.180434782608695, 0.134293643217748, 0.265652173913043, 0.146666516948061, 0.312608695652174, 0.248557896008122, 0.619130434782609, 1.23877728828086, 1.90652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 675, '2021-05-23 00:00:00', 0.122852568647092, 0.178333333333333, 0.120955585332751, 0.217083333333333, 0.130965616684775, 0.299583333333334, 0.238700816316461, 0.577083333333334, 1.54428821369475, 2.095 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 690, '2021-05-23 00:00:00', 0.0725318520735365, 0.135, 0.0952646960780357, 0.193333333333333, 0.152728208910802, 0.320416666666667, 0.253958515384368, 0.585833333333333, 1.53808834624984, 2.09875 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 705, '2021-05-23 00:00:00', 0.0673031213609551, 0.130833333333333, 0.0870115767743214, 0.201666666666667, 0.141727821412448, 0.325416666666666, 0.256655961568588, 0.60875, 1.48484298686837, 2.2425 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 720, '2021-05-23 00:00:00', 0.0563310607551211, 0.135833333333334, 0.100072437532136, 0.221666666666667, 0.126697174053108, 0.3, 0.25982121779676, 0.59875, 1.47543306096593, 2.24625 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 735, '2021-05-23 00:00:00', 0.0728297100548027, 0.152083333333334, 0.0820877932283567, 0.225833333333333, 0.137918664331607, 0.297083333333334, 0.274125751319047, 0.591666666666667, 1.47429939145757, 2.2425 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 750, '2021-05-23 00:00:00', 0.0499274836456672, 0.143333333333333, 0.0727513135495741, 0.173333333333333, 0.142371223277007, 0.27, 0.316722344456878, 0.605, 1.47444290634055, 2.24916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 765, '2021-05-23 00:00:00', 0.0513230744501387, 0.110833333333334, 0.10409026183412, 0.185, 0.176774645699883, 0.276666666666666, 0.306092720630839, 0.601666666666667, 1.47204229371739, 2.24958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 780, '2021-05-23 00:00:00', 0.0959784231351498, 0.151304347826088, 0.124163604935239, 0.215652173913043, 0.183278228633161, 0.31, 0.313598897916915, 0.624782608695652, 1.15983115167478, 2.05913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 795, '2021-05-23 00:00:00', 0.0722202247958649, 0.13375, 0.107736090598237, 0.203749999999999, 0.149955911395046, 0.295416666666666, 0.291656625085942, 0.59875, 1.47143231019244, 2.245 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 810, '2021-05-23 00:00:00', 0.0490341495907388, 0.140434782608696, 0.0903484689953426, 0.209130434782609, 0.113082921060491, 0.288260869565218, 0.29552659504594, 0.627826086956522, 1.15586816951434, 2.06304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 825, '2021-05-23 00:00:00', 0.085308476905195, 0.144166666666667, 0.0960289434025735, 0.199583333333333, 0.104701092833743, 0.261666666666667, 0.292180396429964, 0.610416666666667, 1.46923073384522, 2.27041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 840, '2021-05-23 00:00:00', 0.068137754755997, 0.130833333333333, 0.080253222428417, 0.178333333333334, 0.113347452232224, 0.247083333333334, 0.290022487883717, 0.600000000000001, 1.46279208652693, 2.27291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 855, '2021-05-23 00:00:00', 0.0649191247139339, 0.118333333333334, 0.0661300869937216, 0.155833333333335, 0.10179547554081, 0.238333333333334, 0.294972057138898, 0.587916666666668, 1.45375974332224, 2.295 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 870, '2021-05-23 00:00:00', 0.0474494391469736, 0.100833333333335, 0.0795264517109815, 0.161250000000001, 0.151111821538541, 0.275, 1.17139757666161, 0.83625, 1.45468558284171, 2.29333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 885, '2021-05-23 00:00:00', 0.0573556789955746, 0.111250000000001, 0.073246407638082, 0.177916666666667, 0.15769570312031, 0.313750000000001, 1.19401284191866, 0.948333333333334, 1.45211065773888, 2.29916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 900, '2021-05-23 00:00:00', 0.0561571294530425, 0.133333333333334, 0.154673569311238, 0.2175, 0.173267302082691, 0.317083333333334, 1.20224058637871, 1.01791666666667, 1.45164973616976, 2.3 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 915, '2021-05-23 00:00:00', 0.155697937770823, 0.15375, 0.156718500521787, 0.230416666666667, 0.192397158676179, 0.310833333333334, 1.20673585056692, 1.04875, 1.45178525780592, 2.3025 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 930, '2021-05-23 00:00:00', 0.0702583225252208, 0.136666666666667, 0.103691816232638, 0.212916666666667, 0.185901154193391, 0.28875, 1.1928882711873, 1.05458333333333, 1.44222597427365, 2.28375 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 945, '2021-05-23 00:00:00', 0.087693321165726, 0.159130434782609, 0.116644454877868, 0.198260869565217, 0.169087296489098, 0.297826086956523, 0.430076287009899, 0.862608695652174, 1.13326489756951, 2.09565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945);
Date: 2021-05-23 15:52:13 Duration: 6s662ms 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 983335, 1, 960, '2021-05-23 00:00:00', 0.257915021087886, 0.557391304347826, 0.339082113715683, 0.813043478260868, 0.59264030376297, 1.56043478260869, 1.98936115532704, 4.63847826086956, 4.44364657254153, 11.0330434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 975, '2021-05-23 00:00:00', 0.185266606313766, 0.533478260869564, 0.54201288215953, 1.16934782608695, 0.640977514358375, 1.57608695652173, 1.95856644254961, 4.64934782608695, 4.41675372176616, 11.0395652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 990, '2021-05-23 00:00:00', 0.542027831352297, 1.06847826086956, 0.617114284007175, 1.33869565217391, 0.735026013897957, 1.62782608695652, 1.95599524317018, 4.64913043478261, 4.41736740407776, 11.034347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 1005, '2021-05-23 00:00:00', 0.355173508786717, 0.848695652173912, 0.447926712667311, 1.21739130434782, 0.804254743038298, 1.72565217391304, 1.92088637004908, 4.61108695652174, 4.46662843375374, 11.0017391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 1020, '2021-05-23 00:00:00', 0.29250992348289, 0.834347826086954, 0.444917277029348, 1.08173913043478, 0.639882338492495, 1.69695652173913, 1.81554750613571, 4.54326086956522, 4.47589145845005, 10.9595652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 1035, '2021-05-23 00:00:00', 0.285767118209568, 0.720869565217391, 0.55823762772842, 1.20260869565217, 0.498924931183561, 1.56521739130435, 1.7785973956048, 4.46782608695652, 4.49864314194593, 10.9208695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 1050, '2021-05-23 00:00:00', 0.362933807486437, 0.781304347826086, 0.369925214106338, 1.11913043478261, 0.41893710792344, 1.38086956521739, 1.70425658685364, 4.41217391304348, 4.46050033528827, 10.9078260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 1065, '2021-05-23 00:00:00', 0.28193010655167, 0.761304347826085, 0.36744605153752, 1.05565217391305, 1.37116136833843, 3.43304347826087, 1.66257158305281, 4.35478260869565, 4.43325409797738, 10.8565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 1080, '2021-05-23 00:00:00', 0.266282228653067, 0.651956521739136, 0.287682404758979, 0.794565217391308, 1.53672898338629, 3.57717391304348, 1.60940946133333, 4.31478260869565, 4.45414582380987, 10.8517391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 1095, '2021-05-23 00:00:00', 0.16699151477816, 0.449565217391306, 1.24725556430419, 3.18847826086956, 1.62115461708318, 3.61326086956522, 1.58878119692411, 4.18565217391304, 4.46123500687437, 10.8378260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 600, '2021-05-23 00:00:00', 1.2602930214835, 2.3825, 1.73456840120577, 2.75346153846154, 1.79028953395383, 3.14615384615385, 1.58594452565704, 3.83403846153846, 4.49987837442474, 10.3542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 615, '2021-05-23 00:00:00', 0.588189922232083, 1.22923076923077, 0.753163686366738, 1.65653846153846, 0.708867379372518, 2.1748076923077, 0.761130965178691, 2.97711538461538, 4.06326273313227, 9.74903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 630, '2021-05-23 00:00:00', 0.424251059560798, 1.06480769230769, 0.636069450731479, 1.51788461538462, 0.540739664362975, 1.89923076923077, 0.602273928221526, 2.76173076923077, 4.03050129063944, 9.54942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 645, '2021-05-23 00:00:00', 0.41774196120793, 0.992115384615386, 0.401190583906684, 1.33673076923077, 0.38704924155024, 1.65365384615385, 0.677339166262995, 2.57211538461538, 4.02070698433076, 9.42057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 660, '2021-05-23 00:00:00', 0.334787418199395, 0.876153846153845, 0.318474307622115, 1.06826923076923, 0.398575540567233, 1.45269230769231, 0.709154859945709, 2.42884615384615, 4.03810786326773, 9.36134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 675, '2021-05-23 00:00:00', 0.200947850104297, 0.715961538461534, 0.389070737092292, 1.07096153846153, 0.427537672654076, 1.3776923076923, 0.715765566476792, 2.42211538461538, 4.05222875521797, 9.34326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 690, '2021-05-23 00:00:00', 0.336250135830687, 0.781923076923077, 0.389521995034151, 1.03923076923077, 0.432347127273376, 1.34403846153846, 0.851511800360889, 2.47288461538461, 4.07317147743812, 9.30326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 705, '2021-05-23 00:00:00', 0.223261144092605, 0.738461538461537, 0.269271452970073, 0.981346153846151, 0.368585654380882, 1.27923076923077, 0.952185037770414, 2.52788461538461, 4.10410972731556, 9.96057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 720, '2021-05-23 00:00:00', 0.201851811599881, 0.603076923076918, 0.320138431595796, 0.841153846153843, 0.344359382935017, 1.13923076923077, 1.09987838488556, 2.54269230769231, 4.11046481088678, 10.0648076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 735, '2021-05-23 00:00:00', 0.305922312913693, 0.65730769230769, 0.314144075226641, 0.897500000000003, 0.354954005687845, 1.16288461538461, 1.12390830792168, 2.60173076923077, 4.1407843599232, 10.1463461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 750, '2021-05-23 00:00:00', 0.231999005302907, 0.613461538461541, 0.264677452470278, 0.816923076923075, 0.294570613187816, 1.10038461538461, 1.10090682900682, 2.58961538461539, 4.1570488468846, 10.1436538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 765, '2021-05-23 00:00:00', 0.202073958281082, 0.541730769230768, 0.257339046037295, 0.759230769230772, 0.425018370643689, 1.14384615384615, 1.03427360239706, 2.69326923076923, 4.16229556208516, 10.1328846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 780, '2021-05-23 00:00:00', 0.194567864371675, 0.570576923076922, 0.258267601232045, 0.806923076923074, 0.433281619202182, 1.23019230769231, 1.11141934549406, 2.81980769230769, 4.13108080940644, 10.1605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 795, '2021-05-23 00:00:00', 0.222640102822056, 0.576153846153847, 0.400362335890877, 0.894999999999998, 0.563734389174958, 1.33269230769231, 1.17981877682712, 2.86288461538462, 4.0996149959947, 10.1686538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 810, '2021-05-23 00:00:00', 0.280290028363478, 0.612499999999996, 0.334735027240264, 0.883461538461538, 0.58660040782592, 1.25403846153846, 1.19808205703308, 2.87384615384615, 4.11053098291918, 10.2498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 825, '2021-05-23 00:00:00', 0.224036483979385, 0.602884615384618, 0.404467551232477, 0.875000000000002, 0.595126877228715, 1.24, 1.13254799524721, 2.84480769230769, 4.13150723567823, 10.2409615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 840, '2021-05-23 00:00:00', 0.317724663094417, 0.570192307692307, 0.36827419759655, 0.811730769230767, 0.527934181503714, 1.1475, 1.15338431782965, 2.88076923076923, 4.16093935862491, 10.1878846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 855, '2021-05-23 00:00:00', 0.221666763061474, 0.561923076923075, 0.374971793811005, 0.860384615384617, 0.395094973976553, 1.07096153846154, 1.2335742314978, 3.02576923076923, 4.18509266968441, 10.1594230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 870, '2021-05-23 00:00:00', 0.335627598113426, 0.58173076923077, 0.357747278654379, 0.736346153846158, 0.6264061105901, 1.12384615384616, 1.28424943659112, 3.13384615384615, 4.19360810776811, 10.1551923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 885, '2021-05-23 00:00:00', 0.214850305669208, 0.490576923076924, 0.250709224769681, 0.693653846153847, 0.579551152584083, 1.25346153846154, 3.38427938585727, 4.9398076923077, 4.17839001475265, 10.1836538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 900, '2021-05-23 00:00:00', 0.176545047639841, 0.521923076923074, 0.446690436604419, 0.812884615384614, 0.709315406680164, 1.37211538461538, 3.29917976402993, 5.11865384615385, 4.17839406489365, 10.1851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 915, '2021-05-23 00:00:00', 0.326803693134205, 0.575576923076921, 0.495851753590188, 0.980192307692307, 0.709609020192432, 1.39519230769231, 3.22256541975728, 5.27673076923077, 4.19283411126834, 10.2132692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 930, '2021-05-23 00:00:00', 0.447945738472179, 0.690769230769232, 0.603640748994098, 1.01692307692308, 0.676905742785051, 1.38576923076923, 3.1939333177857, 5.25903846153846, 4.18953599413513, 10.2503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 945, '2021-05-23 00:00:00', 0.304092154554398, 0.645961538461538, 0.517546616257896, 0.902499999999999, 0.604926568970278, 1.54192307692308, 3.19902889110959, 5.25038461538461, 4.16720906418377, 10.2592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 960, '2021-05-23 00:00:00', 0.400720121012927, 0.623846153846155, 0.446549549322356, 0.917500000000001, 0.601815202916591, 1.74846153846154, 3.31600949358389, 5.28480769230769, 4.15446951626059, 10.2401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 975, '2021-05-23 00:00:00', 0.296327261914669, 0.645384615384614, 0.491848162937115, 1.25884615384615, 0.568218572517521, 1.79288461538462, 3.35181018831042, 5.28846153846154, 4.1259372455051, 10.2030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 990, '2021-05-23 00:00:00', 0.288905893648117, 1.05115384615385, 0.460101034054983, 1.4648076923077, 0.739024122641579, 1.79942307692308, 3.42646883158831, 5.33942307692308, 4.22791479791889, 10.3465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 1005, '2021-05-23 00:00:00', 0.342511145242581, 0.971730769230772, 0.401794867295011, 1.23134615384615, 0.75127215185567, 1.69538461538462, 3.35809073501825, 5.24923076923077, 4.21855666622529, 10.2971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 1020, '2021-05-23 00:00:00', 0.241415377752503, 0.804230769230769, 0.501307252629027, 1.20480769230769, 0.716783010830605, 1.67826923076923, 3.44187965194333, 5.23153846153846, 4.21374929432028, 10.2463461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 1035, '2021-05-23 00:00:00', 0.497896536981788, 0.870192307692311, 0.617359669510782, 1.19019230769231, 0.839802563793326, 1.73711538461538, 3.42539109502056, 5.22307692307692, 4.11879859723869, 10.3717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 1050, '2021-05-23 00:00:00', 0.41074266696016, 0.788461538461536, 0.552971413922445, 1.12423076923077, 0.851690445751633, 1.62384615384615, 3.40458207646469, 5.10134615384615, 4.12589123239313, 10.3276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 1065, '2021-05-23 00:00:00', 0.266457097138332, 0.72076923076923, 0.533475253553386, 1.11038461538461, 3.00035990148874, 3.85346153846154, 3.35821487034177, 5.11134615384615, 4.11341432202196, 10.3457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 1080, '2021-05-23 00:00:00', 0.414324287707847, 0.753846153846154, 0.643221220468929, 1.00153846153846, 2.98905194643076, 4.05153846153846, 3.36266945812629, 5.05326923076923, 4.1362231006634, 10.2915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 1095, '2021-05-23 00:00:00', 0.275948991942069, 0.610384615384614, 3.02008378004014, 3.52403846153846, 2.96544608137434, 4.11730769230769, 3.3490405572113, 4.89942307692307, 4.16184220027622, 10.2475 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 600, '2021-05-23 00:00:00', 2.85587146877339, 2.66461538461539, 2.84032430434381, 3.11192307692308, 2.87399901638011, 3.57211538461538, 3.27212292885498, 4.53230769230769, 3.97412500287316, 10.0234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 615, '2021-05-23 00:00:00', 0.461667212810931, 1.31884615384616, 0.604334249083555, 1.78173076923077, 0.695139941638763, 2.13153846153846, 1.35362250447286, 3.22673076923077, 3.20756634921483, 9.21326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 630, '2021-05-23 00:00:00', 0.465771361870244, 1.06480769230769, 0.387895158317493, 1.34942307692308, 0.62201817930396, 1.70384615384615, 1.01452740039579, 2.85461538461538, 3.1341860923593, 9.03230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 645, '2021-05-23 00:00:00', 0.343975457532387, 0.858653846153845, 0.410180870048622, 1.15211538461538, 0.717735568405139, 1.54211538461538, 1.00853137703372, 2.73653846153846, 3.13249973908772, 8.96115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 660, '2021-05-23 00:00:00', 0.339061374067609, 0.808846153846151, 0.564106372947514, 1.16, 0.87089414706072, 1.55384615384615, 1.03090080101747, 2.65730769230769, 3.14877111560392, 8.93653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 675, '2021-05-23 00:00:00', 0.349556202150008, 0.821538461538462, 0.472773160763658, 1.07769230769231, 0.750731745596357, 1.44307692307693, 0.818901703502924, 2.6, 3.14552497758568, 8.85923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 690, '2021-05-23 00:00:00', 0.314972037830954, 0.72923076923077, 0.59119748099807, 1.03230769230769, 0.720728691085517, 1.44461538461539, 0.700908448976149, 2.52557692307693, 3.15228918650948, 8.78865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 705, '2021-05-23 00:00:00', 0.374607281542441, 0.648846153846154, 0.398995662208926, 0.93846153846154, 0.455244482076982, 1.38346153846154, 0.731870101967451, 2.62461538461539, 3.22606294945498, 9.18807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 720, '2021-05-23 00:00:00', 0.263890420148503, 0.65692307692308, 0.418958415413931, 0.973076923076925, 0.428364510488616, 1.38807692307692, 0.709051913039246, 2.63884615384616, 3.14102364500198, 9.24653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 735, '2021-05-23 00:00:00', 0.257786509762218, 0.646730769230769, 0.366859436506472, 0.964615384615385, 0.451273752837452, 1.36, 0.733431555193698, 2.63461538461539, 3.13392089144671, 9.25307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 750, '2021-05-23 00:00:00', 0.343301840726427, 0.718076923076924, 0.421454806410074, 0.971923076923077, 0.466770409714043, 1.28884615384615, 0.804015331847695, 2.72557692307693, 3.07094803703251, 9.23961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 765, '2021-05-23 00:00:00', 0.361577739273952, 0.677692307692309, 0.41230981629763, 0.93076923076923, 0.424275672356836, 1.23461538461539, 1.11682491224694, 2.93326923076923, 2.96258400724772, 9.305 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 780, '2021-05-23 00:00:00', 0.332014828213811, 0.615384615384612, 0.302672264999626, 0.862499999999999, 0.437009593276149, 1.22923076923077, 1.13019496275915, 3.04557692307693, 2.95506990676128, 9.31807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 795, '2021-05-23 00:00:00', 0.283382929294246, 0.643269230769234, 0.350211858956617, 0.837884615384616, 0.376574080974166, 1.20596153846154, 1.28518710101502, 3.25173076923077, 2.9340907384637, 9.37769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 810, '2021-05-23 00:00:00', 0.277460530803658, 0.557884615384612, 0.367882924520624, 0.890384615384615, 0.345925069698849, 1.16192307692308, 1.29140723780152, 3.26442307692308, 2.92161283171839, 9.38346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 825, '2021-05-23 00:00:00', 0.306213914671528, 0.674807692307692, 0.332957435487113, 0.875576923076923, 0.434171226414368, 1.21942307692308, 1.22286877401524, 3.35596153846154, 2.8813830813584, 9.40230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 840, '2021-05-23 00:00:00', 0.245495104134167, 0.570384615384616, 0.327037283219185, 0.805769230769234, 0.463622027750395, 1.07423076923077, 1.16020026454322, 3.42057692307692, 2.83654695279042, 9.34384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 855, '2021-05-23 00:00:00', 0.251394877862271, 0.55076923076923, 0.363859017499065, 0.78423076923077, 0.465543354999951, 1.03884615384615, 1.13725392942825, 3.3975, 2.83564780280247, 9.34269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 870, '2021-05-23 00:00:00', 0.214490451643317, 0.513076923076923, 0.268571434416645, 0.638846153846154, 0.39861379998497, 1.00019230769231, 1.17891816444634, 3.35403846153846, 2.8701615875176, 9.34153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 885, '2021-05-23 00:00:00', 0.202305176936687, 0.47076923076923, 0.261853746613225, 0.730769230769231, 0.650008757337458, 1.35076923076923, 2.22900720397773, 4.60634615384615, 2.84897970940745, 9.37076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 900, '2021-05-23 00:00:00', 0.16576953417784, 0.543461538461538, 0.273135708732149, 0.751346153846155, 0.663480334181921, 1.41307692307693, 2.20311154087542, 4.67769230769231, 2.84382145387829, 9.38769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 915, '2021-05-23 00:00:00', 0.240212165835509, 0.556730769230772, 0.692038682778312, 1.11846153846154, 0.764154736645966, 1.47269230769231, 2.18875577581279, 4.78461538461538, 2.86665551578034, 9.40038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 930, '2021-05-23 00:00:00', 0.664835231177911, 0.868269230769229, 0.672638461582445, 1.0875, 0.875193956525328, 1.61230769230769, 2.22106468752124, 4.80711538461538, 2.8706561029734, 9.41730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 945, '2021-05-23 00:00:00', 0.302630772750204, 0.624230769230771, 0.45666836982651, 0.924999999999998, 1.01485521892761, 1.84365384615385, 2.20421059478305, 4.84711538461538, 2.83040817931592, 9.41730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 960, '2021-05-23 00:00:00', 0.368632608432841, 0.684999999999999, 0.607511221802017, 1.08326923076923, 0.935727462787846, 1.92173076923077, 2.30713502822473, 4.89903846153846, 2.79356502313111, 9.38653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 975, '2021-05-23 00:00:00', 0.471685398740108, 0.798653846153847, 0.807303226798953, 1.5175, 0.985407861672592, 2.03557692307692, 2.31164065113936, 4.9125, 2.8208286834791, 9.39269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 990, '2021-05-23 00:00:00', 0.621352649776771, 1.24134615384615, 0.684924729160353, 1.56673076923077, 0.811867197362873, 1.94711538461538, 2.17869700827035, 4.86057692307692, 2.94931019314425, 9.51615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 1005, '2021-05-23 00:00:00', 0.340515954669695, 0.898653846153845, 0.411299301463803, 1.32634615384615, 0.477009272607824, 1.68461538461538, 2.14267497265954, 4.59903846153846, 2.9619909104935, 9.48192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 1020, '2021-05-23 00:00:00', 0.32924178630021, 0.968076923076923, 0.413613160034645, 1.17961538461538, 0.531854809568873, 1.66846153846154, 2.15070822861107, 4.56326923076923, 3.15078871688686, 9.55346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 1035, '2021-05-23 00:00:00', 0.321530953169606, 0.783076923076926, 0.372752753691525, 1.13615384615385, 0.518499165491504, 1.59423076923077, 2.17737040592899, 4.47826923076923, 3.18397494675106, 9.49769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 1050, '2021-05-23 00:00:00', 0.283881069355567, 0.882692307692309, 0.459236155103065, 1.22461538461539, 0.502776445198215, 1.51807692307693, 2.19366459290244, 4.47288461538461, 3.31570834757127, 9.49038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 1065, '2021-05-23 00:00:00', 0.340378974312235, 0.744615384615388, 0.382737708941978, 1.05807692307693, 1.82172991538685, 3.18173076923077, 2.07624995716204, 4.35173076923077, 3.38275746077982, 9.47596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 1080, '2021-05-23 00:00:00', 0.287123934645222, 0.721923076923076, 0.3610454904217, 0.844615384615383, 1.76515878562285, 3.26346153846154, 2.09862549339763, 4.34019230769231, 3.46438131339715, 9.48673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 1095, '2021-05-23 00:00:00', 0.147452208685232, 0.473076923076921, 1.79074841466226, 3.01673076923077, 1.70392195785533, 3.34403846153846, 2.05363116492189, 4.31980769230769, 3.48978633355198, 9.55557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 600, '2021-05-23 00:00:00', 1.61217503583012, 2.29711538461538, 1.55423304113439, 2.51211538461538, 1.46627116025127, 2.91634615384615, 1.70500737647852, 3.95692307692307, 3.61699525211827, 9.55057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 615, '2021-05-23 00:00:00', 0.646197040680791, 1.20884615384616, 0.704321413735341, 1.60942307692308, 0.871596589819288, 2.09615384615385, 1.20160949755542, 3.21576923076923, 3.8763183563789, 9.395 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 630, '2021-05-23 00:00:00', 0.369409143612628, 0.958653846153846, 0.41904176402836, 1.285, 1.14071401391342, 1.83230769230769, 1.1379347689835, 2.93346153846154, 3.91146353191979, 9.35480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 645, '2021-05-23 00:00:00', 0.277918153419311, 0.832499999999996, 0.635744536260132, 1.22134615384615, 1.11571103579045, 1.73365384615385, 1.1201293881306, 2.77538461538461, 3.90398323707782, 9.39865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 660, '2021-05-23 00:00:00', 0.601623956151501, 0.91423076923077, 1.14868729426245, 1.2775, 1.10384307691879, 1.62846153846154, 1.3392538824056, 2.95019230769231, 3.92512077717165, 9.44134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 675, '2021-05-23 00:00:00', 0.64642079650476, 0.839615384615385, 0.651639943054917, 1.10115384615385, 0.820459908550358, 1.48230769230769, 1.68175329755769, 3.03692307692308, 3.93358527496031, 9.47634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 690, '2021-05-23 00:00:00', 0.350925863307999, 0.705192307692308, 0.383585513482779, 0.974615384615383, 0.715195508504228, 1.42615384615384, 1.72905856999164, 3.02846153846154, 3.9398566403048, 9.46711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 705, '2021-05-23 00:00:00', 0.210103271310526, 0.629230769230763, 0.387073437675396, 0.964615384615377, 0.555337735076595, 1.32999999999999, 1.67698714503582, 3.09673076923077, 4.08305449859067, 9.87096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 720, '2021-05-23 00:00:00', 0.24411094577293, 0.636923076923069, 0.378607163977898, 0.939230769230762, 0.620326247910049, 1.35557692307692, 1.65136560039073, 3.14711538461538, 4.08836542943697, 9.83326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 735, '2021-05-23 00:00:00', 0.214426246958288, 0.631153846153847, 0.504121017217099, 0.895, 0.607163518717606, 1.32653846153846, 1.62047539321027, 3.2025, 4.07048651883285, 9.8075 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 750, '2021-05-23 00:00:00', 0.366120829151332, 0.597307692307691, 0.484733431898401, 0.9325, 0.509786682386329, 1.30769230769231, 1.65524722764165, 3.23576923076923, 4.06510897289832, 9.81019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 765, '2021-05-23 00:00:00', 0.248714927948882, 0.646346153846155, 0.328503600261272, 0.928846153846153, 0.440481729298905, 1.32807692307692, 1.65796817265545, 3.43730769230769, 4.02074649115731, 9.84211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 780, '2021-05-23 00:00:00', 0.259028065007517, 0.65653846153846, 0.34943030558545, 0.93153846153846, 0.529858036139438, 1.31846153846154, 1.65623879967185, 3.52019230769231, 3.98867724362929, 9.85307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 795, '2021-05-23 00:00:00', 0.267690981429078, 0.632307692307693, 0.391578266074025, 0.878461538461538, 0.537080175937095, 1.32134615384615, 1.70659378475191, 3.47288461538462, 4.0108587465299, 9.87826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 810, '2021-05-23 00:00:00', 0.26618905947581, 0.586153846153849, 0.353843946481413, 0.871538461538465, 0.62701272837038, 1.2698076923077, 1.72491985321057, 3.48750000000001, 3.99381370179123, 9.87326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 825, '2021-05-23 00:00:00', 0.225373877402386, 0.615769230769234, 0.398223410431112, 0.936730769230771, 0.59947698358332, 1.19942307692308, 1.71748686032371, 3.55134615384616, 3.99461717141378, 9.87211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 840, '2021-05-23 00:00:00', 0.293701640863913, 0.670576923076924, 0.476183909203806, 0.921346153846156, 1.04833875910707, 1.46192307692308, 1.6469578132003, 3.61403846153846, 4.02109126500984, 9.83519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 855, '2021-05-23 00:00:00', 0.279972526124652, 0.593846153846156, 0.323384267730182, 0.784230769230773, 1.58162507713281, 1.59673076923077, 1.77839846923703, 3.71365384615385, 4.01593210274354, 9.77442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 870, '2021-05-23 00:00:00', 0.262850937576065, 0.498846153846155, 1.07046876863147, 1.13576923076923, 1.7139394680093, 1.7425, 1.75673294892711, 3.70942307692308, 4.0221777731052, 9.76403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 885, '2021-05-23 00:00:00', 0.277863223573204, 0.590833333333334, 0.382765904070415, 0.840208333333335, 0.616605032662192, 1.42187500000001, 2.91442830517659, 5.12354166666667, 3.82585378720711, 9.325625 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 900, '2021-05-23 00:00:00', 0.293597670956882, 0.643124999999998, 0.498032360277989, 0.984166666666663, 0.619776980400842, 1.511875, 2.9582717410408, 5.31270833333334, 3.84025233522335, 9.28354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 915, '2021-05-23 00:00:00', 0.323220882881099, 0.699999999999999, 0.543286930089246, 1.05708333333333, 0.727232569502307, 1.52541666666667, 3.01436497386302, 5.40875, 3.81804055116788, 9.28354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 930, '2021-05-23 00:00:00', 0.413381250144479, 0.776666666666665, 0.512553814777999, 1.04375, 0.802503527239525, 1.51520833333333, 3.01447603421715, 5.41125, 3.8096898707417, 9.27229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 945, '2021-05-23 00:00:00', 0.325028426850437, 0.714999999999998, 0.591728614842302, 1.05166666666667, 0.661134256739718, 1.815625, 3.00812052370661, 5.40229166666667, 3.80233975807917, 9.274375 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 960, '2021-05-23 00:00:00', 0.488058858412962, 0.735833333333332, 0.619034976827827, 1.03770833333333, 0.648787016201234, 1.874375, 2.98385000029749, 5.39395833333334, 3.83128255831734, 9.23604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 975, '2021-05-23 00:00:00', 0.336387188489263, 0.664583333333334, 0.407087347746957, 1.37375, 0.659017576902669, 1.86458333333334, 3.00160843808444, 5.33020833333334, 3.90418532391564, 9.16 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 990, '2021-05-23 00:00:00', 0.358381021430739, 1.1425, 0.492417873679297, 1.49666666666667, 0.595733015777163, 1.8225, 3.01990821166539, 5.50604166666667, 3.90849233322014, 9.12666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 1005, '2021-05-23 00:00:00', 0.261580688357797, 0.986249999999997, 0.420367118710245, 1.32291666666667, 0.557254527748005, 1.7125, 3.07452505316451, 5.35104166666667, 3.91843328181787, 9.02958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 1020, '2021-05-23 00:00:00', 0.419466318974029, 0.899583333333331, 0.469205310273022, 1.14333333333333, 0.650459703661153, 1.7075, 3.00203933553534, 5.28020833333334, 3.8417005170001, 8.96791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 1035, '2021-05-23 00:00:00', 0.265247696652977, 0.752083333333334, 0.502091278727193, 1.12, 0.981329695369753, 1.68416666666667, 2.99106252478512, 5.215625, 3.81288880174767, 8.93833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 1050, '2021-05-23 00:00:00', 0.29530842388491, 0.773749999999998, 0.446089084168726, 1.08708333333333, 0.982493131590845, 1.48333333333333, 2.93557193122665, 5.05895833333334, 3.77787926476356, 8.805 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 1065, '2021-05-23 00:00:00', 0.267987332060543, 0.694583333333333, 0.971945512726995, 1.09458333333334, 2.72047129834978, 3.85479166666667, 2.86762582169656, 4.986875, 3.68827951721415, 8.71916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 1080, '2021-05-23 00:00:00', 0.75971915100634, 0.795833333333337, 0.796170066859032, 0.922083333333337, 2.87906743626061, 4.04854166666667, 2.88801815571745, 4.92979166666667, 3.68461981599266, 8.72583333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 1095, '2021-05-23 00:00:00', 0.237668323265969, 0.505833333333336, 2.60289648443722, 3.49625, 2.68731521103838, 4.00500000000001, 2.63384035891165, 4.76708333333334, 3.57286472159814, 8.74083333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 600, '2021-05-23 00:00:00', 1.11052501560148, 2.24608695652174, 1.38226085066768, 2.64217391304348, 1.50319876321767, 3.06239130434783, 1.78648253886235, 3.92304347826087, 2.72679713738637, 8.40391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 615, '2021-05-23 00:00:00', 0.616542059126492, 1.48173913043478, 0.747883707220375, 1.95130434782609, 0.833376626016421, 2.33565217391304, 1.38909701383093, 3.28217391304348, 2.70883901228301, 8.24239130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 630, '2021-05-23 00:00:00', 0.370068896480499, 1.11652173913044, 0.436785328193272, 1.35782608695653, 0.710530058777868, 1.83434782608696, 1.29410139439394, 2.79434782608696, 2.8459607844384, 8.24282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 645, '2021-05-23 00:00:00', 0.277061800157872, 0.822173913043481, 0.416401391180519, 1.25086956521739, 0.704018673395896, 1.65826086956522, 1.17348977876655, 2.66347826086956, 2.7759841576418, 8.26195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 660, '2021-05-23 00:00:00', 0.317153221657775, 0.910434782608698, 0.544317028640464, 1.19913043478261, 0.998078390863315, 1.70173913043479, 1.24145426643601, 2.63782608695652, 2.71410775925602, 8.27326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 675, '2021-05-23 00:00:00', 0.417865836971044, 0.751304347826087, 0.514198405287295, 1.01, 0.862076555847729, 1.46847826086957, 1.26501464629307, 2.62434782608696, 2.70759995746127, 8.2645652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 690, '2021-05-23 00:00:00', 0.349204629863044, 0.754347826086957, 0.732968138796034, 1.19173913043479, 0.69175979975231, 1.4904347826087, 1.18527793975355, 2.65739130434783, 2.69167852842706, 8.24413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 705, '2021-05-23 00:00:00', 0.631246962188913, 0.890000000000001, 0.630199714250884, 1.08195652173913, 0.652352386646692, 1.42, 1.27594481771965, 2.78521739130434, 3.62920850156423, 9.3145652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 720, '2021-05-23 00:00:00', 0.234969723051684, 0.62195652173913, 0.336044181172062, 0.945652173913041, 0.578987121580888, 1.28478260869565, 1.15330732528727, 2.70217391304348, 3.73369370408036, 9.35869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 735, '2021-05-23 00:00:00', 0.341235982931798, 0.690217391304348, 0.565586459772741, 0.978043478260867, 0.579107600233515, 1.32739130434783, 1.19462796232946, 2.70782608695652, 3.79572179599206, 9.46195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 750, '2021-05-23 00:00:00', 0.370587611592203, 0.694782608695653, 0.483500493559965, 0.980000000000003, 0.477569190815124, 1.39217391304348, 1.20157554671623, 2.66739130434783, 3.78080193095416, 9.44282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 765, '2021-05-23 00:00:00', 0.282821051259581, 0.65826086956522, 0.355548899256976, 0.891739130434783, 0.492465363642312, 1.39304347826087, 1.21622333865379, 2.89913043478261, 3.76144910999931, 9.45195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 780, '2021-05-23 00:00:00', 0.239069341818702, 0.637826086956524, 0.294193477785524, 0.939565217391307, 0.562720312586661, 1.41217391304348, 1.2609546856916, 2.93391304347826, 3.72374561737572, 9.46717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 795, '2021-05-23 00:00:00', 0.313381405221082, 0.675217391304353, 0.478053943737034, 0.980869565217393, 0.670021458567348, 1.36586956521739, 1.41417135892758, 3.02521739130435, 3.72615806865049, 9.47195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 810, '2021-05-23 00:00:00', 0.306959460958504, 0.631739130434786, 0.430801716079535, 0.900869565217395, 0.513672836160037, 1.21934782608696, 1.40178330803579, 3.02652173913043, 3.74919768755867, 9.49913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 825, '2021-05-23 00:00:00', 0.288198712737782, 0.593043478260873, 0.456131806933526, 0.861956521739132, 0.474930304851568, 1.03760869565217, 1.26788626190307, 3.05086956521739, 3.77612369737349, 9.46478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 840, '2021-05-23 00:00:00', 0.381142058522415, 0.560217391304347, 0.436392075407265, 0.758043478260868, 0.58119365722079, 1.00760869565217, 1.23032018069914, 3.02826086956521, 3.80602760713123, 9.44434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 855, '2021-05-23 00:00:00', 0.437539382755941, 0.599565217391305, 0.487881501682322, 0.730217391304347, 0.737884287232003, 1.10369565217391, 1.26547496121826, 3.03217391304348, 3.79941688629839, 9.44130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 870, '2021-05-23 00:00:00', 0.191089811883141, 0.44804347826087, 0.360409982840692, 0.69108695652174, 0.597370969414164, 1.11543478260869, 1.16178528966782, 2.92782608695652, 3.81461609452598, 9.44869565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 885, '2021-05-23 00:00:00', 0.239553273304686, 0.476956521739132, 0.471985441424834, 0.745434782608691, 0.929994687391853, 1.33086956521739, 2.05071618165643, 4.65869565217391, 3.98420541470458, 9.38782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 900, '2021-05-23 00:00:00', 0.408467806095658, 0.563695652173909, 0.463199476403753, 0.800869565217388, 0.893728920534186, 1.38173913043478, 2.0169046696957, 4.81391304347826, 3.98420541470458, 9.38782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 915, '2021-05-23 00:00:00', 0.329623092939812, 0.578260869565215, 0.811318889168091, 1.07739130434783, 0.938288114056782, 1.45130434782609, 2.13113659389026, 4.91, 3.9864903903573, 9.37978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 930, '2021-05-23 00:00:00', 0.66008922621208, 0.84217391304348, 0.693525962649964, 1.06652173913044, 0.839685147090894, 1.42434782608696, 2.15453848125154, 4.94739130434783, 3.96794506558222, 9.37695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 945, '2021-05-23 00:00:00', 0.41813060349731, 0.641739130434783, 0.533063337455435, 0.917391304347828, 0.667143637016097, 1.66521739130435, 2.13066443365767, 5.05826086956522, 3.88694969924064, 9.40065217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 960, '2021-05-23 00:00:00', 0.287190975008757, 0.60826086956522, 0.368279838608754, 0.808695652173914, 0.580944780460814, 1.70826086956522, 2.03740837956909, 5.03521739130435, 3.79745157161157, 9.3954347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 975, '2021-05-23 00:00:00', 0.194862878717252, 0.564782608695654, 0.528246035023251, 1.30434782608696, 0.69191748234276, 1.8495652173913, 2.07186152478046, 5.05478260869565, 3.80664458338176, 9.42456521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 990, '2021-05-23 00:00:00', 0.569023155749091, 1.19347826086957, 0.607311186683033, 1.53217391304348, 0.8726152143144, 1.92869565217391, 2.08056888788456, 5.04652173913043, 3.83131285613444, 9.42326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 1005, '2021-05-23 00:00:00', 0.311052020864349, 0.984782608695654, 0.519018913346196, 1.33521739130435, 0.718908922969865, 1.77130434782608, 2.07165977165319, 4.93086956521739, 3.8361711369665, 9.36108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 1020, '2021-05-23 00:00:00', 0.379456653359321, 0.906521739130436, 0.574817035678248, 1.16652173913043, 0.597805274520943, 1.50565217391304, 2.11839988741596, 4.97391304347826, 3.85110280134941, 9.34717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 1035, '2021-05-23 00:00:00', 0.347309819429188, 0.808260869565213, 0.537279782997079, 1.13826086956522, 0.631325852484919, 1.42217391304348, 2.1187757717019, 5.00304347826087, 3.83736789887344, 9.39586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 1050, '2021-05-23 00:00:00', 0.407752928368254, 0.795217391304347, 0.502031052690579, 1.00521739130434, 0.695630632077529, 1.32739130434783, 2.18569638236634, 4.93130434782609, 3.90684504953891, 9.34717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 1065, '2021-05-23 00:00:00', 0.504416855028021, 0.709999999999994, 0.59152846833754, 0.981739130434782, 2.13326812781196, 3.91478260869565, 2.20525752934912, 4.89695652173913, 3.93559359395236, 9.38586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 1080, '2021-05-23 00:00:00', 0.331116807065041, 0.642608695652176, 0.436920593178072, 0.827826086956524, 2.1540073417838, 4.03108695652174, 2.20302567719656, 4.89195652173913, 4.04582626639671, 9.48978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 1095, '2021-05-23 00:00:00', 0.273899522848437, 0.508695652173915, 2.13466476897178, 3.66869565217391, 2.18373478894725, 4.06608695652174, 2.17012777168869, 4.88, 4.1421631919917, 9.605 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 600, '2021-05-23 00:00:00', 1.38745102483667, 2.80818181818182, 1.59041679921903, 3.2225, 1.77703162495885, 3.63340909090909, 1.58338541153816, 4.50113636363636, 3.95411367934427, 10.1456818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 615, '2021-05-23 00:00:00', 0.553084816147409, 1.35636363636363, 0.864438517314243, 1.87295454545454, 0.878898766141775, 2.27522727272727, 0.883590330579941, 3.20340909090909, 3.89980177651428, 9.76590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 630, '2021-05-23 00:00:00', 0.461670690904056, 1.09772727272727, 0.526017258123873, 1.48181818181818, 0.820215267119301, 1.82068181818182, 0.892773203846582, 2.90522727272727, 3.9459426254652, 9.72818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 645, '2021-05-23 00:00:00', 0.336781622823844, 0.893636363636363, 0.492770296319761, 1.20522727272727, 0.675150135620002, 1.54590909090909, 0.828509327423477, 2.73090909090909, 4.011808139163, 9.65045454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 660, '2021-05-23 00:00:00', 0.298304461830615, 0.778863636363639, 0.536629139474679, 1.0075, 0.589818190492202, 1.39545454545454, 0.821975763538166, 2.63818181818182, 4.07963063857332, 9.61363636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 675, '2021-05-23 00:00:00', 0.319816387392862, 0.697954545454548, 0.404728544589077, 1.07363636363637, 0.497836227178085, 1.44863636363637, 0.790582556865999, 2.57727272727273, 4.15506505176701, 9.64318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 690, '2021-05-23 00:00:00', 0.267686901166783, 0.739090909090911, 0.334601915054948, 0.951818181818182, 0.602818236983444, 1.40227272727273, 0.812299392484263, 2.46727272727273, 4.17175671780535, 9.63727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 705, '2021-05-23 00:00:00', 0.20234127443997, 0.569090909090906, 0.284921573472952, 0.867727272727273, 0.389959482854818, 1.31727272727273, 0.649647423524313, 2.42681818181818, 4.90158038389051, 10.2804545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 720, '2021-05-23 00:00:00', 0.252030713444775, 0.646363636363638, 0.26749570130462, 1.03704545454546, 0.429213516124834, 1.35363636363637, 0.639058425338149, 2.44636363636364, 4.87732648449574, 10.3077272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 735, '2021-05-23 00:00:00', 0.280503277600436, 0.760227272727278, 0.320768827495192, 0.964545454545457, 0.473235158405961, 1.28090909090909, 0.711224174813987, 2.43272727272727, 4.82403667794202, 10.4081818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 750, '2021-05-23 00:00:00', 0.187260958735841, 0.539999999999998, 0.340513045563799, 0.79409090909091, 0.362972337443116, 1.19181818181819, 0.805884204243613, 2.38272727272727, 4.81280005529986, 10.4459090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 765, '2021-05-23 00:00:00', 0.301590660344322, 0.580454545454549, 0.32407978281236, 0.869090909090908, 0.480691466238255, 1.275, 0.814830075505352, 2.54636363636364, 4.74364135800055, 10.57 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 780, '2021-05-23 00:00:00', 0.288122749214148, 0.646363636363635, 0.353157679118475, 0.901818181818183, 0.367973566244294, 1.35045454545454, 0.83157858541628, 2.54909090909091, 4.66035246144914, 10.7322727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 795, '2021-05-23 00:00:00', 0.212001388544015, 0.592727272727275, 0.357130216226501, 0.880909090909096, 0.443966770723325, 1.34272727272727, 0.779415504168686, 2.51863636363636, 4.61452095884868, 10.7468181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 810, '2021-05-23 00:00:00', 0.13932369889431, 0.582954545454548, 0.286135620071316, 0.905454545454544, 0.468197242632483, 1.24090909090909, 0.7966913452317, 2.52136363636364, 4.53008060668133, 10.7472727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 825, '2021-05-23 00:00:00', 0.273662528771626, 0.654318181818182, 0.441715773632011, 0.928409090909091, 0.42544279199919, 1.13295454545455, 0.883395652461499, 2.63545454545454, 4.51052439335276, 10.7727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 840, '2021-05-23 00:00:00', 0.251843420055216, 0.581818181818182, 0.321151877059012, 0.783636363636364, 0.398766496354339, 0.996363636363634, 0.841147047179242, 2.60045454545454, 4.48617976394826, 10.7822727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 855, '2021-05-23 00:00:00', 0.219233217061657, 0.511818181818181, 0.254546961962142, 0.68318181818182, 0.352513547067061, 0.909090909090908, 0.83395176186968, 2.61772727272727, 4.48057703457608, 10.7909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 870, '2021-05-23 00:00:00', 0.166718390242414, 0.449545454545455, 0.21825359569691, 0.621818181818179, 0.40878899393017, 0.93318181818182, 0.8145271913537, 2.63545454545454, 4.46223763582967, 10.8286363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 885, '2021-05-23 00:00:00', 0.146293306756431, 0.447272727272729, 0.212645671994946, 0.629090909090912, 0.400151756926578, 1.11500000000001, 1.81419075492025, 4.2, 4.48259558776645, 10.8481818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 900, '2021-05-23 00:00:00', 0.208438847738982, 0.479090909090909, 0.415771592723721, 0.737727272727277, 0.407170577016413, 1.13454545454546, 1.93780230151073, 4.29295454545455, 4.49107930124189, 10.8813636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 915, '2021-05-23 00:00:00', 0.269817960117062, 0.522727272727275, 0.313783295779041, 0.821363636363639, 0.486549828826129, 1.12454545454546, 2.01256320650388, 4.45977272727273, 4.49107930124189, 10.8813636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 930, '2021-05-23 00:00:00', 0.273491138060091, 0.585454545454548, 0.335167141866583, 0.77318181818182, 0.562625454985286, 1.13045454545455, 2.03119978459409, 4.49977272727273, 4.49107930124189, 10.8813636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 945, '2021-05-23 00:00:00', 0.228289328081754, 0.502727272727274, 0.444315710071623, 0.734545454545457, 0.607799460334315, 1.48977272727273, 2.04611167775259, 4.60204545454546, 4.49107930124189, 10.8813636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945);
Date: 2021-05-23 15:55:18 Duration: 6s613ms Database: acaweb_fx User: pgperfstats
5 1m2s 4 14s165ms 17s457ms 15s732ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 15 4 1m2s 15s732ms [ User: pgperfstats - Total duration: 1m2s - 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 982610, 1, 945, '2021-05-23 00:00:00', 0.000253558747554765, 0.000689038461538475, 0.000299850539692423, 0.000982115384615392, 0.000418498093001815, 0.00139442307692309, 0.00144393779164958, 0.00330288461538461, 0.00268731790796354, 0.00640653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 960, '2021-05-23 00:00:00', 0.000288101544598419, 0.000787499999999988, 0.000307883344541645, 0.00101692307692309, 0.000580548977593287, 0.00176134615384618, 0.00145929556240727, 0.00329653846153846, 0.00268757741212301, 0.00646211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 975, '2021-05-23 00:00:00', 0.000284941289499329, 0.000633461538461546, 0.000337681745936119, 0.00106980769230771, 0.000638854172598219, 0.00178942307692308, 0.00131879964361536, 0.00314749999999999, 0.00269549627227458, 0.00644307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 990, '2021-05-23 00:00:00', 0.000369881737856846, 0.000932500000000016, 0.000516784920296781, 0.00145057692307695, 0.000853936495567157, 0.00190153846153847, 0.0013367916384446, 0.00309826923076922, 0.00274362032022262, 0.0064523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1005, '2021-05-23 00:00:00', 0.000403746350305008, 0.000943653846153858, 0.000529043112973434, 0.00138384615384615, 0.000721613469940803, 0.00178499999999999, 0.00125172096915224, 0.00298923076923076, 0.00275654402495924, 0.0064398076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1020, '2021-05-23 00:00:00', 0.000452421858956373, 0.00100653846153845, 0.00051928841845207, 0.0013326923076923, 0.000677420219543352, 0.00185692307692306, 0.00118168881755667, 0.00283269230769229, 0.00271530661960331, 0.00652596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1035, '2021-05-23 00:00:00', 0.00031878356535188, 0.000834807692307691, 0.000421888063900301, 0.00114153846153846, 0.000808520586294228, 0.00180153846153847, 0.00120550876588077, 0.00263576923076923, 0.00276918044665816, 0.00645788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1050, '2021-05-23 00:00:00', 0.000372114384812809, 0.000843653846153843, 0.000527211094782292, 0.00130653846153845, 0.00071557574990085, 0.00172942307692307, 0.00108650924807561, 0.00254711538461538, 0.002765195750478, 0.00644653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1065, '2021-05-23 00:00:00', 0.000317849081265827, 0.00093903846153846, 0.000603221894369031, 0.00127942307692307, 0.000703018136323651, 0.00161749999999999, 0.00108964117241198, 0.00239826923076922, 0.00278911243119494, 0.00641807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1080, '2021-05-23 00:00:00', 0.000421302011169413, 0.000829230769230766, 0.000420398162917756, 0.00108615384615385, 0.000684336090393744, 0.00157326923076924, 0.00106436396681124, 0.00231057692307693, 0.00280830814110286, 0.00639615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1095, '2021-05-23 00:00:00', 0.000300752389849196, 0.000690000000000007, 0.000451481322554288, 0.000979230769230762, 0.000703841984014544, 0.00138346153846154, 0.000951088121776634, 0.00225115384615385, 0.0027797328385739, 0.00640557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1110, '2021-05-23 00:00:00', 0.000312229698483943, 0.000654230769230755, 0.000568348484646527, 0.000985000000000001, 0.000721907649111808, 0.00127942307692308, 0.000846255644226148, 0.00216384615384615, 0.00278211765636289, 0.00642442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1125, '2021-05-23 00:00:00', 0.000437619258470907, 0.00061884615384616, 0.000506321879987279, 0.000849615384615395, 0.000596048139511731, 0.00116076923076923, 0.000748200405074637, 0.00206461538461539, 0.00280008220346365, 0.00644211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1140, '2021-05-23 00:00:00', 0.000303074311781031, 0.000564038461538459, 0.000384021483774026, 0.000777499999999995, 0.000430237903776695, 0.00102057692307691, 0.000723043460764176, 0.00202538461538461, 0.00280762374889953, 0.00645634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1155, '2021-05-23 00:00:00', 0.000258317708377759, 0.000520961538461544, 0.000311401052317761, 0.000718846153846149, 0.000556496596160718, 0.00109230769230768, 0.000689735177720123, 0.00199615384615384, 0.00286012152108693, 0.00650634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1170, '2021-05-23 00:00:00', 0.000198165043878545, 0.000455769230769215, 0.000277708757237062, 0.00062307692307691, 0.000556513736094216, 0.000986538461538447, 0.000688272223648571, 0.00191057692307692, 0.00284954779813327, 0.00646942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1185, '2021-05-23 00:00:00', 0.000236301713916756, 0.000442499999999991, 0.000503676368926902, 0.000758269230769211, 0.000538078096991083, 0.000984038461538465, 0.00068097873568969, 0.00191096153846153, 0.00291705734233346, 0.00646653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1200, '2021-05-23 00:00:00', 0.000497811711392969, 0.000597499999999986, 0.000514523080143151, 0.000754999999999997, 0.000558027191231612, 0.000997115384615392, 0.000674292250038162, 0.00186096153846154, 0.00290189911291528, 0.00643730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1215, '2021-05-23 00:00:00', 0.000185726535944239, 0.000377884615384619, 0.000274785580743654, 0.000581346153846162, 0.000625833137013857, 0.000931346153846162, 0.000701297286901487, 0.00185173076923077, 0.0029024591496496, 0.00644634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1230, '2021-05-23 00:00:00', 0.000230559186460973, 0.00043653846153846, 0.000411350683256258, 0.000659230769230767, 0.000570528668463247, 0.000940192307692301, 0.000721118682219622, 0.00188307692307692, 0.00289655798385708, 0.00647192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1245, '2021-05-23 00:00:00', 0.000257833354051682, 0.00045403846153846, 0.000440402482002355, 0.000662884615384615, 0.000460015384358115, 0.000866923076923069, 0.000682254633267805, 0.00186423076923076, 0.00296002264154543, 0.00650403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1260, '2021-05-23 00:00:00', 0.000398040633797414, 0.00046211538461538, 0.000415609654141215, 0.000620769230769224, 0.000471310815296431, 0.000936730769230766, 0.000665519374970808, 0.00182596153846153, 0.00301214012852095, 0.00651692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1275, '2021-05-23 00:00:00', 0.000211826580013009, 0.000392499999999992, 0.000283436873992192, 0.000552692307692299, 0.000362964344508681, 0.00100365384615385, 0.00066782171734217, 0.00180961538461539, 0.00304074259654802, 0.00652653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1290, '2021-05-23 00:00:00', 0.000172422111735657, 0.000384230769230763, 0.000273443075217896, 0.000661346153846157, 0.000401289651767127, 0.00101423076923078, 0.000690113480077452, 0.00178115384615384, 0.00302437266858131, 0.00654403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1305, '2021-05-23 00:00:00', 0.000251037615937109, 0.000523269230769234, 0.000278190305643164, 0.000789615384615395, 0.00037889662686035, 0.00105057692307693, 0.00075383807687982, 0.00177961538461537, 0.0030188699681529, 0.00659173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1320, '2021-05-23 00:00:00', 0.000281025115220349, 0.000583653846153852, 0.000338109506612199, 0.000750961538461539, 0.000360353512326657, 0.00100057692307691, 0.000726936485427831, 0.00171557692307691, 0.00304646456505797, 0.00657711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1335, '2021-05-23 00:00:00', 0.000228993785605982, 0.00040192307692308, 0.000262703474253045, 0.000631346153846156, 0.000304082478689844, 0.000841923076923067, 0.00073995428652981, 0.00171288461538461, 0.00299271785403271, 0.00657807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1350, '2021-05-23 00:00:00', 0.000185861921452878, 0.000449423076923083, 0.000205567600709692, 0.000605961538461533, 0.0002265582791384, 0.000745576923076918, 0.000776484310604783, 0.00173326923076923, 0.00296582737191497, 0.00659 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1365, '2021-05-23 00:00:00', 0.000137720592281827, 0.000420192307692298, 0.000175396364316314, 0.00055826923076922, 0.000199645551299903, 0.000667115384615374, 0.000750619769564811, 0.00180096153846154, 0.00291990574136591, 0.00660153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1380, '2021-05-23 00:00:00', 0.00017255277899375, 0.0003676923076923, 0.000187184812007155, 0.000438076923076915, 0.000222193263070348, 0.000650384615384627, 0.000773104555571979, 0.00184557692307693, 0.00302905172391525, 0.00664211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1395, '2021-05-23 00:00:00', 0.000125676783242391, 0.000250576923076916, 0.000166968099210127, 0.00039711538461539, 0.000469637503416601, 0.000909230769230773, 0.00117058573438192, 0.00209519230769232, 0.00301795211385777, 0.0066248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1410, '2021-05-23 00:00:00', 0.000121430575290502, 0.000304230769230777, 0.00020391627241063, 0.00048538461538464, 0.000490098302541295, 0.00102288461538462, 0.00120391273961836, 0.00222326923076923, 0.00299128439740422, 0.00661788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1425, '2021-05-23 00:00:00', 0.000182089686270677, 0.000355576923076947, 0.00046031895296798, 0.000788461538461541, 0.000605424962002219, 0.00100923076923076, 0.00120888486440382, 0.00233615384615385, 0.00296965025783277, 0.00662057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 0, '2021-05-23 00:00:00', 0.000442054686836187, 0.000592884615384614, 0.000482769773128097, 0.000829423076923088, 0.000599895119038444, 0.000981923076923079, 0.0012495849156974, 0.00247269230769231, 0.00294685699582559, 0.00662692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 15, '2021-05-23 00:00:00', 0.000436806417253506, 0.000579615384615394, 0.000552476104599861, 0.000719615384615389, 0.000492901495854272, 0.000968269230769233, 0.00120342197983022, 0.00253230769230769, 0.00289691453898004, 0.00661461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 30, '2021-05-23 00:00:00', 0.000407937636636542, 0.000403653846153839, 0.000442969524911132, 0.000634999999999997, 0.00047317454902619, 0.000991923076923072, 0.00119855226772199, 0.00262846153846155, 0.00287273528861634, 0.00659403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 45, '2021-05-23 00:00:00', 0.000250067683145676, 0.000410384615384614, 0.000338390818660672, 0.000692115384615384, 0.000537515545392362, 0.00101480769230769, 0.00118745772394382, 0.00269461538461539, 0.00286703049271435, 0.00655038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 60, '2021-05-23 00:00:00', 0.000312954715328197, 0.000560576923076928, 0.000408877073872393, 0.000752692307692315, 0.000506632054317079, 0.00102403846153846, 0.00124170925929356, 0.00270673076923077, 0.00286851433002147, 0.00653730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 75, '2021-05-23 00:00:00', 0.000254331476620567, 0.000437500000000005, 0.000338042327800256, 0.00062115384615385, 0.000426607728301018, 0.000926923076923082, 0.00112841067605998, 0.00263557692307692, 0.00275820130910319, 0.00653730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 90, '2021-05-23 00:00:00', 0.000184150440171586, 0.000394230769230751, 0.000257062997367159, 0.000564230769230759, 0.000423625378770519, 0.000947307692307694, 0.00105732310759113, 0.00272692307692307, 0.00265090382990118, 0.00650634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 105, '2021-05-23 00:00:00', 0.000186608289864512, 0.00039442307692306, 0.000315987341518604, 0.000699999999999987, 0.000430813943421223, 0.000995576923076908, 0.00109549990345117, 0.00274903846153846, 0.00259119892802839, 0.00645826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 120, '2021-05-23 00:00:00', 0.000275173581580786, 0.000557499999999997, 0.00034851382270347, 0.000716730769230763, 0.000433116479270154, 0.00102326923076923, 0.00118186996551422, 0.00281615384615384, 0.00259001280810615, 0.00645711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 135, '2021-05-23 00:00:00', 0.00020214817489996, 0.000401730769230766, 0.000277495114302093, 0.000658461538461539, 0.00101401109461386, 0.00120749999999999, 0.00112140998129757, 0.00276288461538461, 0.00251691746755065, 0.00639153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 150, '2021-05-23 00:00:00', 0.000194470187551076, 0.000474423076923081, 0.000252363062639149, 0.000703653846153849, 0.000962206118970677, 0.00131384615384614, 0.00107193586561881, 0.00274249999999999, 0.00250994612262127, 0.00635653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 165, '2021-05-23 00:00:00', 0.000198168149268788, 0.000496153846153838, 0.000972512784175407, 0.000968653846153847, 0.000969463848653545, 0.00138807692307692, 0.00106510967293729, 0.00268615384615384, 0.00250121087598664, 0.00636538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 180, '2021-05-23 00:00:00', 0.00097240914149423, 0.000816538461538465, 0.000956283450898084, 0.00110403846153845, 0.000967226009703092, 0.00148307692307692, 0.00104633734815968, 0.00263538461538461, 0.00256371296245234, 0.00639692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 195, '2021-05-23 00:00:00', 0.000337853461634566, 0.000669807692307669, 0.000418611808426185, 0.00090961538461537, 0.000485678747891914, 0.0012453846153846, 0.000851430583466164, 0.00236596153846153, 0.00248893591721443, 0.00635999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 210, '2021-05-23 00:00:00', 0.000273766955920263, 0.000597115384615394, 0.000347750407841399, 0.000897115384615386, 0.000418683100281751, 0.00127346153846155, 0.000828299393103338, 0.00225673076923077, 0.00239702158136686, 0.00641730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 225, '2021-05-23 00:00:00', 0.000250774569315513, 0.000628269230769213, 0.000369472440941668, 0.00092326923076922, 0.000466670242660304, 0.00130865384615384, 0.000796517323197572, 0.00222538461538462, 0.00235365056062671, 0.00643980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 240, '2021-05-23 00:00:00', 0.000341521032126308, 0.000686153846153845, 0.000414557456350002, 0.000968269230769237, 0.000510674553899053, 0.0012625, 0.000818265614201531, 0.00220884615384617, 0.00233754293255513, 0.0064548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 255, '2021-05-23 00:00:00', 0.000206351548427585, 0.000525192307692311, 0.000284333498662291, 0.000783461538461543, 0.000442556732564826, 0.00104769230769232, 0.000729227093466877, 0.00198692307692309, 0.00225752084069092, 0.00634211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 270, '2021-05-23 00:00:00', 0.000210470991971671, 0.000580961538461557, 0.000251799752550741, 0.000748653846153853, 0.000468958297309465, 0.00112326923076924, 0.000711585661636134, 0.0019419230769231, 0.00227423438511986, 0.00629596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 285, '2021-05-23 00:00:00', 0.000204820371582953, 0.000520769230769231, 0.000289726396131563, 0.000720769230769243, 0.000428597758348719, 0.00115596153846156, 0.000691161258039957, 0.00191326923076925, 0.00229368655225599, 0.00630499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 300, '2021-05-23 00:00:00', 0.000196668796164035, 0.000486153846153858, 0.000386235480185147, 0.000810384615384629, 0.000571209378289732, 0.0011819230769231, 0.000702313758504424, 0.00191615384615387, 0.00233480366494618, 0.00631807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 315, '2021-05-23 00:00:00', 0.000297318076244176, 0.000605961538461533, 0.000353510091249714, 0.000854230769230776, 0.000586385440316675, 0.00114326923076922, 0.000704203887652288, 0.00196865384615384, 0.00230852041359829, 0.00634249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 330, '2021-05-23 00:00:00', 0.000297041890337675, 0.000521730769230792, 0.000536361674762314, 0.000785384615384619, 0.000564747595084597, 0.00101461538461539, 0.000692539501789209, 0.0019998076923077, 0.00233397186226529, 0.00636057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 345, '2021-05-23 00:00:00', 0.000365996637227094, 0.000541538461538457, 0.000379357199240223, 0.000718269230769226, 0.000376208872017411, 0.000993653846153848, 0.000762738184740695, 0.00201346153846155, 0.0022910521348532, 0.00638326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 360, '2021-05-23 00:00:00', 0.00016787506801648, 0.000465961538461538, 0.000241461973435531, 0.000648269230769233, 0.00027615582279127, 0.000909038461538469, 0.000781634579189406, 0.00208384615384615, 0.00224270897319771, 0.00642653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 375, '2021-05-23 00:00:00', 0.00013522744373262, 0.000417692307692311, 0.000198263713270977, 0.000642500000000003, 0.000259482102539757, 0.000824807692307703, 0.000804912799863828, 0.00228384615384616, 0.00220745676845898, 0.00645923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 390, '2021-05-23 00:00:00', 0.000177150631254443, 0.000467884615384615, 0.000220039856529526, 0.000608461538461545, 0.000253558444180776, 0.000788269230769249, 0.000818284250969439, 0.00242365384615385, 0.00217771482204484, 0.00652038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 405, '2021-05-23 00:00:00', 0.000131865461740343, 0.000392499999999988, 0.000172383740086324, 0.000556923076923079, 0.000334060795940814, 0.000883846153846158, 0.000867280031965547, 0.00264442307692308, 0.002166730512866, 0.00654365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 420, '2021-05-23 00:00:00', 0.000173118123301362, 0.000411730769230768, 0.000191240987721287, 0.000568653846153861, 0.000363059912411156, 0.000887500000000011, 0.000922305826969319, 0.00281903846153847, 0.00215958957104923, 0.00657865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 435, '2021-05-23 00:00:00', 0.000108869894122077, 0.000369423076923085, 0.000295175110999989, 0.000632115384615384, 0.000364793935509667, 0.000896153846153854, 0.000919455189856382, 0.00294461538461539, 0.00214288731352385, 0.00656596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 450, '2021-05-23 00:00:00', 0.000275256523712255, 0.000446923076923071, 0.000293676496532122, 0.00061326923076923, 0.000385611253027642, 0.000915961538461535, 0.000898641966867442, 0.00296576923076923, 0.00211713943438201, 0.00656576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 465, '2021-05-23 00:00:00', 0.000173190535360518, 0.000410192307692313, 0.000231151382298414, 0.0005898076923077, 0.000275507992345344, 0.000910576923076919, 0.000903699064954699, 0.00297, 0.00210349741730656, 0.00654076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 480, '2021-05-23 00:00:00', 0.000189778413297843, 0.000484615384615395, 0.000243646338904456, 0.000701538461538459, 0.000287027203213599, 0.00099384615384614, 0.000912631887202317, 0.00301019230769231, 0.00208353641676837, 0.00652 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 495, '2021-05-23 00:00:00', 0.000143633079541115, 0.000452307692307684, 0.000177369236774156, 0.000659615384615385, 0.000346702488287318, 0.00108884615384614, 0.000965983675606612, 0.00301230769230769, 0.00204290660202941, 0.00652923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 510, '2021-05-23 00:00:00', 0.000164335023655956, 0.000449999999999997, 0.000232570667506931, 0.000678653846153847, 0.000445786426959755, 0.00126346153846154, 0.000997106043276466, 0.00308230769230769, 0.00203558913226235, 0.00653634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 525, '2021-05-23 00:00:00', 0.000185105479285561, 0.000450961538461534, 0.000246592547769353, 0.000866730769230751, 0.000529660704166775, 0.00136730769230769, 0.00102785110041064, 0.00312826923076924, 0.00201233791511648, 0.00654326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 540, '2021-05-23 00:00:00', 0.000199648537338836, 0.000733461538461531, 0.00037631553863132, 0.00109923076923077, 0.000612896527846377, 0.00156692307692306, 0.00108095854898113, 0.00318576923076923, 0.00200976003159964, 0.00656576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 555, '2021-05-23 00:00:00', 0.000290424887681159, 0.000668846153846159, 0.000389156731328731, 0.00103480769230769, 0.00057877659433831, 0.00164711538461539, 0.00117706115454487, 0.00322019230769233, 0.00204339427273499, 0.00662307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 570, '2021-05-23 00:00:00', 0.000359690304824316, 0.000786346153846139, 0.000471385723160976, 0.00116249999999998, 0.0006090616048164, 0.00176596153846154, 0.00121401661691834, 0.00323711538461539, 0.00208336750330953, 0.00657692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 585, '2021-05-23 00:00:00', 0.000309090539386857, 0.000739807692307684, 0.000415364760921517, 0.00126673076923078, 0.000560428407559792, 0.001855, 0.00120114471042612, 0.00323884615384616, 0.00210279935214576, 0.00665365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 600, '2021-05-23 00:00:00', 0.000351838686813245, 0.00100269230769231, 0.000458804298819637, 0.00133423076923077, 0.000614183635781314, 0.00188846153846154, 0.00120048696850007, 0.0032498076923077, 0.00210608240944761, 0.00670134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 615, '2021-05-23 00:00:00', 0.000293536264303964, 0.000791538461538459, 0.000370866760233592, 0.00122807692307693, 0.000565142357831527, 0.00169173076923078, 0.00124825072986776, 0.00310326923076925, 0.002115454197457, 0.00666269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 630, '2021-05-23 00:00:00', 0.000290025197844291, 0.000838846153846162, 0.000396285056687549, 0.00115538461538462, 0.000502636166013359, 0.00150865384615387, 0.00120465515333707, 0.00307596153846156, 0.00212254455421208, 0.00666576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 645, '2021-05-23 00:00:00', 0.000342238389700255, 0.00075634615384616, 0.000456622255935234, 0.00107326923076924, 0.000604376633718266, 0.00148365384615385, 0.00112910190655433, 0.00306365384615386, 0.00210152436432369, 0.00665942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 660, '2021-05-23 00:00:00', 0.000224866883699249, 0.000703653846153853, 0.000396846996286403, 0.000953461538461555, 0.000660459979571362, 0.00142423076923078, 0.0010660761987487, 0.00302269230769233, 0.00206274104418964, 0.00669384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 675, '2021-05-23 00:00:00', 0.000268428761499215, 0.000610000000000012, 0.000395114589026436, 0.000966538461538474, 0.000506346681176512, 0.0013948076923077, 0.00100195401399159, 0.00301538461538463, 0.00207508629106949, 0.00667634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 690, '2021-05-23 00:00:00', 0.000274331635350073, 0.000725384615384606, 0.000384860863969553, 0.00103173076923076, 0.000581833441670521, 0.00146807692307692, 0.000905493172042393, 0.00301826923076925, 0.00204936928383793, 0.00666730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 705, '2021-05-23 00:00:00', 0.0002121316717368, 0.000655384615384605, 0.000287307125939113, 0.000889230769230775, 0.000553940464726627, 0.00135903846153847, 0.000930600819156851, 0.00306826923076925, 0.0021417135932203, 0.00670365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 720, '2021-05-23 00:00:00', 0.000190562325762452, 0.000635000000000005, 0.000497074402417246, 0.00102519230769231, 0.000646873932552075, 0.00141326923076924, 0.000922563089358198, 0.00315057692307694, 0.00217238299676078, 0.00670173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 735, '2021-05-23 00:00:00', 0.00040174355578576, 0.00071173076923076, 0.000474877190601781, 0.000967884615384611, 0.000597826190331391, 0.00137307692307692, 0.00103249593033281, 0.00317038461538461, 0.00221978509874613, 0.00664326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 750, '2021-05-23 00:00:00', 0.000193061170059176, 0.000593846153846158, 0.000254386214551511, 0.000857115384615385, 0.000511405454078797, 0.00128346153846153, 0.00102349005105832, 0.00305173076923077, 0.0022223268211494, 0.00663249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 765, '2021-05-23 00:00:00', 0.000219705834802246, 0.000629423076923067, 0.000368211947744137, 0.000940961538461528, 0.000485415286121065, 0.00134999999999999, 0.0010264178186594, 0.00313846153846154, 0.00224723128794934, 0.0066626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 780, '2021-05-23 00:00:00', 0.000247763922996192, 0.000620192307692301, 0.000379625321356975, 0.000889230769230762, 0.000368852899593406, 0.00135269230769232, 0.000951733499382146, 0.00322057692307692, 0.0022713596487228, 0.00662942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 795, '2021-05-23 00:00:00', 0.000284683157211646, 0.000607499999999983, 0.000325577179789972, 0.000927499999999991, 0.000456793001428267, 0.00136461538461538, 0.000930059075873898, 0.00323326923076924, 0.00230798231062412, 0.00661211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 810, '2021-05-23 00:00:00', 0.000225833924684614, 0.0006048076923077, 0.000342321991922579, 0.000922884615384632, 0.000553592463265721, 0.00132115384615385, 0.00091887249052639, 0.00319942307692308, 0.00230954974799452, 0.00661096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 825, '2021-05-23 00:00:00', 0.000272571797175313, 0.000659230769230784, 0.000384161224167454, 0.00092038461538462, 0.000526191833986278, 0.00129538461538461, 0.000894347721053654, 0.00321461538461538, 0.00235181641748213, 0.00659269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 840, '2021-05-23 00:00:00', 0.000264256576950401, 0.000626538461538454, 0.000370695240782049, 0.000914807692307682, 0.000446350155750456, 0.0012476923076923, 0.000916692486815845, 0.00324865384615385, 0.00234191772994829, 0.00657942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 855, '2021-05-23 00:00:00', 0.000224544324903009, 0.000608076923076918, 0.000243748925046921, 0.00082653846153847, 0.000514693635536271, 0.00128153846153847, 0.000897394283467422, 0.0032175, 0.00237455689793663, 0.0065926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 870, '2021-05-23 00:00:00', 0.000211074631351104, 0.000642499999999999, 0.000344291245224823, 0.000887307692307689, 0.000511343667364571, 0.00138788461538462, 0.000821384291209772, 0.00325192307692307, 0.0023377507681201, 0.00660057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 885, '2021-05-23 00:00:00', 0.00023580051869193, 0.000626730769230767, 0.000430381762553284, 0.000962307692307681, 0.000647209037685311, 0.00158153846153845, 0.000852763471580214, 0.00327653846153845, 0.00231513814174977, 0.00659615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 900, '2021-05-23 00:00:00', 0.000284988326346637, 0.000742884615384619, 0.000327090201626419, 0.00107000000000001, 0.000576027242945479, 0.00168576923076924, 0.000865723174799327, 0.00322884615384616, 0.00228093968490047, 0.00653461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 915, '2021-05-23 00:00:00', 0.000264179790177973, 0.000810192307692303, 0.000566967269439245, 0.00124673076923076, 0.000719977884275723, 0.00176307692307691, 0.00106493784578474, 0.00323884615384615, 0.00227767115374792, 0.00650826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 930, '2021-05-23 00:00:00', 0.000552316798725011, 0.000864615384615391, 0.000608067335593163, 0.00120326923076924, 0.000695577485591311, 0.00174403846153846, 0.00107796212649324, 0.00313711538461538, 0.00229200536984201, 0.00647115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 945, '2021-05-23 00:00:00', 0.000299039037842636, 0.000822115384615399, 0.000525720348298775, 0.00124173076923078, 0.000673681761208214, 0.00186865384615387, 0.00108092476433553, 0.00303211538461539, 0.00219378272712823, 0.00659442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 960, '2021-05-23 00:00:00', 0.00032210921463666, 0.000902115384615389, 0.00036317091759201, 0.00117365384615385, 0.000763237537377139, 0.00190653846153847, 0.00103117289455335, 0.00300846153846153, 0.00220334348207446, 0.00663750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 975, '2021-05-23 00:00:00', 0.000290263871993436, 0.000771346153846156, 0.000497630539503126, 0.00130807692307694, 0.000696600647098789, 0.00180769230769233, 0.00112654092759139, 0.0030026923076923, 0.00209315559530433, 0.00668288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 990, '2021-05-23 00:00:00', 0.00041767290293501, 0.00104557692307692, 0.000680577950093761, 0.00145711538461539, 0.000624365801310534, 0.00179557692307693, 0.00113751532534054, 0.00296365384615384, 0.00208693003273672, 0.00671519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1005, '2021-05-23 00:00:00', 0.000383772218098992, 0.000938653846153851, 0.000378722396810852, 0.0012594230769231, 0.000473700814373878, 0.0016726923076923, 0.00120716948016679, 0.00280807692307692, 0.00214167540455166, 0.00683653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1020, '2021-05-23 00:00:00', 0.000293290155621731, 0.000963653846153848, 0.000418931240915959, 0.00126923076923076, 0.000472538521018306, 0.00176057692307691, 0.00127734249367733, 0.0027403846153846, 0.00211901958461926, 0.00684999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1035, '2021-05-23 00:00:00', 0.000268324215484537, 0.000883269230769219, 0.000332899441966415, 0.00122596153846152, 0.000503457583577343, 0.00175153846153845, 0.00128505565578365, 0.00264903846153846, 0.00197731772475124, 0.00690576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1050, '2021-05-23 00:00:00', 0.000250585238069717, 0.000804807692307674, 0.000428999596557106, 0.00122557692307692, 0.000648588763867661, 0.00171923076923076, 0.00131371254612496, 0.00253442307692308, 0.00188242087380953, 0.00692788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1065, '2021-05-23 00:00:00', 0.000401622909628511, 0.00098980769230769, 0.000566914591315274, 0.00131192307692308, 0.000624508914760535, 0.00171423076923077, 0.00133593829026066, 0.00248634615384616, 0.00196943249342389, 0.00700211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1080, '2021-05-23 00:00:00', 0.00048530593047463, 0.000940384615384619, 0.000572341109963152, 0.00121788461538462, 0.000625422349604354, 0.00150134615384617, 0.00132828744572157, 0.00240346153846155, 0.00207572179290445, 0.00711519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1095, '2021-05-23 00:00:00', 0.000345910170642393, 0.000700384615384618, 0.000434617471063752, 0.00104211538461539, 0.000604417456348247, 0.00134269230769231, 0.00134575922237796, 0.00230173076923078, 0.00204055908628381, 0.00708576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1110, '2021-05-23 00:00:00', 0.000288814020541841, 0.00074846153846154, 0.000347749910136592, 0.000959999999999999, 0.000491267591190232, 0.00126461538461539, 0.00134126513182373, 0.00221807692307693, 0.00196440025100636, 0.00706711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1125, '2021-05-23 00:00:00', 0.000338255251821184, 0.000653846153846159, 0.000473813213765156, 0.000954807692307688, 0.000416941427356585, 0.00119192307692308, 0.00135816510834966, 0.00214230769230769, 0.00193354584596837, 0.00706153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1140, '2021-05-23 00:00:00', 0.000309170851447255, 0.000653846153846154, 0.000303371123315219, 0.000825961538461548, 0.000381062280393187, 0.00109769230769231, 0.00142688547327602, 0.00209692307692308, 0.00191012391865434, 0.00705576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1155, '2021-05-23 00:00:00', 0.000234155848823956, 0.000565192307692321, 0.000288742099459022, 0.000785000000000014, 0.00112770872193952, 0.00127019230769232, 0.00145255373262191, 0.00202788461538463, 0.00193633575442023, 0.00708807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1170, '2021-05-23 00:00:00', 0.000197408596180997, 0.000528076923076937, 0.000269981765766042, 0.000706923076923079, 0.00110838600607439, 0.00119346153846153, 0.0013661953909137, 0.00191961538461539, 0.00191804641196754, 0.00712596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1185, '2021-05-23 00:00:00', 0.000194623601225139, 0.000472115384615382, 0.00116120348710359, 0.000898461538461536, 0.00114141223255027, 0.00116673076923077, 0.0013592715385031, 0.00189134615384616, 0.00191473850393769, 0.00714346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1200, '2021-05-23 00:00:00', 0.00118409051434164, 0.000782884615384616, 0.00114950994575281, 0.000971346153846142, 0.00122762378351274, 0.00113807692307692, 0.00146746852934411, 0.00198326923076923, 0.00191208118591719, 0.00713769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1215, '2021-05-23 00:00:00', 0.000227478485880449, 0.000452692307692293, 0.000317557020924533, 0.000617307692307688, 0.000381278265030439, 0.000833653846153838, 0.000991782563794188, 0.00186057692307693, 0.00188679215968431, 0.00709442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1230, '2021-05-23 00:00:00', 0.000163924114713531, 0.000408653846153846, 0.00018901617757381, 0.000606346153846151, 0.000306887664238121, 0.000810961538461539, 0.000876132958824443, 0.00184519230769231, 0.00188507589114726, 0.00707634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1245, '2021-05-23 00:00:00', 0.000139534390577547, 0.000440384615384601, 0.000258457629320246, 0.00065288461538461, 0.000398549292386193, 0.000901538461538458, 0.000858736012090768, 0.00182846153846153, 0.00190200384210564, 0.00708384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1260, '2021-05-23 00:00:00', 0.00020943109753659, 0.000454230769230773, 0.000234186070005475, 0.000583653846153844, 0.000327564673590751, 0.000926153846153846, 0.000841139611571022, 0.00180538461538461, 0.00191177381386623, 0.00710365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1275, '2021-05-23 00:00:00', 0.000140381485739605, 0.000400192307692308, 0.000241506808313021, 0.000623461538461549, 0.00034930282211635, 0.000967307692307693, 0.000935968030354759, 0.00186192307692307, 0.00187134095277651, 0.0072798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1290, '2021-05-23 00:00:00', 0.000182185450740556, 0.000483461538461546, 0.00020320404674953, 0.000708269230769225, 0.000336520258848383, 0.000961730769230771, 0.000997404805559843, 0.00189288461538461, 0.00182146977846084, 0.00735307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1305, '2021-05-23 00:00:00', 0.000143293271085763, 0.000519807692307703, 0.000307666965302504, 0.000769807692307705, 0.000314460710521255, 0.000913461538461545, 0.000974603430198078, 0.00188038461538462, 0.00183215060684264, 0.0074846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1320, '2021-05-23 00:00:00', 0.000309453364201088, 0.000595769230769222, 0.000289253947516429, 0.000700384615384609, 0.00034449182194155, 0.00093884615384616, 0.0010636287126914, 0.00199596153846154, 0.0018490950801364, 0.00752884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1335, '2021-05-23 00:00:00', 0.000115521060350985, 0.000343653846153847, 0.00017909387310742, 0.000496153846153847, 0.000348979005319594, 0.000827115384615402, 0.0010628809362367, 0.00195173076923078, 0.00185911964277554, 0.00754961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1350, '2021-05-23 00:00:00', 0.000123763421960524, 0.000370769230769239, 0.000244647941713413, 0.000621153846153863, 0.000331514473520897, 0.000830384615384624, 0.00102186917723583, 0.00193884615384616, 0.00192170925520446, 0.0075973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1365, '2021-05-23 00:00:00', 0.000211718245280415, 0.000473846153846167, 0.000281312924584825, 0.000619807692307705, 0.000304200402063155, 0.000788269230769232, 0.000979449158377386, 0.00193442307692308, 0.00230982481020664, 0.00776557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1380, '2021-05-23 00:00:00', 0.0001943691966732, 0.000369230769230776, 0.000230477514337916, 0.00049326923076923, 0.000662617449676195, 0.000781730769230762, 0.000990058059680561, 0.00198519230769231, 0.00229300653325246, 0.00773019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1395, '2021-05-23 00:00:00', 0.000140067703409687, 0.000300192307692306, 0.000146616716435957, 0.000432307692307698, 0.000698230180252463, 0.00114576923076923, 0.00104994331348814, 0.0021748076923077, 0.0023010977062798, 0.00771557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1410, '2021-05-23 00:00:00', 0.000123004690342077, 0.000298076923076933, 0.000620098255241734, 0.000569615384615384, 0.000685390736396737, 0.0012123076923077, 0.00130199161051296, 0.00229307692307693, 0.00230120921390339, 0.00771538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1425, '2021-05-23 00:00:00', 0.000576427492271271, 0.000439423076923078, 0.000654035049637127, 0.00105461538461539, 0.00062662149659902, 0.0012125, 0.00126101072099388, 0.00238596153846155, 0.00231031762718063, 0.00770153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 0, '2021-05-23 00:00:00', 0.000499276129858179, 0.00075057692307693, 0.000537957140128646, 0.000948269230769234, 0.000517831907683751, 0.00109826923076923, 0.00120929936803855, 0.00237019230769231, 0.00239286269656564, 0.00762826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 15, '2021-05-23 00:00:00', 0.000441093963476471, 0.000528269230769233, 0.000441035320406592, 0.000681923076923082, 0.000521447873344392, 0.000991730769230763, 0.00116560819383636, 0.0023423076923077, 0.00240292953416321, 0.00758711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 30, '2021-05-23 00:00:00', 0.000293762593838046, 0.000437692307692297, 0.000351417185780006, 0.000590961538461524, 0.000540843358525878, 0.000911538461538459, 0.00116650689931686, 0.00231788461538462, 0.00241515692275646, 0.00755480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 45, '2021-05-23 00:00:00', 0.000267051709196208, 0.000331153846153834, 0.000443428252803789, 0.000661153846153852, 0.000450923326247215, 0.000920384615384624, 0.00115721211738185, 0.00236826923076924, 0.00241681714562451, 0.00754865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 60, '2021-05-23 00:00:00', 0.000412688604901303, 0.00055173076923078, 0.000483234932512127, 0.000680000000000001, 0.000630069867920652, 0.00104403846153846, 0.00114472201865781, 0.0023975, 0.00241271010244943, 0.00754403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 75, '2021-05-23 00:00:00', 0.000226787684511654, 0.000394423076923086, 0.000233182661975878, 0.000591923076923099, 0.000510951901996504, 0.00100961538461539, 0.00109972807827838, 0.00241038461538461, 0.00236781214334116, 0.00754288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 90, '2021-05-23 00:00:00', 0.000214772867502815, 0.000455769230769236, 0.000495446651634038, 0.000740769230769233, 0.000492465110048799, 0.00105326923076923, 0.00110886178649031, 0.00244730769230768, 0.00233325919296131, 0.00759769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 105, '2021-05-23 00:00:00', 0.000497907776446769, 0.00054807692307691, 0.000474559755498157, 0.00081480769230768, 0.000521293103733413, 0.00109249999999999, 0.00110326675761647, 0.00250346153846153, 0.00237798072871793, 0.00765711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 120, '2021-05-23 00:00:00', 0.000215011717033128, 0.000555961538461538, 0.000304549856976847, 0.000748846153846153, 0.000467668028215939, 0.00115923076923078, 0.00111330416052673, 0.00250192307692308, 0.00239671233150747, 0.00765 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 135, '2021-05-23 00:00:00', 0.000210257077078364, 0.000440961538461524, 0.000323014646012316, 0.00067730769230768, 0.000781137927346047, 0.00124269230769231, 0.00106383146438492, 0.00249076923076922, 0.00241923074232604, 0.00761923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 150, '2021-05-23 00:00:00', 0.00026361167535717, 0.000463653846153839, 0.000330155208255844, 0.000782692307692307, 0.0010788416865395, 0.00132923076923078, 0.00106609784512708, 0.00253115384615383, 0.0024274374031381, 0.00762288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 165, '2021-05-23 00:00:00', 0.000261180235440233, 0.000558653846153847, 0.000781590292042705, 0.000974230769230785, 0.00109907809269686, 0.00142557692307694, 0.00108450470793743, 0.00250730769230768, 0.00239300024108777, 0.00763807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 180, '2021-05-23 00:00:00', 0.00081152394627924, 0.000788653846153859, 0.00110919570653001, 0.00108134615384618, 0.00117822749860183, 0.00146903846153847, 0.0011261986434974, 0.00252576923076922, 0.00240725506781862, 0.00763980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 195, '2021-05-23 00:00:00', 0.000408101844377858, 0.000641346153846162, 0.000474204434979094, 0.000965384615384624, 0.000473157357139656, 0.00127673076923077, 0.000720479434393931, 0.00230615384615382, 0.00210327473606863, 0.00748884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 210, '2021-05-23 00:00:00', 0.00032536512034708, 0.000672307692307703, 0.000416805248748886, 0.000936153846153856, 0.000389333207103949, 0.00125211538461539, 0.000728176225500817, 0.00228884615384614, 0.00208975559851826, 0.00750269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 225, '2021-05-23 00:00:00', 0.000272878107473763, 0.000622307692307696, 0.000285952726055298, 0.000874807692307689, 0.000312557440874718, 0.00123192307692308, 0.000781343640541975, 0.00214826923076922, 0.00205006991438002, 0.00745557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 240, '2021-05-23 00:00:00', 0.000188495766122627, 0.000605576923076928, 0.00026145487917833, 0.000819423076923082, 0.000308159112248096, 0.00111903846153846, 0.000834722339832471, 0.00204076923076922, 0.00202023277409769, 0.00743269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 255, '2021-05-23 00:00:00', 0.000231094136662964, 0.000557499999999997, 0.000278041294664047, 0.000809807692307698, 0.000384119622793978, 0.00108326923076923, 0.000882891577976339, 0.00200346153846152, 0.00203906499123042, 0.00745903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 270, '2021-05-23 00:00:00', 0.000261169558833974, 0.000561538461538472, 0.000297894470214881, 0.000761346153846154, 0.000409131349982444, 0.00109230769230768, 0.000940541660632122, 0.00197615384615384, 0.0020377007782151, 0.0074526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 285, '2021-05-23 00:00:00', 0.000281039827454008, 0.000539230769230766, 0.000385940260423011, 0.000786730769230769, 0.000522122001658022, 0.00110423076923076, 0.000918373499517162, 0.00194173076923077, 0.00205465475295635, 0.00748692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 300, '2021-05-23 00:00:00', 0.000313347987927889, 0.000564807692307699, 0.00032058174284595, 0.000754423076923083, 0.000672469415947372, 0.00103134615384616, 0.00091906719014445, 0.00189750000000001, 0.00208369207270319, 0.00749557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 315, '2021-05-23 00:00:00', 0.0002054795516684, 0.00051538461538461, 0.000386387808375915, 0.000748461538461531, 0.000535645835920027, 0.000987692307692296, 0.000880257851209175, 0.00200326923076923, 0.00203801683393062, 0.00744384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 330, '2021-05-23 00:00:00', 0.000269701045318988, 0.000509423076923088, 0.000410773004880386, 0.000682692307692318, 0.00053250225712775, 0.000989423076923081, 0.000805681102212009, 0.00202096153846155, 0.00199621279889232, 0.00739846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 345, '2021-05-23 00:00:00', 0.000220817449840012, 0.000467884615384627, 0.000252377616952178, 0.000697307692307692, 0.000401468506284687, 0.0009301923076923, 0.000715533259991361, 0.00206961538461539, 0.00194749361606536, 0.00732923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 360, '2021-05-23 00:00:00', 0.000195143438368961, 0.000479807692307689, 0.00039653227630779, 0.00068961538461538, 0.000426161399544266, 0.000896538461538455, 0.000811737358054656, 0.00214346153846154, 0.00193247156412554, 0.00729211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 375, '2021-05-23 00:00:00', 0.000313119539718996, 0.000419615384615375, 0.000312314498789035, 0.000582115384615364, 0.000339154831898332, 0.000794999999999986, 0.000804185517249484, 0.00222788461538461, 0.00191971413136274, 0.00725211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 390, '2021-05-23 00:00:00', 0.000181288125963584, 0.000415769230769217, 0.000233950767338908, 0.000560192307692301, 0.000305266844177106, 0.00083038461538462, 0.000705022776500596, 0.00219865384615385, 0.00192283641649916, 0.00720826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 405, '2021-05-23 00:00:00', 0.000167154465643653, 0.000376153846153847, 0.000222096739144145, 0.000539807692307684, 0.000311072400674731, 0.000790961538461549, 0.000719946178543916, 0.00229749999999999, 0.00193233494667819, 0.00721288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 420, '2021-05-23 00:00:00', 0.000150513991171781, 0.000377692307692301, 0.000255614192455374, 0.00057884615384615, 0.000345063929416848, 0.000791346153846159, 0.0007218032173767, 0.00241826923076921, 0.00192727760365195, 0.00718980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 435, '2021-05-23 00:00:00', 0.000195788445482911, 0.00042365384615385, 0.000177113284043349, 0.000556346153846165, 0.000278779551727774, 0.000874038461538461, 0.000763337434206865, 0.00252596153846153, 0.00192664815557604, 0.00718634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 450, '2021-05-23 00:00:00', 0.000172945189182991, 0.000440961538461554, 0.000289717899927595, 0.000617307692307693, 0.00035141434014784, 0.000954038461538469, 0.000852731110112576, 0.00262211538461538, 0.00192786613802769, 0.00718961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 465, '2021-05-23 00:00:00', 0.000190157525792128, 0.000416730769230762, 0.000230134826702819, 0.000660961538461539, 0.000359320352032313, 0.00092634615384615, 0.000827872899943911, 0.00278653846153846, 0.00192371272643451, 0.00718442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 480, '2021-05-23 00:00:00', 0.000169748229853698, 0.000547307692307691, 0.000273247140881657, 0.000724999999999997, 0.00036644298538582, 0.000982692307692302, 0.000861095456157661, 0.00282076923076922, 0.00191716012934194, 0.00722480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 495, '2021-05-23 00:00:00', 0.000263109585241882, 0.000474423076923064, 0.000346103863912829, 0.00066673076923076, 0.000417197057294742, 0.00112423076923076, 0.000895831113891103, 0.00282923076923076, 0.00192523865653464, 0.00723326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 510, '2021-05-23 00:00:00', 0.000191227713633618, 0.000480961538461538, 0.000235372127622499, 0.000650961538461537, 0.000391874832842559, 0.00116826923076922, 0.000913174597847431, 0.00287461538461539, 0.00191611655539169, 0.00718557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 525, '2021-05-23 00:00:00', 0.000181001062470332, 0.000454230769230756, 0.000322718977535475, 0.000851538461538446, 0.000401058023808951, 0.00128346153846153, 0.00097876240536396, 0.00291461538461539, 0.0019496681473049, 0.00717826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 540, '2021-05-23 00:00:00', 0.000332955529486106, 0.000714230769230764, 0.00036678037863801, 0.000940384615384606, 0.000583297918338867, 0.00136730769230768, 0.000983611008165627, 0.00291384615384615, 0.00195651472895436, 0.00717673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 555, '2021-05-23 00:00:00', 0.000264918855501063, 0.000609999999999995, 0.000337289421485685, 0.000903076923076912, 0.000536771975652733, 0.00141192307692307, 0.000904966637719098, 0.00284115384615384, 0.00209538584660529, 0.00712961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 570, '2021-05-23 00:00:00', 0.000227693113304183, 0.000616923076923083, 0.000413448350415784, 0.000878461538461542, 0.00046381300111142, 0.0013975, 0.000891322957958915, 0.00280384615384615, 0.0021577062964033, 0.00714730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 585, '2021-05-23 00:00:00', 0.000329654189440056, 0.00067673076923077, 0.000401989906111306, 0.00112173076923076, 0.000515837332737891, 0.00148307692307691, 0.000839462396647171, 0.00277634615384614, 0.00218062557185211, 0.00712326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 600, '2021-05-23 00:00:00', 0.000264561247816386, 0.000869423076923072, 0.000246319992005408, 0.00110346153846154, 0.000495223842162462, 0.00154057692307691, 0.000760288027405001, 0.00270173076923076, 0.00224207325928479, 0.00706249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 615, '2021-05-23 00:00:00', 0.000212216598350333, 0.000773269230769245, 0.000367563547619266, 0.00109519230769231, 0.0005901083668407, 0.00155826923076924, 0.000805268254396304, 0.00275019230769231, 0.00228652177906832, 0.0071253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 630, '2021-05-23 00:00:00', 0.000251444824961655, 0.000817499999999992, 0.000397856564799239, 0.00114038461538461, 0.000493532790587022, 0.00156115384615385, 0.0007733926259321, 0.00273807692307692, 0.00231524812[...];
Date: 2021-05-23 15:41:47 Duration: 17s457ms 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 982375, 1, 930, '2021-05-23 00:00:00', 0.000402102168417625, 0.000843076923076912, 0.00041061885752343, 0.00110461538461539, 0.000515200073160524, 0.00143865384615385, 0.00158178064218778, 0.00389000000000001, 0.00175070341906859, 0.00668769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 945, '2021-05-23 00:00:00', 0.000297966699223505, 0.000686923076923089, 0.000406507119816548, 0.000950961538461543, 0.000535921779596754, 0.00147692307692308, 0.00153442647767322, 0.00372615384615385, 0.00166633869721799, 0.00665942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 960, '2021-05-23 00:00:00', 0.000302804646341769, 0.00075057692307693, 0.000361711157608468, 0.0010298076923077, 0.000544927412244406, 0.00181826923076923, 0.00149217007692206, 0.00367846153846155, 0.00160332654191215, 0.00669000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 975, '2021-05-23 00:00:00', 0.000345489674787268, 0.000661346153846157, 0.000489743928379539, 0.00110634615384616, 0.000715546912938201, 0.00196076923076924, 0.00140286175918537, 0.00350134615384617, 0.00158261386757672, 0.00663442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 990, '2021-05-23 00:00:00', 0.000436151923072681, 0.000942500000000004, 0.000556152061386656, 0.00151134615384614, 0.000981272564659737, 0.00216038461538462, 0.00142263861025373, 0.00343615384615385, 0.00159563799634648, 0.00664384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1005, '2021-05-23 00:00:00', 0.000421373395531251, 0.00103346153846153, 0.000597877527978374, 0.00151153846153846, 0.000895241780835681, 0.0020596153846154, 0.00142645720365041, 0.00328192307692308, 0.00167867104029898, 0.00658230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1020, '2021-05-23 00:00:00', 0.000488723494264549, 0.00105057692307692, 0.000713874396407507, 0.00149942307692308, 0.000801281185640558, 0.00208846153846154, 0.00126926835375587, 0.00301307692307693, 0.00177457402255821, 0.00666480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1035, '2021-05-23 00:00:00', 0.000430256274258106, 0.00096269230769232, 0.000482560358918974, 0.00124750000000001, 0.00080615841161362, 0.00195423076923076, 0.00124309959994549, 0.00275615384615385, 0.00184450139187135, 0.00661076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1050, '2021-05-23 00:00:00', 0.000381415783627271, 0.000855000000000016, 0.00055626657278681, 0.0014325, 0.000738074209318786, 0.00180846153846153, 0.0011054383919792, 0.00262403846153846, 0.00188560417781267, 0.00655134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1065, '2021-05-23 00:00:00', 0.000322334513295628, 0.00108153846153847, 0.000561532141692586, 0.00141711538461538, 0.000700848496741365, 0.00176884615384615, 0.00113438924604321, 0.00255980769230769, 0.0019016369163272, 0.0065348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1080, '2021-05-23 00:00:00', 0.000511269611246965, 0.000923846153846143, 0.000522314707667866, 0.00117557692307691, 0.000695481570844708, 0.00169884615384615, 0.00106446528649546, 0.00243211538461537, 0.00197079036273423, 0.00660557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1095, '2021-05-23 00:00:00', 0.000324856950766857, 0.000729038461538459, 0.000540092727081329, 0.00111192307692307, 0.000830103237323766, 0.00150576923076924, 0.00109747192008936, 0.00224884615384615, 0.00204978543905302, 0.00665288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1110, '2021-05-23 00:00:00', 0.00043215332927098, 0.000767499999999989, 0.00066754429412241, 0.00106576923076923, 0.000913717428126189, 0.00134346153846154, 0.00105772011711693, 0.00213538461538461, 0.00207232043854225, 0.00672500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1125, '2021-05-23 00:00:00', 0.000419246393498549, 0.000676538461538474, 0.000603540834129347, 0.000896538461538472, 0.000698210597500164, 0.00121596153846156, 0.000940844649156356, 0.00200557692307692, 0.00218633951195564, 0.00678269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1140, '2021-05-23 00:00:00', 0.000346861144906947, 0.000585576923076925, 0.000454193833579374, 0.000805961538461536, 0.000509424146991935, 0.0010148076923077, 0.000902047585304586, 0.0019503846153846, 0.0022351206128185, 0.00680192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1155, '2021-05-23 00:00:00', 0.000326152630621819, 0.000576538461538464, 0.000397306750315353, 0.000775576923076944, 0.000506546527591872, 0.00106576923076924, 0.000852580787960874, 0.001895, 0.00227944608656104, 0.00682769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1170, '2021-05-23 00:00:00', 0.000257088730567129, 0.000503846153846162, 0.000310732942473856, 0.000650192307692306, 0.000521752372741648, 0.000973461538461528, 0.000866093905905214, 0.00182057692307692, 0.00224268298284408, 0.00677980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1185, '2021-05-23 00:00:00', 0.000274419457148249, 0.000459038461538475, 0.000376071852790843, 0.000705961538461543, 0.000524741401512709, 0.000993461538461539, 0.000877695759448477, 0.00182461538461538, 0.00227427849082871, 0.00679942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1200, '2021-05-23 00:00:00', 0.000253858909935895, 0.00051711538461539, 0.000352691846321317, 0.000701538461538459, 0.000523939074555576, 0.00101192307692306, 0.00088120033957184, 0.00179096153846153, 0.00223555359690064, 0.00680173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1215, '2021-05-23 00:00:00', 0.000219941688076278, 0.000432115384615389, 0.000336440702284713, 0.000647115384615392, 0.000512110715192889, 0.000900769230769222, 0.000830852782479438, 0.00183788461538462, 0.00226648023460301, 0.00682442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1230, '2021-05-23 00:00:00', 0.000214856034089357, 0.000451346153846164, 0.000414398173444127, 0.000655384615384613, 0.000484935681698721, 0.000901153846153849, 0.0007942499364422, 0.00176019230769231, 0.00230676527597879, 0.00686596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1245, '2021-05-23 00:00:00', 0.00031574094785732, 0.000452884615384619, 0.000324753693648668, 0.000600192307692311, 0.000440467758359038, 0.000849615384615395, 0.000676053508351103, 0.00169711538461538, 0.00234646362393742, 0.00689653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1260, '2021-05-23 00:00:00', 0.000221341104667398, 0.000401730769230775, 0.000322745255580932, 0.000597500000000011, 0.000435745206072744, 0.00084826923076922, 0.000612363140125706, 0.00165115384615385, 0.00238751248083729, 0.00689961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1275, '2021-05-23 00:00:00', 0.000237499149796059, 0.000420384615384615, 0.000319958651174703, 0.000553461538461539, 0.000467127762131359, 0.000917884615384612, 0.00059637365674679, 0.00165346153846153, 0.00239791345997692, 0.00692519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1290, '2021-05-23 00:00:00', 0.000184426032702725, 0.00036980769230769, 0.000271808473292952, 0.000605384615384615, 0.000463458736027269, 0.000965000000000011, 0.000571942439277028, 0.00169192307692308, 0.00245729454106309, 0.00699269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1305, '2021-05-23 00:00:00', 0.000250310038521457, 0.000511346153846143, 0.000402648539242165, 0.000739615384615383, 0.00054133680686013, 0.00108153846153848, 0.000530699103505496, 0.00169346153846154, 0.00253274117995017, 0.00706826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1320, '2021-05-23 00:00:00', 0.000297835589648958, 0.00053096153846155, 0.000357153113039557, 0.00072788461538464, 0.000493112563214526, 0.00104500000000002, 0.000464682025276835, 0.00164076923076924, 0.00256618181650962, 0.00707365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1335, '2021-05-23 00:00:00', 0.000223840688540217, 0.000445576923076947, 0.000331999826227955, 0.000668269230769258, 0.000354720529214428, 0.00084557692307695, 0.000442848689213896, 0.00160019230769232, 0.0025822522369793, 0.00708384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1350, '2021-05-23 00:00:00', 0.000188564312636287, 0.000457500000000008, 0.000243541814447975, 0.000641153846153845, 0.000277482362571865, 0.000727692307692318, 0.000443306501019502, 0.00160557692307692, 0.00260728865947868, 0.00708307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1365, '2021-05-23 00:00:00', 0.000181671406665993, 0.000462499999999994, 0.000172873898016398, 0.000544230769230773, 0.0002328608035848, 0.000646923076923071, 0.000512258686152277, 0.0017001923076923, 0.00262967757602449, 0.00710807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1380, '2021-05-23 00:00:00', 0.000123673422304939, 0.000333653846153854, 0.000128444091399272, 0.000413269230769231, 0.000225050848955046, 0.00058826923076922, 0.000525460384219982, 0.00172384615384614, 0.00267782647223164, 0.00713384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1395, '2021-05-23 00:00:00', 0.000108266054059133, 0.000263461538461535, 0.000174903160018942, 0.000393653846153842, 0.000464194422131992, 0.000887692307692312, 0.000549359942254477, 0.00186288461538461, 0.00273319992795144, 0.0071453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1410, '2021-05-23 00:00:00', 0.000129930898794465, 0.000280961538461534, 0.00016814279645587, 0.000434999999999993, 0.000469082779311016, 0.000900576923076922, 0.000552016304107035, 0.00197499999999999, 0.00273858989543607, 0.00713884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1425, '2021-05-23 00:00:00', 0.000148169341788902, 0.000321923076923072, 0.000468720722162578, 0.00080134615384616, 0.000475683192892068, 0.000902499999999998, 0.00066292788794513, 0.00217076923076922, 0.0027342725090682, 0.00713692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 0, '2021-05-23 00:00:00', 0.000453248955194172, 0.00066384615384616, 0.00048593431021708, 0.000766923076923084, 0.000461377869496935, 0.000911538461538455, 0.000653839900422585, 0.00224615384615385, 0.00273314007212329, 0.00712557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 15, '2021-05-23 00:00:00', 0.000240379827644627, 0.000362307692307696, 0.000242911506520364, 0.000475000000000012, 0.000282570957732479, 0.000807884615384609, 0.000674228105659763, 0.00224346153846154, 0.00276001705680348, 0.00709192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 30, '2021-05-23 00:00:00', 0.000183449846426338, 0.000359615384615396, 0.000306086526228218, 0.000604807692307679, 0.00041374648499554, 0.000951923076923066, 0.000726320548010005, 0.00235653846153846, 0.00276423997065822, 0.00708615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 45, '2021-05-23 00:00:00', 0.00032527840146794, 0.000485961538461524, 0.000270217291481115, 0.000674230769230758, 0.000455233836784847, 0.000999615384615366, 0.000735833514824151, 0.00240019230769231, 0.00275900562494198, 0.00707903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 60, '2021-05-23 00:00:00', 0.000180891807868259, 0.000514615384615395, 0.000412001353619892, 0.000758653846153854, 0.000448291628982063, 0.000994230769230779, 0.000782607476030271, 0.00249769230769232, 0.00275813100737549, 0.00707557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 75, '2021-05-23 00:00:00', 0.000378029709862169, 0.000512307692307684, 0.000400079415193454, 0.000683461538461532, 0.000403304618600651, 0.00095615384615385, 0.000843717438118132, 0.00250865384615384, 0.00274189712537757, 0.0071053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 90, '2021-05-23 00:00:00', 0.000196303630594574, 0.000411346153846154, 0.00029771443467755, 0.000616730769230779, 0.000349331449397935, 0.000932307692307698, 0.000837877469470415, 0.00265557692307691, 0.00272652230590826, 0.00708173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 105, '2021-05-23 00:00:00', 0.000240752665932974, 0.000454615384615399, 0.000326454202230352, 0.000737884615384629, 0.000510564242925263, 0.00105961538461539, 0.000856473202239184, 0.00272711538461538, 0.00273350572314408, 0.00706653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 120, '2021-05-23 00:00:00', 0.000249005097260163, 0.000581538461538458, 0.000279626467878966, 0.000719807692307685, 0.000481680871053089, 0.00106230769230768, 0.0008735239197993, 0.00276903846153845, 0.00275404910296428, 0.00704769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 135, '2021-05-23 00:00:00', 0.000210774852535935, 0.000479038461538466, 0.000354753435501328, 0.000779999999999994, 0.000444392454758352, 0.00117942307692307, 0.000887297279122653, 0.00278230769230768, 0.00278838683029893, 0.00703865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 150, '2021-05-23 00:00:00', 0.000278175097043897, 0.000550769230769226, 0.00029642854892095, 0.000753269230769225, 0.000411320247682812, 0.00123711538461538, 0.00085771664677435, 0.00275961538461539, 0.00279302020841513, 0.00700673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 165, '2021-05-23 00:00:00', 0.000190247611932847, 0.000501923076923086, 0.000335334735175739, 0.000894230769230773, 0.000540064383626202, 0.00143846153846154, 0.000853625593481211, 0.00278557692307693, 0.00285287501411362, 0.00706961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 180, '2021-05-23 00:00:00', 0.000348333229051636, 0.000754038461538469, 0.000402749779162437, 0.00107423076923077, 0.000534651863725012, 0.00153384615384616, 0.000876117067168893, 0.00280134615384615, 0.00294170160725962, 0.00712211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 195, '2021-05-23 00:00:00', 0.000307134147589263, 0.000714230769230768, 0.000500839948332964, 0.00107442307692307, 0.000439633938635318, 0.00136500000000001, 0.000899021947195101, 0.00263230769230769, 0.00288640474399448, 0.00708711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 210, '2021-05-23 00:00:00', 0.00032362014770409, 0.000709999999999997, 0.000344646753380026, 0.000975769230769235, 0.000432632771972503, 0.00131134615384616, 0.000915387622813427, 0.0025475, 0.00281233486352806, 0.00705076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 225, '2021-05-23 00:00:00', 0.000227245800502789, 0.000629423076923084, 0.000306305340368828, 0.000939807692307692, 0.000408435288161283, 0.00129576923076923, 0.000879615060038289, 0.00252442307692307, 0.00272992941582463, 0.00706115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 240, '2021-05-23 00:00:00', 0.00030809919731251, 0.000748653846153844, 0.000419636106094859, 0.00101769230769229, 0.000533758948763021, 0.00142884615384615, 0.000906091967653477, 0.0025355769230769, 0.00270444659489059, 0.00708076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 255, '2021-05-23 00:00:00', 0.000239133049544841, 0.000616153846153856, 0.000312611395530286, 0.000883269230769227, 0.000600833907677812, 0.00125076923076923, 0.00096639896602721, 0.00231980769230768, 0.00262444288593569, 0.0069576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 270, '2021-05-23 00:00:00', 0.000262513882416797, 0.000611538461538458, 0.000429372036995704, 0.00086711538461539, 0.000590232581276227, 0.00128249999999999, 0.00101670449908592, 0.00229596153846152, 0.00260753813306433, 0.00693134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 285, '2021-05-23 00:00:00', 0.000339464793688301, 0.000637115384615387, 0.000452033865307261, 0.000846153846153843, 0.00068100796335568, 0.00139538461538461, 0.000999290979414153, 0.00229769230769229, 0.00251554267734388, 0.00703019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 300, '2021-05-23 00:00:00', 0.00029148215409155, 0.000534615384615381, 0.000395709343603842, 0.000866730769230751, 0.000676242588470692, 0.00128403846153845, 0.000977889800303939, 0.00225730769230768, 0.00247847593523488, 0.00701480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 315, '2021-05-23 00:00:00', 0.000310154056013368, 0.00064653846153844, 0.000658334758193857, 0.00101442307692307, 0.000733914190121385, 0.00126096153846153, 0.000986181290869765, 0.00230153846153847, 0.00244481867347126, 0.00700711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 330, '2021-05-23 00:00:00', 0.000689319871043463, 0.000718269230769239, 0.000678313321068118, 0.000894807692307691, 0.000730892920706223, 0.00120730769230771, 0.00108809954295762, 0.00241884615384614, 0.00243921547917483, 0.00700307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 345, '2021-05-23 00:00:00', 0.000223214022856986, 0.000537499999999994, 0.000328572495220431, 0.000761730769230768, 0.000356214282959877, 0.00108615384615386, 0.000912148372714738, 0.00236442307692306, 0.00232701549530393, 0.00695865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 360, '2021-05-23 00:00:00', 0.000226248416909038, 0.000522884615384616, 0.000327688935518954, 0.000735961538461548, 0.000365579834488475, 0.00106115384615385, 0.000959734678880646, 0.0024255769230769, 0.00232955888858483, 0.00697115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 375, '2021-05-23 00:00:00', 0.00021828985670081, 0.000492692307692311, 0.000257850060783694, 0.000770576923076933, 0.00031734135951928, 0.000983461538461546, 0.00095662017219278, 0.00267307692307691, 0.00229497622746193, 0.00699326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 390, '2021-05-23 00:00:00', 0.000152696909444336, 0.000517884615384613, 0.000223170597043194, 0.000693653846153847, 0.000267115359694306, 0.000893846153846143, 0.00101960673036979, 0.00278173076923075, 0.00226084596998556, 0.00702249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 405, '2021-05-23 00:00:00', 0.000137463281810644, 0.000463076923076938, 0.000175559435475894, 0.000606346153846163, 0.000465590485297971, 0.0010275, 0.00110315840274116, 0.0029076923076923, 0.00224159741290412, 0.00705019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 420, '2021-05-23 00:00:00', 0.000156160174180236, 0.000450000000000002, 0.000184905797221604, 0.00063807692307691, 0.000475382437137146, 0.00106269230769231, 0.00114120329544671, 0.0029451923076923, 0.00222949218088231, 0.00708576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 435, '2021-05-23 00:00:00', 0.000136165764363199, 0.000441346153846159, 0.00039859271675001, 0.000783076923076933, 0.000466618152240142, 0.00105750000000001, 0.00111048014563347, 0.00303307692307692, 0.0022074170774564, 0.00707192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 450, '2021-05-23 00:00:00', 0.000329219356380186, 0.000585769230769229, 0.000354660617839295, 0.000783076923076925, 0.00048360314308326, 0.001115, 0.00108665350786432, 0.00305038461538461, 0.00213169178931088, 0.00703673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 465, '2021-05-23 00:00:00', 0.00023548321841236, 0.000517115384615382, 0.000289231674507583, 0.0006851923076923, 0.000432593298073911, 0.00107519230769231, 0.000940550023206552, 0.00306788461538461, 0.00209990765364721, 0.00700692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 480, '2021-05-23 00:00:00', 0.00028629550360531, 0.000576346153846138, 0.000384762464185575, 0.000866923076923064, 0.000467200706335088, 0.0012025, 0.000955606955733448, 0.00316057692307692, 0.00210498203902442, 0.00700923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 495, '2021-05-23 00:00:00', 0.000223593036908234, 0.000550384615384621, 0.000304065592620062, 0.000788269230769237, 0.000465234308213022, 0.0013048076923077, 0.000997082224061017, 0.00319480769230769, 0.00204050140896791, 0.00706499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 510, '2021-05-23 00:00:00', 0.000209477004429157, 0.000561153846153859, 0.000372187917796705, 0.000820384615384631, 0.000479674929990664, 0.00147903846153845, 0.00100590604011431, 0.00326019230769231, 0.00207599230212002, 0.00710096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 525, '2021-05-23 00:00:00', 0.000262655741345103, 0.000534038461538463, 0.000305154941728841, 0.000988461538461545, 0.000536273753284203, 0.00149846153846153, 0.00105339854755926, 0.0033525, 0.00206134127357745, 0.00711961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 540, '2021-05-23 00:00:00', 0.000241301598706801, 0.000797307692307702, 0.000475328874003595, 0.00120153846153846, 0.000706570699821418, 0.00165692307692307, 0.00113544171343815, 0.00342673076923077, 0.00210548332656936, 0.00715096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 555, '2021-05-23 00:00:00', 0.00032101641462944, 0.000771538461538452, 0.000379928738257379, 0.00115961538461538, 0.000697860025638816, 0.00182615384615384, 0.00116122085953335, 0.00340173076923077, 0.00218629181140474, 0.00715826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 570, '2021-05-23 00:00:00', 0.000343208223408728, 0.000848269230769237, 0.000512930644584464, 0.00122038461538462, 0.00079497791454567, 0.00192826923076924, 0.00114660985249829, 0.00339307692307694, 0.00220815446784101, 0.00711307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 585, '2021-05-23 00:00:00', 0.000333420732131913, 0.00079423076923078, 0.000616518762581789, 0.00136423076923077, 0.000820332320090224, 0.00195134615384616, 0.00116500293825974, 0.00337961538461539, 0.00222599806482742, 0.00712076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 600, '2021-05-23 00:00:00', 0.000584365566563095, 0.00112365384615386, 0.000761034720728196, 0.00148961538461539, 0.000808845711254855, 0.00194576923076924, 0.0012112575950385, 0.0033248076923077, 0.00219246836658173, 0.00713153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 615, '2021-05-23 00:00:00', 0.000363718826314213, 0.000879230769230765, 0.000458462145069288, 0.00127153846153846, 0.000542406177636695, 0.0017676923076923, 0.00122840785008638, 0.00314538461538461, 0.00216592244516316, 0.00706403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 630, '2021-05-23 00:00:00', 0.000314372207129342, 0.00086173076923077, 0.000359706130056166, 0.00114750000000001, 0.000446250878042649, 0.00163961538461539, 0.00124132100850418, 0.00313038461538462, 0.00214709393044502, 0.00707788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 645, '2021-05-23 00:00:00', 0.000290607123106087, 0.000777500000000004, 0.000405843708075664, 0.00120634615384615, 0.000449157030960818, 0.00159403846153846, 0.0012713592967916, 0.00307769230769231, 0.00211540488941334, 0.00708038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 660, '2021-05-23 00:00:00', 0.000260997200102858, 0.000828461538461534, 0.000347362867241803, 0.00104980769230769, 0.000494449032918294, 0.00150538461538461, 0.00121465412930848, 0.00303942307692306, 0.00197768762603043, 0.0070978846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 675, '2021-05-23 00:00:00', 0.00028446555827753, 0.000670576923076939, 0.000313754926409376, 0.000996923076923079, 0.000383823477054826, 0.00134730769230768, 0.00115325826048833, 0.00299115384615383, 0.00192650509592251, 0.00706673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 690, '2021-05-23 00:00:00', 0.000204615587044433, 0.000763461538461544, 0.000263070040395791, 0.00103961538461539, 0.000434554988996266, 0.00137403846153845, 0.00102461116452122, 0.00298903846153846, 0.00192964699840711, 0.00708153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 705, '2021-05-23 00:00:00', 0.000219905311790884, 0.000667115384615387, 0.000247072085401431, 0.000868846153846154, 0.000614270424036644, 0.00138807692307691, 0.00107802905983378, 0.00307057692307692, 0.00194262876021129, 0.00708249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 720, '2021-05-23 00:00:00', 0.000152739597404831, 0.000615769230769221, 0.000463018233566872, 0.00096826923076922, 0.000793706712932332, 0.00140288461538461, 0.00111309031011033, 0.00313596153846153, 0.00193723395195713, 0.00708076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 735, '2021-05-23 00:00:00', 0.000364767576156907, 0.000685769230769218, 0.000507827348007776, 0.00100884615384615, 0.000692690407036218, 0.00137000000000001, 0.00112465216845031, 0.00313750000000001, 0.00195160258604209, 0.00703942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 750, '2021-05-23 00:00:00', 0.000240553208571077, 0.000645384615384607, 0.000336806495460828, 0.00086615384615385, 0.000527812794609829, 0.00130788461538463, 0.00105124504938009, 0.00301692307692308, 0.00191709271073114, 0.00693769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 765, '2021-05-23 00:00:00', 0.00025551494010211, 0.000633269230769237, 0.000331837367488247, 0.000925961538461554, 0.000453952259435013, 0.00138057692307692, 0.0010310663822545, 0.00309673076923077, 0.00197544426356745, 0.00692403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 780, '2021-05-23 00:00:00', 0.000245914697530537, 0.000645961538461551, 0.000342398103876856, 0.000967307692307697, 0.000380845617823539, 0.00138576923076924, 0.00106645438793154, 0.00316519230769232, 0.00205508421126352, 0.00691865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 795, '2021-05-23 00:00:00', 0.000234461166212104, 0.000624038461538463, 0.000287654974953307, 0.000925769230769215, 0.000437645799881428, 0.00132961538461537, 0.00106948019365267, 0.00319326923076923, 0.0020918967469739, 0.00688999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 810, '2021-05-23 00:00:00', 0.000259847958503544, 0.000654807692307686, 0.000342816221230056, 0.000924807692307696, 0.000600934400618037, 0.00135192307692307, 0.00101943311924587, 0.00319173076923078, 0.00209344114943646, 0.00688038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 825, '2021-05-23 00:00:00', 0.000291193829182288, 0.000674615384615389, 0.000436357695545212, 0.000910961538461537, 0.000583436899231278, 0.00139384615384615, 0.00100460832398272, 0.00314673076923078, 0.00212498138453384, 0.00682826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 840, '2021-05-23 00:00:00', 0.000335737305734026, 0.000653461538461532, 0.000479012124465156, 0.000948846153846157, 0.000531094660547011, 0.00136346153846153, 0.00107613596510135, 0.00329884615384616, 0.00214885350468927, 0.00681423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 855, '2021-05-23 00:00:00', 0.000298797654712234, 0.000634038461538473, 0.000300037497656535, 0.000972499999999996, 0.000460549003489717, 0.00132576923076923, 0.00106322130267481, 0.00338346153846155, 0.00215488754837784, 0.00684288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 870, '2021-05-23 00:00:00', 0.00026092711920853, 0.000729807692307691, 0.000384378269216861, 0.000989423076923073, 0.000379588086462962, 0.00136634615384616, 0.00106621409669916, 0.00345750000000001, 0.00213080068013447, 0.00686346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 885, '2021-05-23 00:00:00', 0.000287207041375001, 0.000668269230769223, 0.000313699513253337, 0.000940769230769228, 0.000549860576733912, 0.00154557692307693, 0.00114013786278408, 0.00350711538461539, 0.00213745218570003, 0.00684538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 900, '2021-05-23 00:00:00', 0.000221078127505955, 0.00070346153846154, 0.000279643798154293, 0.00102557692307693, 0.000640276532805585, 0.00165403846153848, 0.00115905737562901, 0.00350500000000001, 0.00214606270071138, 0.00683865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 915, '2021-05-23 00:00:00', 0.000294919284916033, 0.000799230769230779, 0.000564442952080932, 0.00124961538461539, 0.000748623480385584, 0.00172365384615386, 0.0012442539469961, 0.00349326923076923, 0.0021778451241113, 0.00681423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 930, '2021-05-23 00:00:00', 0.000518616391505773, 0.000880192307692309, 0.00062523312575269, 0.00121269230769232, 0.000681141688637559, 0.00170500000000001, 0.0012772128459447, 0.00345557692307692, 0.00217885672208721, 0.00682615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 945, '2021-05-23 00:00:00', 0.000339834575141411, 0.000838461538461544, 0.000527544821282084, 0.00120153846153846, 0.000688319246146294, 0.00183576923076924, 0.00126243459845832, 0.00336865384615384, 0.0021419539336424, 0.00687057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 960, '2021-05-23 00:00:00', 0.000358128307475659, 0.00089326923076922, 0.000431821544337303, 0.00117461538461539, 0.000829739926816732, 0.00197788461538462, 0.00128983590190619, 0.00337557692307691, 0.00212037283550287, 0.00689480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 975, '2021-05-23 00:00:00', 0.000328420989210267, 0.000762884615384617, 0.000512303733525951, 0.00140865384615384, 0.000756298882717662, 0.001945, 0.00118139728223047, 0.00330846153846153, 0.00202761414361428, 0.00689134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 990, '2021-05-23 00:00:00', 0.000425022895310907, 0.00113769230769231, 0.000734665936641645, 0.00157096153846155, 0.000693888929263071, 0.00187038461538463, 0.00127459418881221, 0.00327211538461539, 0.00199148197620227, 0.00694730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1005, '2021-05-23 00:00:00', 0.000397224263338244, 0.00102865384615383, 0.000496956274194761, 0.00136153846153844, 0.000618237849424903, 0.00184096153846153, 0.00130296934552759, 0.00318365384615385, 0.00213751433643415, 0.00706153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1020, '2021-05-23 00:00:00', 0.000341106344798128, 0.00101846153846153, 0.00041994028879575, 0.00134461538461538, 0.000705872428003382, 0.00204826923076924, 0.00123605358360326, 0.00311769230769232, 0.00222721264226076, 0.00702307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1035, '2021-05-23 00:00:00', 0.000293349424092466, 0.00095673076923076, 0.000386239712334974, 0.00141134615384614, 0.000773715809484428, 0.00215307692307692, 0.00125702850160455, 0.00305557692307693, 0.00220091216229859, 0.00699788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1050, '2021-05-23 00:00:00', 0.000359153706113943, 0.000890769230769221, 0.000756177126177349, 0.00156038461538461, 0.000873725269265932, 0.00206961538461538, 0.00134397699156128, 0.00299192307692309, 0.00215362720865198, 0.00695307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1065, '2021-05-23 00:00:00', 0.000572720800551727, 0.00126634615384615, 0.000623551120598772, 0.00162000000000001, 0.000708875843528647, 0.00196019230769231, 0.0012312010552552, 0.00288903846153847, 0.00215408646530263, 0.00692750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1080, '2021-05-23 00:00:00', 0.000578387712658084, 0.00104211538461539, 0.000619384806450366, 0.00131846153846155, 0.000688981215552814, 0.00165134615384617, 0.00117270194258977, 0.00267038461538463, 0.00228578433769713, 0.00695403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1095, '2021-05-23 00:00:00', 0.000413572428778984, 0.000813076923076916, 0.000587665164999465, 0.00119788461538461, 0.000720503669984782, 0.00154653846153846, 0.00122903096599906, 0.00259634615384616, 0.00233040049380755, 0.00693269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1110, '2021-05-23 00:00:00', 0.0003693536974854, 0.000786923076923074, 0.000439898983159318, 0.00108634615384615, 0.000503760016124881, 0.00141307692307692, 0.00110944984633755, 0.00244019230769231, 0.0023088453074743, 0.0068344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1125, '2021-05-23 00:00:00', 0.000405425702194609, 0.000775000000000004, 0.000489984026427234, 0.00106211538461538, 0.000501342083427463, 0.00133326923076924, 0.0011250192647923, 0.00240288461538461, 0.00236432957646641, 0.00686788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1140, '2021-05-23 00:00:00', 0.000345738284745062, 0.000709807692307684, 0.000344851194218371, 0.000912884615384618, 0.000416682548415272, 0.00123288461538462, 0.00119440690141753, 0.00231038461538462, 0.00232837543232317, 0.00685807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1155, '2021-05-23 00:00:00', 0.000258633688090686, 0.000605769230769228, 0.000303663528369054, 0.000836538461538472, 0.000489641666464826, 0.00118980769230771, 0.00121662395429065, 0.00220538461538462, 0.00234067781931776, 0.00683557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1170, '2021-05-23 00:00:00', 0.000201290929903807, 0.000559038461538456, 0.000247561103568381, 0.000772499999999992, 0.00043977830953613, 0.00112019230769231, 0.00108024648184496, 0.00205769230769231, 0.00236329144659275, 0.00684230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1185, '2021-05-23 00:00:00', 0.000141526838987675, 0.000515384615384606, 0.000273650254044212, 0.000747692307692317, 0.000419389483012572, 0.00109153846153846, 0.00098658652004702, 0.0019251923076923, 0.00236439164398664, 0.00683038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1200, '2021-05-23 00:00:00', 0.000259430811882183, 0.000582115384615389, 0.000331579031071256, 0.000805576923076927, 0.000462869685930987, 0.00106711538461539, 0.000988156889598776, 0.00190903846153846, 0.00238732577294216, 0.00682211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1215, '2021-05-23 00:00:00', 0.000261056801953439, 0.000490576923076917, 0.000384380470567708, 0.000712884615384614, 0.000424334048380995, 0.000959230769230772, 0.000915050250826951, 0.0018351923076923, 0.00238131825967177, 0.00678557692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1230, '2021-05-23 00:00:00', 0.000196971786343589, 0.000453269230769228, 0.000257795386961169, 0.000657692307692299, 0.000367505572956181, 0.000947884615384612, 0.000752889102059518, 0.00176999999999999, 0.00237232913788571, 0.00675846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1245, '2021-05-23 00:00:00', 0.000161524468258382, 0.000473076923076926, 0.000228520323957284, 0.000678461538461551, 0.00041956960548417, 0.000995576923076925, 0.000695209431643535, 0.00172807692307692, 0.00235724343574961, 0.00675384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1260, '2021-05-23 00:00:00', 0.000171678142509133, 0.000469230769230794, 0.000255457733972087, 0.000650576923076941, 0.000367770465623069, 0.000963653846153865, 0.00064257570640472, 0.00168653846153846, 0.00235559543346345, 0.00673461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1275, '2021-05-23 00:00:00', 0.000209220255674755, 0.000498653846153855, 0.000290232864067127, 0.000721346153846152, 0.000316610960012422, 0.000957500000000004, 0.00071298314253457, 0.00175519230769231, 0.00237683047678723, 0.00685134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1290, '2021-05-23 00:00:00', 0.000207889116154218, 0.000516730769230764, 0.000231960954937227, 0.000698269230769232, 0.000319461807034654, 0.000895384615384618, 0.000743883365547616, 0.0018176923076923, 0.00233665613315597, 0.00691826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1305, '2021-05-23 00:00:00', 0.000209673830948499, 0.000543653846153846, 0.000281003764004355, 0.000723653846153839, 0.000399738231654362, 0.000929423076923072, 0.000735938542584588, 0.00179846153846153, 0.00237674959038275, 0.00710384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1320, '2021-05-23 00:00:00', 0.000174096348214251, 0.000496538461538452, 0.000235859801903258, 0.000614615384615393, 0.000376501711100408, 0.000891538461538465, 0.000763106706924945, 0.00181961538461538, 0.00241288241289572, 0.00711653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1335, '2021-05-23 00:00:00', 0.000158406487823614, 0.000393846153846168, 0.000257451190295585, 0.000556346153846165, 0.000464864455017215, 0.000894807692307709, 0.000727824577343077, 0.00181615384615385, 0.00242130498825608, 0.00710961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1350, '2021-05-23 00:00:00', 0.000174712621181181, 0.000392499999999996, 0.000264307513208503, 0.0006223076923077, 0.000424318684662656, 0.000872115384615397, 0.000679940523417038, 0.00180634615384616, 0.00241951965989436, 0.00711423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1365, '2021-05-23 00:00:00', 0.000211299277365988, 0.000500769230769232, 0.000328873602093341, 0.000679615384615387, 0.000376610030913438, 0.000816346153846151, 0.000708178188137605, 0.00187288461538461, 0.00245786871402534, 0.00717884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1380, '2021-05-23 00:00:00', 0.000192545698871322, 0.000404615384615384, 0.000253718271983836, 0.000515192307692314, 0.000276943204396746, 0.000671538461538467, 0.000755837691164339, 0.00193115384615385, 0.00245552103197294, 0.00714653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1395, '2021-05-23 00:00:00', 0.000126381747708464, 0.000272884615384622, 0.000126759008176323, 0.000374615384615388, 0.000312481137892296, 0.000867692307692313, 0.000872860747551053, 0.00201673076923077, 0.00249906471735696, 0.00712269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1410, '2021-05-23 00:00:00', 0.000101771992520226, 0.000271538461538468, 0.0001835605119258, 0.000457307692307708, 0.000324743982001432, 0.000950576923076938, 0.000864667655140496, 0.00206307692307692, 0.00248963810314176, 0.00718173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1425, '2021-05-23 00:00:00', 0.00016158112989599, 0.000337307692307711, 0.000296793958574213, 0.000774423076923086, 0.000297786190721825, 0.000968846153846168, 0.000838259001649346, 0.00228807692307693, 0.00248343732788617, 0.00719019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 0, '2021-05-23 00:00:00', 0.000292691029007626, 0.00060403846153846, 0.000354303053678848, 0.000760576923076931, 0.000290916059794144, 0.000928076923076935, 0.000814726664876968, 0.00239346153846154, 0.00247839986374583, 0.00719826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 15, '2021-05-23 00:00:00', 0.000278983043322598, 0.000443461538461544, 0.000278295084121435, 0.000603076923076928, 0.000463934221133192, 0.000904807692307701, 0.000816356469084062, 0.00238173076923077, 0.00249025720790813, 0.00717519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 30, '2021-05-23 00:00:00', 0.000251333749914654, 0.000414423076923072, 0.000227461239301597, 0.000558846153846164, 0.000520487382541214, 0.000943653846153854, 0.000813010833497702, 0.00243384615384616, 0.00248474528179139, 0.00716865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 45, '2021-05-23 00:00:00', 0.000195567517359484, 0.000364423076923099, 0.000407352852148912, 0.000687884615384625, 0.00052093086061248, 0.000970192307692314, 0.000885592391913667, 0.00262673076923077, 0.00247664453522222, 0.00715692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 60, '2021-05-23 00:00:00', 0.000390809613298039, 0.000551923076923089, 0.000469755746679555, 0.000742692307692314, 0.000586476440604918, 0.00102884615384615, 0.000874871155348913, 0.00265653846153846, 0.00247289964492013, 0.00712057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 75, '2021-05-23 00:00:00', 0.000293182536997019, 0.000479999999999993, 0.000332479091303276, 0.000667115384615387, 0.000428177937490777, 0.00104788461538462, 0.000870662104378051, 0.00267250000000001, 0.00246563149189941, 0.00709942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 90, '2021-05-23 00:00:00', 0.000253874060237623, 0.000484038461538464, 0.00034055842151023, 0.000724038461538448, 0.000388538484382382, 0.00105807692307692, 0.000879456584838273, 0.00268826923076924, 0.00244192853325777, 0.00719480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 105, '2021-05-23 00:00:00', 0.000269265453809772, 0.000518269230769223, 0.000294723860327186, 0.000823076923076918, 0.000525864891978341, 0.00115826923076922, 0.000914858648182252, 0.00273788461538462, 0.00244501556546877, 0.00722134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 120, '2021-05-23 00:00:00', 0.000216320630973142, 0.00061615384615386, 0.000317201222230661, 0.00079115384615385, 0.000606358392372045, 0.0012825, 0.000867545698197823, 0.00272153846153846, 0.00246131347048684, 0.00723000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 135, '2021-05-23 00:00:00', 0.000237285692784053, 0.000457499999999995, 0.000381222527383427, 0.000761153846153841, 0.000691441860284601, 0.00131461538461539, 0.000806178544835988, 0.00268961538461538, 0.0024503152779874, 0.00721019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 150, '2021-05-23 00:00:00', 0.000286874470001188, 0.000535192307692312, 0.000396503419327591, 0.00085480769230769, 0.000553256374011749, 0.00125384615384617, 0.000927575686316862, 0.00269942307692308, 0.00253734149182838, 0.00725038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 165, '2021-05-23 00:00:00', 0.00029348365175279, 0.000615576923076921, 0.000511730548087703, 0.000998076923076933, 0.000564717935038231, 0.0014571153846154, 0.000968006377124599, 0.00268211538461539, 0.00245108039757667, 0.00730134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 180, '2021-05-23 00:00:00', 0.000507887934338035, 0.000803076923076919, 0.000493567741434379, 0.00102365384615384, 0.000540010541207671, 0.00155923076923076, 0.00105714906888584, 0.00273692307692307, 0.00249800920734893, 0.00732000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 195, '2021-05-23 00:00:00', 0.000260240199697252, 0.000645192307692307, 0.000430902675072474, 0.00106634615384616, 0.000443766960672611, 0.00145634615384616, 0.00105783976174962, 0.00265019230769231, 0.00252426392165198, 0.00734788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 210, '2021-05-23 00:00:00', 0.000346684516305751, 0.00076807692307692, 0.000353707669389018, 0.00106865384615384, 0.000445875672564239, 0.00140134615384616, 0.000973596662657821, 0.00262230769230768, 0.00246738927738486, 0.00737538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 225, '2021-05-23 00:00:00', 0.00020544370368696, 0.000646346153846131, 0.00023191054309798, 0.000927499999999983, 0.000560171299349919, 0.00137826923076922, 0.000944075534787659, 0.00240884615384615, 0.00239934764371163, 0.00730365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 240, '2021-05-23 00:00:00', 0.0002158098343806, 0.000718269230769222, 0.000283637159874261, 0.00089403846153846, 0.00057387310980203, 0.00134288461538461, 0.000962795868611511, 0.00236326923076923, 0.0023673318395319, 0.00730096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 255, '2021-05-23 00:00:00', 0.000256414628167852, 0.000602692307692302, 0.000594444698857678, 0.00102250000000001, 0.000557332796589119, 0.00131461538461539, 0.000959592561775768, 0.00235326923076924, 0.00238834091916414, 0.0072921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 270, '2021-05-23 00:00:00', 0.000564374023553115, 0.000764038461538467, 0.000551021429151904, 0.000998846153846151, 0.00054999314681045, 0.00132230769230769, 0.00105574998861546, 0.00235903846153846, 0.00238548330855292, 0.00729615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 285, '2021-05-23 00:00:00', 0.000274094663602545, 0.000603269230769237, 0.000282883572136352, 0.000873653846153861, 0.000379667111275956, 0.00116634615384616, 0.000983868971889137, 0.00218192307692308, 0.00231759099896023, 0.00721096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 300, '2021-05-23 00:00:00', 0.000208156098970144, 0.000629807692307702, 0.000358100598242371, 0.000864038461538464, 0.000439707813824665, 0.00106480769230771, 0.0010005541541489, 0.00210884615384616, 0.00231654397756656, 0.00720500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 315, '2021-05-23 00:00:00', 0.000240796514797161, 0.000544807692307687, 0.000308768272582941, 0.000724615384615388, 0.000394763074027182, 0.00096326923076923, 0.000957575785311733, 0.00213923076923077, 0.00229937744082709, 0.00714115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 330, '2021-05-23 00:00:00', 0.000186891988551187, 0.000521153846153853, 0.00025758292167468, 0.000684807692307708, 0.000612946854265393, 0.00102038461538462, 0.000872835873196353, 0.00219730769230768, 0.00225560877847609, 0.00710019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 345, '2021-05-23 00:00:00', 0.000184030202370751, 0.000493653846153865, 0.000244504286575604, 0.000712115384615395, 0.000582006905853831, 0.000984038461538469, 0.000806369356102726, 0.00222653846153846, 0.00222680979119317, 0.00707961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 360, '2021-05-23 00:00:00', 0.000182323465724634, 0.000514615384615387, 0.000557301879249825, 0.000755769230769237, 0.000608339258840128, 0.00100942307692308, 0.000812788741593737, 0.00232153846153846, 0.00221541776751368, 0.00711173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 375, '2021-05-23 00:00:00', 0.000482067063639651, 0.000494423076923101, 0.000469856770319843, 0.000649230769230782, 0.000521225479039543, 0.000940000000000009, 0.000783630235604673, 0.0023928846153846, 0.00223108390353552, 0.00707923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 390, '2021-05-23 00:00:00', 0.000186516342859938, 0.000432115384615389, 0.000336493684933301, 0.000614999999999985, 0.000375396662007198, 0.000940576923076915, 0.000682425002923679, 0.00243326923076922, 0.00226739322537169, 0.00705403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 405, '2021-05-23 00:00:00', 0.00021929747972875, 0.000409230769230756, 0.000255704231185455, 0.000614423076923075, 0.000334311749948815, 0.000942115384615374, 0.000649980857706283, 0.00257365384615383, 0.00227113675366457, 0.00704692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 420, '2021-05-23 00:00:00', 0.000196230731538129, 0.000457500000000008, 0.000274135845044847, 0.000667692307692309, 0.000398934349717614, 0.000953846153846143, 0.000673068090051929, 0.00268442307692307, 0.00226566038089083, 0.0070298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 435, '2021-05-23 00:00:00', 0.000228545652736191, 0.000501346153846159, 0.000209246634013903, 0.000688076923076926, 0.000301851211437278, 0.00105692307692307, 0.000681266947566188, 0.00272442307692307, 0.00226224688341886, 0.0070248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 450, '2021-05-23 00:00:00', 0.000203641559155756, 0.00051173076923077, 0.000331423967379918, 0.000689615384615372, 0.000468233381979534, 0.00108249999999998, 0.000857868221007961, 0.00282826923076921, 0.00225423468166026, 0.00702500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 465, '2021-05-23 00:00:00', 0.000209839590750064, 0.000439423076923073, 0.000267430292858643, 0.000740192307692293, 0.000400935636499662, 0.00101423076923074, 0.000820963692629204, 0.00290923076923076, 0.00225003730738299, 0.00702673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 480, '2021-05-23 00:00:00', 0.000232962195678575, 0.000630769230769217, 0.000345887487264491, 0.000831923076923057, 0.000342491549586949, 0.00110269230769229, 0.00080961417686736, 0.00294134615384614, 0.00230947930361934, 0.00713942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 495, '2021-05-23 00:00:00', 0.000260925571468466, 0.000546923076923082, 0.000285244901525256, 0.000724423076923066, 0.000438725426662272, 0.001235, 0.000842526534619806, 0.00293480769230769, 0.00231783829163162, 0.00715288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 510, '2021-05-23 00:00:00', 0.000211092123527602, 0.000501730769230768, 0.000257120818652673, 0.000738653846153847, 0.000465996079547713, 0.00132211538461538, 0.000878759090116021, 0.00291346153846154, 0.00230748684469955, 0.00714153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 525, '2021-05-23 00:00:00', 0.00021613964503034, 0.000517884615384618, 0.000370933126877851, 0.000954230769230773, 0.000430342305612636, 0.00142749999999998, 0.000857845871040675, 0.00288846153846154, 0.00230654657776177, 0.00714365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 540, '2021-05-23 00:00:00', 0.000337117874842699, 0.000797307692307698, 0.000430279158042934, 0.00104192307692307, 0.000541535743546498, 0.00152519230769229, 0.00089172839949255, 0.00287153846153846, 0.00233548977732722, 0.00715250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 555, '2021-05-23 00:00:00', 0.000254016428905402, 0.000672115384615377, 0.000348262113931467, 0.000977499999999994, 0.000543245375922831, 0.00149346153846153, 0.000873955376435213, 0.00281, 0.00246312369688446, 0.00725211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 570, '2021-05-23 00:00:00', 0.000281100584242604, 0.000663461538461538, 0.00039194308849038, 0.000974230769230751, 0.000477102351541217, 0.00156557692307691, 0.000860322233906473, 0.00277288461538461, 0.00254487406368173, 0.00729500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 585, '2021-05-23 00:00:00', 0.000343328335786372, 0.000737884615384603, 0.000419222357008041, 0.00116923076923076, 0.000455384030664889, 0.00164384615384614, 0.000827922608794946, 0.00280961538461538, 0.0026131926612126, 0.00728326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 600, '2021-05-23 00:00:00', 0.000317059142747839, 0.000947499999999994, 0.000299395031046574, 0.00125076923076923, 0.000527736567441931, 0.00169673076923076, 0.000810946740165225, 0.00279615384615385, 0.00270267545506016, 0.00730384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 615, '2021-05-23 00:00:00', 0.000289174953697853, 0.000878076923076919, 0.000393944988350091, 0.00122557692307692, 0.000503923719807495, 0.00161865384615385, 0.000844050581787259, 0.00275923076923077, 0.00[...];
Date: 2021-05-23 15:28:20 Duration: 15s835ms 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 977075, 1, 930, '2021-05-23 00:00:00', 0.000352752255621642, 0.000801923076923074, 0.000341947195653642, 0.00105326923076922, 0.000499490086141705, 0.00145288461538462, 0.00124031391808066, 0.00314384615384616, 0.00199456006331067, 0.00535961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 945, '2021-05-23 00:00:00', 0.000253162763090052, 0.000714230769230768, 0.000391536077520336, 0.00101249999999999, 0.00053876957397961, 0.00141442307692309, 0.0011185872270929, 0.00304576923076923, 0.00191698646718871, 0.00532634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 960, '2021-05-23 00:00:00', 0.000317244930856037, 0.000697884615384614, 0.000396066476549274, 0.000930576923076926, 0.000594950935275017, 0.00150884615384616, 0.00103524943111087, 0.00297076923076924, 0.00185743408621017, 0.00529576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 975, '2021-05-23 00:00:00', 0.000249056141338579, 0.000635192307692306, 0.000366131806867427, 0.0010375, 0.000616254099689898, 0.00165134615384615, 0.000982457143320529, 0.00289596153846154, 0.00183044665629416, 0.0053048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 990, '2021-05-23 00:00:00', 0.00034434262901048, 0.000879615384615391, 0.000487967251423224, 0.00122903846153847, 0.000682237974497265, 0.00182057692307693, 0.000961541550764267, 0.00287192307692308, 0.00182195098304411, 0.00529923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1005, '2021-05-23 00:00:00', 0.000442395924310068, 0.000936923076923079, 0.000537645007273538, 0.00128807692307692, 0.000735040161121509, 0.00188596153846153, 0.000949768575050706, 0.00274788461538461, 0.00181476228576808, 0.00525307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1020, '2021-05-23 00:00:00', 0.00038964860895625, 0.000955961538461537, 0.000487617165407445, 0.00131250000000001, 0.000723559497314387, 0.00198788461538461, 0.000848893034849142, 0.00259076923076922, 0.00179835997936582, 0.00525384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1035, '2021-05-23 00:00:00', 0.000272540540385905, 0.000817884615384619, 0.00034421594295532, 0.00119384615384616, 0.000606001142420857, 0.00182923076923076, 0.000813662942879542, 0.00240576923076923, 0.00179012566168284, 0.00525326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1050, '2021-05-23 00:00:00', 0.000224441186402691, 0.000784615384615384, 0.000505686775963751, 0.00138865384615384, 0.000641402459758779, 0.00169634615384614, 0.000814131462640737, 0.00227403846153846, 0.00175888146274842, 0.00524999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1065, '2021-05-23 00:00:00', 0.000398058412798924, 0.00107249999999999, 0.000436170397189698, 0.00129115384615383, 0.00055535518779911, 0.00154076923076923, 0.000694866810702144, 0.00219326923076923, 0.00173906257904832, 0.00525557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1080, '2021-05-23 00:00:00', 0.000295002803115752, 0.000829423076923066, 0.000366529461508673, 0.00102038461538462, 0.000430620661192829, 0.00135192307692309, 0.000754248607249928, 0.00220519230769232, 0.00166916742258391, 0.00535326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1095, '2021-05-23 00:00:00', 0.000256595236480762, 0.000681346153846147, 0.000435794632296519, 0.00095519230769231, 0.000458303392961478, 0.00128, 0.000722780634877446, 0.00218461538461539, 0.00171170379581731, 0.00542326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1110, '2021-05-23 00:00:00', 0.000366978725017389, 0.000675769230769234, 0.000387766632832773, 0.00105519230769232, 0.000465386233309331, 0.00128288461538462, 0.000748395925655966, 0.00217769230769231, 0.00176278417239932, 0.00548096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1125, '2021-05-23 00:00:00', 0.000328536147174094, 0.00073500000000002, 0.000387905420669276, 0.000906153846153856, 0.000428085900797409, 0.00120653846153847, 0.000842996418461228, 0.0021148076923077, 0.00179833718067126, 0.00550615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1140, '2021-05-23 00:00:00', 0.000278341793207834, 0.000561923076923082, 0.000335150482848899, 0.000809615384615398, 0.000399871373549823, 0.00104134615384616, 0.000854515089662877, 0.00204596153846154, 0.00184641044691086, 0.00551653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1155, '2021-05-23 00:00:00', 0.000241266529923934, 0.000546538461538464, 0.000349744962024528, 0.00075153846153847, 0.000433551567334802, 0.0010348076923077, 0.000829257220928193, 0.00200846153846154, 0.0018366518136586, 0.00550173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1170, '2021-05-23 00:00:00', 0.0002435570538119, 0.000504038461538463, 0.000282959429002698, 0.000689038461538462, 0.000420706411426512, 0.000988269230769227, 0.000814592323709312, 0.00197057692307693, 0.00183416885389961, 0.00551076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1185, '2021-05-23 00:00:00', 0.000213521751729266, 0.00051846153846154, 0.0002773833781277, 0.000741538461538477, 0.000377047232299368, 0.00101115384615384, 0.000838237459471669, 0.00199096153846154, 0.00187726331090275, 0.00555846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1200, '2021-05-23 00:00:00', 0.000234239276086524, 0.00054596153846155, 0.000314954025949092, 0.000740961538461538, 0.000389209652817304, 0.00103807692307692, 0.000910276796449229, 0.00212038461538461, 0.00186865850689329, 0.00555384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1215, '2021-05-23 00:00:00', 0.000221857195927046, 0.000481153846153838, 0.000314073974627717, 0.000667692307692296, 0.000377683882876419, 0.000918653846153839, 0.000876941911066296, 0.00209365384615384, 0.00190731131741478, 0.00553730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1230, '2021-05-23 00:00:00', 0.000175748071441422, 0.000445769230769239, 0.000253585063864924, 0.000649230769230769, 0.000340708819962155, 0.000847500000000001, 0.00083485576828944, 0.00211692307692308, 0.002070161866581, 0.00560307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1245, '2021-05-23 00:00:00', 0.000205881313830598, 0.000443653846153849, 0.000265175703725207, 0.000571923076923079, 0.000391102435922633, 0.00081865384615385, 0.000803095573390873, 0.0020525, 0.00209147941750478, 0.00561692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1260, '2021-05-23 00:00:00', 0.000164539917999818, 0.00037423076923077, 0.000227204414908357, 0.000509615384615376, 0.000444273174799189, 0.000899423076923068, 0.000729613517292129, 0.00203173076923077, 0.00209854261700462, 0.00561865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1275, '2021-05-23 00:00:00', 0.000179645912411483, 0.000379423076923095, 0.000304319480404788, 0.000582115384615398, 0.000441834984859913, 0.000913076923076918, 0.000699652138840891, 0.00199134615384616, 0.00210049232324234, 0.00564999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1290, '2021-05-23 00:00:00', 0.000204211052213523, 0.000441923076923077, 0.00035162983158649, 0.000738461538461538, 0.000367585521184695, 0.000951346153846148, 0.000648008457922016, 0.00197519230769231, 0.00212402590343469, 0.00569903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1305, '2021-05-23 00:00:00', 0.000298047556866094, 0.000567884615384612, 0.000323853955688963, 0.000675769230769221, 0.000423425772261657, 0.00097076923076922, 0.000614124298368135, 0.00191557692307692, 0.00216188369608188, 0.00568134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1320, '2021-05-23 00:00:00', 0.000216696881522398, 0.000468461538461529, 0.000302507278996973, 0.000669423076923073, 0.000333599541136003, 0.000949423076923071, 0.000596713209042804, 0.00186557692307692, 0.00217214110074334, 0.0056651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1335, '2021-05-23 00:00:00', 0.000236622792971946, 0.000482115384615383, 0.000254920274112997, 0.000707884615384611, 0.000264990275583551, 0.00091961538461538, 0.000595270979018418, 0.00183653846153846, 0.002180674357589, 0.00567057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1350, '2021-05-23 00:00:00', 0.000212984650945698, 0.000477692307692307, 0.000212567545825923, 0.000679807692307696, 0.000378724224814737, 0.000910961538461545, 0.00058380743005259, 0.00180134615384616, 0.00221949655587444, 0.0056651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1365, '2021-05-23 00:00:00', 0.000149233554692489, 0.000494423076923092, 0.00019892170860378, 0.000640384615384626, 0.000337605368167323, 0.000870769230769235, 0.000487156900960932, 0.00181038461538463, 0.00222274266651327, 0.0056551923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1380, '2021-05-23 00:00:00', 0.000152581504071159, 0.000473653846153858, 0.000284475766170806, 0.000657307692307707, 0.000445345501138866, 0.00109384615384615, 0.000495719717644507, 0.00182096153846155, 0.00227086605810343, 0.00567557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1395, '2021-05-23 00:00:00', 0.000247414942649297, 0.000466923076923083, 0.000285538694670016, 0.000637115384615374, 0.000368545843093563, 0.00128403846153847, 0.000449321197431796, 0.00184346153846154, 0.00232056897035058, 0.00569288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1410, '2021-05-23 00:00:00', 0.000118631945366915, 0.000411538461538446, 0.000346225137957726, 0.000860384615384603, 0.000343548899217938, 0.00129538461538461, 0.00040462370933233, 0.00181288461538461, 0.00230727845840407, 0.00569173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1425, '2021-05-23 00:00:00', 0.000388326587374007, 0.00076346153846154, 0.00034734869423192, 0.00111634615384615, 0.000366258053206301, 0.00128980769230769, 0.000440188989132913, 0.00183711538461539, 0.00228809124347383, 0.00567653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 0, '2021-05-23 00:00:00', 0.000394470482467909, 0.000784807692307705, 0.00037494250841348, 0.00104173076923077, 0.000356273933069236, 0.00124134615384616, 0.000415504558893824, 0.00181096153846154, 0.00231066441493818, 0.00568596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 15, '2021-05-23 00:00:00', 0.000320429139332452, 0.000690400000000011, 0.000333411407523307, 0.000859400000000008, 0.000319644985361356, 0.00112000000000001, 0.000434563957701679, 0.001774, 0.00228431457626426, 0.00555579999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 30, '2021-05-23 00:00:00', 0.00031028696395435, 0.000635000000000001, 0.000290032955687138, 0.000946346153846149, 0.000316459500386116, 0.00110615384615385, 0.000492227628706015, 0.00180903846153846, 0.0023413602965929, 0.00568096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 45, '2021-05-23 00:00:00', 0.000292919849893332, 0.000764038461538467, 0.000263610726990786, 0.000856153846153853, 0.000343251421645342, 0.00104846153846155, 0.00047461709262876, 0.00181923076923077, 0.00235636245089757, 0.00563999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 60, '2021-05-23 00:00:00', 0.000175344934782412, 0.00060038461538462, 0.000285353222407721, 0.000772692307692314, 0.00029540923374977, 0.00099115384615384, 0.000516292105751706, 0.00184346153846155, 0.00236783962717073, 0.00561749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 75, '2021-05-23 00:00:00', 0.000289037993243911, 0.0004848076923077, 0.000303420310156359, 0.000641730769230772, 0.000298844183737678, 0.00088961538461538, 0.000481275428898614, 0.00179903846153847, 0.00239807926346195, 0.00559692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 90, '2021-05-23 00:00:00', 0.000147560287548964, 0.000400961538461535, 0.000260237465522431, 0.000616538461538453, 0.000301011691569509, 0.000849038461538464, 0.000535374671105715, 0.00189596153846155, 0.00240169754869023, 0.00558865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 105, '2021-05-23 00:00:00', 0.000213606035639311, 0.000481538461538456, 0.000284314289800231, 0.000701153846153841, 0.000387003726875301, 0.000898269230769236, 0.000650792889186253, 0.00205423076923077, 0.0024117455536156, 0.00557615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 120, '2021-05-23 00:00:00', 0.00024451490437504, 0.000526538461538452, 0.000238686791874586, 0.000610769230769231, 0.000337468460064701, 0.000860192307692319, 0.000678030320402127, 0.00209865384615385, 0.00242012739651958, 0.00557615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 135, '2021-05-23 00:00:00', 0.000180145667553954, 0.00040269230769232, 0.000268043624463223, 0.000639230769230781, 0.000348501241582589, 0.000898653846153849, 0.000754968185779015, 0.00211980769230771, 0.00242848553629624, 0.00555999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 150, '2021-05-23 00:00:00', 0.000218894073434185, 0.000511153846153856, 0.000222927118135041, 0.000647500000000006, 0.000296257749006074, 0.000910576923076923, 0.000819719745729263, 0.0021623076923077, 0.00242366135137602, 0.00554711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 165, '2021-05-23 00:00:00', 0.000174326837158952, 0.000439615384615395, 0.000274475233575186, 0.000689423076923071, 0.000302833858995058, 0.00100788461538461, 0.000852152297691869, 0.00218653846153848, 0.00248773722486923, 0.00558249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 180, '2021-05-23 00:00:00', 0.000283126568598137, 0.000589423076923078, 0.000285971757615761, 0.000770384615384619, 0.000307637211413308, 0.00110057692307693, 0.00086857735141126, 0.00219615384615386, 0.00259049309235492, 0.00561730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 195, '2021-05-23 00:00:00', 0.000197652083606124, 0.000542884615384619, 0.000271714853363697, 0.000814807692307693, 0.000270912418433592, 0.00106653846153846, 0.000889481093326105, 0.00213115384615385, 0.00255787189942073, 0.00559942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 210, '2021-05-23 00:00:00', 0.000212228559667307, 0.00058519230769229, 0.000247528708513688, 0.000812307692307689, 0.000309461815713355, 0.00109615384615384, 0.000908696890311359, 0.00211403846153846, 0.00249038724977587, 0.00559057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 225, '2021-05-23 00:00:00', 0.000167294765194664, 0.000561538461538459, 0.000191834163156227, 0.000772884615384614, 0.000292714615545329, 0.00106538461538462, 0.000879064909653785, 0.00206634615384616, 0.00243414745776708, 0.00559538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 240, '2021-05-23 00:00:00', 0.000212738192296391, 0.000611538461538458, 0.000307625646625131, 0.000836538461538463, 0.000348427677077815, 0.00113538461538462, 0.000887441634050456, 0.00209057692307692, 0.00244782208535231, 0.00562480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 255, '2021-05-23 00:00:00', 0.000195531622467102, 0.000536153846153844, 0.000250634962875071, 0.000758269230769224, 0.000340285174522796, 0.001005, 0.000857806886103245, 0.00201442307692308, 0.00241143203543839, 0.00557730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 270, '2021-05-23 00:00:00', 0.000225632188783833, 0.000531730769230764, 0.000290003713504068, 0.000703076923076926, 0.000362116906324678, 0.00102442307692308, 0.000976975237856422, 0.00200615384615385, 0.00239827409096306, 0.00557884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 285, '2021-05-23 00:00:00', 0.000211586043599639, 0.000529423076923087, 0.000281411893576229, 0.000699423076923077, 0.000692572378889018, 0.00119250000000001, 0.00101147670036665, 0.00198634615384616, 0.00240960855422939, 0.00571423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 300, '2021-05-23 00:00:00', 0.000236706325676755, 0.000496730769230778, 0.000304093672309156, 0.000780192307692312, 0.000742276539800672, 0.00117230769230771, 0.00103500719061047, 0.00196173076923077, 0.00238086115642091, 0.00570961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 315, '2021-05-23 00:00:00', 0.000282411865080888, 0.000572307692307692, 0.000739050326172293, 0.000914230769230776, 0.00082269828098669, 0.00110730769230771, 0.0011022839226596, 0.00197038461538462, 0.00236227176349705, 0.00572326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 330, '2021-05-23 00:00:00', 0.000774660645305152, 0.000698653846153854, 0.000794932314486818, 0.000864230769230782, 0.000860621354246217, 0.00113134615384615, 0.00123593647148161, 0.00206980769230769, 0.00234892712825371, 0.00571942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 345, '2021-05-23 00:00:00', 0.000200372441679516, 0.000498653846153842, 0.000275951012932471, 0.000665192307692319, 0.000361471352200338, 0.000943461538461536, 0.000839402832604576, 0.00201134615384615, 0.00207969573403273, 0.00562788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 360, '2021-05-23 00:00:00', 0.000176499291783278, 0.00046500000000001, 0.000299239613276452, 0.00067711538461538, 0.000298669614225374, 0.000916538461538458, 0.00074578706488771, 0.00206211538461539, 0.00201673361194247, 0.00562230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 375, '2021-05-23 00:00:00', 0.000204522332803498, 0.000469230769230756, 0.000210670084766179, 0.000696730769230765, 0.000234529069872766, 0.000833269230769228, 0.000853089678755986, 0.00224, 0.00196219140640884, 0.00565865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 390, '2021-05-23 00:00:00', 0.000118804299326498, 0.000462692307692303, 0.000149060261432954, 0.000600192307692294, 0.000210355742639789, 0.000773461538461537, 0.000900466887444838, 0.00226615384615384, 0.00193674763059503, 0.00565923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 405, '2021-05-23 00:00:00', 0.000127602899653557, 0.000412499999999995, 0.000149734637069919, 0.000537307692307707, 0.000348575618106679, 0.000895192307692327, 0.000921914229282649, 0.00236038461538463, 0.00192095774389918, 0.00568442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 420, '2021-05-23 00:00:00', 0.000136007352742416, 0.000400000000000011, 0.00014463920630313, 0.000562500000000004, 0.000324708152985695, 0.000900769230769235, 0.000916106413872556, 0.0023998076923077, 0.00191335578138356, 0.00573211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 435, '2021-05-23 00:00:00', 0.000102741647611114, 0.000415384615384617, 0.000297321116225957, 0.000670384615384626, 0.000306489866817065, 0.000900961538461548, 0.000879794031840133, 0.00252846153846155, 0.00191569449146137, 0.00575076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 450, '2021-05-23 00:00:00', 0.000288344345424817, 0.000512692307692323, 0.000273669438444377, 0.000669807692307699, 0.000468693971010441, 0.000979038461538466, 0.000872196100920842, 0.00259903846153848, 0.00188409856021798, 0.00573423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 465, '2021-05-23 00:00:00', 0.00020175079830173, 0.000460769230769235, 0.000224989999777762, 0.000607500000000013, 0.00040006235090967, 0.000918269230769243, 0.000850090515542538, 0.00265326923076925, 0.00184024187373459, 0.00567307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 480, '2021-05-23 00:00:00', 0.000214017612503117, 0.000488461538461544, 0.000339161692775215, 0.000725576923076924, 0.000463556485646142, 0.000988846153846163, 0.000926597352600445, 0.00269057692307694, 0.00181441727242153, 0.00565903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 495, '2021-05-23 00:00:00', 0.000200320992409674, 0.000492500000000003, 0.000270386973400372, 0.00068134615384616, 0.000458535167680725, 0.00106750000000001, 0.000900583336595699, 0.00268711538461539, 0.00175758571297721, 0.00565653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 510, '2021-05-23 00:00:00', 0.000200368506660953, 0.000461538461538479, 0.000342740987650129, 0.000690769230769234, 0.000491571303224498, 0.00121288461538462, 0.000902737716402378, 0.00269576923076924, 0.00173357865744203, 0.00566480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 525, '2021-05-23 00:00:00', 0.00021962038927344, 0.000493653846153831, 0.000271629555432779, 0.000811153846153853, 0.000491226408711275, 0.00130076923076923, 0.000915176401659169, 0.00274961538461539, 0.00173306131987924, 0.00566653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 540, '2021-05-23 00:00:00', 0.00022546362490176, 0.00065038461538464, 0.000398188252734023, 0.000978269230769247, 0.000517822251950782, 0.00133673076923079, 0.000923255715056574, 0.00279365384615385, 0.00177206781646581, 0.00570288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 555, '2021-05-23 00:00:00', 0.000225973790175193, 0.00063307692307692, 0.000338017068299106, 0.000953461538461546, 0.0006163646523085, 0.00143923076923077, 0.000882752862008736, 0.00280884615384616, 0.00173759348392674, 0.00574865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 570, '2021-05-23 00:00:00', 0.000247744906025407, 0.000691538461538474, 0.000318071593295501, 0.000936538461538491, 0.000609581098283579, 0.00146365384615386, 0.000905914433894543, 0.0027398076923077, 0.0017206434954579, 0.00574596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 585, '2021-05-23 00:00:00', 0.000206344092756218, 0.000638269230769245, 0.00054483480206248, 0.0011148076923077, 0.000663649032592935, 0.00147596153846155, 0.000949669416165443, 0.002705, 0.00171208707542759, 0.00570807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 600, '2021-05-23 00:00:00', 0.000536481270731938, 0.000888076923076925, 0.000585744792156501, 0.0011498076923077, 0.000659591161250666, 0.00144750000000002, 0.000919383405415738, 0.00266461538461538, 0.00173181576564999, 0.00569961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 615, '2021-05-23 00:00:00', 0.000286462307897829, 0.000665576923076928, 0.000347120240750167, 0.000912307692307704, 0.00041693091108165, 0.00131576923076925, 0.000871500209629699, 0.00248884615384615, 0.00173129911204987, 0.00566884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 630, '2021-05-23 00:00:00', 0.00027138285473874, 0.000699423076923086, 0.000261612235070266, 0.000890192307692328, 0.000311505278384704, 0.00136153846153847, 0.000865296125390252, 0.00243076923076922, 0.0017604217152105, 0.00565884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 645, '2021-05-23 00:00:00', 0.000185009043438, 0.000622884615384635, 0.000271828919613928, 0.0009848076923077, 0.000288107885775708, 0.00141192307692309, 0.000909881332076638, 0.00239903846153845, 0.00176996153804366, 0.00572961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 660, '2021-05-23 00:00:00', 0.00022584371723693, 0.000765769230769234, 0.000268034225713525, 0.0010071153846154, 0.000413157308465495, 0.00137519230769232, 0.000913938728799698, 0.002395, 0.0017949612487782, 0.00576673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 675, '2021-05-23 00:00:00', 0.000219887733592877, 0.000643846153846153, 0.000257580159293243, 0.000931538461538475, 0.000335151630437041, 0.00122384615384615, 0.000904830562124115, 0.00227788461538461, 0.00181768165952805, 0.00573115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 690, '2021-05-23 00:00:00', 0.000192593733423099, 0.000632884615384637, 0.000277767196379646, 0.00089384615384616, 0.000319572310343775, 0.00114769230769232, 0.000923306287209178, 0.0022775, 0.00184255855767504, 0.00576903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 705, '2021-05-23 00:00:00', 0.000220711437088193, 0.000588461538461538, 0.000236349236382226, 0.000755192307692306, 0.000427516486411763, 0.00110711538461538, 0.000960963398806714, 0.00227442307692307, 0.00186363767525112, 0.00583423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 720, '2021-05-23 00:00:00', 0.000125293655066817, 0.000512499999999988, 0.000300902999959478, 0.000746153846153849, 0.000595611127653456, 0.00114384615384615, 0.00102399684494707, 0.00238153846153846, 0.00187095439446125, 0.00586211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 735, '2021-05-23 00:00:00', 0.000240898638116019, 0.000536923076923084, 0.000365863362472949, 0.00082499999999999, 0.00057954942710827, 0.00114153846153846, 0.000993413307742552, 0.002495, 0.00186874718420164, 0.00584596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 750, '2021-05-23 00:00:00', 0.000188314487371128, 0.000602115384615375, 0.000337988848245703, 0.000812307692307689, 0.000446717429185885, 0.00116769230769232, 0.000929822894633492, 0.00249384615384615, 0.00187542220887417, 0.00581730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 765, '2021-05-23 00:00:00', 0.000208807603751913, 0.000571153846153847, 0.00026687796116174, 0.000814615384615379, 0.000435109933058482, 0.00119557692307693, 0.000839096331684371, 0.00254557692307692, 0.00190802121621811, 0.00584980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 780, '2021-05-23 00:00:00', 0.000193922268328942, 0.000599615384615367, 0.000284143517366735, 0.000873461538461547, 0.000336999258159419, 0.00121249999999999, 0.000774915379995674, 0.0025453846153846, 0.00197209803352829, 0.00590057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 795, '2021-05-23 00:00:00', 0.000252302702811837, 0.000595576923076943, 0.000258319792862678, 0.000873653846153852, 0.000285360231178881, 0.00121730769230768, 0.000768838984843617, 0.00258576923076923, 0.0019851806835031, 0.00591288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 810, '2021-05-23 00:00:00', 0.000240894486956741, 0.000636923076923069, 0.00029135122869405, 0.000838461538461523, 0.000456188051642659, 0.00124153846153846, 0.000777061526125566, 0.00261384615384615, 0.00198818762657389, 0.00591596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 825, '2021-05-23 00:00:00', 0.00021167573168556, 0.000616153846153835, 0.000313962026121242, 0.000896923076923073, 0.000424659320469401, 0.00122846153846154, 0.000698819691722014, 0.0026351923076923, 0.00194842150115262, 0.00590788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 840, '2021-05-23 00:00:00', 0.000232328679642918, 0.000656153846153845, 0.000327835089875754, 0.000879615384615391, 0.000360785734410121, 0.00123711538461539, 0.00071992224473309, 0.00287903846153846, 0.00196160711192085, 0.0059276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 855, '2021-05-23 00:00:00', 0.000170664425566208, 0.000602115384615401, 0.000227798916050632, 0.00085211538461539, 0.00032918529969982, 0.0011798076923077, 0.000730093381803883, 0.00292288461538461, 0.00194606229641767, 0.0059376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 870, '2021-05-23 00:00:00', 0.000180022220850645, 0.000644999999999998, 0.000279606866868456, 0.000899999999999999, 0.000328722000855046, 0.00121807692307692, 0.000691720402608317, 0.00300365384615384, 0.00189674787465281, 0.0059225 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 885, '2021-05-23 00:00:00', 0.000221710483427233, 0.000616538461538461, 0.000256391227499022, 0.000837307692307695, 0.000396673523965709, 0.00130326923076924, 0.000726021958769426, 0.00306673076923077, 0.00187946707872205, 0.00592250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 900, '2021-05-23 00:00:00', 0.000225563652963979, 0.000635192307692314, 0.000300926006749931, 0.00093769230769231, 0.000416682317654767, 0.00151692307692309, 0.000747738564966693, 0.0030851923076923, 0.00184170794477468, 0.00590807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 915, '2021-05-23 00:00:00', 0.000314112485976198, 0.000710576923076915, 0.000371593243293695, 0.00106346153846155, 0.000569562213796363, 0.00166634615384616, 0.000739682468256581, 0.00307307692307692, 0.00183529780647762, 0.00588596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 930, '2021-05-23 00:00:00', 0.000344688934458976, 0.000812692307692311, 0.000391385556511944, 0.00122057692307693, 0.000542133711863099, 0.0015848076923077, 0.000714997471754537, 0.00307423076923077, 0.00185792195745677, 0.00593500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 945, '2021-05-23 00:00:00', 0.000306815655001254, 0.000854615384615377, 0.000460354378545638, 0.00119692307692308, 0.000583717430321847, 0.00158403846153847, 0.00070260690399287, 0.00312269230769231, 0.00201078271212595, 0.00606865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 960, '2021-05-23 00:00:00', 0.000277200357975125, 0.000805961538461545, 0.000467440535090989, 0.00106557692307692, 0.000577131667419539, 0.0016051923076923, 0.000722243752802009, 0.00306903846153846, 0.00205223780298482, 0.006 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 975, '2021-05-23 00:00:00', 0.000483905585196755, 0.000813846153846152, 0.000553469650338806, 0.00120442307692308, 0.000569916761803528, 0.00175134615384617, 0.000732583127338825, 0.00305403846153846, 0.00205112847926733, 0.00606403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 990, '2021-05-23 00:00:00', 0.000258543256312408, 0.000863846153846155, 0.000418249143637905, 0.00131211538461538, 0.000523240825565506, 0.00171019230769231, 0.000875142625738562, 0.00311615384615384, 0.00206871190878248, 0.00610519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1005, '2021-05-23 00:00:00', 0.000350405973342135, 0.000967115384615388, 0.000359037656049544, 0.00129903846153847, 0.000523320022695339, 0.00171461538461539, 0.00089518343629414, 0.00305423076923076, 0.0021547231483775, 0.00612038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1020, '2021-05-23 00:00:00', 0.000291945266208485, 0.000920961538461542, 0.000368909672079555, 0.00121711538461539, 0.000602352471564617, 0.00197250000000001, 0.000879135064445988, 0.00295269230769231, 0.00217150820505366, 0.00618173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1035, '2021-05-23 00:00:00', 0.000226353365678198, 0.000854615384615373, 0.000372164149060812, 0.00120692307692308, 0.000557445961506574, 0.00194500000000001, 0.000888851311438612, 0.00284057692307692, 0.00233993806624153, 0.00637807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1050, '2021-05-23 00:00:00', 0.000333524304269522, 0.000867307692307691, 0.000683805443540329, 0.00155326923076924, 0.000619665914952435, 0.00198038461538463, 0.000959791964638486, 0.00284115384615385, 0.00237185782425119, 0.00638653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1065, '2021-05-23 00:00:00', 0.000643555627862763, 0.00129538461538462, 0.000545340578128782, 0.00157711538461539, 0.000620823677433079, 0.00193596153846155, 0.000936751280510707, 0.00276019230769231, 0.00242084044528724, 0.00637769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1080, '2021-05-23 00:00:00', 0.000276847708760881, 0.000924423076923069, 0.000397934088086887, 0.00124846153846154, 0.00054599482246064, 0.00163288461538462, 0.000954137488076967, 0.00247288461538461, 0.00252069316626628, 0.00630903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1095, '2021-05-23 00:00:00', 0.000296549126816096, 0.000755769230769241, 0.000424308305906853, 0.00105653846153847, 0.000390156970383014, 0.00141230769230771, 0.00094444108420718, 0.00232019230769231, 0.00247173109690043, 0.00626615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1110, '2021-05-23 00:00:00', 0.00031378753223258, 0.000733846153846153, 0.000413552759167899, 0.000971730769230773, 0.000469218007392664, 0.00128846153846155, 0.000957759565139053, 0.00223423076923076, 0.00252029989058079, 0.00626846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1125, '2021-05-23 00:00:00', 0.000299045983086211, 0.000702500000000003, 0.000432293169753336, 0.000974230769230772, 0.000582402220251471, 0.00128211538461538, 0.000952714199618034, 0.00219211538461538, 0.00253415390978164, 0.00627903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1140, '2021-05-23 00:00:00', 0.000228235371087345, 0.000594230769230781, 0.000302465509794724, 0.00081423076923077, 0.000438394272842977, 0.00113346153846154, 0.000906077598986196, 0.00205884615384615, 0.00249999809230696, 0.0062476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1155, '2021-05-23 00:00:00', 0.000177060289601726, 0.000572884615384619, 0.000304526934516732, 0.000770576923076924, 0.000380208697751845, 0.00114442307692307, 0.000936784208794195, 0.00197057692307692, 0.00247041282753745, 0.00625153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1170, '2021-05-23 00:00:00', 0.000170230273905231, 0.000567115384615381, 0.000302284697696628, 0.000824038461538454, 0.00053838179904083, 0.00119019230769229, 0.000846108649142542, 0.00190461538461538, 0.0024561369997495, 0.0062501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1185, '2021-05-23 00:00:00', 0.000210932818324125, 0.00059942307692308, 0.000228345975693431, 0.000826730769230771, 0.000552018254993558, 0.00112692307692307, 0.000777550715635057, 0.00180865384615385, 0.00245196738119853, 0.00626903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1200, '2021-05-23 00:00:00', 0.000241566760958533, 0.000587500000000001, 0.000495874092270005, 0.000836346153846146, 0.000589772739803542, 0.00110326923076922, 0.000703984374826599, 0.00186, 0.00244919867586242, 0.00628807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1215, '2021-05-23 00:00:00', 0.00046723989061788, 0.000563653846153845, 0.000496230289281095, 0.000777499999999991, 0.000529522571611583, 0.00102192307692308, 0.000678175833791247, 0.00195230769230768, 0.00245467510775162, 0.00628326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1230, '2021-05-23 00:00:00', 0.000223390052116511, 0.000531346153846155, 0.0003007421589233, 0.000754615384615388, 0.000385647557313068, 0.000990961538461536, 0.000510557048722259, 0.00190749999999999, 0.00245021751781662, 0.00624673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1245, '2021-05-23 00:00:00', 0.000158994920093014, 0.000505769230769248, 0.000177460829914222, 0.000667115384615408, 0.000340473030672603, 0.00100826923076924, 0.000519386620484634, 0.00186730769230768, 0.00246377284948231, 0.00624557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1260, '2021-05-23 00:00:00', 0.000134989030893382, 0.000470961538461545, 0.00022968213821581, 0.000651730769230764, 0.000311715661855736, 0.00101942307692308, 0.000514626115215236, 0.00183596153846153, 0.00246380855899655, 0.00625115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1275, '2021-05-23 00:00:00', 0.0002044520820294, 0.000474423076923072, 0.000272781118227677, 0.000703461538461531, 0.000274976992044519, 0.000952115384615388, 0.000555592441937829, 0.0018601923076923, 0.00241714752422069, 0.00634192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1290, '2021-05-23 00:00:00', 0.000239064603434676, 0.000496730769230761, 0.000282733701835918, 0.000752115384615393, 0.000256587142192405, 0.000884807692307699, 0.000568176062907899, 0.00189403846153846, 0.00239868598643893, 0.0063726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1305, '2021-05-23 00:00:00', 0.0002027954634601, 0.000585000000000015, 0.000172043934460408, 0.000691346153846161, 0.000215355162821447, 0.000879615384615391, 0.000544398185720134, 0.00191076923076922, 0.0023840271681467, 0.00644346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1320, '2021-05-23 00:00:00', 0.000145319806474707, 0.000470384615384618, 0.000211547866923794, 0.000627499999999999, 0.000270947340895722, 0.000852307692307691, 0.000605351677825497, 0.00196442307692307, 0.0023485341090856, 0.00651230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1335, '2021-05-23 00:00:00', 0.000186991567066138, 0.000459615384615377, 0.00022511296309596, 0.000594615384615381, 0.000343190965005684, 0.000850961538461532, 0.000577237352861407, 0.00194980769230769, 0.00234505833944161, 0.00650615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1350, '2021-05-23 00:00:00', 0.000165616911994097, 0.000404807692307697, 0.000235198770274126, 0.000612307692307698, 0.00030860810348801, 0.000789807692307695, 0.000545193402522293, 0.00194538461538462, 0.00233521361236711, 0.00651384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1365, '2021-05-23 00:00:00', 0.000182579803415881, 0.000510769230769238, 0.000205901768961642, 0.000663461538461542, 0.000243804540249264, 0.000814423076923079, 0.000584602856647132, 0.00201250000000001, 0.00234701469957051, 0.00652999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1380, '2021-05-23 00:00:00', 0.000162625218027393, 0.000465192307692311, 0.000180676187184098, 0.000558269230769233, 0.000345547558788394, 0.000976346153846166, 0.000636916127795599, 0.00208807692307693, 0.00233872404397059, 0.00654807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1395, '2021-05-23 00:00:00', 0.000155753380010246, 0.00040634615384616, 0.0001750889883635, 0.00058307692307693, 0.00051353289910339, 0.00130096153846153, 0.000699995741745281, 0.00214903846153846, 0.00233963889389926, 0.00657692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1410, '2021-05-23 00:00:00', 0.000105217174672934, 0.000400576923076934, 0.000353236682475296, 0.000803076923076932, 0.000531673446625037, 0.00138557692307691, 0.000705828918037832, 0.00215730769230769, 0.00233521800168306, 0.00660134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1425, '2021-05-23 00:00:00', 0.000348042216714279, 0.000710769230769241, 0.000548716544450633, 0.00119038461538461, 0.000474416118872602, 0.00142557692307692, 0.000696229405164249, 0.00223076923076924, 0.00232869531811601, 0.00663173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 0, '2021-05-23 00:00:00', 0.000369316208063573, 0.000852307692307669, 0.000434460452303054, 0.00110673076923076, 0.00035905688428692, 0.00134038461538461, 0.000682737617131316, 0.00227942307692308, 0.00233451540021611, 0.00667307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 15, '2021-05-23 00:00:00', 0.000349316475420221, 0.000720000000000003, 0.000342828506130085, 0.000980769230769238, 0.000358697697875986, 0.00124596153846154, 0.000697305142343342, 0.0022273076923077, 0.00232286199464236, 0.00667961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 30, '2021-05-23 00:00:00', 0.000325279110918611, 0.000717500000000003, 0.0002685998596712, 0.000868269230769231, 0.000368320721445531, 0.00120192307692307, 0.000658997052637275, 0.00219634615384616, 0.00227007763337257, 0.00666269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 45, '2021-05-23 00:00:00', 0.000259206778163988, 0.000598076923076926, 0.000361810033028365, 0.000907499999999997, 0.000431712733904604, 0.00116673076923077, 0.000808418803305852, 0.0023048076923077, 0.00226255529469193, 0.00664730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 60, '2021-05-23 00:00:00', 0.000322311423697857, 0.000704423076923084, 0.000385739050894016, 0.00088115384615385, 0.000543754045077797, 0.00114269230769232, 0.000804433866861558, 0.00227961538461539, 0.00225867528397987, 0.00662403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 75, '2021-05-23 00:00:00', 0.000269260311566008, 0.000453653846153833, 0.000298176315935089, 0.000643653846153823, 0.000440483126368514, 0.00098076923076923, 0.000850888946925511, 0.002205, 0.00225730557557864, 0.00659230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 90, '2021-05-23 00:00:00', 0.000216379652107479, 0.000453076923076911, 0.000295446532973662, 0.000664423076923074, 0.000334496694246055, 0.000964038461538453, 0.00086433300206665, 0.00219846153846153, 0.00226355506636386, 0.00661653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 105, '2021-05-23 00:00:00', 0.000224561452956288, 0.000474615384615407, 0.00025860372119399, 0.000728269230769245, 0.000469519066541658, 0.00108192307692309, 0.000872620104142606, 0.00224538461538462, 0.00223140462834168, 0.00659884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 120, '2021-05-23 00:00:00', 0.00017553347259142, 0.000554999999999998, 0.000296246583881634, 0.000740961538461538, 0.000566601236795724, 0.0011751923076923, 0.000864561249331789, 0.00223807692307691, 0.00219168733733062, 0.00658923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 135, '2021-05-23 00:00:00', 0.000220162177985643, 0.000459230769230776, 0.000382079381603025, 0.000760576923076931, 0.00060336776003208, 0.00116442307692307, 0.000806999594890753, 0.00224211538461538, 0.00219155740197556, 0.0065753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 150, '2021-05-23 00:00:00', 0.000311564538319864, 0.000547307692307699, 0.000390432501799652, 0.000821538461538463, 0.000528140460629393, 0.00109711538461538, 0.000896059342986738, 0.00229711538461538, 0.0021818213369004, 0.0065878846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 165, '2021-05-23 00:00:00', 0.000278545121327558, 0.000564230769230763, 0.000457494220224099, 0.000849807692307683, 0.000444782963494989, 0.00119673076923076, 0.000975697009243206, 0.00226942307692306, 0.00219547793990634, 0.00663576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 180, '2021-05-23 00:00:00', 0.000439055629907918, 0.000680384615384598, 0.00040612450724452, 0.000821346153846146, 0.000416756938939043, 0.00124211538461537, 0.00105719441847824, 0.00234403846153845, 0.00219137547251457, 0.00664769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 195, '2021-05-23 00:00:00', 0.000191929975211321, 0.000526346153846156, 0.000320152908178872, 0.000873269230769226, 0.000335365242912635, 0.00116461538461537, 0.00101222620229641, 0.00225673076923077, 0.00219742409512733, 0.00657557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 210, '2021-05-23 00:00:00', 0.000245207055363435, 0.000622500000000009, 0.000237074558217133, 0.000837115384615382, 0.00029020258176237, 0.00108653846153846, 0.00095158606466338, 0.00225596153846154, 0.00218868022227657, 0.00658134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 225, '2021-05-23 00:00:00', 0.000126558135014943, 0.0005351923076923, 0.000194703324613081, 0.000765769230769226, 0.000640290589077767, 0.00113096153846155, 0.000958904763860226, 0.00213288461538462, 0.00216224609002911, 0.00653192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 240, '2021-05-23 00:00:00', 0.000187598999505276, 0.000590769230769228, 0.000204122229596347, 0.000733269230769226, 0.000655620228955295, 0.00112673076923076, 0.00094134257640556, 0.00212538461538461, 0.00213953593997893, 0.00651596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 255, '2021-05-23 00:00:00', 0.00020688318889208, 0.000489423076923076, 0.000649130305752362, 0.00087692307692307, 0.000616054817740714, 0.00109846153846153, 0.000932771882410371, 0.00214423076923076, 0.00215149193316209, 0.00648846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 270, '2021-05-23 00:00:00', 0.00062678274975036, 0.000683846153846159, 0.000597782955209052, 0.000872692307692303, 0.000561012957480973, 0.00114653846153846, 0.000961101771606222, 0.00215884615384615, 0.0021733956063125, 0.0064626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 285, '2021-05-23 00:00:00', 0.00020229158315506, 0.000526730769230748, 0.000218583288121829, 0.000710576923076915, 0.000331535124023902, 0.00102653846153846, 0.000854196788712167, 0.00202192307692307, 0.00212339974134371, 0.0063676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 300, '2021-05-23 00:00:00', 0.000155285345289066, 0.000521538461538462, 0.000252945722362603, 0.000756538461538465, 0.000418931424533345, 0.000968461538461529, 0.000860747997607105, 0.00200365384615384, 0.00212764666854107, 0.00633211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 315, '2021-05-23 00:00:00', 0.000240552249241996, 0.000509230769230779, 0.000304960085660651, 0.000679423076923083, 0.000431963362050353, 0.000957115384615386, 0.00087344825041547, 0.00202961538461538, 0.00209653381524401, 0.00626096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 330, '2021-05-23 00:00:00', 0.000176523260615883, 0.000442307692307699, 0.000299466962348864, 0.000612692307692303, 0.000609516233140283, 0.000959038461538467, 0.00084748714535294, 0.00207769230769231, 0.00205204263151097, 0.0062101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 345, '2021-05-23 00:00:00', 0.000197711911629006, 0.000455, 0.000287102568110042, 0.000711730769230778, 0.0005933954447467, 0.000978076923076921, 0.000766812784292132, 0.00208961538461538, 0.00195585477083943, 0.00619326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 360, '2021-05-23 00:00:00', 0.000216791729192213, 0.000499423076923091, 0.000517370719637715, 0.000707307692307706, 0.000615777057558479, 0.000960769230769239, 0.000736520509923835, 0.00208730769230769, 0.00191520781158037, 0.00621480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 375, '2021-05-23 00:00:00', 0.000404952656302128, 0.000424423076923073, 0.000392676026182469, 0.000582692307692299, 0.000452433973083357, 0.000822500000000004, 0.000694341082222236, 0.00202846153846153, 0.00189355262363146, 0.00609346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 390, '2021-05-23 00:00:00', 0.000147385940254183, 0.000401153846153844, 0.000308843002187186, 0.000600000000000007, 0.000398588905245261, 0.000831346153846151, 0.000750124220482084, 0.00206211538461538, 0.00190421100155984, 0.00605653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 405, '2021-05-23 00:00:00', 0.000212336181198966, 0.000394423076923082, 0.000202322761942406, 0.00051250000000001, 0.000299193338572487, 0.000775576923076927, 0.000866401776580318, 0.00210403846153846, 0.00191568365984976, 0.00601326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 420, '2021-05-23 00:00:00', 0.000130789319723932, 0.000375384615384615, 0.000269921356067909, 0.000578461538461523, 0.000279873872691584, 0.000810769230769222, 0.00088881823009762, 0.00218461538461539, 0.00191313821930195, 0.00600538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 435, '2021-05-23 00:00:00', 0.00024618418683203, 0.000464423076923058, 0.000221724014174239, 0.000618461538461529, 0.000259342141106782, 0.000902115384615376, 0.000794504005895897, 0.00223615384615385, 0.00192879396355498, 0.00600307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 450, '2021-05-23 00:00:00', 0.000172671765096501, 0.000453461538461537, 0.00025109582908647, 0.00062365384615385, 0.000353937684649977, 0.000921730769230774, 0.000891181152265821, 0.00230961538461539, 0.00192314859020305, 0.00599750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 465, '2021-05-23 00:00:00', 0.000158297674797073, 0.000391923076923091, 0.000220238419760184, 0.000634807692307696, 0.000326534778451645, 0.000845192307692311, 0.000833741359083351, 0.00238942307692308, 0.00191467190400861, 0.0059875 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 480, '2021-05-23 00:00:00', 0.00021156568356313, 0.000555961538461547, 0.000321991399789585, 0.000702307692307699, 0.00032948981541397, 0.000946538461538462, 0.000822003579441947, 0.00243326923076924, 0.0020934733468201, 0.00608557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 495, '2021-05-23 00:00:00', 0.000244619327496036, 0.000486153846153854, 0.000250235965563594, 0.000625961538461536, 0.000358337614762739, 0.00103538461538461, 0.000796388796621734, 0.00245865384615385, 0.00212867503029828, 0.00606576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 510, '2021-05-23 00:00:00', 0.000161212234695089, 0.000424230769230764, 0.000211317205968786, 0.000639807692307691, 0.000364717646321742, 0.00109480769230768, 0.000762068869288377, 0.00243019230769229, 0.00212766448338223, 0.00601807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 525, '2021-05-23 00:00:00', 0.000200980002832271, 0.0004998076923077, 0.000301635541672409, 0.000789999999999996, 0.000400151173356344, 0.00114980769230769, 0.000777847127555385, 0.00248692307692307, 0.00213165757099962, 0.00602000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 540, '2021-05-23 00:00:00', 0.000218151676239609, 0.000606923076923078, 0.000262287936318963, 0.00085480769230769, 0.000428395081850666, 0.00119788461538461, 0.000791779301029316, 0.0025226923076923, 0.00215423911250496, 0.00598692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 555, '2021-05-23 00:00:00', 0.000177319030173127, 0.00055903846153846, 0.000285909345503356, 0.000788076923076915, 0.000388849783137594, 0.0012280769230769, 0.000782559336654174, 0.00253634615384614, 0.00218572287813437, 0.00606250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 570, '2021-05-23 00:00:00', 0.000263340084301664, 0.000580000000000008, 0.000379282368934571, 0.000848653846153842, 0.00047378334061695, 0.00130057692307692, 0.000737639712972289, 0.00255788461538462, 0.0021777028122454, 0.00605346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 585, '2021-05-23 00:00:00', 0.000276272231963055, 0.000617884615384615, 0.000269957617756222, 0.000938653846153847, 0.000385417505889589, 0.00135057692307693, 0.000723539191432268, 0.00254519230769231, 0.00215865528833257, 0.00600557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 600, '2021-05-23 00:00:00', 0.000280670351397943, 0.000785384615384611, 0.00033156882334651, 0.00105673076923077, 0.000405349421914178, 0.00144807692307693, 0.000772114603888859, 0.00260980769230769, 0.00217054208932664, 0.0060248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 615, '2021-05-23 00:00:00', 0.000262153874368003, 0.000685576923076918, 0.000339743794871725, 0.000989615384615377, 0.00032231900108671, 0.00134346153846153, 0.000742733231952191, 0.00249442307692307, 0.00212592054269[...];
Date: 2021-05-23 15:23:24 Duration: 15s470ms Database: acaweb_fx User: pgperfstats
6 1m2s 13 4s584ms 5s790ms 4s806ms 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 15 13 1m2s 4s806ms [ User: postgres - Total duration: 1m2s - 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 15:01:07 Duration: 5s790ms 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 15:48:07 Duration: 5s64ms 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 15:03:07 Duration: 4s886ms Database: acaweb_fx User: postgres
7 46s815ms 179 50ms 1s488ms 261ms 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 #7
Day Hour Count Duration Avg duration May 23 15 179 46s815ms 261ms [ User: postgres - Total duration: 46s815ms - Times executed: 179 ]
-
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 15:06:46 Duration: 1s488ms 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 = '665' 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 ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') 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 15:03:10 Duration: 1s433ms 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 = '558' 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 ('80' = 0 OR s.symbol in ('AUDSGD', 'CHFSGD', 'EURDKK', 'EURHKD', 'EURNOK', 'EURPLN', 'EURSEK', 'EURSGD', 'EURTRY', 'EURZAR', 'GBPDKK', 'GBPNOK', 'GBPSEK', 'GBPSGD', 'NOKJPY', 'NOKSEK', 'SEKJPY', 'SGDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTHB', 'USDTRY', 'USDZAR', 'AUDUSD', 'EURUSD', 'GBPUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDSGD', 'AUS200', 'DE30', 'ES35', 'F40', 'HK50', 'IT40', 'JP225', 'STOXX50', 'UK100', 'US2000', 'US30', 'US500', 'CHINA50', 'USTEC', 'XAGEUR', 'XAGUSD', 'XAUUSD', 'XAUEUR', 'XPDUSD', 'XPTUSD')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') 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 15:05:31 Duration: 814ms Database: acaweb_fx User: postgres Bind query: yes
8 35s854ms 1 35s854ms 35s854ms 35s854ms select cleanuppatternresultsrelevance ();Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration May 23 15 1 35s854ms 35s854ms [ User: postgres - Total duration: 35s854ms - Times executed: 1 ]
-
select cleanuppatternresultsrelevance ();
Date: 2021-05-23 15:00:37 Duration: 35s854ms Database: acaweb_fx User: postgres
-
select cleanuppatternresultsrelevance ();
Date: 2021-05-23 15:00:10 Duration: 0ms Database: acaweb_fx User: postgres
9 35s13ms 6 5s726ms 5s962ms 5s835ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #9
Day Hour Count Duration Avg duration May 23 15 6 35s13ms 5s835ms [ User: pgperfstats - Total duration: 35s13ms - Times executed: 6 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 990, '2021-05-23 00:00:00', 0.249070736707581, 0.615833333333333, 0.301238987410712, 0.770833333333333, 0.308766538605333, 0.947916666666666, 0.592407884357792, 1.37666666666667, 1.68833267164529, 3.54041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1005, '2021-05-23 00:00:00', 0.180979620920163, 0.408333333333332, 0.212437544103973, 0.560833333333333, 0.257056569085766, 0.755416666666666, 0.64952477053322, 1.22041666666667, 1.74456888854641, 3.43854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1020, '2021-05-23 00:00:00', 0.151197514549005, 0.367916666666667, 0.190292966353142, 0.508749999999999, 0.257085109687801, 0.678333333333334, 0.679286576949073, 1.13291666666667, 1.76255094232064, 3.40854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1035, '2021-05-23 00:00:00', 0.125686520555211, 0.326666666666667, 0.149016096786386, 0.461666666666668, 0.273010258871851, 0.612916666666667, 0.628424386975019, 1.06708333333333, 1.7665800370133, 3.389375 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1050, '2021-05-23 00:00:00', 0.12665141021775, 0.283333333333334, 0.160690877062184, 0.390416666666667, 0.23064496840225, 0.538333333333334, 0.607748875484089, 1.0125, 1.76246676142982, 3.38729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1065, '2021-05-23 00:00:00', 0.119472724435571, 0.247083333333334, 0.185467974500228, 0.37625, 0.204797089398476, 0.51125, 0.61509926146052, 0.969166666666668, 1.76522105966725, 3.37979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1080, '2021-05-23 00:00:00', 0.136442906252639, 0.264166666666666, 0.156390444127808, 0.351666666666667, 0.209502083971511, 0.480416666666667, 0.615062150741991, 0.963333333333333, 1.76422509110982, 3.38145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1095, '2021-05-23 00:00:00', 0.147527938891666, 0.245833333333334, 0.167883241000094, 0.3425, 0.197636395756288, 0.449166666666667, 0.668060002295203, 0.995416666666667, 1.77323333953805, 3.36770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1110, '2021-05-23 00:00:00', 0.103082913019189, 0.214999999999999, 0.149694737692257, 0.287916666666666, 0.512457668806743, 0.502916666666665, 0.691205494937566, 0.975416666666666, 1.77880016504775, 3.356875 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1125, '2021-05-23 00:00:00', 0.0951419610562193, 0.204583333333333, 0.140335390187687, 0.273749999999999, 0.554854563788136, 0.521249999999999, 0.737539485555603, 0.975833333333334, 1.76268876828571, 3.61395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1140, '2021-05-23 00:00:00', 0.0745603053268608, 0.18125, 0.518924298463882, 0.380416666666666, 0.548169384326637, 0.50125, 0.741758584110391, 0.963333333333334, 1.7482228942682, 3.629375 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1155, '2021-05-23 00:00:00', 0.497270083789367, 0.309166666666666, 0.531363947711487, 0.402083333333334, 0.525247871092265, 0.47375, 0.752647501071759, 1.295, 1.73856417468345, 3.64354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1170, '2021-05-23 00:00:00', 0.187507970845067, 0.21875, 0.199157191576205, 0.27125, 0.218402881942019, 0.352916666666666, 0.608278039972711, 1.2875, 1.73449433751859, 3.58979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1185, '2021-05-23 00:00:00', 0.125293134549411, 0.181249999999998, 0.127568537986673, 0.227083333333332, 0.233012719687641, 0.325833333333333, 0.617449170588858, 1.325, 1.73913614186111, 3.63479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1200, '2021-05-23 00:00:00', 0.0537843250695634, 0.138333333333332, 0.120865687822284, 0.215416666666666, 0.232805432851594, 0.326250000000001, 0.646636643931785, 1.36458333333333, 1.7490851516589, 3.62854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1215, '2021-05-23 00:00:00', 0.100857734501107, 0.166249999999999, 0.16784223095739, 0.233333333333334, 0.227647069837934, 0.368333333333334, 0.628365143545684, 1.38583333333333, 1.75413516357818, 3.62520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1230, '2021-05-23 00:00:00', 0.109265499016672, 0.167916666666667, 0.176302091695567, 0.242916666666667, 0.210442942110344, 0.349166666666667, 0.626810276868851, 1.39291666666667, 1.7506942592848, 3.62770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1245, '2021-05-23 00:00:00', 0.12652475841808, 0.175416666666665, 0.178105468672398, 0.264583333333333, 0.222110675506408, 0.35875, 0.647050022706172, 1.41041666666667, 1.75609341583668, 3.64145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1260, '2021-05-23 00:00:00', 0.0989647499826611, 0.171250000000001, 0.133676415488937, 0.225416666666667, 0.164152964189422, 0.353749999999999, 0.614397312796056, 1.40166666666667, 1.75755696250485, 3.64395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1275, '2021-05-23 00:00:00', 0.0825049405635282, 0.15375, 0.128883162458163, 0.2375, 0.292871527950495, 0.414583333333332, 0.597381817794854, 1.38291666666667, 1.75782998582285, 3.64020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1290, '2021-05-23 00:00:00', 0.0965941757178384, 0.175000000000001, 0.09317954462344, 0.249583333333333, 0.32963308543666, 0.418333333333334, 0.58923433492056, 1.37333333333333, 1.75855052662986, 3.63895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1305, '2021-05-23 00:00:00', 0.0605754410464423, 0.164583333333333, 0.272103986942758, 0.318333333333333, 0.374732513296803, 0.42375, 0.575698063979344, 1.3675, 1.75815922707633, 3.64270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1320, '2021-05-23 00:00:00', 0.091250333569928, 0.181363636363636, 0.0962230453627111, 0.242727272727273, 0.123741281559167, 0.335, 0.5932448010218, 1.38181818181818, 1.72093031130364, 3.53522727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1335, '2021-05-23 00:00:00', 0.0576675049359798, 0.172727272727274, 0.0851138783887351, 0.235909090909092, 0.402887037974623, 0.866818181818183, 0.790454551677957, 1.48227272727273, 1.70266834449402, 3.58659090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1350, '2021-05-23 00:00:00', 0.0829175776016446, 0.180909090909091, 0.102758490448758, 0.264545454545454, 0.457383155187585, 0.967727272727273, 0.793832830494282, 1.46909090909091, 1.69684576551555, 3.58886363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1365, '2021-05-23 00:00:00', 0.0859779494533794, 0.212727272727271, 0.403593168781938, 0.842727272727273, 0.498108109060361, 1.04454545454545, 0.780460098511106, 1.48681818181818, 1.68354316445409, 3.59840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 990, '2021-05-23 00:00:00', 0.228884334242294, 0.554038461538462, 0.290724360599785, 0.704423076923077, 0.382936879715383, 0.850576923076922, 0.70106216118555, 1.27192307692308, 1.83276202870044, 3.70442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1005, '2021-05-23 00:00:00', 0.140983905246173, 0.402692307692307, 0.190776953937959, 0.519615384615385, 0.289094341801319, 0.686538461538461, 0.725379900465956, 1.11, 1.81589436536211, 3.61788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1020, '2021-05-23 00:00:00', 0.109808924956035, 0.345000000000001, 0.200804918726149, 0.458846153846153, 0.291719833981959, 0.607307692307693, 0.724050996928978, 1.02461538461538, 1.76241513707316, 3.55865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1035, '2021-05-23 00:00:00', 0.145994731201032, 0.302307692307691, 0.210708694282305, 0.433076923076922, 0.302179773288378, 0.563846153846154, 0.714787972865973, 0.994615384615384, 1.73128943720702, 3.53865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1050, '2021-05-23 00:00:00', 0.144324420877198, 0.288461538461539, 0.172790669263753, 0.383846153846155, 0.209822269112182, 0.50423076923077, 0.729143227462099, 0.974615384615384, 1.72205835021304, 3.52980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1065, '2021-05-23 00:00:00', 0.097926188844141, 0.238461538461539, 0.162267111222871, 0.331153846153846, 0.187588748227442, 0.448461538461538, 0.730825139561705, 0.964230769230769, 1.71725882866136, 3.52826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1080, '2021-05-23 00:00:00', 0.146678612567121, 0.248846153846154, 0.177861225073413, 0.378846153846154, 0.201518848135469, 0.444615384615384, 0.732704998880597, 0.976153846153846, 1.70751994019216, 3.59211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1095, '2021-05-23 00:00:00', 0.124769325618858, 0.250769230769231, 0.143490551819757, 0.321538461538461, 0.224676519604382, 0.416538461538462, 0.992464918969238, 1.06884615384615, 1.70998875389914, 3.58346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1110, '2021-05-23 00:00:00', 0.116111352390048, 0.214615384615384, 0.134020090342398, 0.275769230769231, 0.446591363725102, 0.459615384615384, 1.00830550925798, 1.06, 1.68840238550667, 3.63615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1125, '2021-05-23 00:00:00', 0.0929491175941898, 0.18653846153846, 0.140592154283778, 0.273076923076923, 0.770120869634211, 0.553076923076923, 1.01271394700653, 1.05153846153846, 1.93604704329367, 3.69807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1140, '2021-05-23 00:00:00', 0.0806511958040014, 0.166153846153847, 0.445504726729652, 0.307692307692308, 0.776989159413537, 0.521923076923077, 1.01465386291999, 1.05230769230769, 1.9675582681236, 3.73346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1155, '2021-05-23 00:00:00', 0.456929551883674, 0.243846153846153, 0.797913143528407, 0.425769230769231, 0.781002216090621, 0.522692307692308, 1.54768940682554, 1.5625, 1.92922714697243, 3.79076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1170, '2021-05-23 00:00:00', 0.494714214315855, 0.296923076923077, 0.482176475832401, 0.356923076923077, 0.469608183652975, 0.470384615384616, 1.45450451515813, 1.52423076923077, 1.93456221443986, 3.72519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1185, '2021-05-23 00:00:00', 0.116608483660232, 0.181538461538461, 0.15834188910757, 0.271923076923077, 0.217817231076529, 0.397115384615384, 1.44045067733892, 1.48807692307692, 1.96382434002167, 3.71903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1200, '2021-05-23 00:00:00', 0.108859825181109, 0.192307692307692, 0.175154547142275, 0.281346153846153, 0.19604169493719, 0.387115384615384, 1.43695854016525, 1.49961538461538, 1.99910677168964, 3.73326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1215, '2021-05-23 00:00:00', 0.116914334187308, 0.190192307692307, 0.116021383970635, 0.255192307692307, 0.147757727898902, 0.362115384615384, 1.42166781795727, 1.50423076923077, 2.04226470257521, 3.74865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1230, '2021-05-23 00:00:00', 0.059459100358017, 0.15923076923077, 0.122800651464071, 0.250000000000001, 0.177469390643527, 0.37923076923077, 1.41309948476608, 1.51807692307692, 2.04402405713677, 3.75288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1245, '2021-05-23 00:00:00', 0.104642982785059, 0.173076923076924, 0.107877423317108, 0.248461538461538, 0.160936203318152, 0.367307692307693, 1.41643077975811, 1.57692307692308, 2.04424216727411, 3.75403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1260, '2021-05-23 00:00:00', 0.0759878532803362, 0.183076923076922, 0.128086509227763, 0.273076923076923, 0.144863330816961, 0.365769230769231, 1.40775210886008, 1.58, 2.0402054666513, 3.75211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1275, '2021-05-23 00:00:00', 0.0824509178005543, 0.176923076923078, 0.0848056601884559, 0.24, 0.801070437698113, 0.524615384615386, 1.40615810468973, 1.57115384615385, 2.03724909734067, 3.74673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1290, '2021-05-23 00:00:00', 0.0880314629069537, 0.178461538461538, 0.119339206272901, 0.244615384615384, 0.80825205512599, 0.550769230769231, 1.40688964085264, 1.57730769230769, 2.03617451458517, 3.74942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1305, '2021-05-23 00:00:00', 0.0693264296365671, 0.163076923076923, 0.780248579719212, 0.420384615384616, 0.767484302019367, 0.531923076923077, 1.40684179855229, 1.57461538461538, 2.02925136821061, 3.74865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1320, '2021-05-23 00:00:00', 0.0665601504144066, 0.157083333333334, 0.141651107414959, 0.240416666666666, 0.176610088014263, 0.385416666666667, 1.29694371434862, 1.40770833333333, 2.03225831718156, 3.64729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1335, '2021-05-23 00:00:00', 0.0915526299893741, 0.160833333333333, 0.112674984685659, 0.24, 1.37774414904125, 1.085625, 1.29627055278383, 1.41270833333333, 2.03111501781157, 3.64229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1350, '2021-05-23 00:00:00', 0.0896975594646437, 0.182499999999999, 0.133912690569834, 0.2975, 1.35160571106681, 1.13354166666667, 1.28655419389957, 1.39395833333333, 2.02245356756861, 3.64479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1365, '2021-05-23 00:00:00', 0.0989803083914937, 0.211666666666667, 1.32130821139231, 1.01020833333333, 1.29138770363008, 1.131875, 1.23912353243056, 1.35479166666667, 1.99985623351033, 3.64979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 990, '2021-05-23 00:00:00', 0.425716997004422, 0.560192307692308, 0.518526907543045, 0.711923076923076, 0.538137421682775, 0.836730769230769, 0.596380783108862, 1.16403846153846, 1.79946518764283, 3.51980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1005, '2021-05-23 00:00:00', 0.188739238103791, 0.4425, 0.247629996940223, 0.576153846153846, 0.326607032756726, 0.691923076923077, 0.467386843565864, 1.07769230769231, 1.80405331023056, 3.49788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1020, '2021-05-23 00:00:00', 0.22529194734491, 0.387307692307692, 0.259599691833408, 0.5, 0.276325616173829, 0.650384615384616, 0.473373003032493, 1.025, 1.80780616089906, 3.49134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1035, '2021-05-23 00:00:00', 0.175571593987708, 0.32576923076923, 0.18079142253309, 0.421538461538461, 0.429548600277082, 0.67, 0.451669722763812, 0.961538461538462, 1.81597044410039, 3.47942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1050, '2021-05-23 00:00:00', 0.146375702060986, 0.294615384615385, 0.180498881309127, 0.420384615384615, 0.439039686308478, 0.629615384615386, 0.439731561471139, 0.909615384615385, 1.81104917530823, 3.47865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1065, '2021-05-23 00:00:00', 0.140458589572212, 0.293846153846152, 0.423962262471557, 0.46, 0.416416396632765, 0.558846153846154, 0.434161437539258, 0.868076923076924, 1.81789727432548, 3.4675 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1080, '2021-05-23 00:00:00', 0.425887128420015, 0.329615384615385, 0.413596607633759, 0.436923076923078, 0.401969956780163, 0.520384615384617, 0.446616166299431, 0.845000000000001, 1.8267451613773, 3.45326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1095, '2021-05-23 00:00:00', 0.128235960395131, 0.252692307692308, 0.151188623910664, 0.335000000000001, 0.199886506259465, 0.438846153846154, 0.455728157837711, 0.831923076923076, 1.83566346211767, 3.44788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1110, '2021-05-23 00:00:00', 0.0935619909677335, 0.204615384615386, 0.121158510288732, 0.28923076923077, 0.152985167707401, 0.382692307692308, 0.453687795058028, 0.826153846153845, 1.8359049853913, 3.44634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1125, '2021-05-23 00:00:00', 0.111322124416558, 0.216153846153846, 0.130235880675736, 0.294230769230769, 0.153449064463148, 0.381153846153846, 0.466400949992435, 0.835384615384615, 1.76743404838331, 3.60865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1140, '2021-05-23 00:00:00', 0.11349822092811, 0.195384615384615, 0.123563126190002, 0.270384615384615, 0.139217593936753, 0.348461538461538, 0.464031829147029, 0.828461538461538, 1.75642846752678, 3.67980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1155, '2021-05-23 00:00:00', 0.100067669411946, 0.191538461538461, 0.114631852198512, 0.257307692307692, 0.180924123492526, 0.371538461538462, 0.475028258268753, 1.13538461538461, 1.71382748660597, 3.74442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1170, '2021-05-23 00:00:00', 0.0679015123882767, 0.168846153846155, 0.125499616916363, 0.246923076923078, 0.199350097914351, 0.377307692307694, 0.531163925153634, 1.19634615384615, 1.70635573214245, 3.77326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1185, '2021-05-23 00:00:00', 0.112622582788027, 0.179615384615385, 0.183135510987399, 0.278846153846154, 0.276872922808669, 0.431153846153847, 0.64981846577451, 1.27596153846154, 1.68728002554863, 3.80326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1200, '2021-05-23 00:00:00', 0.159930754246476, 0.214615384615385, 0.183601575324229, 0.291538461538462, 0.284914292105809, 0.441923076923077, 0.670462555599891, 1.33403846153846, 1.67318269957403, 3.82788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1215, '2021-05-23 00:00:00', 0.107156248247415, 0.192307692307693, 0.194783114099917, 0.322692307692309, 0.246062218523315, 0.438846153846155, 0.64455139438217, 1.3225, 1.66064594707555, 3.83980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1230, '2021-05-23 00:00:00', 0.15885358522382, 0.237692307692309, 0.193402330747231, 0.317307692307693, 0.241019628948476, 0.417692307692308, 0.644605812761685, 1.33057692307692, 1.65640185806, 3.84634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1245, '2021-05-23 00:00:00', 0.103768974168582, 0.19, 0.151672217424489, 0.282692307692307, 0.231888899127279, 0.422692307692308, 0.652940361277057, 1.36634615384615, 1.65640185806, 3.84634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1260, '2021-05-23 00:00:00', 0.104073938214063, 0.210769230769232, 0.150046659409664, 0.285000000000001, 0.200023460162513, 0.41423076923077, 0.713602803763032, 1.38519230769231, 1.65674037007799, 3.84442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1275, '2021-05-23 00:00:00', 0.121061967603373, 0.210000000000001, 0.151156057920793, 0.301923076923078, 0.296530709267121, 0.462307692307692, 0.719910063827419, 1.4025, 1.64973668062046, 3.84865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1290, '2021-05-23 00:00:00', 0.104804580052591, 0.210000000000001, 0.137605903272296, 0.290769230769231, 0.290619762152965, 0.440384615384615, 0.728373979385695, 1.42057692307692, 1.64618609332182, 3.84557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1305, '2021-05-23 00:00:00', 0.11792566106858, 0.197692307692307, 0.274837014638466, 0.329230769230768, 0.273260934752001, 0.436538461538461, 0.749034481079579, 1.49057692307692, 1.64618609332182, 3.84557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1320, '2021-05-23 00:00:00', 0.0829702233998107, 0.178333333333333, 0.089620779164047, 0.241666666666668, 0.111295891039691, 0.362916666666668, 0.789008475873358, 1.516875, 1.71285864487378, 3.85270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1335, '2021-05-23 00:00:00', 0.0798866951248519, 0.169166666666668, 0.0960515788371095, 0.254583333333334, 0.404474072546459, 0.878333333333334, 0.800385069237283, 1.54854166666667, 1.71313942626996, 3.85479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1350, '2021-05-23 00:00:00', 0.0866433218280047, 0.19875, 0.103377737070121, 0.28, 0.48702731636332, 0.948958333333334, 0.826956808670076, 1.57645833333333, 1.71239311260629, 3.85479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1365, '2021-05-23 00:00:00', 0.104515575082295, 0.208125, 0.397209469069962, 0.839166666666667, 0.616633236951305, 1.041875, 0.816711742692716, 1.589375, 1.70614351077154, 3.846875 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 990, '2021-05-23 00:00:00', 0.26308616091167, 0.550652173913043, 0.276188770869038, 0.675652173913044, 0.396013234896813, 0.939130434782609, 0.541659724289148, 1.3495652173913, 1.77688103858881, 3.57804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1005, '2021-05-23 00:00:00', 0.199587519313239, 0.484782608695652, 0.306374954342259, 0.657391304347825, 0.433452451449966, 0.919130434782608, 0.490799943948894, 1.26130434782609, 1.73722994602773, 3.56239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1020, '2021-05-23 00:00:00', 0.206275076329218, 0.403043478260869, 0.2520987007914, 0.570869565217391, 0.414797917368163, 0.788695652173912, 0.481970182601576, 1.1695652173913, 1.7115889862077, 3.54369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1035, '2021-05-23 00:00:00', 0.192785899800933, 0.391304347826086, 0.319336020628971, 0.571304347826086, 0.352527295498018, 0.708695652173911, 0.448672173605172, 1.09608695652174, 1.71068355960614, 3.49282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1050, '2021-05-23 00:00:00', 0.293658940137245, 0.390869565217391, 0.327683810771753, 0.513043478260869, 0.327999686686441, 0.612608695652174, 0.468980055535542, 0.998260869565218, 1.70570488367643, 3.47282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1065, '2021-05-23 00:00:00', 0.150206708691617, 0.285652173913044, 0.162172747402268, 0.37, 0.167245766000396, 0.474347826086957, 0.470375764345693, 0.945217391304348, 1.77599543428712, 3.51065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1080, '2021-05-23 00:00:00', 0.11106206647049, 0.245652173913044, 0.160405858763611, 0.348695652173914, 0.160649619966114, 0.409130434782609, 0.500565293091942, 0.942608695652174, 1.78328085635668, 3.49760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1095, '2021-05-23 00:00:00', 0.116569882685911, 0.236086956521739, 0.128221337781395, 0.300434782608696, 0.178693103662236, 0.396956521739131, 0.519778380867646, 0.948260869565217, 1.79473111707818, 3.53934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1110, '2021-05-23 00:00:00', 0.0998001956480219, 0.226521739130435, 0.12902798666907, 0.288695652173913, 0.270888597787111, 0.434782608695652, 0.580469007591882, 1.01521739130435, 1.90928320366012, 3.64152173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1125, '2021-05-23 00:00:00', 0.115275919208686, 0.226086956521738, 0.173174270788825, 0.304347826086956, 0.258508185969882, 0.439130434782607, 0.576349421901751, 0.988260869565216, 1.91738976163526, 3.66195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1140, '2021-05-23 00:00:00', 0.140177752769623, 0.200434782608696, 0.208034278111963, 0.306521739130434, 0.250379948432526, 0.429130434782608, 0.559612726054416, 0.978695652173912, 1.91283621653929, 3.65586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1155, '2021-05-23 00:00:00', 0.149097416227418, 0.211304347826086, 0.15202324557013, 0.292608695652173, 0.264675952220436, 0.445217391304347, 0.753529507960763, 1.33608695652174, 1.92564667542545, 3.65413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1170, '2021-05-23 00:00:00', 0.0988251140250063, 0.208695652173912, 0.152253169648399, 0.289130434782608, 0.256902343759744, 0.454782608695652, 0.775182243012199, 1.43434782608696, 1.92198727338434, 3.64847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1185, '2021-05-23 00:00:00', 0.0993814864142065, 0.193043478260868, 0.174533822899656, 0.304347826086956, 0.214620724385993, 0.435652173913043, 0.756797914243923, 1.46608695652174, 1.92579081338472, 3.6345652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 990, '2021-05-23 00:00:00', 0.228017360450178, 0.5726, 0.284698232051646, 0.7052, 0.409631440036854, 0.925999999999999, 0.63478296816051, 1.4384, 1.71342768060594, 3.7664 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1005, '2021-05-23 00:00:00', 0.22163182683601, 0.4504, 0.34751642647027, 0.624799999999999, 0.367468819538928, 0.773999999999999, 0.657363927617977, 1.3524, 1.69896654862105, 3.6996 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1020, '2021-05-23 00:00:00', 0.185127883727259, 0.3584, 0.234717560768966, 0.504399999999999, 0.2531949183271, 0.6308, 0.627511752877984, 1.2528, 1.72320196146592, 3.668 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1035, '2021-05-23 00:00:00', 0.143471251475688, 0.3144, 0.175312102643638, 0.4152, 0.256465072345793, 0.5908, 0.613731754650732, 1.192, 1.72105461854062, 3.6604 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1050, '2021-05-23 00:00:00', 0.120420097990328, 0.2748, 0.168027775481714, 0.378, 0.282687695758647, 0.569600000000001, 0.554048132686443, 1.1412, 1.72432179904641, 3.6476 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1065, '2021-05-23 00:00:00', 0.119835999043137, 0.242400000000001, 0.201866292381863, 0.388000000000001, 0.296061930458251, 0.558800000000001, 0.570989492022403, 1.1204, 1.74117536930278, 3.684 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1080, '2021-05-23 00:00:00', 0.111664676599183, 0.272400000000001, 0.144553335024366, 0.369600000000001, 0.288601224298627, 0.5364, 0.59823573948737, 1.1088, 1.73666346768739, 3.67 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1095, '2021-05-23 00:00:00', 0.112246751994583, 0.260800000000002, 0.228861675836445, 0.391200000000001, 0.357051350181828, 0.5876, 0.668553912061948, 1.1168, 1.75225740118283, 3.6668 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1110, '2021-05-23 00:00:00', 0.174427635425123, 0.278000000000001, 0.231781506308563, 0.3732, 0.381466468600671, 0.568, 0.651717474575193, 1.0724, 1.76472632439141, 3.6644 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1125, '2021-05-23 00:00:00', 0.0873727646352115, 0.2156, 0.279226312036193, 0.395600000000001, 0.385811698457508, 0.544400000000001, 0.688968552741464, 1.0888, 2.12180253558148, 4.0022 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1140, '2021-05-23 00:00:00', 0.0996951876209825, 0.250000000000001, 0.193540618513254, 0.343333333333333, 0.29959846316434, 0.501250000000001, 0.994079484618374, 1.11875, 2.17043314275605, 4.031875 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1155, '2021-05-23 00:00:00', 0.178421013255205, 0.229166666666666, 0.207772433344684, 0.317083333333334, 0.323874864008049, 0.485833333333333, 1.3265414877947, 1.53583333333333, 2.145390903454, 4.04729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1170, '2021-05-23 00:00:00', 0.142185325074941, 0.225833333333334, 0.194874541581299, 0.3275, 0.269825493794508, 0.496666666666667, 1.3084571620529, 1.52416666666667, 2.14430868517544, 4.04854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1185, '2021-05-23 00:00:00', 0.166106304359063, 0.235, 0.229995274053526, 0.337499999999999, 0.301176136533743, 0.50875, 1.39416797690454, 1.59, 2.1500553477035, 4.03520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1200, '2021-05-23 00:00:00', 0.156116405338486, 0.232173913043478, 0.20900857633178, 0.341304347826087, 0.31431901420014, 0.513478260869565, 1.43064263179906, 1.73260869565217, 2.19731323991558, 3.99673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1215, '2021-05-23 00:00:00', 0.122878840677173, 0.230869565217391, 0.185728987820955, 0.339565217391305, 0.271844817392357, 0.487826086956522, 1.440693042493, 1.79347826086957, 2.19405302485818, 3.97630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1230, '2021-05-23 00:00:00', 0.142146169828238, 0.246521739130436, 0.216762014086852, 0.36304347826087, 0.251481774695411, 0.463913043478262, 1.45813894055418, 1.79347826086957, 2.20491158077855, 3.98152173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1245, '2021-05-23 00:00:00', 0.155209917779358, 0.239130434782609, 0.185283673122301, 0.328695652173913, 0.195237769300064, 0.407826086956521, 1.42485600132292, 1.77347826086956, 2.20193399990121, 3.94760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1260, '2021-05-23 00:00:00', 0.154121249942356, 0.235217391304348, 0.177308600809292, 0.297391304347825, 0.233146546731802, 0.391304347826086, 1.41660578029277, 1.78913043478261, 2.20399616847941, 3.92673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1275, '2021-05-23 00:00:00', 0.114047005079437, 0.186086956521739, 0.112107021143741, 0.270434782608696, 0.293053300875713, 0.394347826086957, 1.43004021613479, 1.79826086956522, 2.20413918468289, 3.945 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1290, '2021-05-23 00:00:00', 0.109155942407391, 0.191739130434783, 0.169094309116227, 0.262608695652174, 0.304538788199118, 0.395652173913043, 1.43506882400959, 1.8004347826087, 2.19926404776204, 3.94152173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1305, '2021-05-23 00:00:00', 0.109778793030391, 0.198260869565217, 0.235718563347734, 0.297826086956521, 0.346552187949134, 0.464347826086956, 1.42667071465816, 1.82565217391304, 2.19926404776204, 3.94152173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1320, '2021-05-23 00:00:00', 0.11288426437222, 0.181428571428571, 0.135411190365458, 0.248095238095238, 0.632818336980723, 0.490952380952381, 1.49385375710578, 1.81904761904762, 2.29507983054434, 3.94785714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1335, '2021-05-23 00:00:00', 0.0792043769834294, 0.166666666666666, 0.204538970556201, 0.295238095238094, 1.33463442470927, 1.19761904761905, 1.49580842929262, 1.81142857142857, 2.29529933725844, 3.94404761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1350, '2021-05-23 00:00:00', 0.191610964990947, 0.240476190476191, 0.620179697461032, 0.418571428571429, 1.32413709547729, 1.24095238095238, 1.49498654238249, 1.82619047619048, 2.2941472116173, 3.94214285714286 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1365, '2021-05-23 00:00:00', 0.528336112355616, 0.327619047619047, 1.34260000070936, 1.15380952380952, 1.41771513022758, 1.35523809523809, 1.48807081884726, 1.83619047619048, 2.2879453768871, 3.94738095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1200, '2021-05-23 00:00:00', 0.151600408913314, 0.217272727272728, 0.207609044002219, 0.334090909090909, 0.225994674878841, 0.434545454545455, 0.767051616136869, 1.50590909090909, 1.98876744280432, 3.61431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1215, '2021-05-23 00:00:00', 0.10878311557299, 0.213636363636364, 0.129552175719925, 0.271363636363637, 0.23895379835633, 0.453181818181819, 0.778700354709206, 1.53136363636364, 1.98148132363914, 3.59295454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1230, '2021-05-23 00:00:00', 0.090266560519674, 0.183636363636365, 0.163485440261477, 0.286818181818182, 0.268462029851265, 0.456363636363636, 0.793099159661815, 1.53409090909091, 1.99154192313437, 3.59977272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1245, '2021-05-23 00:00:00', 0.147599111906196, 0.219545454545454, 0.197837333154312, 0.344090909090909, 0.301498781343332, 0.464090909090908, 0.802082381795129, 1.57136363636363, 1.98461971724507, 3.60022727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1260, '2021-05-23 00:00:00', 0.132195087372946, 0.227727272727272, 0.171197083965942, 0.293181818181818, 0.248390925655612, 0.438636363636363, 0.81956975831505, 1.54772727272727, 1.98864434506747, 3.59204545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1275, '2021-05-23 00:00:00', 0.0953019807373777, 0.175909090909091, 0.15449400722487, 0.272727272727272, 0.344184839095512, 0.44181818181818, 0.82161703089368, 1.58454545454545, 1.9830468298649, 3.59659090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1290, '2021-05-23 00:00:00', 0.0755871676504678, 0.179090909090909, 0.175459816442816, 0.273636363636363, 0.451409768636855, 0.492272727272727, 0.828305655987125, 1.58954545454545, 1.98778756530015, 3.5925 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1305, '2021-05-23 00:00:00', 0.19663676491444, 0.217727272727273, 0.348625315187538, 0.34590909090909, 0.448231976505364, 0.524999999999998, 0.828006655555994, 1.60954545454545, 1.97367519543016, 3.60659090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1320, '2021-05-23 00:00:00', 0.0949168611275994, 0.182499999999999, 0.355255282563784, 0.341999999999999, 0.381466698553442, 0.472999999999998, 0.883595525470552, 1.684, 1.93307382370533, 3.55675 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1335, '2021-05-23 00:00:00', 0.333448883481018, 0.272499999999999, 0.320172239830213, 0.344499999999998, 0.644911050578214, 1.0645, 0.875321895677604, 1.671, 1.94281732150422, 3.54625 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1350, '2021-05-23 00:00:00', 0.164975277254694, 0.217999999999999, 0.210540657406242, 0.316999999999999, 0.578254178313346, 1.141, 0.783560698619484, 1.629, 1.95063233674568, 3.52175 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1365, '2021-05-23 00:00:00', 0.154935470438502, 0.2395, 0.470328832335756, 0.937499999999999, 0.556756348485537, 1.1575, 0.756660947501379, 1.589, 1.95985248840717, 3.51675 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 930, '2021-05-23 00:00:00', 0.183847763108506, 0.710000000000001, 0.0565685424949326, 0.840000000000003, 0.148492424049171, 1.005, 0.473761543394988, 1.445, 1.88797510576808, 5.135 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 945, '2021-05-23 00:00:00', 0.254558441227157, 0.509999999999998, 0.197989898732234, 0.609999999999999, 0.183847763108506, 0.770000000000003, 0.749533188057742, 1.25, 1.88797510576808, 5.135 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 960, '2021-05-23 00:00:00', 0.091923881554248, 0.414999999999992, 0.0777817459305198, 0.574999999999996, 0.0816708332270458, 0.574999999999996, 0.0857543748883981, 1.25, 0.090042093632818, 5.135 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 975, '2021-05-23 00:00:00', 0.0565685424949276, 0.34, 0.059396969619674, 0.34, 0.0623668181006577, 0.685000000000002, 0.0654851590056906, 1.25, 0.0687594169559751, 5.135 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 930, '2021-05-23 00:00:00', 0.346482322781405, 0.805, 0.134350288425442, 0.954999999999998, 0.318198051533948, 1.315, 0.0424264068711945, 1.64, 2.19910208949016, 4.915 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 945, '2021-05-23 00:00:00', 0.289913780286482, 0.584999999999994, 0.417193000900055, 0.914999999999999, 0.318198051533948, 1.31499999999999, 0.0212132034355972, 1.55499999999999, 2.19910208949016, 4.915 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 960, '2021-05-23 00:00:00', 0.00707106781185904, 0.555000000000007, 0.0494974746830635, 0.785000000000004, 0.148492424049171, 0.994999999999997, 0.53740115370177, 1.27, 2.19910208949016, 4.915 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 975, '2021-05-23 00:00:00', 0.30405591591021, 0.535000000000004, 0.494974746830575, 0.739999999999995, 0.424264068711924, 0.799999999999997, 0.53740115370177, 1.3, 2.19910208949016, 4.915 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 930, '2021-05-23 00:00:00', 1.72534054609517, 1.77, 1.84554869889689, 2.195, 2.31931024229188, 2.53, 1.43542676580869, 3.585, 2.12839141137151, 4.965 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 945, '2021-05-23 00:00:00', 0.530330085889911, 0.834999999999994, 0.551543289325508, 0.849999999999994, 1.1242997820866, 1.275, 0.0707106781186608, 2.36, 0.509116882454308, 3.82 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 960, '2021-05-23 00:00:00', 0.162634559672909, 0.544999999999995, 0.601040764008571, 0.874999999999993, 0.636396103067892, 1.04, 0.480832611206857, 2.07, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 975, '2021-05-23 00:00:00', 0.558614357137377, 0.744999999999997, 0.60811183182043, 0.899999999999999, 0.494974746830585, 0.979999999999997, 0.593969696196702, 1.99, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 930, '2021-05-23 00:00:00', 0.219203102167821, 0.755000000000003, 0.134350288425432, 0.815000000000005, 0.0353553390593354, 0.935000000000002, 0.148492424049166, 1.125, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 945, '2021-05-23 00:00:00', 0.169705627484773, 0.48, 0.212132034355972, 0.629999999999995, 0.106066017177986, 0.704999999999998, 0.445477272147527, 1.115, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 960, '2021-05-23 00:00:00', 0.0424264068711995, 0.489999999999998, 0.0424264068711894, 0.550000000000001, 0.26870057685089, 0.830000000000002, 0.473761543394988, 1.135, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 975, '2021-05-23 00:00:00', 0.120208152801714, 0.365000000000002, 0.169705627484773, 0.430000000000003, 0.593969696196697, 0.760000000000002, 0.473761543394988, 1.135, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 930, '2021-05-23 00:00:00', 0.466690475583124, 0.680000000000003, 0.254558441227162, 0.84, 0.219203102167826, 1.175, 0.091923881554248, 2.075, 1.0253048327205, 3.875 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 945, '2021-05-23 00:00:00', 0.282842712474623, 0.649999999999999, 0.0848528137423839, 0.91, 0.233345237791559, 1.235, 0.091923881554253, 1.99499999999999, 1.17379725676967, 3.77 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 960, '2021-05-23 00:00:00', 0.11313708498985, 0.48, 0.0212132034355922, 0.724999999999998, 0.0141421356237382, 0.979999999999997, 0.219203102167826, 1.67499999999999, 1.46371103705615, 3.565 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 975, '2021-05-23 00:00:00', 0.219203102167826, 0.374999999999996, 0.15556349186104, 0.609999999999999, 0.289913780286487, 0.715, 0.452548339959396, 1.4, 1.93747258045114, 3.51 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-05-23 15:57:53 Duration: 5s962ms 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 983495, 1, 990, '2021-05-23 00:00:00', 0.529508077698373, 1.44375, 0.724928001172571, 1.75020833333333, 0.742522842814583, 2.10354166666666, 1.47068818309119, 3.26291666666667, 3.78701842014173, 8.81708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1005, '2021-05-23 00:00:00', 0.377223600703266, 0.974583333333332, 0.459853030633274, 1.311875, 0.51914000094359, 1.74041666666666, 1.47549351544846, 2.945625, 3.73056150337115, 8.7125 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1020, '2021-05-23 00:00:00', 0.336085131446947, 0.939791666666668, 0.404216398404533, 1.253125, 0.691579759251092, 1.75729166666667, 1.32291507759804, 2.81229166666667, 3.73925523468845, 8.66583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1035, '2021-05-23 00:00:00', 0.298375963475126, 0.807291666666665, 0.371713070639244, 1.11479166666666, 1.083111773609, 1.769375, 1.32229130774434, 2.62770833333333, 3.77243947498052, 8.583125 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1050, '2021-05-23 00:00:00', 0.252647933418956, 0.69375, 0.644360569462678, 1.15625, 1.01196696024287, 1.67145833333333, 1.26704335669843, 2.57354166666667, 3.7900341046609, 8.49541666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1065, '2021-05-23 00:00:00', 0.452862673941313, 0.832083333333331, 0.867338089973478, 1.27333333333333, 0.87533759015544, 1.580625, 1.12588369077136, 2.46020833333333, 3.76266411722572, 8.42604166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1080, '2021-05-23 00:00:00', 0.639928664502672, 0.852499999999999, 0.633974658605232, 1.07104166666666, 0.735066791799082, 1.41583333333333, 1.03833260636912, 2.30541666666667, 3.72195328179762, 8.32916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1095, '2021-05-23 00:00:00', 0.198760652799916, 0.624166666666666, 0.334348747784297, 0.863958333333331, 0.613729245642179, 1.15875, 0.930912921681519, 2.22145833333334, 3.71709724263865, 8.33645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1110, '2021-05-23 00:00:00', 0.279638418189522, 0.652916666666666, 0.437110074685204, 0.855000000000006, 0.565522996046996, 1.06145833333333, 0.983472017977598, 2.24708333333334, 3.72001022064008, 8.34895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1125, '2021-05-23 00:00:00', 0.224811414526595, 0.551458333333336, 0.338636906893126, 0.715208333333332, 0.391459550541489, 1.01333333333334, 0.973282210291322, 2.1725, 3.86318040768469, 8.58458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1140, '2021-05-23 00:00:00', 0.212126483324302, 0.495416666666664, 0.319367297972869, 0.665416666666664, 0.404043870483591, 0.989166666666665, 0.955576666889865, 2.145625, 3.92121152436853, 8.64291666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1155, '2021-05-23 00:00:00', 0.23569729650488, 0.540208333333336, 0.322455479457064, 0.806666666666669, 0.424738570488801, 1.025625, 1.51715766857118, 3.205, 3.92121152436853, 8.64291666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1170, '2021-05-23 00:00:00', 0.214992311119677, 0.538958333333333, 0.288111589568135, 0.693125, 0.352358256011846, 0.944583333333333, 1.6436251467985, 3.35916666666666, 3.98553935033184, 8.655 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1185, '2021-05-23 00:00:00', 0.241369788913194, 0.494374999999998, 0.325071271449414, 0.676874999999999, 0.39770941753635, 0.941458333333333, 1.73594417361649, 3.54, 4.13025466807901, 8.77166666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1200, '2021-05-23 00:00:00', 0.198955492619526, 0.450624999999999, 0.233814849951778, 0.665416666666666, 0.376782178164797, 0.928125000000001, 1.68098977701674, 3.58375, 4.18358723210396, 8.78604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1215, '2021-05-23 00:00:00', 0.152560127134532, 0.480624999999998, 0.243457786567982, 0.671041666666667, 0.420775627411081, 0.923958333333333, 1.68208780509757, 3.56291666666667, 4.22965608291149, 8.83833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1230, '2021-05-23 00:00:00', 0.177303550198645, 0.463124999999998, 0.27934025535334, 0.648749999999998, 0.446664571160992, 1.00625, 1.64808315315403, 3.51791666666667, 4.39478935848293, 8.911875 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1245, '2021-05-23 00:00:00', 0.163174880624032, 0.458958333333332, 0.282706173963538, 0.660208333333332, 0.438035335001807, 0.973541666666665, 1.58973627153798, 3.50875, 4.43079731084403, 8.893125 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1260, '2021-05-23 00:00:00', 0.220402197410073, 0.451458333333332, 0.34974518415638, 0.677708333333331, 0.492282284696583, 0.98625, 1.60794968015577, 3.4775, 4.44785744199108, 8.90354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1275, '2021-05-23 00:00:00', 0.209920619917782, 0.43583333333333, 0.265193991751076, 0.588124999999998, 0.60890935851246, 1.06854166666667, 1.56869359417042, 3.433125, 4.46341496932627, 8.90083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1290, '2021-05-23 00:00:00', 0.164549781023199, 0.42125, 0.285182928199133, 0.629791666666667, 0.685639841865698, 1.09791666666667, 1.55464095999454, 3.41958333333334, 4.5195030217277, 8.94645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1305, '2021-05-23 00:00:00', 0.172262754307886, 0.438749999999996, 0.504119802588948, 0.755416666666664, 0.752507282453085, 1.12291666666667, 1.53847890658744, 3.39604166666667, 4.54622465902889, 8.93604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1320, '2021-05-23 00:00:00', 0.203257162299323, 0.482954545454546, 0.26717051966878, 0.699090909090911, 0.434778393071973, 0.998181818181819, 1.5408950566984, 3.35636363636364, 4.75516923670409, 8.99977272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1335, '2021-05-23 00:00:00', 0.168679618960955, 0.51636363636364, 0.324837621773526, 0.736363636363641, 1.25371096336185, 2.50431818181818, 1.5503315697587, 3.3475, 4.72983411293998, 9.06954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1350, '2021-05-23 00:00:00', 0.249987986724351, 0.514772727272732, 0.348180567798098, 0.764772727272729, 1.36062543312407, 2.65704545454545, 1.47628936968004, 3.28272727272727, 4.72370778156606, 9.09659090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1365, '2021-05-23 00:00:00', 0.241708497648507, 0.537954545454543, 1.16760097869715, 2.32204545454546, 1.45035344251844, 2.81818181818182, 1.44487697764186, 3.25136363636364, 4.72343006855761, 9.12477272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 990, '2021-05-23 00:00:00', 0.619132022704739, 1.42269230769231, 0.823842147875054, 1.80673076923077, 0.970586499929888, 2.27307692307692, 0.907915554358525, 2.72442307692307, 4.41590934968274, 8.70076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1005, '2021-05-23 00:00:00', 0.494932823724595, 1.1775, 0.672341831557088, 1.57846153846154, 0.713323640001239, 1.84115384615384, 0.704038460487888, 2.44807692307692, 4.38188633423482, 8.50038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1020, '2021-05-23 00:00:00', 0.411515071226018, 0.944423076923077, 0.456468930613449, 1.28326923076923, 0.418765401553736, 1.49769230769231, 0.657011064185025, 2.21846153846154, 4.41064710497399, 8.37826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1035, '2021-05-23 00:00:00', 0.372181562392089, 0.941346153846151, 0.385903535176266, 1.15346153846154, 0.354185142806156, 1.40634615384615, 0.694659545831902, 2.19673076923077, 4.4106662325985, 8.37884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1050, '2021-05-23 00:00:00', 0.223582113637162, 0.750192307692306, 0.269195739479371, 1.02788461538461, 0.39757534360943, 1.33307692307692, 0.702751624796303, 2.07961538461539, 4.40695794694638, 8.37211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1065, '2021-05-23 00:00:00', 0.277150403488513, 0.722884615384617, 0.345169523567767, 0.905000000000001, 0.499579861945558, 1.24403846153846, 0.688302175367321, 1.96826923076923, 4.40860595444166, 8.30730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1080, '2021-05-23 00:00:00', 0.251809528138901, 0.670961538461544, 0.310550875306842, 0.919615384615385, 0.406203103802103, 1.18980769230769, 0.595827446626829, 1.89788461538462, 4.41720204253953, 8.28326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1095, '2021-05-23 00:00:00', 0.248696370330139, 0.618269230769231, 0.31677491402232, 0.827115384615385, 0.494263126746815, 1.14403846153846, 0.890484483517047, 1.96115384615385, 4.42807141558698, 8.24769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1110, '2021-05-23 00:00:00', 0.200442299389665, 0.586346153846154, 0.213348036352308, 0.784230769230765, 0.348317549636273, 1.02634615384615, 0.909318510669478, 1.96192307692308, 4.3981409009507, 8.26576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1125, '2021-05-23 00:00:00', 0.18732201809061, 0.551538461538461, 0.298789416453489, 0.811346153846155, 0.320601597961374, 0.945769230769231, 0.923637041599884, 1.97423076923077, 4.51828507715721, 8.19096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1140, '2021-05-23 00:00:00', 0.306152802472129, 0.603461538461543, 0.305908545911257, 0.705961538461541, 0.324012879611055, 0.882115384615384, 0.902720524943267, 2.04288461538462, 4.47403800145479, 8.22096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1155, '2021-05-23 00:00:00', 0.218146827759515, 0.46096153846154, 0.242607628772185, 0.627307692307692, 0.258844250764523, 0.832884615384614, 1.29226493175593, 3.27057692307693, 4.31951293995765, 8.38596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1170, '2021-05-23 00:00:00', 0.228477233338133, 0.440384615384618, 0.28433951807384, 0.57480769230769, 0.328633358950951, 0.838269230769231, 1.38696571140579, 3.40826923076923, 4.2978515384031, 8.38961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1185, '2021-05-23 00:00:00', 0.158820169228744, 0.389615384615384, 0.227349696756747, 0.573269230769231, 0.409153582223295, 0.880576923076923, 1.44348697737325, 3.44942307692308, 4.29251371576143, 8.415 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1200, '2021-05-23 00:00:00', 0.206379504796383, 0.427499999999999, 0.317251659388274, 0.628846153846154, 0.345733334322189, 0.888461538461536, 1.44487440231376, 3.47596153846154, 4.27452007652501, 8.43826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1215, '2021-05-23 00:00:00', 0.24849678840209, 0.444423076923078, 0.300588653248153, 0.643461538461536, 0.269947288301879, 0.828461538461537, 1.41037595915197, 3.53211538461539, 4.2775528769829, 8.44115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1230, '2021-05-23 00:00:00', 0.154275602537992, 0.465192307692305, 0.188505560007777, 0.60711538461538, 0.204055139606925, 0.812499999999999, 1.39874108232532, 3.53615384615385, 4.27645489413118, 8.44769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1245, '2021-05-23 00:00:00', 0.193235707004521, 0.40403846153846, 0.208541086156626, 0.594230769230767, 0.260041121008554, 0.830769230769229, 1.3904191952291, 3.55653846153846, 4.27798759303412, 8.44538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1260, '2021-05-23 00:00:00', 0.163446180273977, 0.469423076923076, 0.180362135715897, 0.602500000000002, 0.354968958556183, 0.935192307692309, 1.37510470929979, 3.58519230769231, 4.2693386670357, 8.45557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1275, '2021-05-23 00:00:00', 0.106640301228731, 0.403076923076926, 0.205168598587, 0.598076923076924, 0.827982557415685, 1.07865384615385, 1.36013902004396, 3.58307692307692, 4.25332259714504, 8.45865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1290, '2021-05-23 00:00:00', 0.212029841876452, 0.464423076923073, 0.30578153337611, 0.697115384615382, 0.8501239049963, 1.11057692307692, 1.35331524555299, 3.57307692307692, 4.25440664307203, 8.44326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1305, '2021-05-23 00:00:00', 0.196987699733141, 0.456923076923075, 0.801484488069096, 0.785769230769234, 0.814204755952322, 1.05423076923077, 1.33503938288207, 3.57192307692308, 4.25613702154358, 8.45211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1320, '2021-05-23 00:00:00', 0.164530375813152, 0.435625000000002, 0.265430246165934, 0.616458333333331, 0.322523943050092, 0.967708333333332, 1.37262203794707, 3.56895833333334, 4.41010692281402, 8.541875 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1335, '2021-05-23 00:00:00', 0.161558168059269, 0.405208333333333, 0.252026209242073, 0.605416666666664, 1.28028258811669, 2.598125, 1.36823189353733, 3.58958333333333, 4.39920570379192, 8.53104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1350, '2021-05-23 00:00:00', 0.209987922358007, 0.488333333333332, 0.29613054064289, 0.78458333333333, 1.40845272733767, 2.83770833333333, 1.36095208575105, 3.62333333333334, 4.39055321837759, 8.53479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1365, '2021-05-23 00:00:00', 0.254825885427792, 0.546666666666665, 1.24312012489845, 2.48458333333333, 1.39575480527536, 2.90854166666667, 1.2969592189347, 3.62979166666667, 4.37683066771386, 8.50645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 990, '2021-05-23 00:00:00', 0.674652959220232, 1.53115384615385, 0.834582000395773, 1.91134615384615, 0.846433422344331, 2.30653846153846, 0.847846684253702, 3.08, 4.18659975857038, 8.24153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1005, '2021-05-23 00:00:00', 0.555841842475135, 1.11807692307692, 0.656566711122218, 1.51961538461538, 0.796251240791211, 1.96096153846154, 0.875288809479478, 2.8725, 4.1119227815632, 8.11519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1020, '2021-05-23 00:00:00', 0.396647149918494, 0.980192307692307, 0.612312043374569, 1.34403846153846, 0.701314397838366, 1.71326923076923, 1.01332688931824, 2.74923076923077, 4.04565064178615, 8.11865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1035, '2021-05-23 00:00:00', 0.343497676624096, 0.844423076923074, 0.453784471036471, 1.07788461538461, 0.514432360807672, 1.37442307692307, 1.04424741026548, 2.53057692307692, 3.80606061231497, 7.94576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1050, '2021-05-23 00:00:00', 0.311566266565463, 0.733461538461536, 0.325182847972314, 0.971730769230764, 0.437001320188113, 1.31307692307692, 1.04685192913729, 2.35019230769231, 3.76056221246852, 7.93692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1065, '2021-05-23 00:00:00', 0.236388207437226, 0.690769230769229, 0.306483090260108, 0.858269230769231, 0.434891896381686, 1.22980769230769, 1.08145174863023, 2.31173076923077, 3.74533776334505, 7.97480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1080, '2021-05-23 00:00:00', 0.283031732387836, 0.625192307692307, 0.367539270533932, 0.946346153846157, 0.366215993433047, 1.18692307692307, 1.05726745033528, 2.29230769230769, 3.75568377467867, 8.00615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1095, '2021-05-23 00:00:00', 0.232764654995953, 0.670769230769235, 0.270002065519162, 0.861346153846154, 0.340116722046099, 1.10423076923077, 1.21423025632893, 2.32134615384615, 3.75691329930058, 8.01846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1110, '2021-05-23 00:00:00', 0.203250130097411, 0.568846153846153, 0.216147029731009, 0.731538461538461, 0.362406327419716, 1.05211538461538, 1.20968571887972, 2.32346153846154, 3.74130674415319, 8.03192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1125, '2021-05-23 00:00:00', 0.210124871299094, 0.522692307692305, 0.293747144012305, 0.79076923076923, 0.456638259457087, 1.0175, 1.21106934629626, 2.35480769230769, 3.90205112236353, 8.58980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1140, '2021-05-23 00:00:00', 0.203172624594498, 0.548653846153847, 0.270158358118973, 0.713461538461538, 0.467506314231321, 0.941923076923078, 1.16015410116999, 2.31653846153846, 3.94935724565988, 8.66442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1155, '2021-05-23 00:00:00', 0.183178769344216, 0.492692307692306, 0.269604054409138, 0.672884615384615, 0.48426554222308, 1.00634615384616, 2.82988230252671, 3.69961538461538, 3.73185324655809, 8.76442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1170, '2021-05-23 00:00:00', 0.225620511888024, 0.508846153846152, 0.343520237898953, 0.678076923076925, 0.445209544441196, 1.00153846153847, 2.83254477186423, 3.82173076923077, 3.68354407623127, 8.75519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1185, '2021-05-23 00:00:00', 0.215389450495181, 0.426153846153849, 0.449938286366543, 0.747692307692311, 0.493947404549854, 1.02403846153846, 3.08078332321755, 3.99326923076923, 3.65338233169463, 8.74269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1200, '2021-05-23 00:00:00', 0.380949269790409, 0.592115384615386, 0.358609279557315, 0.738846153846154, 0.585942797155545, 1.09480769230769, 3.23824891545748, 4.13096153846154, 3.62570909775433, 8.71269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1215, '2021-05-23 00:00:00', 0.238008160816778, 0.498269230769234, 0.40752163699046, 0.741730769230771, 0.707626585577015, 1.16923076923077, 3.25654149367086, 4.1425, 3.58775918924334, 8.715 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1230, '2021-05-23 00:00:00', 0.355240113812527, 0.573461538461539, 0.459143223841973, 0.772499999999999, 0.617989046455083, 1.15769230769231, 3.20487009817151, 4.13788461538461, 3.57544841727795, 8.71423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1245, '2021-05-23 00:00:00', 0.233889849156525, 0.487307692307692, 0.376354834615501, 0.790192307692309, 0.518496049981245, 1.10192307692308, 3.20676542041018, 4.16269230769231, 3.57482754828817, 8.715 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1260, '2021-05-23 00:00:00', 0.303100897138487, 0.593076923076928, 0.410497446820503, 0.796923076923079, 0.568704769968231, 1.08634615384615, 3.19706433250159, 4.12211538461538, 3.56397399735831, 8.73942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1275, '2021-05-23 00:00:00', 0.313176283609381, 0.565769230769233, 0.375839777646723, 0.75846153846154, 0.642504744071081, 1.10211538461538, 3.18635839888639, 4.07461538461539, 3.56114231888935, 8.74384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1290, '2021-05-23 00:00:00', 0.266990420456211, 0.54326923076923, 0.319882249970444, 0.730576923076921, 0.689567004609526, 1.10942307692308, 3.18348867656949, 4.10192307692308, 3.56375730849425, 8.74192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1305, '2021-05-23 00:00:00', 0.266667179486689, 0.540769230769229, 0.526759761327538, 0.815384615384613, 0.667607208330906, 1.17576923076923, 3.1895317054389, 4.2025, 3.56375730849425, 8.74192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1320, '2021-05-23 00:00:00', 0.222431291296495, 0.513124999999999, 0.388111310699334, 0.746041666666666, 0.404967121585468, 1.07875, 3.28055069497772, 4.34458333333333, 3.67982639299855, 8.85875 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1335, '2021-05-23 00:00:00', 0.238746348329309, 0.495416666666667, 0.309054703543902, 0.721875000000002, 2.82146597437665, 3.045625, 3.26787822290093, 4.33791666666667, 3.69970472284369, 8.84458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1350, '2021-05-23 00:00:00', 0.256294313948473, 0.567083333333334, 0.284812978937085, 0.786458333333333, 2.82565187425712, 3.21708333333334, 3.25615820547128, 4.45479166666667, 3.69248656940244, 8.85375 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1365, '2021-05-23 00:00:00', 0.24917172574962, 0.581875000000001, 2.76098947160594, 2.97041666666667, 3.01938422764153, 3.439375, 3.13778456617016, 4.570625, 3.63171167772787, 8.85666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 990, '2021-05-23 00:00:00', 0.742388451316573, 1.43260869565217, 0.789526425323802, 1.79239130434783, 0.865889556075227, 2.28521739130435, 1.77476115968122, 3.47108695652174, 3.1371453471036, 7.86826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1005, '2021-05-23 00:00:00', 0.367794274640724, 0.956086956521741, 0.436064074959582, 1.35782608695652, 0.826574913094101, 1.90478260869565, 1.70710642661161, 2.93847826086957, 3.1407392416738, 7.76043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1020, '2021-05-23 00:00:00', 0.417804349317119, 1.00173913043478, 0.643733091032391, 1.38326086956522, 0.845720802563903, 1.79130434782609, 1.65507292986202, 2.82130434782609, 3.11722851847016, 7.735 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1035, '2021-05-23 00:00:00', 0.458677640468351, 0.954782608695655, 0.655905749158107, 1.29847826086957, 0.882127436501811, 1.65478260869565, 1.63674693029619, 2.72282608695652, 3.18823079664071, 7.71760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1050, '2021-05-23 00:00:00', 0.471402017030133, 0.886956521739132, 0.559199827110416, 1.12391304347826, 1.0141246054677, 1.60347826086957, 1.43660571082654, 2.59782608695652, 3.18022134549218, 7.68652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1065, '2021-05-23 00:00:00', 0.304248085011561, 0.678478260869564, 0.612299737366796, 1.01217391304348, 0.8446735576377, 1.45565217391304, 1.26550338372888, 2.37521739130435, 3.21606524991325, 7.77434782608695 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1080, '2021-05-23 00:00:00', 0.57879184513951, 0.76, 0.819729240461742, 1.07413043478261, 0.864615281486647, 1.39369565217391, 1.26842733537965, 2.36021739130435, 3.26344029958153, 7.78304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1095, '2021-05-23 00:00:00', 0.410522057487533, 0.680217391304351, 0.496398093462976, 0.932391304347828, 0.638929981875271, 1.28239130434783, 1.08250021679794, 2.21108695652174, 3.30798190272781, 7.76021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1110, '2021-05-23 00:00:00', 0.323636696717861, 0.619565217391306, 0.378080234912671, 0.870869565217394, 0.655834486374259, 1.24565217391304, 0.976070102938206, 2.11913043478261, 3.32898214690126, 7.68804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1125, '2021-05-23 00:00:00', 0.277504762626936, 0.570434782608698, 0.392645079050746, 0.812608695652174, 0.676934499198801, 1.16804347826087, 0.944678459214746, 2.05413043478261, 3.65845490507811, 8.47673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1140, '2021-05-23 00:00:00', 0.307828361908478, 0.599130434782609, 0.451973712901701, 0.840652173913044, 0.61159053638012, 1.1704347826087, 0.880258226575896, 2.07, 3.68371733700787, 8.56565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1155, '2021-05-23 00:00:00', 0.285523581189048, 0.533478260869566, 0.407454985510536, 0.761739130434782, 0.631621681559936, 1.14130434782609, 0.958461382291362, 2.80130434782609, 3.9106427072029, 8.72326086956521 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1170, '2021-05-23 00:00:00', 0.287120259609558, 0.531956521739131, 0.436907701832946, 0.762391304347827, 0.573311061399068, 1.11086956521739, 1.26348891922796, 2.99260869565217, 4.04823227902998, 8.85130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1185, '2021-05-23 00:00:00', 0.345568501071499, 0.576956521739132, 0.563628490318587, 0.834565217391306, 0.641788123953247, 1.11478260869565, 1.41972652964306, 3.18434782608695, 4.08328600574869, 8.88282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 990, '2021-05-23 00:00:00', 0.66497337039413, 1.449, 0.815050509682274, 1.79140000000001, 1.21530174579539, 2.36, 1.46448733919644, 3.4074, 3.25035799310374, 8.018 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1005, '2021-05-23 00:00:00', 0.481259458781501, 1.1176, 0.66544314808504, 1.602, 0.898650237856752, 1.9342, 1.23167643207676, 3.0818, 3.23398081575427, 7.7744 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1020, '2021-05-23 00:00:00', 0.405281486541556, 0.934799999999997, 0.629103065217985, 1.2404, 0.714066990321401, 1.62, 1.33356970821426, 2.9096, 3.23735272509294, 7.6538 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1035, '2021-05-23 00:00:00', 0.333682109199759, 0.831999999999999, 0.502798253112849, 1.0904, 0.555032881908811, 1.5036, 1.39710713022779, 2.739, 3.23553580055401, 7.5824 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1050, '2021-05-23 00:00:00', 0.331502639506838, 0.7374, 0.370476944851723, 0.973600000000001, 0.480080288424067, 1.335, 1.45344197797275, 2.6654, 3.22919969445475, 7.5434 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1065, '2021-05-23 00:00:00', 0.290506454317284, 0.712600000000001, 0.409167549218333, 1.0608, 0.466848922743393, 1.302, 1.52933855528024, 2.6108, 3.24220408570055, 7.5304 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1080, '2021-05-23 00:00:00', 0.279818840204397, 0.760599999999999, 0.354015300987587, 0.9118, 0.522242121370278, 1.2708, 1.53984712444667, 2.559, 3.25303727307266, 7.5234 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1095, '2021-05-23 00:00:00', 0.329067748850189, 0.637200000000002, 0.414359445409413, 0.854, 0.80481794007506, 1.3844, 1.53265230347047, 2.6028, 3.24362402774017, 7.6548 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1110, '2021-05-23 00:00:00', 0.251488402648445, 0.593800000000001, 0.392576213407449, 0.908400000000001, 0.763944424243894, 1.3406, 1.48928934394899, 2.5916, 3.24159968225566, 7.6582 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1125, '2021-05-23 00:00:00', 0.256170028171398, 0.627200000000004, 0.707262916696003, 1.002, 0.76224722586136, 1.271, 1.48308088675792, 2.5618, 3.36211902426629, 8.0138 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1140, '2021-05-23 00:00:00', 0.254023777844011, 0.605416666666664, 0.409092093030055, 0.862916666666668, 0.657341449170142, 1.16104166666667, 1.0373172748119, 2.47979166666667, 3.50276006596372, 8.04458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1155, '2021-05-23 00:00:00', 0.358043192277463, 0.626666666666668, 0.437867650906241, 0.820416666666668, 0.869182107634462, 1.25416666666667, 1.70522640768001, 3.35333333333334, 3.45554781306898, 8.07041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1170, '2021-05-23 00:00:00', 0.207179121548955, 0.491666666666668, 0.385472077881246, 0.743125000000003, 0.685985452955573, 1.22104166666667, 1.79692792140089, 3.42229166666667, 3.43216039175184, 8.05145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1185, '2021-05-23 00:00:00', 0.297960382421477, 0.617708333333339, 0.592556485413666, 0.924166666666669, 0.638764623758405, 1.275625, 1.81868198612805, 3.51291666666667, 3.44184779719527, 8.06479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1200, '2021-05-23 00:00:00', 0.352570039015042, 0.585217391304348, 0.45234216997222, 0.815434782608694, 0.611924085942465, 1.13978260869565, 1.86222342562769, 3.62978260869566, 3.57145469470965, 8.015 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1215, '2021-05-23 00:00:00', 0.250125660118673, 0.53586956521739, 0.295039690503384, 0.759347826086958, 0.491249817709085, 1.08826086956522, 2.13782061368221, 3.79239130434783, 3.56992062942515, 8.01586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1230, '2021-05-23 00:00:00', 0.231937193352165, 0.541956521739134, 0.409725397291615, 0.788913043478265, 0.483234736206621, 1.06391304347826, 2.23618737857427, 3.83391304347826, 3.57975266606474, 8.00282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1245, '2021-05-23 00:00:00', 0.298255964824445, 0.525434782608698, 0.384508052825614, 0.696521739130438, 0.488931742692022, 0.987608695652172, 2.20952727314034, 3.90804347826087, 3.59506747890295, 7.95978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1260, '2021-05-23 00:00:00', 0.269982066451705, 0.521956521739132, 0.37197966815108, 0.740652173913043, 0.417526004491792, 0.985652173913042, 2.45805477977917, 4.01413043478261, 3.65168788467944, 7.93804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1275, '2021-05-23 00:00:00', 0.267595795709545, 0.495652173913043, 0.309737712577734, 0.650217391304345, 0.455826682442876, 0.949347826086954, 2.43354082534413, 4.02369565217392, 3.6400261829619, 7.94760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1290, '2021-05-23 00:00:00', 0.241680750123458, 0.44369565217391, 0.282035234532467, 0.640652173913043, 0.520165962418242, 1.01891304347826, 2.44448342385178, 4.04913043478261, 3.63345610416165, 7.96152173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1305, '2021-05-23 00:00:00', 0.177192923153858, 0.447173913043482, 0.344335012437758, 0.709347826086958, 0.537574151517206, 1.06217391304348, 2.50461406224402, 4.07065217391305, 3.62455856655283, 7.95043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1320, '2021-05-23 00:00:00', 0.251040691067061, 0.532142857142855, 0.345680143926087, 0.740476190476192, 0.421101164182897, 1.14809523809524, 2.68652266836128, 4.17238095238095, 3.74069731849176, 8.08214285714286 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1335, '2021-05-23 00:00:00', 0.230691765081006, 0.485238095238098, 0.319903445254521, 0.749285714285718, 1.58346290196669, 2.62547619047619, 2.714764547363, 4.21238095238096, 3.73072600811411, 8.08095238095238 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1350, '2021-05-23 00:00:00', 0.214809716460206, 0.619285714285717, 0.268300870559262, 0.926428571428571, 1.73070258235534, 2.79785714285715, 2.81028430183547, 4.26642857142858, 3.71190682290178, 8.10047619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1365, '2021-05-23 00:00:00', 0.230762968474249, 0.594047619047616, 1.60020660868407, 2.45023809523809, 1.7082685469713, 2.89785714285714, 2.79266775938093, 4.21428571428572, 3.71135171435139, 8.09095238095238 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1200, '2021-05-23 00:00:00', 0.273719470416057, 0.558409090909093, 0.358001003650434, 0.763636363636369, 0.457689945902342, 0.994090909090913, 1.48025856595323, 3.21977272727273, 4.22317942152674, 8.82295454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1215, '2021-05-23 00:00:00', 0.29856764843606, 0.514545454545454, 0.385008643856412, 0.745681818181816, 0.449472273533442, 0.999090909090909, 1.47361941038609, 3.2525, 4.22826326371392, 8.80431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1230, '2021-05-23 00:00:00', 0.274463664316977, 0.512727272727271, 0.338793377120851, 0.650000000000002, 0.37668014667677, 0.951136363636363, 1.53581318266078, 3.28068181818182, 4.25152560471326, 8.79340909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1245, '2021-05-23 00:00:00', 0.276551898169137, 0.48, 0.333790055073244, 0.715909090909088, 0.479544787755221, 0.968181818181816, 1.53748672256963, 3.34022727272727, 4.25277121899656, 8.81522727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1260, '2021-05-23 00:00:00', 0.234455711211056, 0.523636363636359, 0.277792784587414, 0.680454545454542, 0.470358387814027, 0.956818181818182, 1.54627404424747, 3.38090909090909, 4.23432866362564, 8.85477272727272 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1275, '2021-05-23 00:00:00', 0.21517598254267, 0.450681818181819, 0.368383402406827, 0.647045454545456, 0.691939209851466, 1.02818181818182, 1.57649818800928, 3.45818181818182, 4.23830106782876, 8.85068181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1290, '2021-05-23 00:00:00', 0.18797407599654, 0.478409090909089, 0.272195260319244, 0.649545454545458, 0.675656206604963, 1.0525, 1.59950684025878, 3.52431818181818, 4.20415346189561, 8.89704545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1305, '2021-05-23 00:00:00', 0.204593356584329, 0.481818181818183, 0.58658547684461, 0.787045454545454, 0.691640405280409, 1.06454545454545, 1.62004724758742, 3.55931818181818, 4.20745126626663, 8.90659090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1320, '2021-05-23 00:00:00', 0.242095566167364, 0.459500000000003, 0.371321962722376, 0.663000000000002, 0.501617056181935, 0.945250000000004, 1.67897625057652, 3.56575, 4.40327254944965, 8.87275 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1335, '2021-05-23 00:00:00', 0.20641424879417, 0.470999999999998, 0.266079108735096, 0.664249999999997, 0.955827658711491, 2.34775, 1.66419737253033, 3.5615, 4.39067969201748, 8.9855 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1350, '2021-05-23 00:00:00', 0.230680343880082, 0.508500000000001, 0.360892442790311, 0.760250000000005, 1.32112332585011, 2.557, 1.67166342857079, 3.54325, 4.37871403256109, 8.9755 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1365, '2021-05-23 00:00:00', 0.310627124582378, 0.610500000000003, 0.927840553169166, 2.23775, 1.49100837919916, 2.71575, 1.74741079133792, 3.5395, 4.40199681813176, 8.94125 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 930, '2021-05-23 00:00:00', 0.417193000900045, 1.315, 0.388908729652589, 1.33499999999999, 0.530330085889911, 1.55500000000001, 0.332340187157677, 2.16500000000001, 3.42239682094289, 8.73999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 945, '2021-05-23 00:00:00', 0.205060966544093, 1.09499999999998, 0.445477272147522, 1.495, 0.467751135754898, 1.495, 0.491138692542643, 2.105, 0.515695627169775, 8.67999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 960, '2021-05-23 00:00:00', 0.0636396103067917, 0.984999999999999, 0.0565685424949326, 1.07000000000001, 0.0212132034355972, 1.205, 0.700035713374689, 2.155, 3.61331565186327, 8.60499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 975, '2021-05-23 00:00:00', 0.311126983722079, 0.879999999999995, 0.240416305603408, 1.00999999999999, 0.0494974746830736, 1.21499999999999, 0.68589357775097, 2.13499999999999, 3.61331565186327, 8.60499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 930, '2021-05-23 00:00:00', 0.367695526216992, 1.03999999999999, 0.601040764008561, 1.49499999999999, 1.17379725676967, 1.89999999999999, 0.883883476483184, 2.45499999999998, 2.40416305603427, 7.95999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 945, '2021-05-23 00:00:00', 0.0777817459305299, 0.685000000000002, 0.395979797464468, 1.16, 0.15556349186106, 1.44, 0.325269119345797, 1.88, 2.2768838354207, 7.87 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 960, '2021-05-23 00:00:00', 0.22627416997969, 0.810000000000002, 0.205060966544113, 0.935000000000002, 0.176776695296617, 1.205, 0.185615530061448, 1.985, 0.19489630656452, 7.87 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 975, '2021-05-23 00:00:00', 0.127279220613583, 0.77000000000001, 0.254558441227147, 1.04000000000001, 0.00707106781185904, 1.215, 0.176776695296617, 1.985, 2.2768838354207, 7.87 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 930, '2021-05-23 00:00:00', 0.530330085889911, 1.27500000000001, 0.169705627484758, 1.88000000000001, 0.134350288425442, 2.73500000000001, 0.15556349186104, 2.92999999999999, 1.60513239329347, 7.38500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 945, '2021-05-23 00:00:00', 0.325269119345838, 1.12, 0.0353553390593354, 1.58500000000001, 0.360624458405153, 1.97500000000001, 0.395979797464488, 2.20999999999999, 1.44249783362055, 7.27 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 960, '2021-05-23 00:00:00', 0.353553390593294, 0.660000000000011, 0.0282842712474764, 1.05000000000001, 0.127279220613583, 1.27000000000001, 0.205060966544113, 1.755, 1.44249783362055, 7.27 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 975, '2021-05-23 00:00:00', 0.0848528137423889, 0.700000000000017, 0.134350288425442, 0.89500000000001, 0.00707106781185904, 1.39500000000001, 0.360624458405133, 2.155, 1.34350288425444, 7.33999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 930, '2021-05-23 00:00:00', 0.438406204335653, 1.24999999999999, 0.296984848098341, 1.55, 0.325269119345807, 1.82, 0.756604255869621, 2.705, 1.34350288425444, 7.33999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 945, '2021-05-23 00:00:00', 0.205060966544103, 1.15499999999999, 0.23334523779157, 1.425, 0.176776695296637, 1.465, 0.756604255869621, 2.705, 1.34350288425444, 7.33999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 960, '2021-05-23 00:00:00', 0.282842712474623, 0.980000000000004, 0.0494974746830635, 1.145, 0.728319984622145, 1.955, 0.756604255869621, 2.705, 1.34350288425444, 7.33999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 975, '2021-05-23 00:00:00', 0.0636396103068017, 0.574999999999982, 0.0989949493661171, 1.09, 0.707106781186558, 2.01999999999999, 0.883883476483205, 2.61499999999999, 1.34350288425444, 7.33999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 930, '2021-05-23 00:00:00', 0.0212132034355771, 1.345, 0.22627416997969, 1.58000000000001, 0.15556349186104, 2.04000000000001, 0.650538238691635, 3.78, 0.0424264068711945, 6.41999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 945, '2021-05-23 00:00:00', 0.247487373415288, 1.105, 0.438406204335663, 1.62, 0.473761543394998, 2.13499999999999, 0.0777817459305299, 3.375, 0.530330085889911, 6.01499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 960, '2021-05-23 00:00:00', 0.360624458405133, 1.17500000000001, 0.586898628384823, 1.36500000000001, 0.721248916810266, 2.06, 0.197989898732214, 3.18000000000001, 0.806101730552655, 5.81999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 975, '2021-05-23 00:00:00', 0.205060966544113, 0.835000000000008, 0.367695526217032, 1.41, 0.579827560572984, 1.7, 0.183847763108496, 2.65000000000001, 1.30814754519513, 5.91499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-05-23 15:58:23 Duration: 5s873ms 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 983385, 1, 990, '2021-05-23 00:00:00', 1.2352553570422, 2.70666666666667, 1.80119782005101, 3.42125, 2.03408415990224, 3.90125, 2.10781747784943, 4.96979166666667, 8.83680977871638, 15.13125 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1005, '2021-05-23 00:00:00', 1.00664366905538, 1.94354166666667, 1.0556733375681, 2.39125, 1.52037389327833, 3.07291666666667, 1.59735037345591, 4.06395833333333, 8.68997796221001, 14.931875 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1020, '2021-05-23 00:00:00', 0.558026413587093, 1.5325, 0.986274808655478, 2.14354166666667, 1.19009268835837, 2.80354166666667, 1.34412429064267, 3.71125, 8.70901750051493, 14.9002083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1035, '2021-05-23 00:00:00', 0.868976993074475, 1.48166666666667, 0.948447530120305, 1.98374999999999, 1.34441187777461, 2.46458333333333, 1.35818906498024, 3.41916666666667, 8.73491065123994, 14.8164583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1050, '2021-05-23 00:00:00', 0.685776297661839, 1.3875, 0.867655903169193, 1.83062499999999, 1.15248031200764, 2.245, 1.26977529608047, 3.25479166666667, 8.68958420937872, 14.7304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1065, '2021-05-23 00:00:00', 0.581716444446202, 1.18875, 0.900773821922506, 1.5925, 0.975168672700985, 2.108125, 1.18569095614257, 3.00750000000001, 8.65424964460997, 14.7477083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1080, '2021-05-23 00:00:00', 0.64333018884867, 1.17958333333333, 0.856904581593848, 1.644375, 0.985366480782294, 2.05916666666667, 1.14367922684336, 2.91750000000001, 8.66165606707374, 14.7664583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1095, '2021-05-23 00:00:00', 0.489424943543254, 1.06541666666667, 0.581786938377501, 1.42395833333333, 0.79109708724611, 1.83541666666666, 1.06153427979219, 2.81437500000001, 8.68057902035476, 14.7639583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1110, '2021-05-23 00:00:00', 0.441347933254938, 1.06479166666667, 0.581775767352217, 1.33, 0.770094573525819, 1.71, 1.03899806722421, 2.69312500000001, 8.67814408369202, 14.7410416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1125, '2021-05-23 00:00:00', 0.386813206240095, 0.846249999999998, 0.582070540510714, 1.288125, 0.717333497067086, 1.61395833333333, 1.0984707543619, 2.82520833333334, 8.53403033342887, 15.0295833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1140, '2021-05-23 00:00:00', 0.473227767494193, 0.930208333333336, 0.549465484667217, 1.15416666666667, 0.708435585117564, 1.54875, 1.12695142749257, 2.83604166666668, 8.5576493454009, 15.1133333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1155, '2021-05-23 00:00:00', 0.346364595435234, 0.821458333333339, 0.457147741951125, 1.08083333333334, 0.586612380661137, 1.43354166666667, 2.89492421867725, 5.79833333333334, 8.57982794961108, 15.1604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1170, '2021-05-23 00:00:00', 0.355868439194171, 0.731458333333335, 0.480332576511284, 1.04458333333334, 0.432262699832713, 1.42479166666667, 3.28027426831391, 6.21583333333334, 8.57041979549511, 15.1745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1185, '2021-05-23 00:00:00', 0.328783164966238, 0.76125, 0.299127959629121, 1.04416666666667, 0.362530358548853, 1.3475, 3.38153467619428, 6.525625, 8.55534763691142, 15.1908333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1200, '2021-05-23 00:00:00', 0.253078777762229, 0.759791666666667, 0.344734459876133, 1.04624999999999, 0.461059694255168, 1.30604166666666, 3.35812293907074, 6.66375, 8.55674265871869, 15.1866666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1215, '2021-05-23 00:00:00', 0.258503216698513, 0.679999999999994, 0.275138963571798, 0.879166666666663, 0.458803925077663, 1.22520833333333, 3.32965028411285, 6.71666666666667, 8.56562602938993, 15.1666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1230, '2021-05-23 00:00:00', 0.211711345564136, 0.622291666666666, 0.391815497470389, 0.862916666666666, 0.502521179883876, 1.30416666666667, 3.33667735342655, 6.77625, 8.58048720577135, 15.1345833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1245, '2021-05-23 00:00:00', 0.297811765761673, 0.613749999999998, 0.392620735146102, 0.891458333333331, 0.520741484654893, 1.23729166666667, 3.2603813849552, 6.75791666666667, 8.57582952213683, 15.1670833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1260, '2021-05-23 00:00:00', 0.262783232292154, 0.705624999999999, 0.371760402815375, 0.983333333333336, 0.394681122434044, 1.24583333333334, 3.20054476228069, 6.81458333333333, 8.59704423422477, 15.22 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1275, '2021-05-23 00:00:00', 0.355163516128006, 0.692083333333333, 0.336926041749074, 0.878125000000001, 0.680408551608114, 1.42416666666667, 3.23452429554614, 6.953125, 8.59560899655976, 15.17875 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1290, '2021-05-23 00:00:00', 0.185978488509842, 0.559791666666668, 0.25946118918954, 0.796250000000002, 0.629160931925105, 1.355, 3.25920034843394, 6.95895833333333, 8.62748451928108, 15.1175 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1305, '2021-05-23 00:00:00', 0.259905832305981, 0.565208333333333, 0.690720979133029, 1.06208333333333, 0.899551191436314, 1.52645833333334, 3.27664627695383, 6.92270833333333, 8.62563553634148, 15.1516666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1320, '2021-05-23 00:00:00', 0.238207592538224, 0.649999999999999, 0.295101420675757, 0.870909090909092, 0.708898183238708, 1.43159090909091, 3.278569442086, 7.15659090909091, 8.9488908476189, 14.8804545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1335, '2021-05-23 00:00:00', 0.300442674841309, 0.650909090909091, 0.607339890361441, 1.07613636363636, 2.74801730966148, 5.18090909090909, 3.27218453216718, 7.09477272727273, 8.94809020955133, 14.8877272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1350, '2021-05-23 00:00:00', 0.413219070227889, 0.799999999999998, 0.4672084826218, 1.07636363636363, 3.03388458610709, 5.6365909090909, 3.24600651250437, 7.05977272727272, 8.94993518562228, 14.8627272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1365, '2021-05-23 00:00:00', 0.314013607116867, 0.754545454545453, 2.72917384586478, 5.0025, 3.15355108880401, 5.87977272727272, 3.28300899358318, 6.97863636363636, 8.95180108361957, 14.8504545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 990, '2021-05-23 00:00:00', 1.44078109157712, 2.75692307692308, 1.74547339842674, 3.41423076923077, 2.09742600492934, 4.22461538461538, 2.26005544520142, 5.21384615384615, 8.01037387008007, 14.9384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1005, '2021-05-23 00:00:00', 1.04264849523479, 2.07173076923077, 1.55818809963565, 2.74192307692308, 1.56072946455766, 3.41269230769231, 1.59953570186428, 4.33230769230769, 8.04952735353975, 14.8788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1020, '2021-05-23 00:00:00', 0.689596983752103, 1.665, 0.846767609569111, 2.32076923076923, 0.915918454549646, 2.77884615384616, 1.08725625031367, 3.68307692307692, 8.18389136564113, 14.7232692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1035, '2021-05-23 00:00:00', 0.674825903474373, 1.6, 0.720690267409278, 1.97269230769231, 0.819313432088111, 2.3425, 1.15332937786486, 3.44057692307692, 8.18051183512471, 14.6517307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1050, '2021-05-23 00:00:00', 0.429018782088401, 1.20865384615385, 0.550129215590442, 1.66807692307692, 0.79543730111178, 2.16250000000001, 1.34611383676807, 3.32730769230769, 8.17558588820303, 14.5911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1065, '2021-05-23 00:00:00', 0.303843140199271, 1.03942307692308, 0.446766545472963, 1.36788461538462, 0.799508045853581, 2.09865384615385, 1.38846118474319, 3.12269230769231, 8.19655320616773, 14.5676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1080, '2021-05-23 00:00:00', 0.359272395051657, 1.00557692307693, 0.608022171913546, 1.49019230769231, 0.854414779474588, 2.06884615384616, 1.3407645350551, 3.12846153846154, 8.19988061826793, 14.5580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1095, '2021-05-23 00:00:00', 0.437269543698344, 1.02557692307692, 0.780940754179507, 1.52769230769231, 0.819901307381656, 1.94807692307692, 1.44382074585242, 3.19211538461538, 8.20215481068612, 14.5284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1110, '2021-05-23 00:00:00', 0.796518675236178, 1.135, 0.785213248839985, 1.48961538461538, 0.818406707243737, 1.81653846153847, 1.76864725578183, 3.26134615384615, 8.21292295948656, 14.4684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1125, '2021-05-23 00:00:00', 0.462685804673273, 0.918076923076927, 0.500785383173275, 1.235, 0.538107367038903, 1.51346153846154, 1.70550187740915, 3.14942307692308, 8.24573140152854, 15.5321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1140, '2021-05-23 00:00:00', 0.377743502718652, 0.833076923076927, 0.507834656617232, 1.09903846153847, 0.524101612285251, 1.4075, 1.86968069054996, 3.26173076923077, 8.27031244177724, 15.5732692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1155, '2021-05-23 00:00:00', 0.422968265767251, 0.716923076923081, 0.445703765020946, 0.974615384615385, 0.464250968268739, 1.22980769230769, 3.68720042329387, 5.87480769230769, 8.03644440370529, 15.7544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1170, '2021-05-23 00:00:00', 0.300973356858148, 0.705192307692308, 0.345563976042731, 0.897307692307692, 0.477455797390224, 1.24596153846154, 3.65388082939012, 5.95634615384615, 8.03277336196007, 15.7482692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1185, '2021-05-23 00:00:00', 0.280288038659129, 0.639230769230772, 0.363392191186578, 0.876730769230771, 0.486873581759556, 1.20173076923077, 3.81300497790633, 6.0701923076923, 8.03558375889106, 15.7671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1200, '2021-05-23 00:00:00', 0.214760062896677, 0.643269230769232, 0.378222207784701, 0.934038461538461, 0.602908367830462, 1.2625, 3.74719881532038, 6.16519230769231, 7.99606411834068, 15.8142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1215, '2021-05-23 00:00:00', 0.30152586315911, 0.709615384615382, 0.382416607299499, 0.942692307692308, 0.582956654939676, 1.39269230769231, 3.73274778661264, 6.21596153846154, 7.98667201318257, 15.8253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1230, '2021-05-23 00:00:00', 0.237260081248084, 0.677115384615385, 0.377667792561744, 0.945192307692308, 0.825729164948261, 1.55557692307692, 3.70381734991596, 6.27480769230769, 7.98019858052513, 15.8142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1245, '2021-05-23 00:00:00', 0.322480768657364, 0.715384615384615, 0.423877386117184, 1.05403846153846, 0.854753788211282, 1.58403846153847, 3.63297462355363, 6.28384615384615, 7.98876029903167, 15.8413461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1260, '2021-05-23 00:00:00', 0.186969351663687, 0.723461538461536, 0.611213830139538, 1.13711538461538, 0.669313569148383, 1.48557692307692, 3.54693481972599, 6.30115384615384, 7.99648676944107, 15.8194230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1275, '2021-05-23 00:00:00', 0.596752364566232, 0.810769230769228, 0.670732779531809, 1.1073076923077, 0.853306780436239, 1.62769230769231, 3.5319785694968, 6.25615384615385, 7.99643197595989, 15.8121153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1290, '2021-05-23 00:00:00', 0.425365724994388, 0.77, 0.456188388885389, 0.990384615384612, 1.11780884563713, 1.69384615384615, 3.52217601556416, 6.27173076923077, 8.00110816363295, 15.8203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1305, '2021-05-23 00:00:00', 0.296517479054127, 0.688846153846149, 0.631743984172751, 1.20730769230769, 1.09327968129773, 1.72269230769231, 3.48594477316243, 6.28480769230769, 7.98944442084968, 15.8230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1320, '2021-05-23 00:00:00', 0.215346030944336, 0.79, 0.337268439080798, 1.0225, 0.529426816116438, 1.56333333333333, 3.5900463177243, 6.19104166666666, 8.30335420918489, 15.7370833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1335, '2021-05-23 00:00:00', 0.216159558451954, 0.661458333333337, 0.393641490684616, 1.00166666666667, 3.63624203184145, 5.158125, 3.58064178701027, 6.17604166666666, 8.28960794120207, 15.7745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1350, '2021-05-23 00:00:00', 0.355282088373226, 0.754166666666669, 0.471472408401658, 1.16583333333333, 3.60756812559335, 5.23395833333334, 3.56796702939168, 6.153125, 8.297723878147, 15.7595833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1365, '2021-05-23 00:00:00', 0.334212179306948, 0.903958333333332, 3.56195521514661, 4.91979166666667, 3.70685552095855, 5.388125, 3.48779751081528, 6.12854166666666, 8.3165421739978, 15.6704166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 990, '2021-05-23 00:00:00', 1.06667140423627, 2.41826923076923, 1.31811650296346, 2.91365384615385, 1.62785025771367, 3.58730769230769, 1.53259057957936, 4.56673076923077, 8.11971159254771, 14.6221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1005, '2021-05-23 00:00:00', 0.925654965624133, 1.85865384615385, 1.13974904457752, 2.41826923076923, 1.17720751716149, 3.07653846153846, 1.27963277484657, 4.14903846153846, 8.15700890928493, 14.3928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1020, '2021-05-23 00:00:00', 0.70192770282985, 1.5675, 0.900300142260254, 2.11288461538461, 0.946208161355302, 2.78326923076923, 1.97013314661335, 4.08884615384615, 8.16315877068335, 14.2586538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1035, '2021-05-23 00:00:00', 0.623194283818952, 1.58865384615384, 0.664323629427242, 2.00826923076923, 0.747525584846434, 2.4775, 2.12858389184344, 3.93076923076923, 8.12875279722919, 14.2359615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1050, '2021-05-23 00:00:00', 0.520048999170706, 1.34519230769231, 0.583368764491733, 1.73865384615385, 0.729721443165397, 2.23076923076923, 2.74217923585211, 4.08980769230769, 8.13781090626673, 14.1828846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1065, '2021-05-23 00:00:00', 0.5094721250018, 1.19538461538461, 0.551841811224362, 1.56923076923077, 0.816429939525641, 2.02038461538462, 2.72537210585722, 3.95865384615385, 8.11870648327296, 14.0851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1080, '2021-05-23 00:00:00', 0.408321517359125, 1.05269230769231, 0.572263387449675, 1.40576923076923, 0.663381778929283, 1.84076923076923, 2.77600510557057, 3.74788461538461, 8.19129739183839, 13.9801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1095, '2021-05-23 00:00:00', 0.38109301307605, 0.98826923076923, 0.426306182852729, 1.2998076923077, 0.646524554831449, 1.76, 3.00486045369063, 3.94288461538461, 8.2303353796512, 13.8926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1110, '2021-05-23 00:00:00', 0.340493815599544, 0.909038461538456, 0.502386152430424, 1.22538461538461, 0.72880442137475, 1.70326923076923, 2.9504871045043, 3.83807692307692, 8.28526599545147, 13.8938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1125, '2021-05-23 00:00:00', 0.379152546933492, 0.844423076923073, 0.552042919178742, 1.21576923076923, 0.560070222245526, 1.62057692307692, 2.90405793674988, 3.7475, 9.87296799151797, 15.3701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1140, '2021-05-23 00:00:00', 0.478641667799461, 0.889615384615388, 0.527944927197762, 1.21461538461539, 0.574859447704732, 1.58923076923077, 2.87833406010116, 3.7851923076923, 9.9031140887019, 15.4794230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1155, '2021-05-23 00:00:00', 0.345040521589074, 0.820192307692311, 0.342174100984594, 1.11365384615385, 0.682274053892853, 1.52826923076923, 6.26111976038201, 6.87057692307692, 9.69037143846326, 15.5288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1170, '2021-05-23 00:00:00', 0.235517841884971, 0.725576923076927, 0.402248727109906, 1.01403846153846, 0.725963577174926, 1.44865384615385, 6.5537741446026, 7.12346153846153, 9.63810202349947, 15.5611538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1185, '2021-05-23 00:00:00', 0.321236074226757, 0.706153846153843, 0.551807972451957, 1.05096153846154, 0.68504452410044, 1.495, 6.81513136619255, 7.30153846153846, 9.54517692143725, 15.5576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1200, '2021-05-23 00:00:00', 0.477075425418732, 0.835192307692311, 0.536664090613343, 1.12288461538462, 1.40082426284835, 1.76384615384615, 7.3113536287486, 7.60673076923077, 9.45607659940665, 15.5755769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1215, '2021-05-23 00:00:00', 0.272862673265396, 0.759038461538458, 0.422099696571977, 1.11692307692307, 1.56801232579536, 1.70557692307691, 7.23634223634692, 7.79480769230769, 9.42334267207685, 15.5436538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1230, '2021-05-23 00:00:00', 0.405114656135006, 0.756730769230765, 1.36249189129556, 1.23307692307692, 2.50764563960823, 1.97057692307692, 7.22436589711405, 7.99384615384615, 9.4088473768862, 15.5901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1245, '2021-05-23 00:00:00', 1.38958650462868, 0.955576923076918, 1.62317262933287, 1.25076923076923, 2.45974767311296, 1.95615384615385, 8.1956078105663, 8.23423076923077, 9.38149822584529, 15.6451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1260, '2021-05-23 00:00:00', 0.64849817626219, 0.85173076923077, 1.97408164627349, 1.47788461538461, 1.93458009755248, 1.80692307692308, 8.28819388555886, 8.15326923076923, 8.9993626184559, 15.5034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1275, '2021-05-23 00:00:00', 1.87810911454948, 1.17038461538461, 1.84581964282704, 1.44692307692307, 2.15464000205638, 2.18346153846153, 8.26336822739604, 8.1476923076923, 9.00951753169092, 15.5969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1290, '2021-05-23 00:00:00', 0.719813757963713, 0.909615384615385, 0.854656858718075, 1.17788461538461, 1.60329741950289, 1.99884615384614, 8.14031602344395, 8.0851923076923, 9.03240829117359, 15.6534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1305, '2021-05-23 00:00:00', 0.726014727547164, 0.854230769230766, 1.4713818727253, 1.55884615384615, 1.51761098947807, 2.04634615384615, 8.11837002397364, 8.32461538461538, 8.98805114497104, 15.6407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1320, '2021-05-23 00:00:00', 0.59022191693624, 0.858541666666662, 0.87411280073329, 1.26166666666666, 0.933193053640199, 1.66333333333333, 8.44091162642667, 8.44604166666666, 9.21450486021036, 16.0729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1335, '2021-05-23 00:00:00', 0.524133817891925, 0.861458333333327, 0.604344176821431, 1.18333333333333, 6.19454879206862, 5.62604166666666, 8.43183675212541, 8.37083333333333, 9.21640525941633, 16.0604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1350, '2021-05-23 00:00:00', 0.586924401966038, 0.935416666666665, 0.567528809202983, 1.14708333333334, 6.4202073106117, 5.97854166666666, 8.41158090355799, 8.47291666666666, 9.20173037248028, 16.09375 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1365, '2021-05-23 00:00:00', 0.278130078523897, 0.755416666666672, 6.13358386603351, 5.47354166666666, 6.69103899654312, 6.169375, 8.40207275798268, 8.94124999999999, 9.16782021727257, 16.0466666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 990, '2021-05-23 00:00:00', 0.703324333843978, 2.24586956521739, 0.988928083806257, 2.84586956521739, 1.14879572620782, 3.60043478260869, 2.89070217955934, 5.28, 5.97457562949614, 13.4630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1005, '2021-05-23 00:00:00', 0.940587603323415, 1.69369565217391, 0.975676313525495, 2.17521739130435, 1.2411934840395, 2.91608695652174, 2.90896834598534, 4.48673913043478, 6.15657100996898, 13.150652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1020, '2021-05-23 00:00:00', 0.414517672947448, 1.30891304347826, 0.886952915496814, 1.96673913043478, 1.46670737831267, 2.46347826086957, 2.88346430585885, 4.12130434782609, 6.0613756200317, 12.9080434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1035, '2021-05-23 00:00:00', 0.842929732300884, 1.49652173913044, 0.874155380043216, 1.80108695652174, 1.67493516481209, 2.33347826086957, 3.00219262758447, 3.9658695652174, 6.10668535522079, 12.8158695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1050, '2021-05-23 00:00:00', 0.533301763311346, 1.12304347826087, 1.44517559828604, 1.65065217391305, 1.95512989469711, 2.17978260869565, 3.0165877216175, 3.79913043478261, 6.07637637915771, 12.7560869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1065, '2021-05-23 00:00:00', 1.11401487880442, 1.19717391304348, 1.27105963232762, 1.56695652173913, 1.67895021195665, 2.02521739130434, 2.83805323174973, 3.53934782608696, 6.08701203496708, 12.9278260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1080, '2021-05-23 00:00:00', 0.491432125116825, 0.983478260869562, 0.79195922061343, 1.28695652173913, 0.939189584215465, 1.7554347826087, 2.65197195255798, 3.33565217391305, 6.07157054422641, 12.894347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1095, '2021-05-23 00:00:00', 0.658987350457686, 0.900652173913046, 0.74117302338448, 1.25021739130435, 0.847301634182621, 1.59282608695653, 2.74919228166766, 3.44826086956522, 6.06039279013754, 12.8719565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1110, '2021-05-23 00:00:00', 0.510627858892054, 0.918913043478263, 0.667348301069771, 1.23913043478261, 0.877306052122579, 1.65000000000001, 2.90065879459956, 3.50652173913044, 6.07504259976281, 12.8519565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1125, '2021-05-23 00:00:00', 0.46542470723283, 0.892391304347825, 0.583841036354268, 1.14891304347826, 0.987835648665661, 1.70978260869566, 2.90569600419155, 3.46978260869565, 7.71122482747851, 14.5523913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1140, '2021-05-23 00:00:00', 0.445312653855465, 0.789782608695649, 0.608896737677375, 1.15565217391305, 0.93624248995653, 1.585, 2.87513988317545, 3.3854347826087, 7.84327355882587, 14.6558695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1155, '2021-05-23 00:00:00', 0.554403054677344, 0.893260869565223, 0.803657584941491, 1.23282608695652, 2.48550865234253, 2.14847826086956, 4.13237173379224, 6.75065217391305, 8.11579823724494, 14.7541304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1170, '2021-05-23 00:00:00', 0.421238175846535, 0.775652173913042, 0.554299935930299, 1.07065217391304, 2.44298691749493, 1.95347826086956, 4.19574809480965, 6.8254347826087, 8.53304508941701, 14.9219565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1185, '2021-05-23 00:00:00', 0.360814981109277, 0.755217391304347, 2.46999205884371, 1.56695652173913, 2.44887971483033, 1.81869565217391, 4.14037763691727, 6.93239130434783, 8.51695539205165, 15.0421739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 990, '2021-05-23 00:00:00', 1.40284775843044, 2.6512, 1.61721782701032, 3.20679999999999, 2.16307362334248, 4.116, 3.6806631535635, 6.127, 7.03255967506379, 14.1582 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1005, '2021-05-23 00:00:00', 0.735966937663188, 1.80159999999999, 1.00152541988043, 2.4514, 1.57863411424771, 3.3724, 3.39272704963622, 5.4048, 7.15410367667862, 13.9616 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1020, '2021-05-23 00:00:00', 0.596540582581495, 1.6326, 1.08951411188658, 2.2958, 1.46560746791219, 3.0714, 3.20360645731234, 5.1188, 7.2338851536824, 13.8744 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1035, '2021-05-23 00:00:00', 0.770136513872699, 1.46460000000001, 0.996816808646398, 2.042, 1.9346542111361, 2.8234, 3.06965969883742, 4.8626, 7.23178249695974, 13.8348 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1050, '2021-05-23 00:00:00', 0.555294591485757, 1.345, 0.94272579081442, 1.7544, 1.75792152365608, 2.4312, 3.0038108712101, 4.4938, 7.2841766693292, 13.7912 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1065, '2021-05-23 00:00:00', 0.63182519998282, 1.1598, 1.43133076191354, 1.7284, 1.57857960943797, 2.1914, 3.04333287696236, 4.294, 7.26093171822092, 13.8276 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1080, '2021-05-23 00:00:00', 1.10411069040503, 1.178, 1.27350539849661, 1.5508, 1.42296858128819, 2.176, 3.06335371774139, 4.2138, 7.19894436705826, 13.915 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1095, '2021-05-23 00:00:00', 0.760499726057368, 1.1566, 1.20187984701744, 1.6038, 1.97976898904897, 2.4404, 3.01867490244754, 4.2974, 7.21476912312514, 13.9018 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1110, '2021-05-23 00:00:00', 0.532190676982098, 1.03540000000001, 0.771165892226392, 1.5052, 1.8424880596628, 2.3982, 2.51478705195224, 4.0318, 6.8389258233049, 13.7128 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1125, '2021-05-23 00:00:00', 0.593574061652517, 1.0248, 1.5136386898244, 1.62, 1.80882788936188, 2.27, 2.39972632120137, 3.9248, 6.57940671717442, 14.0414 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1140, '2021-05-23 00:00:00', 0.382916380832878, 0.94145833333333, 1.32675635575498, 1.60208333333333, 1.78126755012966, 2.18479166666666, 2.17622974563742, 3.68291666666667, 6.54651732835366, 13.8025 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1155, '2021-05-23 00:00:00', 1.22412655566137, 1.26020833333333, 1.27051142275948, 1.58333333333333, 1.77937824998558, 2.19249999999999, 2.15743254172673, 5.50895833333333, 6.3091560413981, 14.0222916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1170, '2021-05-23 00:00:00', 0.531787388048043, 0.920000000000005, 0.897699934332987, 1.41604166666667, 1.83432162509069, 2.16145833333333, 2.12963661891487, 5.56729166666667, 6.2786613221441, 14.0447916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1185, '2021-05-23 00:00:00', 0.667533856276489, 0.979166666666664, 1.66213914030659, 1.55, 1.82305761980935, 2.12770833333333, 2.12223579806974, 5.65, 6.22861541596525, 14.105 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1200, '2021-05-23 00:00:00', 0.340682731173981, 0.885217391304345, 0.561525220379753, 1.24086956521739, 0.88172178174028, 1.73413043478261, 2.10769583179537, 5.55608695652174, 5.67609435566282, 13.6169565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1215, '2021-05-23 00:00:00', 0.379879843703471, 0.807826086956522, 0.565028769074127, 1.16434782608696, 0.863405393495888, 1.72434782608695, 2.09759357698989, 5.61021739130435, 5.67609435566282, 13.6169565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1230, '2021-05-23 00:00:00', 0.389994045763815, 0.833913043478256, 0.670379589834297, 1.17260869565217, 0.870960806967071, 1.66, 2.21654413115902, 5.72739130434783, 5.67150631607517, 13.6204347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1245, '2021-05-23 00:00:00', 0.496724747026254, 0.888260869565221, 0.743235901139797, 1.32217391304348, 0.75524961190628, 1.61739130434783, 2.31395976253017, 5.77565217391305, 5.6826676100233, 13.6004347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1260, '2021-05-23 00:00:00', 0.694442720243798, 0.989347826086954, 0.793822679595588, 1.26891304347826, 0.834682669104116, 1.59239130434782, 2.4756783316055, 5.79326086956522, 5.69830247415461, 13.6052173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1275, '2021-05-23 00:00:00', 0.484153125583074, 0.807608695652175, 0.494833484988249, 1.02978260869565, 1.25187570731334, 1.71717391304348, 2.52117614422269, 5.73217391304348, 5.70008824735793, 13.6091304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1290, '2021-05-23 00:00:00', 0.348808389363159, 0.726739130434779, 0.545152823335362, 1.03934782608696, 1.30328033227925, 1.74847826086957, 2.56390356336065, 5.8508695652174, 5.63208967355005, 13.66 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1305, '2021-05-23 00:00:00', 0.267920553382717, 0.702173913043486, 1.20085559090077, 1.34782608695652, 1.36005841539275, 1.7504347826087, 2.55062944645484, 5.7608695652174, 5.68609065846514, 13.5826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1320, '2021-05-23 00:00:00', 0.315247257455692, 0.723333333333336, 0.585949270516698, 1.06238095238096, 0.742472061363094, 1.4854761904762, 2.6099243968251, 5.66142857142858, 5.94452776569702, 13.7485714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1335, '2021-05-23 00:00:00', 0.564689969722117, 0.776190476190475, 0.654365923551009, 1.09380952380953, 1.99745722285681, 4.48142857142858, 2.62411102861068, 5.70809523809524, 5.94452776569702, 13.7485714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1350, '2021-05-23 00:00:00', 0.329276985732882, 0.783333333333331, 0.430621367218071, 1.08380952380952, 1.89362655970469, 4.55238095238095, 2.63916303922646, 5.64904761904762, 5.95261698151085, 13.7371428571429 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1365, '2021-05-23 00:00:00', 0.412801837620498, 0.801428571428568, 1.96749263325298, 4.27880952380952, 1.91095958817004, 4.70261904761905, 2.65473115399657, 5.65, 5.95817896236921, 13.732380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1200, '2021-05-23 00:00:00', 0.474079022857397, 0.771590909090908, 0.619326019649361, 1.02863636363636, 0.694913025172295, 1.24772727272727, 3.93009206599364, 6.69386363636364, 8.63407279568139, 15.1197727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1215, '2021-05-23 00:00:00', 0.409796697562746, 0.679999999999999, 0.492231698953394, 0.867045454545455, 0.860296844218992, 1.25022727272728, 3.89833808524092, 6.72227272727273, 9.47591177122835, 15.3740909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1230, '2021-05-23 00:00:00', 0.421549656095353, 0.64227272727273, 0.518550468850029, 0.907727272727278, 1.07973153329088, 1.37977272727273, 3.89206029415442, 6.73, 9.65492788795676, 15.4029545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1245, '2021-05-23 00:00:00', 0.417864404051313, 0.690227272727277, 0.749940545984028, 0.973181818181821, 1.06180989811748, 1.36045454545455, 3.88003748810381, 6.74636363636364, 9.64819508780689, 15.4075 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1260, '2021-05-23 00:00:00', 0.453240676009569, 0.658409090909088, 0.82075422630651, 1.0225, 0.851402617889393, 1.25931818181819, 3.83448154975497, 6.66977272727273, 9.69454039519285, 15.3120454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1275, '2021-05-23 00:00:00', 0.518081135316236, 0.716590909090909, 0.583420834501022, 0.918181818181818, 1.13025485096881, 1.46613636363636, 3.91318116762428, 6.72022727272727, 9.72491044539721, 15.2588636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1290, '2021-05-23 00:00:00', 0.435375143010615, 0.645909090909091, 0.476843256575981, 0.828409090909095, 1.11164886698238, 1.54318181818182, 4.01899914313926, 6.81727272727273, 9.64695448263561, 15.3038636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1305, '2021-05-23 00:00:00', 0.307775147023832, 0.562727272727275, 0.944646484415991, 1.15886363636363, 1.10621123700033, 1.60340909090909, 4.04612563867988, 6.91227272727273, 9.65816091957909, 15.2865909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1320, '2021-05-23 00:00:00', 0.280387302625638, 0.642249999999999, 0.299176501328851, 0.892499999999998, 0.47348338213489, 1.22625, 4.2606644836346, 7.0175, 10.0129653154245, 15.59425 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1335, '2021-05-23 00:00:00', 0.265002979129233, 0.633499999999997, 0.447529769665486, 0.967500000000003, 3.93830142220034, 5.88625000000001, 4.20018153586372, 7.01525, 9.97880889883526, 15.62175 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1350, '2021-05-23 00:00:00', 0.246041689877745, 0.698749999999998, 0.289725823204593, 0.876000000000001, 4.00560373102482, 6.04425, 4.19852038473706, 6.9495, 10.0133462616282, 15.69675 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1365, '2021-05-23 00:00:00', 0.248894397391002, 0.643000000000004, 3.92998890951964, 5.68375, 3.94221033211466, 6.08025, 4.21079389939212, 6.822, 10.0281849481979, 15.71975 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 930, '2021-05-23 00:00:00', 1.06066017177984, 2.05, 0.883883476483184, 2.435, 0.650538238691635, 2.68000000000001, 0.339411254969556, 2.93000000000001, 2.44658946290548, 15.59 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 945, '2021-05-23 00:00:00', 0.134350288425422, 1.545, 0.134350288425463, 1.765, 0.219203102167831, 1.905, 0.176776695296637, 2.565, 2.76478751443942, 15.815 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 960, '2021-05-23 00:00:00', 0.0212132034356173, 1.155, 0.579827560572964, 1.59999999999999, 0.22627416997969, 1.90000000000001, 0.282842712474623, 2.64, 2.85671139599367, 15.88 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 975, '2021-05-23 00:00:00', 0.480832611206837, 1.17, 0.494974746830575, 1.21000000000001, 0.0848528137423889, 1.68000000000001, 0.367695526216992, 2.81, 2.85671139599367, 15.88 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 930, '2021-05-23 00:00:00', 1.4142135623731, 2.38, 1.23743686707644, 2.545, 1.65462986797652, 3.48, 2.1496046148071, 4.13000000000001, 2.84964032818181, 18.065 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 945, '2021-05-23 00:00:00', 0.0777817459305098, 1.37500000000001, 0.68589357775095, 1.83500000000002, 0.438406204335663, 2.35000000000002, 0.494974746830595, 3.31000000000002, 2.9132799384886, 18.11 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 960, '2021-05-23 00:00:00', 0.00707106781187914, 1.13500000000001, 0.367695526217012, 1.73, 0.254558441227167, 1.86000000000001, 0.197989898732234, 2.82000000000001, 3.30925973595307, 18.39 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 975, '2021-05-23 00:00:00', 0.480832611206857, 1.43000000000001, 0.0989949493661271, 1.75000000000001, 0.0636396103067716, 1.86500000000001, 0.261629509039026, 2.86500000000001, 3.30925973595307, 18.39 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 930, '2021-05-23 00:00:00', 0.120208152801704, 1.985, 0.883883476483164, 4.045, 1.41421356237307, 5.01000000000001, 0.487903679018716, 6.815, 0.721248916810306, 15.91 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 945, '2021-05-23 00:00:00', 0.60811183182044, 2.46000000000001, 0.638517423411463, 2.46000000000001, 0.670443294582036, 4.00000000000001, 0.703965459311138, 5.23, 0.739163732276694, 14.325 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 960, '2021-05-23 00:00:00', 0.275771644662764, 1.08499999999999, 0.714177848998407, 2.155, 1.52735064736294, 2.73, 0.212132034355952, 3.95999999999999, 1.42128463018497, 13.055 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 975, '2021-05-23 00:00:00', 0.452548339959381, 1.56, 1.26572113832391, 2.13500000000001, 1.09601551083914, 2.25500000000001, 0.445477272147522, 4.255, 1.5414927829867, 12.8 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 930, '2021-05-23 00:00:00', 0.813172798364534, 2.765, 0.84145706961199, 2.785, 0.091923881554248, 3.86499999999998, 1.13844191771035, 4.60499999999999, 4.07293505963453, 9.13000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 945, '2021-05-23 00:00:00', 0.0777817459305098, 1.545, 1.51320851173922, 2.58, 1.37885822331378, 2.90499999999999, 1.61927452891721, 4.26499999999999, 4.07293505963453, 9.13000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 960, '2021-05-23 00:00:00', 1.3717871555019, 2.41999999999999, 1.19501046020526, 2.77499999999998, 0.806101730552655, 3.28999999999999, 1.61927452891721, 4.26499999999999, 4.07293505963453, 9.13000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 975, '2021-05-23 00:00:00', 0.212132034355952, 1.18999999999998, 0.509116882454313, 1.83, 1.36471608769004, 3.755, 1.93747258045115, 4.48999999999998, 4.07293505963453, 9.13000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 930, '2021-05-23 00:00:00', 2.12839141137152, 3.295, 2.25567063198508, 3.66499999999999, 2.24859956417321, 4.01000000000001, 2.51022907321225, 6.38499999999999, 0.565685424949266, 11.61 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 945, '2021-05-23 00:00:00', 0.190918830920355, 1.82499999999999, 0.339411254969536, 2.14, 0.509116882454313, 3.2, 2.51022907321225, 6.38499999999999, 0.565685424949266, 11.61 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 960, '2021-05-23 00:00:00', 0.671751442127212, 1.905, 0.806101730552655, 2.99000000000001, 0.76367532368146, 3.56999999999999, 2.51022907321225, 6.38499999999999, 0.565685424949266, 11.61 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 975, '2021-05-23 00:00:00', 0.332340187157677, 1.75500000000001, 0.367695526217012, 2.2, 1.10308657865102, 2.91, 1.79605122421385, 5.88, 0.565685424949266, 11.61 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-05-23 15:56:10 Duration: 5s836ms Database: acaweb_fx User: pgperfstats
10 33s236ms 2 15s837ms 17s398ms 16s618ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 #10
Day Hour Count Duration Avg duration May 23 15 2 33s236ms 16s618ms [ User: pgperfstats - Total duration: 33s236ms - 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 982690, 1, 960, '2021-05-23 00:00:00', 0.0450726123562342, 0.0964038461538457, 0.0887870226137545, 0.138846153846153, 0.134982627087284, 0.248980769230769, 0.277540778015661, 0.412788461538461, 0.448103343162988, 0.738115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 975, '2021-05-23 00:00:00', 0.0569336320775205, 0.0854615384615384, 0.0850484658207396, 0.164692307692307, 0.161081637209689, 0.265576923076923, 0.276992560994251, 0.408673076923077, 0.442952530882695, 0.74176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 990, '2021-05-23 00:00:00', 0.087872871459066, 0.136192307692307, 0.145625342521882, 0.208096153846154, 0.154476555353382, 0.258615384615384, 0.272309380046921, 0.396961538461538, 0.437930303991224, 0.732134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1005, '2021-05-23 00:00:00', 0.130330846753118, 0.144019230769231, 0.139633448714841, 0.193, 0.174993038323067, 0.235711538461539, 0.266443381198737, 0.358846153846154, 0.441228570192192, 0.709134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1020, '2021-05-23 00:00:00', 0.0734826928864627, 0.118384615384615, 0.0770836907822621, 0.138653846153846, 0.211627689223678, 0.208826923076923, 0.214892341560928, 0.299961538461538, 0.402100424214954, 0.668134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1035, '2021-05-23 00:00:00', 0.0640062376767957, 0.0945384615384611, 0.11120709717252, 0.134538461538461, 0.209662825471316, 0.204596153846154, 0.211816067706068, 0.287057692307692, 0.396890502725684, 0.669134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1050, '2021-05-23 00:00:00', 0.0883418708984939, 0.0928846153846152, 0.186416338215958, 0.150365384615385, 0.182185413795946, 0.19325, 0.189332699642313, 0.266134615384616, 0.374172313246183, 0.662 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1065, '2021-05-23 00:00:00', 0.124607296983517, 0.103461538461538, 0.122294619040062, 0.138923076923077, 0.120145106177745, 0.167557692307692, 0.185549032499603, 0.254788461538461, 0.371210299094524, 0.656384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1080, '2021-05-23 00:00:00', 0.0615387713934505, 0.0879038461538462, 0.0792296103350641, 0.115134615384615, 0.0909217584181374, 0.143884615384615, 0.14531634589617, 0.235596153846154, 0.372753773132634, 0.656346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1095, '2021-05-23 00:00:00', 0.0460116247853149, 0.0690192307692303, 0.0638443781032021, 0.10026923076923, 0.0804979885080748, 0.131884615384615, 0.130944199801054, 0.228211538461538, 0.385674117617452, 0.66475 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1110, '2021-05-23 00:00:00', 0.0609950439348592, 0.0721538461538459, 0.0733302225447432, 0.0916923076923076, 0.0879062547000188, 0.133980769230769, 0.130747854813995, 0.222307692307692, 0.397050555296852, 0.662788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1125, '2021-05-23 00:00:00', 0.0543653063861648, 0.0595576923076922, 0.0617865961316728, 0.0907115384615387, 0.0838554617275368, 0.127538461538461, 0.120600771779645, 0.210884615384616, 0.396111600921527, 0.661403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1140, '2021-05-23 00:00:00', 0.046209672647118, 0.0619230769230768, 0.0752953185795769, 0.0892499999999997, 0.0820824257401337, 0.12026923076923, 0.124191279267724, 0.210423076923077, 0.400851399667489, 0.661769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1155, '2021-05-23 00:00:00', 0.0580845967930864, 0.0615961538461538, 0.0678586766743942, 0.0870000000000003, 0.119937009108307, 0.126384615384616, 0.121604775968962, 0.204692307692308, 0.413272701921923, 0.665115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1170, '2021-05-23 00:00:00', 0.0343656637671065, 0.0573269230769232, 0.0377537364426966, 0.0757307692307691, 0.0877611531373647, 0.116, 0.113598816692104, 0.197365384615385, 0.417019311487905, 0.665884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1185, '2021-05-23 00:00:00', 0.0219068394658979, 0.0504807692307688, 0.068140838314141, 0.0805769230769233, 0.0663810561484573, 0.105769230769231, 0.110744406005624, 0.189288461538462, 0.417791438583711, 0.667615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1200, '2021-05-23 00:00:00', 0.0583601853311317, 0.0600416666666666, 0.0564909894059038, 0.0828333333333332, 0.0825720919095482, 0.112791666666667, 0.111867641042077, 0.180770833333333, 0.429336697181946, 0.673770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1215, '2021-05-23 00:00:00', 0.0333516344687803, 0.0563750000000002, 0.0581466123915117, 0.0790625000000003, 0.0914002758019181, 0.115520833333334, 0.111425740527824, 0.17175, 0.428664388080811, 0.675125 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1230, '2021-05-23 00:00:00', 0.0477756257590272, 0.050354166666667, 0.0712476798503499, 0.0795833333333336, 0.0799858230191948, 0.104916666666667, 0.106291281409263, 0.162145833333333, 0.419088840846114, 0.67775 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1245, '2021-05-23 00:00:00', 0.0500303847893849, 0.0541875000000001, 0.0630439230369118, 0.0759166666666665, 0.0682824881533017, 0.0974583333333328, 0.106196527465131, 0.1524375, 0.417952626619126, 0.6779375 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1260, '2021-05-23 00:00:00', 0.0350812656452897, 0.0512708333333333, 0.0453201773855851, 0.0688749999999996, 0.058585485045112, 0.0925416666666665, 0.120152708917215, 0.156270833333333, 0.418117259898898, 0.679604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1275, '2021-05-23 00:00:00', 0.0297960154422009, 0.0432916666666667, 0.0540084492517572, 0.0673958333333332, 0.0605604822542684, 0.0890625, 0.122923489739391, 0.154145833333333, 0.415122571714791, 0.677520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1290, '2021-05-23 00:00:00', 0.0367841764085853, 0.0498541666666662, 0.0428584151596858, 0.0621874999999997, 0.0882248214071236, 0.0973541666666661, 0.14211209439449, 0.156770833333333, 0.415515285453679, 0.6768125 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1305, '2021-05-23 00:00:00', 0.0280363377045588, 0.0420833333333333, 0.0529835521032545, 0.0716875000000001, 0.101868608095023, 0.1028125, 0.144312387608935, 0.15975, 0.415428116438376, 0.677291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1320, '2021-05-23 00:00:00', 0.0335649651282107, 0.0510416666666669, 0.0686800995109981, 0.0728958333333332, 0.0879620075060411, 0.106020833333333, 0.144951564561548, 0.162604166666667, 0.414344932183425, 0.679125 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1335, '2021-05-23 00:00:00', 0.0426658687793376, 0.0479374999999997, 0.0595143045464888, 0.0718125000000001, 0.0779074027663428, 0.0937083333333331, 0.151326703810768, 0.175354166666667, 0.415299499052243, 0.67775 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1350, '2021-05-23 00:00:00', 0.03534728711686, 0.0466874999999998, 0.0743119130198295, 0.0777708333333331, 0.0751175407447307, 0.0840833333333331, 0.150949709388567, 0.176145833333333, 0.416831969565015, 0.675770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1365, '2021-05-23 00:00:00', 0.051607264823944, 0.0576249999999998, 0.0517102040150237, 0.0621458333333331, 0.055927683637904, 0.0691666666666667, 0.140825432845889, 0.177708333333333, 0.403357875383707, 0.672520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1380, '2021-05-23 00:00:00', 0.0257115320514898, 0.0323124999999997, 0.0349453960704665, 0.0414374999999996, 0.0498871507301329, 0.0648541666666664, 0.150910772118177, 0.1873125, 0.403289077102449, 0.672333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1395, '2021-05-23 00:00:00', 0.0147616326028477, 0.0251666666666668, 0.0308877042160655, 0.0379375, 0.0881419207211064, 0.0889583333333333, 0.137825423537126, 0.213270833333334, 0.403289077102449, 0.672333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1410, '2021-05-23 00:00:00', 0.0282492464950171, 0.0292916666666666, 0.0303060401379092, 0.0472708333333333, 0.0895071018759512, 0.0946041666666666, 0.133804692190423, 0.223, 0.403289077102449, 0.672333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1425, '2021-05-23 00:00:00', 0.0196045021263783, 0.0368541666666665, 0.0799441267748738, 0.0830416666666665, 0.0814483671022519, 0.0936458333333333, 0.126267312989981, 0.238229166666667, 0.394651579960371, 0.670249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 60, '2021-05-23 00:00:00', 0.0501377985770603, 0.066326923076923, 0.0526922706344623, 0.0763461538461538, 0.06524502928311, 0.0870769230769236, 0.112497350396148, 0.243576923076923, 0.362629122361422, 0.658403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 75, '2021-05-23 00:00:00', 0.0299967690567856, 0.0366153846153844, 0.0330059260413361, 0.0481346153846154, 0.0588386221927267, 0.0757115384615383, 0.121937608573464, 0.255096153846154, 0.360946570199056, 0.655057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 90, '2021-05-23 00:00:00', 0.0319451031518857, 0.0410192307692307, 0.0526811015596529, 0.0570384615384616, 0.0755170408685246, 0.0842115384615386, 0.125903711682319, 0.261230769230769, 0.360946570199056, 0.655057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 105, '2021-05-23 00:00:00', 0.042309500660654, 0.0385769230769231, 0.0487438043400232, 0.0579615384615382, 0.0709435772557755, 0.0796346153846152, 0.124757438501832, 0.263961538461539, 0.360779850302945, 0.654903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 120, '2021-05-23 00:00:00', 0.0307057749517029, 0.0402692307692302, 0.0483559876174766, 0.0571923076923076, 0.0567705130666104, 0.0811346153846153, 0.12485319533202, 0.265403846153846, 0.360779850302945, 0.654903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 135, '2021-05-23 00:00:00', 0.0297224403698366, 0.0367884615384617, 0.038641408638124, 0.0520384615384616, 0.0739650333187656, 0.109115384615385, 0.123411082908366, 0.262653846153846, 0.359532194450169, 0.656326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 150, '2021-05-23 00:00:00', 0.0235076828685044, 0.0353653846153847, 0.0322701100091097, 0.0525000000000002, 0.0836151923074711, 0.120903846153846, 0.121832362758771, 0.259230769230769, 0.359664495906094, 0.65601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 165, '2021-05-23 00:00:00', 0.0205162224743102, 0.0358461538461538, 0.0535526340657912, 0.089730769230769, 0.0903109840836305, 0.127076923076923, 0.122948808922188, 0.256019230769231, 0.35967299036764, 0.655999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 180, '2021-05-23 00:00:00', 0.0521249829367244, 0.0834230769230768, 0.0766323289881872, 0.109076923076923, 0.107137043798334, 0.137115384615385, 0.123285934065738, 0.255192307692308, 0.358264621259418, 0.657173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 195, '2021-05-23 00:00:00', 0.0417309376104363, 0.0633653846153844, 0.0591811950382374, 0.088076923076923, 0.0840472486164779, 0.149, 0.111383302159705, 0.237, 0.358235842492281, 0.652173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 210, '2021-05-23 00:00:00', 0.0393771311999549, 0.0575384615384618, 0.0624579027456459, 0.0805192307692311, 0.0635684004711579, 0.143307692307692, 0.0982051228493003, 0.223884615384616, 0.349351735911839, 0.649346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 225, '2021-05-23 00:00:00', 0.0370897093337429, 0.0550576923076926, 0.049543364843337, 0.10925, 0.0585393128918179, 0.147634615384615, 0.0982285874102619, 0.239346153846154, 0.33788060021256, 0.654499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 240, '2021-05-23 00:00:00', 0.0419532890431544, 0.0864615384615386, 0.0438941383856138, 0.105653846153846, 0.0728227880648531, 0.150461538461538, 0.0963274862922553, 0.230230769230769, 0.339540749225502, 0.647903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 255, '2021-05-23 00:00:00', 0.0281531798996413, 0.0541923076923074, 0.0459219069558476, 0.0911923076923074, 0.0800387790626908, 0.141384615384615, 0.113688699458721, 0.214903846153846, 0.340757832462609, 0.641596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 270, '2021-05-23 00:00:00', 0.0371203292840165, 0.0658269230769233, 0.0537002936534016, 0.0966923076923077, 0.0741161588319311, 0.13575, 0.11439176274809, 0.207846153846153, 0.339289615905849, 0.638288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 285, '2021-05-23 00:00:00', 0.0407557829780495, 0.0684230769230768, 0.0643050452620467, 0.100673076923077, 0.0721939721540839, 0.12451923076923, 0.115234131228556, 0.217749999999999, 0.338187430963273, 0.637038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 300, '2021-05-23 00:00:00', 0.0482027608529446, 0.0658846153846156, 0.0581662736009058, 0.0913461538461537, 0.0582427677913752, 0.1085, 0.12937330154961, 0.218134615384615, 0.335993242262629, 0.628826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 315, '2021-05-23 00:00:00', 0.0280752286106186, 0.0525384615384615, 0.0267652544571101, 0.065826923076923, 0.0421716319160357, 0.090057692307692, 0.159774446787194, 0.230576923076923, 0.332125689831657, 0.623076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 330, '2021-05-23 00:00:00', 0.0212042176501245, 0.0451730769230767, 0.0315778646912925, 0.0621923076923074, 0.0412615484999706, 0.080153846153846, 0.172986532379303, 0.233903846153846, 0.331603663452901, 0.62051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 345, '2021-05-23 00:00:00', 0.0227835382542888, 0.0390192307692308, 0.0310893810711092, 0.0574807692307693, 0.0335279045664267, 0.0735961538461538, 0.1731544586156, 0.234442307692308, 0.331603663452901, 0.62051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 360, '2021-05-23 00:00:00', 0.0233977316454792, 0.0394230769230769, 0.0281692480989739, 0.0540576923076922, 0.0282500646697699, 0.0723846153846153, 0.172849280722119, 0.236076923076923, 0.331603663452901, 0.62051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 375, '2021-05-23 00:00:00', 0.0134383635679576, 0.0344807692307691, 0.0194113071727238, 0.050326923076923, 0.0331479956465638, 0.0649807692307691, 0.200903035356325, 0.24748076923077, 0.331544788133461, 0.620442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 390, '2021-05-23 00:00:00', 0.0136665791116647, 0.0353461538461537, 0.0171314488138492, 0.0444423076923077, 0.0433037571651163, 0.067846153846154, 0.199720166733357, 0.25025, 0.329924863241035, 0.618653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 405, '2021-05-23 00:00:00', 0.0140696071783772, 0.0315769230769229, 0.0290469381413019, 0.0457307692307691, 0.0864604155757909, 0.109288461538462, 0.198938893787863, 0.253288461538462, 0.329386960299561, 0.61801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 420, '2021-05-23 00:00:00', 0.0218439923090995, 0.0334999999999998, 0.0332764700883135, 0.0487884615384618, 0.0842097404378813, 0.113096153846154, 0.193979483451214, 0.252, 0.326724365718026, 0.614865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 435, '2021-05-23 00:00:00', 0.0208266933008131, 0.0346346153846158, 0.0720374475266425, 0.0905769230769234, 0.0856371055451653, 0.119423076923076, 0.189445901553411, 0.257019230769231, 0.32422350137853, 0.611173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 450, '2021-05-23 00:00:00', 0.0678966748930937, 0.0825384615384618, 0.0700215241633162, 0.0985769230769229, 0.0811086830218469, 0.121961538461538, 0.185339455718835, 0.260423076923077, 0.322719885683211, 0.609230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 465, '2021-05-23 00:00:00', 0.0337156434816933, 0.0507692307692309, 0.0564952959239835, 0.078038461538461, 0.0572963685250107, 0.121076923076923, 0.179798995676155, 0.251826923076923, 0.318776898714204, 0.605134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 480, '2021-05-23 00:00:00', 0.0459781888089758, 0.0599230769230764, 0.0512619704594412, 0.0804807692307689, 0.0694091575647345, 0.125865384615385, 0.178514034139099, 0.253403846153846, 0.317528307641769, 0.606384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 495, '2021-05-23 00:00:00', 0.0239611945894575, 0.0518269230769235, 0.0459495207977022, 0.0905384615384621, 0.136999831555203, 0.144576923076924, 0.172591029493246, 0.260711538461538, 0.311532315276503, 0.607288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 510, '2021-05-23 00:00:00', 0.0380891918851208, 0.0735576923076924, 0.0603123918891023, 0.0927692307692311, 0.144670782760775, 0.148846153846154, 0.161298234288586, 0.261903846153846, 0.300502845244433, 0.6055 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 525, '2021-05-23 00:00:00', 0.0402852950839384, 0.0557500000000006, 0.118082233406021, 0.107576923076924, 0.133673488540031, 0.137807692307693, 0.155142044095577, 0.258923076923077, 0.2949552534512, 0.600307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 540, '2021-05-23 00:00:00', 0.109078900519127, 0.0859423076923083, 0.127877713521101, 0.107519230769231, 0.126299954321205, 0.141461538461539, 0.155386891834048, 0.259615384615385, 0.290154651071565, 0.597807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 555, '2021-05-23 00:00:00', 0.0378008394290193, 0.0617884615384618, 0.079265842871655, 0.0930769230769229, 0.114606275838361, 0.140961538461539, 0.120067923084587, 0.248384615384616, 0.251013432830871, 0.585211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 570, '2021-05-23 00:00:00', 0.0701212603555169, 0.0673653846153845, 0.0753097909662787, 0.0977307692307694, 0.119114988077132, 0.143096153846154, 0.117658366272213, 0.248634615384616, 0.248469769094444, 0.580115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 585, '2021-05-23 00:00:00', 0.0431525023786395, 0.0670384615384616, 0.0810183383799387, 0.101865384615385, 0.0840693395130109, 0.136576923076923, 0.0933398422638811, 0.233115384615385, 0.228872772853929, 0.578384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 600, '2021-05-23 00:00:00', 0.0678053435607006, 0.0757692307692309, 0.0727328224499669, 0.0957115384615388, 0.0671823150951085, 0.127788461538462, 0.102467675953857, 0.227269230769231, 0.220596782353269, 0.573596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 615, '2021-05-23 00:00:00', 0.0631753025014826, 0.0663269230769232, 0.064166421244952, 0.094519230769231, 0.065870260010464, 0.126134615384615, 0.0995133156919215, 0.2295, 0.21432896713661, 0.571884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 630, '2021-05-23 00:00:00', 0.0452377012610567, 0.0705192307692308, 0.0422789500269886, 0.0895192307692308, 0.0504704978561348, 0.120134615384615, 0.0975200433047168, 0.226826923076923, 0.214232774193076, 0.571307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 645, '2021-05-23 00:00:00', 0.0304018028311579, 0.060480769230769, 0.0456056339299629, 0.0874230769230766, 0.0504608797447628, 0.115596153846154, 0.098811506648537, 0.221923076923077, 0.215522350259871, 0.568711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 660, '2021-05-23 00:00:00', 0.0391099239815946, 0.0646153846153845, 0.0374215127351176, 0.0820192307692308, 0.0538502517671425, 0.109019230769231, 0.102207037240782, 0.222961538461539, 0.218683157699761, 0.570288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 675, '2021-05-23 00:00:00', 0.0255235939113965, 0.0590769230769234, 0.0386644589334372, 0.0784038461538467, 0.0434719405523217, 0.107980769230769, 0.112807577827842, 0.241980769230769, 0.214986779557756, 0.572846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 690, '2021-05-23 00:00:00', 0.038938412910647, 0.0565000000000006, 0.0444939451369083, 0.0756346153846154, 0.0499193965693311, 0.106884615384615, 0.114261986410449, 0.257307692307692, 0.212938109462676, 0.571538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 705, '2021-05-23 00:00:00', 0.0300632730190083, 0.0560961538461541, 0.0351247009294686, 0.0797692307692307, 0.0405595857967017, 0.109, 0.137803233466585, 0.279865384615385, 0.212685669113257, 0.570423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 720, '2021-05-23 00:00:00', 0.0293786487095643, 0.0607500000000004, 0.0330254680278951, 0.080192307692308, 0.056547012435536, 0.113269230769231, 0.137484376734791, 0.288576923076923, 0.212657768582438, 0.569942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 735, '2021-05-23 00:00:00', 0.0255885791832093, 0.0531538461538462, 0.0322370367506314, 0.0765576923076927, 0.0595003070451032, 0.119442307692308, 0.129239211720568, 0.305076923076923, 0.214865263685086, 0.571192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 750, '2021-05-23 00:00:00', 0.0249407605830606, 0.0533076923076925, 0.0469810108939283, 0.0796538461538465, 0.0592650922031357, 0.115365384615385, 0.124391035108583, 0.308980769230769, 0.219299577326051, 0.567730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 765, '2021-05-23 00:00:00', 0.0367191419373518, 0.0518461538461544, 0.0437086199912383, 0.0822115384615388, 0.0512570633031348, 0.111057692307692, 0.136267396913343, 0.340211538461539, 0.217030979709916, 0.566884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 780, '2021-05-23 00:00:00', 0.0280215027324487, 0.0617692307692312, 0.0425725986268888, 0.0823846153846152, 0.0886860170228921, 0.12098076923077, 0.169860653296935, 0.360692307692308, 0.215578225138454, 0.569134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 795, '2021-05-23 00:00:00', 0.0290444751796538, 0.0531923076923074, 0.033698436393765, 0.0717692307692303, 0.0836532334195068, 0.130711538461538, 0.15293209277323, 0.36425, 0.209017857168675, 0.566269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 810, '2021-05-23 00:00:00', 0.0189757841633853, 0.0499038461538459, 0.0693526883733818, 0.0861538461538464, 0.0688960337141295, 0.132288461538462, 0.152185950276425, 0.363211538461538, 0.207479219534057, 0.567557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 825, '2021-05-23 00:00:00', 0.0680670286160297, 0.0684038461538465, 0.0672219057702517, 0.105269230769231, 0.0646777128419172, 0.125942307692308, 0.157345691197634, 0.363442307692308, 0.214237546985726, 0.570557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 840, '2021-05-23 00:00:00', 0.0458694174972654, 0.0777884615384617, 0.0464936927070591, 0.0937884615384614, 0.0566860992321208, 0.127423076923077, 0.165381829761871, 0.367519230769231, 0.215361638609607, 0.567153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 855, '2021-05-23 00:00:00', 0.0242206602844637, 0.0580961538461537, 0.0246085038459968, 0.0764615384615384, 0.0714900423404977, 0.147615384615385, 0.173803749848898, 0.372788461538461, 0.213032261912098, 0.571230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 870, '2021-05-23 00:00:00', 0.0194844711343322, 0.0507307692307692, 0.0470115534081377, 0.0856153846153844, 0.0751092563178159, 0.168596153846153, 0.1797609620066, 0.371788461538461, 0.210673317101292, 0.570442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 885, '2021-05-23 00:00:00', 0.0459302020628957, 0.0682884615384619, 0.065102608360837, 0.129519230769231, 0.104626485836338, 0.195192307692307, 0.178656797110678, 0.375365384615384, 0.208599433032639, 0.572788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 900, '2021-05-23 00:00:00', 0.0526691998741636, 0.10823076923077, 0.0699510295739919, 0.148057692307692, 0.0943806389043852, 0.20975, 0.187034653309117, 0.382192307692307, 0.208323610132077, 0.573442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 915, '2021-05-23 00:00:00', 0.0534834985335159, 0.104769230769231, 0.0909192964201682, 0.157038461538461, 0.0829446710858413, 0.213538461538462, 0.196903124364789, 0.382096153846154, 0.205513283306419, 0.56801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 930, '2021-05-23 00:00:00', 0.0564922458940502, 0.106076923076923, 0.0616532611901806, 0.137769230769231, 0.0703186921205056, 0.199461538461539, 0.196564692815211, 0.377038461538461, 0.197224475778626, 0.559076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 945, '2021-05-23 00:00:00', 0.0456789170355257, 0.0927115384615383, 0.053341353563628, 0.1475, 0.0990967514797846, 0.230884615384615, 0.20097966315028, 0.37025, 0.198337820785261, 0.573134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 960, '2021-05-23 00:00:00', 0.0543268774676458, 0.119480769230769, 0.0690025752027806, 0.152346153846154, 0.137770043913762, 0.25425, 0.206795518661458, 0.366057692307692, 0.195897846220539, 0.580115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 975, '2021-05-23 00:00:00', 0.0373464857784507, 0.0959999999999999, 0.0913114113687542, 0.174923076923077, 0.12646036320341, 0.242211538461538, 0.2094533039569, 0.340442307692308, 0.189240376241435, 0.561999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 990, '2021-05-23 00:00:00', 0.0873723332376136, 0.142730769230769, 0.122781677723573, 0.194096153846154, 0.129355242824378, 0.238826923076922, 0.201357248537175, 0.332307692307692, 0.181584882673048, 0.557980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1005, '2021-05-23 00:00:00', 0.0666694717358591, 0.136538461538461, 0.0787238308167327, 0.177192307692307, 0.0962986480454665, 0.208019230769231, 0.170645768952935, 0.309038461538462, 0.171356977815769, 0.552423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1020, '2021-05-23 00:00:00', 0.0464524074063568, 0.112384615384616, 0.0774269308147016, 0.144019230769231, 0.0937372924721001, 0.1885, 0.168070933971802, 0.286673076923077, 0.170736888222786, 0.54725 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1035, '2021-05-23 00:00:00', 0.0444927349298563, 0.0972884615384615, 0.0620950759846419, 0.133461538461539, 0.0985912326418845, 0.181865384615385, 0.158338751999046, 0.276096153846154, 0.17419322273313, 0.541826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1050, '2021-05-23 00:00:00', 0.038065813453099, 0.0873846153846157, 0.0602849037105034, 0.117019230769231, 0.0989522340090646, 0.167230769230769, 0.140301117107237, 0.269711538461539, 0.172960809255917, 0.532307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1065, '2021-05-23 00:00:00', 0.0521440755540324, 0.0792307692307696, 0.0871840515584926, 0.121173076923077, 0.0961580989828732, 0.157, 0.137618895449046, 0.255903846153846, 0.177523065673602, 0.523326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1080, '2021-05-23 00:00:00', 0.0800951549480609, 0.0865769230769229, 0.0942104620190672, 0.114365384615384, 0.112604442117598, 0.149403846153846, 0.13650882191836, 0.245461538461538, 0.177957004314569, 0.521846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1095, '2021-05-23 00:00:00', 0.043730666057655, 0.0693653846153839, 0.0501583339190853, 0.0980384615384611, 0.0969588830381209, 0.14725, 0.110230911482006, 0.228076923076923, 0.179629315964422, 0.510865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1110, '2021-05-23 00:00:00', 0.0313798318375648, 0.0690769230769233, 0.0704633674603065, 0.103384615384616, 0.0982012474462517, 0.14125, 0.0976925258931542, 0.217019230769231, 0.179169588765677, 0.510307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1125, '2021-05-23 00:00:00', 0.0561876663170295, 0.0704230769230772, 0.0742376226409803, 0.100230769230769, 0.0815056958840205, 0.122961538461539, 0.0914381505970859, 0.206153846153846, 0.175883138650465, 0.510961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1140, '2021-05-23 00:00:00', 0.0575517994104842, 0.0710192307692311, 0.0651952953706135, 0.0904423076923076, 0.0654482884538511, 0.109038461538462, 0.083219766975068, 0.199519230769231, 0.175722110162609, 0.5105 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1155, '2021-05-23 00:00:00', 0.0365999789827595, 0.0524615384615382, 0.0374450777293072, 0.070423076923077, 0.0492385402520615, 0.0989230769230772, 0.0797648756321692, 0.183653846153846, 0.176880181087477, 0.511038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1170, '2021-05-23 00:00:00', 0.0196777891190903, 0.0518461538461541, 0.0407172992908236, 0.0714615384615386, 0.0514942864642439, 0.111192307692308, 0.0793813483227547, 0.180038461538461, 0.178944156523331, 0.516865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1185, '2021-05-23 00:00:00', 0.0380387504850194, 0.0529423076923072, 0.046879649512998, 0.0736923076923074, 0.0530923614671062, 0.113173076923077, 0.0797981299183232, 0.174307692307692, 0.180847300654022, 0.519115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1200, '2021-05-23 00:00:00', 0.0283122968663116, 0.0496153846153849, 0.0351134644348204, 0.0806538461538463, 0.0573157516274137, 0.117153846153847, 0.0781812416022001, 0.169057692307692, 0.188570554027276, 0.524576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1215, '2021-05-23 00:00:00', 0.0281076502041707, 0.0660000000000003, 0.0514523416526253, 0.0937884615384619, 0.0694619569371499, 0.122211538461539, 0.0793050779245279, 0.168653846153846, 0.187271822185334, 0.525153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1230, '2021-05-23 00:00:00', 0.0383357485303809, 0.0575192307692313, 0.0499177361727809, 0.0790961538461545, 0.0656990955329385, 0.109634615384616, 0.0787765584031582, 0.157615384615385, 0.184963997536319, 0.521903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1245, '2021-05-23 00:00:00', 0.025697201284306, 0.0478846153846156, 0.0369877734476589, 0.070653846153846, 0.0508742076105365, 0.0937499999999996, 0.076330206239833, 0.144903846153846, 0.180392964215519, 0.523692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1260, '2021-05-23 00:00:00', 0.0316530470036512, 0.0503461538461539, 0.0358878863213672, 0.0680961538461538, 0.0491619145899936, 0.0904230769230767, 0.0781331211163655, 0.143769230769231, 0.179672706715466, 0.526192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1275, '2021-05-23 00:00:00', 0.0259997041403283, 0.0452307692307699, 0.0321999820831288, 0.0648269230769233, 0.0399672413936129, 0.0869038461538461, 0.0779965605750567, 0.140711538461538, 0.177950101043912, 0.533461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1290, '2021-05-23 00:00:00', 0.0209236708060509, 0.0464999999999996, 0.0282186040651303, 0.0610192307692307, 0.0452100269681573, 0.0860576923076923, 0.0821198186516787, 0.136730769230769, 0.177552991006586, 0.532269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1305, '2021-05-23 00:00:00', 0.027640299452903, 0.0438846153846155, 0.0329206797294058, 0.0636346153846155, 0.0550148511417945, 0.0834230769230769, 0.106369011175538, 0.136442307692308, 0.177017683818921, 0.532903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1320, '2021-05-23 00:00:00', 0.0236737196063479, 0.0457500000000001, 0.036004743277262, 0.0601923076923076, 0.0610693426801415, 0.0892307692307691, 0.106986821618366, 0.135, 0.177256555699533, 0.538442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1335, '2021-05-23 00:00:00', 0.0172755941676734, 0.0373846153846152, 0.0308830859856976, 0.0532499999999996, 0.0441544317838409, 0.0769230769230765, 0.107418385834943, 0.15151923076923, 0.179875221708315, 0.541653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1350, '2021-05-23 00:00:00', 0.0228411656040976, 0.0386730769230766, 0.0310109720037177, 0.0609038461538459, 0.0349036310652408, 0.0662884615384613, 0.109962637011222, 0.152307692307692, 0.179735413444747, 0.540673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1365, '2021-05-23 00:00:00', 0.0223149828935281, 0.0449615384615383, 0.0260315489063084, 0.0511923076923077, 0.0314964039461405, 0.0582884615384614, 0.109523941885571, 0.153576923076923, 0.179332368694384, 0.540461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1380, '2021-05-23 00:00:00', 0.0265700887349781, 0.0350192307692311, 0.0324710048173159, 0.0426153846153849, 0.0418147057311733, 0.0620192307692308, 0.111681451183541, 0.162442307692307, 0.177424627550796, 0.546961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1395, '2021-05-23 00:00:00', 0.0172633003351484, 0.0221923076923078, 0.0176099731358722, 0.0311346153846152, 0.0562640238928517, 0.0740961538461539, 0.0914979297790183, 0.177365384615384, 0.175361237055224, 0.544711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1410, '2021-05-23 00:00:00', 0.0117377104306518, 0.024076923076923, 0.0236799249608996, 0.0456730769230769, 0.0598677002937443, 0.0768076923076926, 0.0888140408164942, 0.183423076923077, 0.175410434081372, 0.544096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1425, '2021-05-23 00:00:00', 0.0204533333751207, 0.037326923076923, 0.050651023226053, 0.0661153846153847, 0.0584122747900978, 0.0760769230769231, 0.0826641792946715, 0.204442307692308, 0.1753369854353, 0.544038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 60, '2021-05-23 00:00:00', 0.0424961355709144, 0.0546923076923076, 0.0492994772947795, 0.0639615384615385, 0.0546350584824855, 0.0775192307692305, 0.0833523475743419, 0.216076923076923, 0.176129934554448, 0.543423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 75, '2021-05-23 00:00:00', 0.0195749545632646, 0.0311730769230768, 0.0205046430014134, 0.0399038461538461, 0.0275550637535376, 0.0608076923076919, 0.065831030793879, 0.215730769230769, 0.175818783454399, 0.54276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 90, '2021-05-23 00:00:00', 0.0137100187959259, 0.0287307692307695, 0.0271731768194583, 0.0493076923076922, 0.0301014949794858, 0.0629999999999994, 0.0657300071972751, 0.220423076923077, 0.175808817710078, 0.542596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 105, '2021-05-23 00:00:00', 0.0241724970862465, 0.0370192307692302, 0.0244449459933001, 0.0498461538461533, 0.0472223097535641, 0.0669423076923072, 0.0658866859434845, 0.221346153846154, 0.175967808463323, 0.542480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 120, '2021-05-23 00:00:00', 0.0180044438958828, 0.0359999999999996, 0.0239793581103544, 0.04601923076923, 0.0536070926707976, 0.0764038461538459, 0.0649329002776062, 0.221807692307692, 0.176021210478913, 0.542442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 135, '2021-05-23 00:00:00', 0.0160134198528801, 0.0330192307692303, 0.0367785315723104, 0.0499038461538457, 0.0584798979268816, 0.100038461538461, 0.0616569417141202, 0.220961538461538, 0.174380328151297, 0.544826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 150, '2021-05-23 00:00:00', 0.0276970145572524, 0.037230769230769, 0.0430866970367708, 0.0587884615384617, 0.0602132013381173, 0.107980769230769, 0.0604471701952651, 0.220096153846154, 0.17430927862677, 0.54876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 165, '2021-05-23 00:00:00', 0.0335047241215554, 0.0455576923076924, 0.050882851879436, 0.0892692307692306, 0.0566478596241729, 0.111, 0.0601072247033453, 0.215961538461538, 0.175029594200964, 0.551326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 180, '2021-05-23 00:00:00', 0.0407502902302076, 0.0776153846153842, 0.0481789013828831, 0.0900576923076923, 0.0601851406399132, 0.115865384615384, 0.0619535589093834, 0.212711538461538, 0.174876181471789, 0.551173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 195, '2021-05-23 00:00:00', 0.0244811387367122, 0.0491153846153849, 0.0383147691949401, 0.075192307692308, 0.0514672860996338, 0.124307692307693, 0.0602623750457437, 0.202923076923077, 0.168506219926287, 0.551884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 210, '2021-05-23 00:00:00', 0.027645948374734, 0.0535384615384617, 0.0379465210729315, 0.0730384615384617, 0.0486852094109148, 0.119980769230769, 0.0580557457568553, 0.195519230769231, 0.16764412857644, 0.551923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 225, '2021-05-23 00:00:00', 0.0257359446330192, 0.0473269230769229, 0.0433315837911119, 0.0911153846153849, 0.0560177307095365, 0.128615384615385, 0.0677408296376711, 0.198, 0.1657859602481, 0.55376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 240, '2021-05-23 00:00:00', 0.0371472589319029, 0.0733269230769234, 0.0428318222820367, 0.08675, 0.0594416100051131, 0.13675, 0.065298736588084, 0.19275, 0.165641717153435, 0.555038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 255, '2021-05-23 00:00:00', 0.0190705169144572, 0.0472692307692306, 0.043522195928762, 0.0841923076923074, 0.0554055016707244, 0.122019230769231, 0.0724842157884151, 0.180807692307692, 0.164345424218438, 0.551038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 270, '2021-05-23 00:00:00', 0.0380452412873854, 0.0700961538461538, 0.0491420272898247, 0.0976730769230771, 0.0541558754536742, 0.121326923076923, 0.0708656936638709, 0.175942307692308, 0.163640158697251, 0.551307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 285, '2021-05-23 00:00:00', 0.0334317904902599, 0.0592692307692309, 0.0381846777567213, 0.0790192307692311, 0.0393310456744566, 0.0963653846153849, 0.0546769006211807, 0.159788461538461, 0.160484028680546, 0.545711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 300, '2021-05-23 00:00:00', 0.0232703591589093, 0.0525192307692307, 0.0305928661870457, 0.0707884615384612, 0.0280993566857652, 0.0835769230769227, 0.0526158830948046, 0.163865384615384, 0.160310210097606, 0.545288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 315, '2021-05-23 00:00:00', 0.0211327034202008, 0.0441346153846151, 0.0225640967365962, 0.0610384615384614, 0.0231014152080642, 0.0753461538461534, 0.0503027449931522, 0.165384615384615, 0.158932565525808, 0.545596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 330, '2021-05-23 00:00:00', 0.0194327340805701, 0.0431346153846154, 0.0188540548587135, 0.0533461538461536, 0.0239713290283327, 0.0692307692307688, 0.0474605261081409, 0.166807692307692, 0.159006619359069, 0.54675 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 345, '2021-05-23 00:00:00', 0.0169756046680565, 0.0383653846153846, 0.0218449871031881, 0.055711538461538, 0.0283778353378391, 0.0703076923076923, 0.0487129898960776, 0.175653846153846, 0.159006619359069, 0.54675 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 360, '2021-05-23 00:00:00', 0.0130381688190424, 0.0384230769230766, 0.0209767637014052, 0.0507307692307693, 0.026202260618856, 0.0619615384615386, 0.049419682313831, 0.18275, 0.158530687395702, 0.545826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 375, '2021-05-23 00:00:00', 0.0193504124384587, 0.0340384615384612, 0.0239719708120833, 0.0466538461538462, 0.0265167581264843, 0.0600384615384619, 0.0540319314422921, 0.195519230769231, 0.161058565554464, 0.550307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 390, '2021-05-23 00:00:00', 0.0187212035280442, 0.0297115384615393, 0.0178408347510808, 0.0373461538461547, 0.026982330400582, 0.059884615384616, 0.0646087425615492, 0.202519230769231, 0.161121774300825, 0.549115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 405, '2021-05-23 00:00:00', 0.0106590517690546, 0.0241538461538464, 0.0205607916638965, 0.0401153846153849, 0.0483516923576224, 0.0888846153846162, 0.108037167749736, 0.220480769230769, 0.163351735881149, 0.552480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 420, '2021-05-23 00:00:00', 0.0170306059334815, 0.0303076923076927, 0.0233237828439957, 0.0473269230769235, 0.0453006070599504, 0.0922500000000006, 0.114396706851471, 0.229442307692308, 0.16404810387388, 0.554403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 435, '2021-05-23 00:00:00', 0.0173546712842578, 0.034769230769231, 0.0472280596190936, 0.0780192307692314, 0.0540570958837471, 0.103019230769231, 0.115064331504664, 0.235403846153847, 0.164099065998373, 0.554211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 450, '2021-05-23 00:00:00', 0.0482771047822243, 0.0661730769230773, 0.0463458238098684, 0.0771538461538466, 0.0532289973026563, 0.104884615384615, 0.116263111750228, 0.240134615384616, 0.164099065998373, 0.554211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 465, '2021-05-23 00:00:00', 0.0210746019215987, 0.0406730769230767, 0.0404328503152496, 0.0691538461538457, 0.0324900694887624, 0.100230769230769, 0.109479364054812, 0.238365384615385, 0.155998589737215, 0.558 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 480, '2021-05-23 00:00:00', 0.0349561703588055, 0.0560769230769226, 0.0321014557541937, 0.0717884615384615, 0.0404242311187045, 0.108038461538461, 0.108881581758137, 0.240673076923077, 0.155218685681252, 0.557403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 495, '2021-05-23 00:00:00', 0.015585397504864, 0.0462307692307694, 0.0159042809911718, 0.0726153846153845, 0.0470750464683781, 0.1105, 0.112939304666097, 0.244057692307692, 0.156131808221328, 0.556692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 510, '2021-05-23 00:00:00', 0.0182402344789246, 0.0563846153846152, 0.0386772095485382, 0.0835576923076923, 0.0473212425872354, 0.111, 0.112175480661054, 0.239461538461538, 0.157721796210923, 0.55775 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 525, '2021-05-23 00:00:00', 0.0285717248611016, 0.0572884615384614, 0.0353714628565937, 0.0770961538461539, 0.0379887027741348, 0.111307692307692, 0.111473986272065, 0.236019230769231, 0.158566394732495, 0.559692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 540, '2021-05-23 00:00:00', 0.0211497954163594, 0.0520769230769229, 0.0255144001572567, 0.0707692307692303, 0.0331279106123294, 0.109538461538461, 0.112628267049003, 0.232557692307692, 0.159102279633622, 0.558846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 555, '2021-05-23 00:00:00', 0.0174361803333007, 0.0475961538461535, 0.0253191702987163, 0.0759038461538457, 0.0440814630498513, 0.118153846153846, 0.107027027499527, 0.233230769230769, 0.159826954499594, 0.557846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 570, '2021-05-23 00:00:00', 0.0216713298729345, 0.0590576923076919, 0.0312550611286212, 0.0836730769230766, 0.0497620685014046, 0.121288461538461, 0.105809853038363, 0.23175, 0.160312363360266, 0.559423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 585, '2021-05-23 00:00:00', 0.021142520044833, 0.0563846153846153, 0.0311815588992057, 0.0900192307692309, 0.0775946493991992, 0.133019230769231, 0.0968023700440945, 0.230173076923077, 0.162138075061398, 0.560653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 600, '2021-05-23 00:00:00', 0.0291787330351829, 0.0714615384615386, 0.0380073677068015, 0.0884999999999999, 0.0829853671067743, 0.138134615384615, 0.0968314018519577, 0.228903846153846, 0.162027832366969, 0.560538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 615, '2021-05-23 00:00:00', 0.0215782030334746, 0.0541730769230765, 0.074601899852071, 0.0947115384615379, 0.0750023999616008, 0.1325, 0.107689060940068, 0.237576923076923, 0.159244533778907, 0.560307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 630, '2021-05-23 00:00:00', 0.0581669612805708, 0.0663461538461534, 0.0656934050079495, 0.0912884615384611, 0.0634071489538961, 0.125057692307692, 0.110003770914386, 0.24048076923077, 0.163163151005838, 0.566423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 645, '2021-05-23 00:00:00', 0.0390369105413759, 0.0555961538461537, 0.0426057101626241, 0.0844423076923075, 0.0489347917759321, 0.113076923076923, 0.123996606653321, 0.241538461538461, 0.163163151005838, 0.566423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 660, '2021-05-23 00:00:00', 0.0320123593920562, 0.0618653846153847, 0.0396996802932295, 0.0852307692307697, 0.0478275427568033, 0.115423076923077, 0.123707765131564, 0.240634615384615, 0.162401586767542, 0.565653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 675, '2021-05-23 00:00:00', 0.0212117982409645, 0.0549038461538466, 0.0278483323627219, 0.0744807692307693, 0.0523302383536886, 0.114576923076923, 0.123566992107365, 0.267692307692307, 0.161165175661971, 0.566423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 690, '2021-05-23 00:00:00', 0.0232371469849466, 0.0512499999999997, 0.0289585645628105, 0.0775384615384612, 0.0456846422604094, 0.111442307692307, 0.119358472677896, 0.27225, 0.161130287703413, 0.56651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 705, '2021-05-23 00:00:00', 0.0247128742530316, 0.0546153846153847, 0.0435298880523051, 0.0796346153846153, 0.0426875995324897, 0.106365384615385, 0.120638093550025, 0.28401923076923, 0.160842364300722, 0.565384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 720, '2021-05-23 00:00:00', 0.0431505102920184, 0.0559423076923075, 0.0442416137207426, 0.0765961538461539, 0.0438454804266779, 0.0951153846153849, 0.13134110610866, 0.298884615384615, 0.160602463100185, 0.565365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 735, '2021-05-23 00:00:00', 0.0236382024567141, 0.0502307692307693, 0.0337687896414155, 0.0678653846153845, 0.0320273921222735, 0.0920769230769232, 0.131565806874208, 0.311807692307692, 0.155776906553522, 0.56476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 750, '2021-05-23 00:00:00', 0.020414446242419, 0.047019230769231, 0.0239047870970201, 0.0623269230769232, 0.0312727271202634, 0.0872884615384616, 0.124961427894924, 0.315461538461538, 0.156045959699255, 0.566807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 765, '2021-05-23 00:00:00', 0.0174133458986094, 0.0422307692307693, 0.0207664763130755, 0.0634423076923078, 0.0378531169329352, 0.0959615384615384, 0.147193734189385, 0.339153846153846, 0.15536545997694, 0.567384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 780, '2021-05-23 00:00:00', 0.0133021253362589, 0.0474423076923077, 0.0281336713128319, 0.0667115384615383, 0.0526554694361228, 0.107961538461538, 0.146533420971253, 0.354211538461538, 0.155667461152093, 0.565538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 795, '2021-05-23 00:00:00', 0.0214461759187614, 0.0479615384615382, 0.0320415415455529, 0.0730961538461536, 0.077671101447063, 0.137, 0.141678080384858, 0.356461538461538, 0.153880339374963, 0.562826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 810, '2021-05-23 00:00:00', 0.0311768960314184, 0.0531730769230769, 0.049232497866286, 0.0856730769230772, 0.0832730356210127, 0.145038461538462, 0.144838387389319, 0.365961538461538, 0.153648184549589, 0.56176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 825, '2021-05-23 00:00:00', 0.041554523959955, 0.0670384615384619, 0.0733689962817029, 0.117519230769231, 0.0951856101761987, 0.148903846153846, 0.159240065503435, 0.379538461538461, 0.152483492170843, 0.563346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 840, '2021-05-23 00:00:00', 0.0494497569411461, 0.0849615384615384, 0.0574691790306901, 0.104557692307693, 0.0726480451322566, 0.131038461538462, 0.150201316188026, 0.374153846153846, 0.143896876803654, 0.561134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 855, '2021-05-23 00:00:00', 0.0318632233146619, 0.0642499999999995, 0.0515496474657793, 0.0886153846153842, 0.0785563589944287, 0.161807692307692, 0.151124382037294, 0.372173076923076, 0.143044324760382, 0.560326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 870, '2021-05-23 00:00:00', 0.0432860076876861, 0.0614615384615382, 0.0475095294084811, 0.0808461538461534, 0.0806863085325843, 0.174096153846153, 0.149514646825602, 0.367980769230769, 0.14[...];
Date: 2021-05-23 15:46:24 Duration: 17s398ms 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 982380, 1, 930, '2021-05-23 00:00:00', 0.0602710161239614, 0.125346153846153, 0.0885867935981396, 0.197500000000001, 0.132162948665651, 0.259749999999998, 0.173640477379598, 0.500653846153845, 0.336062636103175, 1.02034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 945, '2021-05-23 00:00:00', 0.066298140709515, 0.133288461538463, 0.0912801267443327, 0.181807692307696, 0.115222522170732, 0.25251923076923, 0.173671268825283, 0.487980769230769, 0.330062758601125, 1.02373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 960, '2021-05-23 00:00:00', 0.0566329749011493, 0.120576923076927, 0.0567930927544491, 0.169653846153848, 0.083953588368815, 0.246749999999999, 0.175762610883589, 0.478346153846154, 0.330212393188666, 1.02723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 975, '2021-05-23 00:00:00', 0.0480643158854716, 0.110538461538462, 0.0787040122132387, 0.172307692307692, 0.104116379041027, 0.263596153846152, 0.176235642077482, 0.473307692307691, 0.321643123424323, 1.04382692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 990, '2021-05-23 00:00:00', 0.0619354875284326, 0.135769230769232, 0.0642095128346383, 0.189807692307695, 0.0931075639330026, 0.269461538461543, 0.175051048598359, 0.471480769230769, 0.319559300503777, 1.05044230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1005, '2021-05-23 00:00:00', 0.0566516107449718, 0.146750000000002, 0.0988183356545613, 0.21028846153846, 0.131509386912696, 0.295326923076926, 0.172896221652004, 0.46921153846154, 0.314201672741963, 1.05186538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1020, '2021-05-23 00:00:00', 0.0808127393803329, 0.152173076923077, 0.0730641130472725, 0.190269230769233, 0.136814508058846, 0.304480769230769, 0.161601205488651, 0.440019230769231, 0.323009133593179, 1.03759615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1035, '2021-05-23 00:00:00', 0.0529643130941832, 0.133461538461542, 0.10459084384106, 0.204230769230771, 0.126550745370567, 0.288365384615383, 0.282671861950324, 0.463692307692307, 0.321537181125535, 1.03667307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1050, '2021-05-23 00:00:00', 0.0803034461373777, 0.151211538461541, 0.110371458476154, 0.220173076923077, 0.115370786863653, 0.276961538461539, 0.325100307005984, 0.454519230769233, 0.331941981144526, 1.02732692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1065, '2021-05-23 00:00:00', 0.0921196963821435, 0.17196153846154, 0.105491751409218, 0.211019230769232, 0.135974137812474, 0.281384615384617, 0.35067406574284, 0.442403846153848, 0.329496151489138, 1.03592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1080, '2021-05-23 00:00:00', 0.0641543091663782, 0.135653846153847, 0.0769279608065021, 0.175865384615386, 0.113259662518683, 0.239865384615385, 0.330152273143069, 0.401288461538461, 0.321875690290519, 1.0315 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1095, '2021-05-23 00:00:00', 0.0554154796479761, 0.118346153846159, 0.0979920895551504, 0.181519230769231, 0.113929802949012, 0.226500000000004, 0.330147757130743, 0.390807692307693, 0.329221354691055, 1.05959615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1110, '2021-05-23 00:00:00', 0.0624368973752409, 0.122115384615387, 0.0730357025443972, 0.15092307692308, 0.0869415099583988, 0.207615384615388, 0.312853170279358, 0.378115384615385, 0.32279768193334, 1.05571153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1125, '2021-05-23 00:00:00', 0.0327674146300599, 0.0902884615384614, 0.0582113952629692, 0.134557692307691, 0.0719351524210923, 0.182115384615381, 0.317743880894901, 0.355423076923075, 0.320837651252993, 1.05203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1140, '2021-05-23 00:00:00', 0.0508895372350753, 0.092750000000004, 0.0563282037567425, 0.130557692307695, 0.0804374888679648, 0.180480769230771, 0.319752371134527, 0.349673076923078, 0.321696682271693, 1.04934615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1155, '2021-05-23 00:00:00', 0.0460522946893382, 0.0915769230769242, 0.0495795281884006, 0.120480769230768, 0.0885960582557815, 0.179192307692308, 0.322719721215697, 0.339961538461538, 0.3211700100953, 1.05115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1170, '2021-05-23 00:00:00', 0.0435543206370373, 0.0811730769230748, 0.0746739476761355, 0.126538461538459, 0.0920938985701373, 0.167115384615382, 0.324704055197247, 0.335288461538462, 0.320687588807837, 1.05198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1185, '2021-05-23 00:00:00', 0.0611109205902264, 0.0882307692307664, 0.0811974729618198, 0.124480769230771, 0.136370084696024, 0.160999999999999, 0.325590424637125, 0.322230769230771, 0.321203640773501, 1.05082692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1200, '2021-05-23 00:00:00', 0.0582206016933777, 0.0814615384615394, 0.0636343883809364, 0.103653846153844, 0.116273325203361, 0.152615384615385, 0.297953497275096, 0.312057692307692, 0.317333899011022, 1.04878846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1215, '2021-05-23 00:00:00', 0.027942805596708, 0.0600961538461506, 0.0759438861670538, 0.10257692307692, 0.252933649706492, 0.194634615384613, 0.289819825329195, 0.328365384615383, 0.323748202252209, 1.05403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1230, '2021-05-23 00:00:00', 0.0752166614111949, 0.0791153846153852, 0.100804519511014, 0.111134615384614, 0.289178222927289, 0.20273076923077, 0.285259107587362, 0.323038461538459, 0.329105179002327, 1.05432692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1245, '2021-05-23 00:00:00', 0.0815646133678503, 0.081615384615383, 0.238972055817283, 0.153711538461537, 0.295276889611193, 0.200192307692306, 0.27179941769904, 0.313288461538459, 0.330614186023528, 1.0505 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1260, '2021-05-23 00:00:00', 0.206245790633034, 0.119884615384616, 0.248053862792243, 0.153826923076925, 0.265547822724728, 0.188615384615383, 0.244531234437205, 0.296769230769228, 0.331568424890875, 1.04890384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1275, '2021-05-23 00:00:00', 0.105768397199515, 0.0829230769230793, 0.127544889533664, 0.114326923076922, 0.123691638918973, 0.148807692307693, 0.132186483947724, 0.26055769230769, 0.33444193298458, 1.04605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1290, '2021-05-23 00:00:00', 0.0833944750060697, 0.0819615384615374, 0.0808668040669303, 0.1025, 0.0910105826475476, 0.139384615384612, 0.132230400612546, 0.25882692307692, 0.333321300872574, 1.04851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1305, '2021-05-23 00:00:00', 0.0509513380212259, 0.0776730769230767, 0.0584443621022452, 0.11178846153846, 0.0618786187752939, 0.130211538461538, 0.100898458096019, 0.25432692307692, 0.325107849560963, 1.04192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1320, '2021-05-23 00:00:00', 0.0518712459253332, 0.0881153846153845, 0.0630106370751449, 0.104903846153843, 0.0642689301654786, 0.129846153846152, 0.0992187811780723, 0.251942307692307, 0.324336437384678, 1.04373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1335, '2021-05-23 00:00:00', 0.0555410762755496, 0.064865384615379, 0.0531180144728529, 0.0837115384615343, 0.0989650521065992, 0.132307692307693, 0.0964671167568776, 0.25076923076923, 0.325017386517185, 1.0443076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1350, '2021-05-23 00:00:00', 0.0305837626602988, 0.0594423076923068, 0.0408727904601588, 0.0877499999999987, 0.0768843387073201, 0.124692307692311, 0.0840716750068781, 0.253057692307694, 0.321091652983046, 1.03901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1365, '2021-05-23 00:00:00', 0.0377598484351578, 0.070615384615384, 0.0690662363242737, 0.105250000000002, 0.0708806363923523, 0.127269230769233, 0.0906583124450537, 0.26551923076923, 0.320538837200496, 1.03788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1380, '2021-05-23 00:00:00', 0.0443788931119957, 0.0773846153846209, 0.0433111817148681, 0.0895384615384682, 0.0681044898553759, 0.124307692307694, 0.107714946109557, 0.287019230769229, 0.320538837200496, 1.03788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1395, '2021-05-23 00:00:00', 0.0178664382400252, 0.0510192307692344, 0.0629214192465482, 0.0917500000000014, 0.0707638570284157, 0.179788461538464, 0.112371417115813, 0.306653846153845, 0.32065095568954, 1.03834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1410, '2021-05-23 00:00:00', 0.0577534714241356, 0.0707884615384645, 0.0614709812713363, 0.0951923076923119, 0.0603013234961274, 0.181019230769232, 0.116386319576725, 0.319846153846153, 0.320821050647337, 1.03905769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1425, '2021-05-23 00:00:00', 0.0257490851219089, 0.063153846153846, 0.0512933381489427, 0.151942307692309, 0.0512154761766444, 0.16725, 0.134345921182824, 0.330442307692308, 0.324660993013659, 1.03840384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 0, '2021-05-23 00:00:00', 0.0511918412970728, 0.125269230769231, 0.0523610983019362, 0.142230769230765, 0.0480261347121013, 0.162480769230768, 0.134925279891673, 0.333865384615381, 0.321827001424916, 1.04182692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 15, '2021-05-23 00:00:00', 0.0334066552558727, 0.0807307692307677, 0.0370689845475268, 0.0985192307692273, 0.0473471630211748, 0.140923076923074, 0.147222209079178, 0.320326923076922, 0.333426174506672, 1.03842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 30, '2021-05-23 00:00:00', 0.0332809081329522, 0.0623269230769206, 0.0334619186538956, 0.0899999999999979, 0.0556422535903694, 0.136596153846155, 0.166158507502274, 0.32948076923077, 0.333891619910044, 1.03592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 45, '2021-05-23 00:00:00', 0.0280731256652229, 0.0700961538461513, 0.0450745365606083, 0.107076923076924, 0.0526792653707304, 0.13975, 0.163363332671494, 0.337038461538464, 0.339570994616171, 1.03059615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 60, '2021-05-23 00:00:00', 0.0423387120548239, 0.0870576923076975, 0.0502904219356102, 0.103557692307697, 0.0565293286710574, 0.130250000000002, 0.188993488898836, 0.361173076923081, 0.340319166936884, 1.03084615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 75, '2021-05-23 00:00:00', 0.0329973483783178, 0.0587500000000045, 0.0370328752077611, 0.0840769230769255, 0.0454539200306609, 0.125673076923077, 0.189070039932296, 0.360500000000003, 0.341493745860065, 1.03046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 90, '2021-05-23 00:00:00', 0.019383785849161, 0.0598653846153846, 0.0280058304369191, 0.0774423076923063, 0.051914222891816, 0.130557692307698, 0.183821560633801, 0.361384615384616, 0.338922916695725, 1.02971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 105, '2021-05-23 00:00:00', 0.0246451508727052, 0.0577884615384614, 0.0380508364408212, 0.0983846153846195, 0.0702206768803825, 0.145211538461542, 0.184316429419212, 0.364884615384618, 0.340348367344174, 1.02913461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 120, '2021-05-23 00:00:00', 0.0336677716244179, 0.0808269230769259, 0.0486992971043905, 0.105192307692313, 0.0910791392986595, 0.160480769230771, 0.179548754895756, 0.361653846153848, 0.342588914904413, 1.02723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 135, '2021-05-23 00:00:00', 0.0416488849236626, 0.0685192307692305, 0.056013404988998, 0.102692307692305, 0.0842573644350361, 0.172288461538461, 0.172466434861529, 0.355634615384615, 0.345547603867339, 1.02655769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 150, '2021-05-23 00:00:00', 0.0276461779247387, 0.0733653846153846, 0.0557763942348927, 0.112115384615386, 0.0635188645509841, 0.175615384615385, 0.15820205313265, 0.345980769230772, 0.349854570335466, 1.02309615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 165, '2021-05-23 00:00:00', 0.0430553311270704, 0.0863076923076923, 0.0525606938544545, 0.134442307692307, 0.0646925034296851, 0.185999999999999, 0.154438916229539, 0.33767307692308, 0.356914385338469, 1.02546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 180, '2021-05-23 00:00:00', 0.0334479388809629, 0.101269230769231, 0.0424750650834793, 0.131365384615383, 0.06281994110153, 0.171749999999995, 0.146498311883159, 0.331346153846155, 0.362208540123586, 1.02894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 195, '2021-05-23 00:00:00', 0.0274978111016969, 0.0845192307692282, 0.0521194338478029, 0.127153846153841, 0.068381823945795, 0.160923076923075, 0.138838301077743, 0.316923076923077, 0.379621734807767, 1.03930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 210, '2021-05-23 00:00:00', 0.0346710031804433, 0.0879615384615365, 0.0381549674152854, 0.116307692307688, 0.0743360871054793, 0.168923076923077, 0.127658229117979, 0.307288461538465, 0.452542270443834, 1.06844230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 225, '2021-05-23 00:00:00', 0.0328116067644012, 0.0846923076923054, 0.0590874319579419, 0.113230769230772, 0.0764394204582942, 0.179750000000004, 0.119153096412203, 0.307096153846158, 0.451234067266133, 1.06928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 240, '2021-05-23 00:00:00', 0.0348305403125106, 0.0864423076923089, 0.0483148527887629, 0.13275, 0.104363936078739, 0.194134615384617, 0.104398975827574, 0.296615384615389, 0.452289822416487, 1.07371153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 255, '2021-05-23 00:00:00', 0.0331406153324797, 0.0979038461538474, 0.04905778382526, 0.132115384615385, 0.0957470565926385, 0.183173076923076, 0.0935582685570057, 0.290980769230772, 0.454534441447001, 1.06796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 270, '2021-05-23 00:00:00', 0.0318404677197961, 0.0768461538461535, 0.0770618657563275, 0.116134615384617, 0.0825410201051607, 0.144499999999998, 0.0844522259122766, 0.263538461538469, 0.453213466854706, 1.06205769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 285, '2021-05-23 00:00:00', 0.0692104149565779, 0.0833076923076933, 0.068097125207593, 0.105461538461538, 0.0743618517789895, 0.137749999999999, 0.0809121651022764, 0.253961538461543, 0.452501622606524, 1.06096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 300, '2021-05-23 00:00:00', 0.0284196911692168, 0.0666730769230788, 0.0349530894419706, 0.0890384615384615, 0.0453814813129087, 0.125826923076924, 0.0700317318187851, 0.252711538461543, 0.448978642630651, 1.05969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 315, '2021-05-23 00:00:00', 0.0273580040320073, 0.0635961538461509, 0.0399011278036097, 0.0919999999999987, 0.0449395020683794, 0.129326923076922, 0.0667700416469716, 0.257038461538465, 0.452145053733185, 1.06148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 330, '2021-05-23 00:00:00', 0.03125685770909, 0.0716346153846136, 0.0331138420975542, 0.089942307692307, 0.0396162796762203, 0.125519230769233, 0.0665909903815797, 0.260500000000005, 0.453071186884153, 1.06090384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 345, '2021-05-23 00:00:00', 0.0168460563748494, 0.0610192307692308, 0.0328968142016152, 0.0910961538461543, 0.0310501827072529, 0.125576923076925, 0.0943488147575497, 0.295673076923081, 0.458434917786761, 1.06157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 360, '2021-05-23 00:00:00', 0.0283519908404287, 0.0711538461538448, 0.0305225263597997, 0.0917692307692306, 0.0491798113676154, 0.140423076923078, 0.13536411864074, 0.341269230769233, 0.458492291689252, 1.06169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 375, '2021-05-23 00:00:00', 0.0161438723788542, 0.0587307692307687, 0.0234436804671632, 0.0906153846153855, 0.0474327053673092, 0.135807692307694, 0.141639636184442, 0.377557692307692, 0.458316162289074, 1.06476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 390, '2021-05-23 00:00:00', 0.0220270550425212, 0.0676346153846164, 0.0444240968913927, 0.099903846153846, 0.0419128812584494, 0.130519230769231, 0.137054684482002, 0.380942307692307, 0.457595624306675, 1.06434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 405, '2021-05-23 00:00:00', 0.0267917969650325, 0.0689038461538434, 0.0357392103136927, 0.0958653846153838, 0.0644670100486696, 0.139846153846155, 0.130083109528544, 0.403153846153845, 0.457645501452817, 1.06325 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 420, '2021-05-23 00:00:00', 0.0331110253541062, 0.073499999999999, 0.0322081750253238, 0.0889423076923077, 0.0680250971785705, 0.140923076923078, 0.137732869938653, 0.413788461538461, 0.457976810380345, 1.06217307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 435, '2021-05-23 00:00:00', 0.0214877782794009, 0.0607692307692302, 0.0632756150625096, 0.103211538461537, 0.0659766887736764, 0.147288461538465, 0.13161382321602, 0.425538461538462, 0.457916132731076, 1.06076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 450, '2021-05-23 00:00:00', 0.0550491004607534, 0.0782115384615386, 0.0568665644631879, 0.105615384615385, 0.0678286075339893, 0.147500000000001, 0.121066677432786, 0.445596153846152, 0.458515976149813, 1.05959615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 465, '2021-05-23 00:00:00', 0.0395636390952784, 0.0688076923076951, 0.0506178442236143, 0.10538461538462, 0.0628103525273928, 0.145596153846155, 0.123137565348675, 0.462000000000001, 0.465816297977582, 1.06271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 480, '2021-05-23 00:00:00', 0.0370750797499036, 0.0856923076923102, 0.0541126744715294, 0.113692307692311, 0.0534856163266957, 0.170134615384615, 0.124860161781087, 0.479000000000002, 0.475297486196398, 1.06790384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 495, '2021-05-23 00:00:00', 0.0397719315404963, 0.0745576923076903, 0.0386774631257847, 0.105115384615381, 0.0450926780684466, 0.175480769230768, 0.145758056908854, 0.499365384615385, 0.474817417945694, 1.07140384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 510, '2021-05-23 00:00:00', 0.028629946666974, 0.0764230769230756, 0.0429314166836044, 0.124557692307692, 0.0486048311938697, 0.185480769230772, 0.147670330596439, 0.521557692307693, 0.474932600886289, 1.07434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 525, '2021-05-23 00:00:00', 0.0345716869484524, 0.0866923076923073, 0.0408789065411485, 0.144250000000003, 0.080256118865698, 0.224269230769236, 0.159352989882886, 0.529346153846154, 0.474503209035108, 1.07465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 540, '2021-05-23 00:00:00', 0.0350519449696269, 0.120826923076926, 0.0489994858685763, 0.155519230769237, 0.109405125741261, 0.262807692307696, 0.165339805110104, 0.526365384615385, 0.467772122775772, 1.07132692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 555, '2021-05-23 00:00:00', 0.0398451859846826, 0.104173076923076, 0.0687652864124373, 0.172230769230772, 0.108477902748048, 0.282846153846151, 0.192182709540048, 0.527423076923077, 0.463610506285675, 1.08769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 570, '2021-05-23 00:00:00', 0.0695229569168494, 0.141307692307698, 0.105592170819913, 0.206942307692309, 0.101103808039065, 0.277, 0.241314693996164, 0.549807692307694, 0.463256435050161, 1.09726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 585, '2021-05-23 00:00:00', 0.0666882788686423, 0.132557692307693, 0.0781640680777442, 0.216192307692304, 0.088987838408487, 0.277346153846151, 0.245952027842831, 0.551500000000001, 0.478471230949315, 1.10932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 600, '2021-05-23 00:00:00', 0.0713580381974269, 0.173519230769229, 0.0692449748246171, 0.201557692307694, 0.10311449200543, 0.270961538461538, 0.249520247367132, 0.559923076923079, 0.471615363568496, 1.11413461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 615, '2021-05-23 00:00:00', 0.0466636738967065, 0.12496153846154, 0.085723419293589, 0.202230769230766, 0.10245352604962, 0.275249999999996, 0.271104104330082, 0.573346153846155, 0.468342144820838, 1.12126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 630, '2021-05-23 00:00:00', 0.0845121566130225, 0.160730769230765, 0.107559502315978, 0.208442307692305, 0.112397503736308, 0.303326923076918, 0.27255038278059, 0.566365384615385, 0.476247398943026, 1.12875 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 645, '2021-05-23 00:00:00', 0.0563843813616692, 0.141038461538464, 0.0660391637882112, 0.205634615384614, 0.109838246456396, 0.297596153846152, 0.268266053358632, 0.560346153846158, 0.479322904249795, 1.12455769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 660, '2021-05-23 00:00:00', 0.0420998675313091, 0.142326923076921, 0.0868948524632798, 0.216653846153843, 0.10428271668882, 0.307749999999999, 0.261593284582121, 0.556942307692309, 0.467711924816316, 1.11923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 675, '2021-05-23 00:00:00', 0.0771532241711235, 0.151999999999998, 0.0832693497956162, 0.214230769230766, 0.147645948653683, 0.303884615384615, 0.254736510173522, 0.542019230769231, 0.45453706796459, 1.11261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 690, '2021-05-23 00:00:00', 0.0552163890107352, 0.138519230769228, 0.0805341136509175, 0.20678846153846, 0.138839553220474, 0.285692307692309, 0.261226465263084, 0.532384615384614, 0.446223633567121, 1.10936538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 705, '2021-05-23 00:00:00', 0.0607284909691083, 0.140019230769232, 0.136175458084839, 0.199153846153845, 0.139944472504688, 0.263653846153846, 0.263846251850176, 0.53626923076923, 0.448432314161918, 1.12459615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 720, '2021-05-23 00:00:00', 0.0922482541006369, 0.145403846153845, 0.0975619349636216, 0.202865384615386, 0.151528277381335, 0.256326923076925, 0.276251154539883, 0.546403846153846, 0.443922478072985, 1.12844230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 735, '2021-05-23 00:00:00', 0.0694180784478027, 0.133519230769232, 0.0754607208063637, 0.167903846153849, 0.148965158549037, 0.264461538461541, 0.27114502860732, 0.552942307692307, 0.431680908239477, 1.12394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 750, '2021-05-23 00:00:00', 0.0334995350139945, 0.114826923076924, 0.11511203238585, 0.176000000000003, 0.169510870992441, 0.277153846153848, 0.25851344333442, 0.537096153846154, 0.412775481904553, 1.10896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 765, '2021-05-23 00:00:00', 0.0952365718376354, 0.125269230769229, 0.106181702030784, 0.195923076923075, 0.148437275020073, 0.275769230769231, 0.249162674695751, 0.527961538461541, 0.410241516107842, 1.10480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 780, '2021-05-23 00:00:00', 0.0638760488398004, 0.146480769230768, 0.116162068481267, 0.195115384615384, 0.135050144533291, 0.265692307692307, 0.245563635023912, 0.538326923076925, 0.39929310855368, 1.10205769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 795, '2021-05-23 00:00:00', 0.0756119267148936, 0.12578846153846, 0.0733754648786242, 0.172326923076922, 0.113425300732045, 0.25432692307692, 0.239954724094749, 0.534519230769232, 0.40402642383122, 1.08163461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 810, '2021-05-23 00:00:00', 0.0461103192188219, 0.128192307692308, 0.0785907217072196, 0.177807692307693, 0.101564651634017, 0.251961538461536, 0.235917981184469, 0.547423076923079, 0.406292435890132, 1.08021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 825, '2021-05-23 00:00:00', 0.0508186822097783, 0.126961538461539, 0.0973838025546393, 0.185749999999997, 0.109687025037327, 0.24978846153846, 0.216472780310563, 0.546730769230769, 0.407956346175192, 1.08509615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 840, '2021-05-23 00:00:00', 0.0790275049489874, 0.128557692307689, 0.0779068600712071, 0.170173076923073, 0.108209682490137, 0.241153846153844, 0.215615684637133, 0.577788461538462, 0.406111617851354, 1.08161538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 855, '2021-05-23 00:00:00', 0.0404717755403064, 0.113769230769226, 0.0697405659459559, 0.174057692307693, 0.106863984362581, 0.238865384615384, 0.256161707490827, 0.606403846153845, 0.402891457037555, 1.07738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 870, '2021-05-23 00:00:00', 0.0679263968175578, 0.12765384615385, 0.0873022710956723, 0.173557692307693, 0.183408652593475, 0.261576923076921, 0.253570223925325, 0.612538461538463, 0.400155370305852, 1.07290384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 885, '2021-05-23 00:00:00', 0.0615983391384508, 0.126846153846153, 0.0629746011072368, 0.177596153846155, 0.166908339654297, 0.267076923076925, 0.245308375002068, 0.607326923076924, 0.393774102070637, 1.06778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 900, '2021-05-23 00:00:00', 0.0499721961155919, 0.132403846153844, 0.170567776964061, 0.20255769230769, 0.177286284123903, 0.277057692307692, 0.232935088349988, 0.608846153846153, 0.391302515767727, 1.06267307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 915, '2021-05-23 00:00:00', 0.165951768943222, 0.14798076923077, 0.162716189918332, 0.199538461538463, 0.19559100282123, 0.290596153846154, 0.240083748208511, 0.608615384615385, 0.393148420300291, 1.06509615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 930, '2021-05-23 00:00:00', 0.0540661596137974, 0.136519230769228, 0.0852378662693628, 0.187076923076919, 0.155604840986588, 0.266942307692308, 0.232666887168364, 0.596096153846153, 0.398259438055144, 1.066 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 945, '2021-05-23 00:00:00', 0.0562373438753429, 0.129173076923079, 0.105752614079344, 0.199153846153845, 0.117929752558298, 0.269057692307694, 0.223886867894, 0.57348076923077, 0.393649138974525, 1.06773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 960, '2021-05-23 00:00:00', 0.0815323178019223, 0.144673076923075, 0.0954969290686281, 0.18321153846154, 0.120277454885967, 0.310115384615387, 0.216974770777265, 0.563365384615385, 0.395828729959736, 1.08178846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 975, '2021-05-23 00:00:00', 0.0414208838073867, 0.117480769230772, 0.0726758795030252, 0.198211538461544, 0.120433690660685, 0.321923076923083, 0.212685683580255, 0.551000000000003, 0.391349625802023, 1.10298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 990, '2021-05-23 00:00:00', 0.0553269860431134, 0.158153846153849, 0.0931948166270692, 0.249923076923078, 0.0948466637019143, 0.328480769230772, 0.213703746232596, 0.536634615384617, 0.420282703848073, 1.11936538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1005, '2021-05-23 00:00:00', 0.0521497842756773, 0.158999999999997, 0.0789588427356537, 0.218826923076922, 0.08637957602261, 0.297865384615387, 0.204035544603235, 0.518711538461541, 0.43385737819632, 1.12323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1020, '2021-05-23 00:00:00', 0.0627785025674836, 0.156903846153847, 0.0758621345701415, 0.225288461538464, 0.123295068215047, 0.34192307692308, 0.188213405882381, 0.500384615384618, 0.426605123215657, 1.11836538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1035, '2021-05-23 00:00:00', 0.0628020975886816, 0.158711538461538, 0.0645527601745554, 0.223173076923078, 0.192751174794385, 0.376653846153843, 0.177094130771875, 0.485634615384616, 0.454922167476525, 1.12853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1050, '2021-05-23 00:00:00', 0.0490570037342705, 0.140480769230769, 0.11993014152478, 0.249673076923077, 0.180895924179116, 0.345846153846153, 0.162733297618667, 0.448884615384616, 0.443553360331696, 1.10928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1065, '2021-05-23 00:00:00', 0.0978864825271527, 0.188211538461541, 0.170877319915605, 0.266038461538459, 0.167569370250521, 0.305576923076924, 0.14962838583021, 0.413576923076927, 0.450588197206207, 1.09121153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1080, '2021-05-23 00:00:00', 0.159342287593047, 0.182730769230766, 0.157621147546409, 0.219384615384617, 0.148683101310759, 0.253230769230768, 0.137357265776292, 0.364538461538465, 0.441565085367249, 1.07823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1095, '2021-05-23 00:00:00', 0.0665405255349065, 0.125692307692307, 0.0897128003044259, 0.163942307692308, 0.0899765268534824, 0.211346153846156, 0.101516182870592, 0.324346153846156, 0.438877180997144, 1.0585 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1110, '2021-05-23 00:00:00', 0.0644908818838294, 0.115576923076925, 0.0747167291534116, 0.152519230769233, 0.0854382818179299, 0.203000000000004, 0.0979012709118424, 0.30817307692308, 0.437839080467486, 1.05240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1125, '2021-05-23 00:00:00', 0.0507330115559712, 0.109961538461536, 0.0518053902749357, 0.147038461538462, 0.081011416574358, 0.19448076923077, 0.10606410978562, 0.295653846153847, 0.438373106365588, 1.04609615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1140, '2021-05-23 00:00:00', 0.0351847213344783, 0.103730769230773, 0.0484679949911479, 0.132057692307696, 0.0756942839016568, 0.182730769230769, 0.108692289727259, 0.275923076923079, 0.417843058502185, 1.03430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1155, '2021-05-23 00:00:00', 0.0341581840627061, 0.0896923076923096, 0.0555743749748592, 0.133365384615386, 0.074352166178159, 0.180230769230768, 0.111842927289197, 0.261596153846153, 0.412704450498827, 1.03071153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1170, '2021-05-23 00:00:00', 0.0395333209019724, 0.0972884615384609, 0.0608470118095673, 0.132173076923076, 0.0748592653943669, 0.170480769230768, 0.106436230456771, 0.257865384615382, 0.41145430440741, 1.03126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1185, '2021-05-23 00:00:00', 0.0480345068274231, 0.0809230769230753, 0.0511046324860873, 0.116288461538464, 0.0578307111649669, 0.147634615384617, 0.114450105017261, 0.240442307692303, 0.412154007809999, 1.02838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1200, '2021-05-23 00:00:00', 0.0302649327414764, 0.0841153846153894, 0.0373830689771944, 0.108076923076925, 0.0462500228690161, 0.140269230769232, 0.124713537911736, 0.249442307692306, 0.410962438860105, 1.02861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1215, '2021-05-23 00:00:00', 0.0272981613920159, 0.0694807692307681, 0.0434378114266624, 0.0987884615384605, 0.0423608491234713, 0.135192307692306, 0.122831768942482, 0.269211538461536, 0.407766796097966, 1.025 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1230, '2021-05-23 00:00:00', 0.0360474473650817, 0.0774615384615388, 0.0387110598388402, 0.105884615384615, 0.059022994215425, 0.140576923076922, 0.115446226243422, 0.266365384615384, 0.401294300214463, 1.02265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1245, '2021-05-23 00:00:00', 0.0274750866170705, 0.076096153846157, 0.0329075920629977, 0.0979807692307708, 0.0531158965050814, 0.128961538461543, 0.107053999673782, 0.255326923076923, 0.395259299506228, 1.01542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1260, '2021-05-23 00:00:00', 0.0247386648479962, 0.0691923076923058, 0.0442785457686332, 0.0965192307692309, 0.0447283295187606, 0.128288461538464, 0.109354736804305, 0.25203846153846, 0.393428322080888, 1.01526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1275, '2021-05-23 00:00:00', 0.040908514253902, 0.0704423076923057, 0.0399743186789518, 0.0936153846153878, 0.0516209297147531, 0.135903846153847, 0.104238375112784, 0.253673076923078, 0.390299628983442, 1.01359615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1290, '2021-05-23 00:00:00', 0.0336321274973804, 0.0710000000000045, 0.0345375826511458, 0.0997692307692349, 0.0593091898444137, 0.137500000000004, 0.0983335473704754, 0.260442307692309, 0.387799972725826, 1.00832692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1305, '2021-05-23 00:00:00', 0.0234082579117193, 0.0754423076923055, 0.0386605941297012, 0.109307692307691, 0.0611755387263725, 0.134442307692306, 0.0911718917548254, 0.260576923076923, 0.387760447461293, 1.00626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1320, '2021-05-23 00:00:00', 0.0356073242249613, 0.0798076923076908, 0.0510303981805149, 0.0973076923076934, 0.0667242430858868, 0.12026923076923, 0.0924377545245361, 0.256038461538462, 0.384230612343078, 1.00428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1335, '2021-05-23 00:00:00', 0.0312188306093568, 0.0636538461538495, 0.0355443168669588, 0.0800384615384622, 0.0547537986037395, 0.111961538461536, 0.0842489739722968, 0.24898076923077, 0.382682503971833, 1.00032692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1350, '2021-05-23 00:00:00', 0.0174384742628346, 0.0514038461538462, 0.035994935541202, 0.0823461538461535, 0.0479489993478614, 0.113057692307692, 0.0832532558845858, 0.251269230769231, 0.380799351566995, 0.999615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1365, '2021-05-23 00:00:00', 0.036291326575579, 0.0749038461538458, 0.0437272842126675, 0.0921538461538434, 0.0555179562082232, 0.118711538461536, 0.0924495558919292, 0.262096153846155, 0.38020388659851, 1.00015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1380, '2021-05-23 00:00:00', 0.0324210757663324, 0.0706153846153818, 0.0386450315246104, 0.0900384615384608, 0.0630181323112614, 0.122749999999996, 0.105993650027505, 0.275423076923077, 0.375752453802312, 1.00005769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1395, '2021-05-23 00:00:00', 0.0399109778613077, 0.0606153846153833, 0.043514864834192, 0.0807884615384609, 0.0550881007673503, 0.167673076923071, 0.152122907039518, 0.303673076923078, 0.37276051086661, 0.99996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1410, '2021-05-23 00:00:00', 0.0277943062791371, 0.0542115384615388, 0.0435210338183192, 0.0909038461538424, 0.0483314239233789, 0.166057692307689, 0.282289955269668, 0.347826923076925, 0.371941122305044, 0.999038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1425, '2021-05-23 00:00:00', 0.028539210543766, 0.0694423076923053, 0.0468375260464697, 0.146923076923076, 0.044494787940233, 0.159384615384615, 0.282399338771284, 0.362057692307694, 0.370980627733907, 0.999115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 0, '2021-05-23 00:00:00', 0.0473761056294773, 0.12634615384615, 0.0459700947941644, 0.14301923076923, 0.045283534110519, 0.15553846153846, 0.286354826288048, 0.376442307692311, 0.37043568994444, 0.998403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 15, '2021-05-23 00:00:00', 0.0467675470977307, 0.0752115384615396, 0.0441962232984478, 0.0966153846153846, 0.0391659241609969, 0.136480769230771, 0.282139338189209, 0.36311538461539, 0.361131020332169, 0.99242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 30, '2021-05-23 00:00:00', 0.0347113592580085, 0.0694615384615389, 0.0340558590915244, 0.088192307692309, 0.0677868378419902, 0.151846153846156, 0.282051182616531, 0.361519230769236, 0.368207840554968, 0.998423076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 45, '2021-05-23 00:00:00', 0.028564724076006, 0.0637884615384628, 0.0365944720499648, 0.108346153846155, 0.0551078941713448, 0.150500000000007, 0.282161871163451, 0.355807692307696, 0.366438690432865, 0.99492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 60, '2021-05-23 00:00:00', 0.030850632707639, 0.085307692307693, 0.0590772896623265, 0.118884615384617, 0.063049333553483, 0.144961538461543, 0.28315699640903, 0.350230769230771, 0.363251364548231, 0.992923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 75, '2021-05-23 00:00:00', 0.0408246720275121, 0.0674230769230797, 0.0423616708103714, 0.0926346153846221, 0.0586369665497314, 0.131576923076924, 0.285435658922662, 0.337153846153848, 0.35732367141549, 0.985884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 90, '2021-05-23 00:00:00', 0.0263300427999298, 0.0668653846153874, 0.0337481680414476, 0.0913269230769257, 0.0607246781668015, 0.135942307692304, 0.275517406960906, 0.333192307692307, 0.353064208586221, 0.981653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 105, '2021-05-23 00:00:00', 0.0234482408721821, 0.0600000000000023, 0.030878446553194, 0.0974615384615349, 0.0640292000694874, 0.136538461538459, 0.257830642834813, 0.330096153846153, 0.347492040860704, 0.97596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 120, '2021-05-23 00:00:00', 0.02049003510152, 0.0791923076923065, 0.0437941030452532, 0.104211538461536, 0.0740443759875411, 0.160480769230768, 0.250183932337788, 0.326000000000001, 0.345507114476454, 0.973115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 135, '2021-05-23 00:00:00', 0.0359304028109064, 0.0670769230769209, 0.0449589214215033, 0.102269230769229, 0.117183163663363, 0.183076923076927, 0.25247240519434, 0.318846153846157, 0.346078919967907, 0.967673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 150, '2021-05-23 00:00:00', 0.0227207208038468, 0.0728653846153833, 0.0535276528103433, 0.11748076923077, 0.252111086626508, 0.218000000000005, 0.250266025384064, 0.309788461538463, 0.346339031874836, 0.967250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 165, '2021-05-23 00:00:00', 0.0367441308761835, 0.0871346153846166, 0.0955021485863832, 0.147096153846157, 0.237367154749441, 0.222884615384619, 0.232452178704814, 0.305153846153846, 0.341187189767636, 0.966538461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 180, '2021-05-23 00:00:00', 0.0798520169775622, 0.116769230769232, 0.218293585831979, 0.178480769230772, 0.226712006400527, 0.223076923076926, 0.214316825140865, 0.298692307692307, 0.336862439968508, 0.961788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 195, '2021-05-23 00:00:00', 0.154504642698479, 0.11673076923077, 0.149360324512442, 0.155442307692309, 0.152104853763651, 0.203557692307694, 0.141728061658722, 0.269711538461536, 0.32512648248856, 0.942519230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 210, '2021-05-23 00:00:00', 0.0341127542130561, 0.089500000000001, 0.0605342496824358, 0.121153846153849, 0.0730422559471328, 0.166365384615384, 0.0843231604282914, 0.24584615384615, 0.325142674600171, 0.937173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 225, '2021-05-23 00:00:00', 0.0536538800661594, 0.0936730769230776, 0.0701060186157637, 0.137923076923075, 0.0725076972041337, 0.164115384615383, 0.0895146163397998, 0.246942307692303, 0.325111505723567, 0.936634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 240, '2021-05-23 00:00:00', 0.0466966149325013, 0.0944230769230752, 0.0563272170856636, 0.120846153846156, 0.0542192309056482, 0.150250000000001, 0.0984189709667492, 0.241923076923073, 0.326707154803806, 0.937750000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 255, '2021-05-23 00:00:00', 0.0357392479796878, 0.0764230769230789, 0.0340550515850647, 0.0979423076923102, 0.0404337872805164, 0.136365384615387, 0.0958187812808852, 0.244173076923073, 0.327367225581019, 0.935096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 270, '2021-05-23 00:00:00', 0.0295372060029625, 0.0700576923076929, 0.0285481779022476, 0.101461538461538, 0.0396554584466657, 0.134846153846149, 0.0862938806993533, 0.243576923076919, 0.32925722467396, 0.938000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 285, '2021-05-23 00:00:00', 0.0232168788069912, 0.0712884615384581, 0.0272013574321918, 0.0955769230769181, 0.0478811509404744, 0.136230769230762, 0.0823385716697571, 0.244596153846148, 0.333560752164603, 0.939846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 300, '2021-05-23 00:00:00', 0.0233660832437496, 0.0690769230769217, 0.0331032708121348, 0.0969423076923044, 0.0534935977477642, 0.129749999999996, 0.0912350894034807, 0.247692307692304, 0.329965912575131, 0.940788461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 315, '2021-05-23 00:00:00', 0.0282819934560172, 0.0691346153846148, 0.038735657395301, 0.0983653846153826, 0.061502598444165, 0.121980769230768, 0.124859367043334, 0.288807692307692, 0.331006895698565, 0.939250000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 330, '2021-05-23 00:00:00', 0.026714106040415, 0.0692115384615361, 0.0425269733409086, 0.0902884615384592, 0.0572138935520423, 0.111980769230769, 0.125531750504071, 0.302903846153846, 0.33181311526451, 0.937788461538466 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 345, '2021-05-23 00:00:00', 0.0386458127894057, 0.0623269230769239, 0.0537984700954892, 0.0868461538461564, 0.0542441347414285, 0.119115384615386, 0.139182250470936, 0.324173076923077, 0.329376570204986, 0.939250000000005 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 360, '2021-05-23 00:00:00', 0.028342201477928, 0.0654038461538485, 0.0284547954590339, 0.0831538461538508, 0.0394870037042381, 0.115211538461539, 0.170642712661914, 0.356846153846156, 0.331871845052367, 0.933192307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 375, '2021-05-23 00:00:00', 0.0194995857944192, 0.0564230769230807, 0.0297881494247921, 0.0819230769230789, 0.0411498060561836, 0.111057692307692, 0.17671386367624, 0.380480769230769, 0.331925849573945, 0.932519230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 390, '2021-05-23 00:00:00', 0.0237223442219475, 0.0629807692307688, 0.0315671506474701, 0.0817499999999984, 0.0447221550671038, 0.119365384615382, 0.18017251561938, 0.408653846153847, 0.331925849573945, 0.932519230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 405, '2021-05-23 00:00:00', 0.026442746569783, 0.0556730769230766, 0.0390215768714965, 0.0837115384615386, 0.0547344639003752, 0.117307692307692, 0.180973546728202, 0.422730769230772, 0.331925849573945, 0.932519230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 420, '2021-05-23 00:00:00', 0.0302540016425014, 0.062230769230769, 0.0326414613643423, 0.0852499999999999, 0.0648573938611539, 0.119192307692308, 0.174864806020582, 0.446403846153847, 0.3306887503611, 0.933019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 435, '2021-05-23 00:00:00', 0.0156046344200887, 0.0607692307692334, 0.0371432569716452, 0.0881923076923101, 0.0602729592386549, 0.137019230769231, 0.168679665684352, 0.458519230769228, 0.326794301334365, 0.937653846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 450, '2021-05-23 00:00:00', 0.0379501140162468, 0.066634615384616, 0.0560671609630883, 0.0899423076923103, 0.0614357481751928, 0.140634615384615, 0.177318769885891, 0.473384615384613, 0.326348474086309, 0.939057692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 465, '2021-05-23 00:00:00', 0.0336842179434447, 0.0660576923076967, 0.0400836049353775, 0.10915384615385, 0.0473263668582371, 0.143750000000002, 0.183365999071216, 0.499980769230769, 0.325428432401635, 0.938730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 480, '2021-05-23 00:00:00', 0.0385795332348052, 0.0915961538461545, 0.0441412113388579, 0.114442307692306, 0.06019455955483, 0.156249999999996, 0.185900098274483, 0.507557692307692, 0.323073621045396, 0.941730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 495, '2021-05-23 00:00:00', 0.0280820021749498, 0.0733269230769207, 0.0423806605023488, 0.109096153846152, 0.106338279163173, 0.208519230769229, 0.188259237182712, 0.510096153846153, 0.318712653317397, 0.940846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 510, '2021-05-23 00:00:00', 0.0299188903537588, 0.0789999999999968, 0.0446802701252094, 0.116442307692303, 0.100151333567683, 0.218480769230767, 0.190568833717939, 0.521096153846155, 0.319050364965494, 0.940346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 525, '2021-05-23 00:00:00', 0.0281975790013681, 0.0777884615384597, 0.0743688003233809, 0.16603846153846, 0.0999966307124703, 0.226384615384615, 0.190242125077086, 0.518615384615384, 0.320525473006675, 0.938673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 540, '2021-05-23 00:00:00', 0.0709161151263624, 0.147846153846153, 0.0765614810764231, 0.185903846153843, 0.147145490534421, 0.266346153846155, 0.191290499985271, 0.532346153846154, 0.320950338837646, 0.945500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 555, '2021-05-23 00:00:00', 0.0576263694981598, 0.10653846153846, 0.0695669793464158, 0.157269230769232, 0.162403585598915, 0.265730769230771, 0.192488441211414, 0.525500000000002, 0.322367251152137, 0.94723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 570, '2021-05-23 00:00:00', 0.0524720914831449, 0.108903846153846, 0.142836641495962, 0.184384615384618, 0.167389467548451, 0.303423076923078, 0.197450157293898, 0.525769230769232, 0.327379183234647, 0.94948076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 585, '2021-05-23 00:00:00', 0.143077676590241, 0.144307692307695, 0.156686615205688, 0.212346153846152, 0.160010355434121, 0.305423076923078, 0.184214470533251, 0.531365384615385, 0.338114723361532, 0.957115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 600, '2021-05-23 00:00:00', 0.0680230390834913, 0.159923076923074, 0.0977393393753961, 0.232538461538461, 0.11469367395874, 0.304826923076923, 0.151871075131304, 0.513788461538464, 0.318964825646965, 0.937000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 615, '2021-05-23 00:00:00', 0.0558662138161702, 0.153423076923074, 0.0738560450106508, 0.197653846153844, 0.102056650934663, 0.272999999999997, 0.131710591829207, 0.496500000000002, 0.323325909047724, 0.944288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 630, '2021-05-23 00:00:00', 0.0555881178504334, 0.133826923076922, 0.09382675729564, 0.209596153846155, 0.098472971691962, 0.276384615384615, 0.130019359505244, 0.48342307692308, 0.332359001914866, 0.954884615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 645, '2021-05-23 00:00:00', 0.0549978321251095, 0.146192307692307, 0.0581324383164427, 0.195096153846152, 0.0831227012406263, 0.288211538461539, 0.128108451651776, 0.468153846153849, 0.330064024674936, 0.968096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 660, '2021-05-23 00:00:00', 0.0461042672812215, 0.136711538461539, 0.0731341470281738, 0.19571153846154, 0.0850766102720634, 0.278019230769233, 0.129089541076669, 0.454480769230774, 0.363153195582168, 0.979788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 675, '2021-05-23 00:00:00', 0.050115405277756, 0.130576923076925, 0.0766395860756404, 0.196615384615387, 0.0864042733985931, 0.258461538461542, 0.132684815953506, 0.45440384615385, 0.380388412830074, 0.982769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 690, '2021-05-23 00:00:00', 0.0492782367316901, 0.143269230769233, 0.0630602398199848, 0.191076923076926, 0.0800139987752201, 0.261000000000002, 0.122326085336884, 0.456365384615387, 0.388323893359453, 0.978615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 705, '2021-05-23 00:00:00', 0.0456884600814642, 0.126346153846153, 0.0722637264043741, 0.182615384615389, 0.077661189693537, 0.246096153846154, 0.128433528153073, 0.474865384615385, 0.388946101170049, 0.977519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 720, '2021-05-23 00:00:00', 0.0617356897152342, 0.129653846153849, 0.0742654801267876, 0.181692307692306, 0.0715808956033978, 0.224730769230769, 0.168747845570292, 0.495346153846153, 0.41930[...];
Date: 2021-05-23 15:28:37 Duration: 15s837ms Database: acaweb_fx User: pgperfstats
11 32s735ms 89 50ms 1s404ms 367ms (( 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 #11
Day Hour Count Duration Avg duration May 23 15 89 32s735ms 367ms [ User: postgres - Total duration: 32s735ms - Times executed: 89 ]
-
(( 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 15:06:31 Duration: 1s404ms 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 15:01:29 Duration: 1s402ms 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 15:16:36 Duration: 1s365ms Database: acaweb_fx User: postgres Bind query: yes
12 32s146ms 2 14s588ms 17s557ms 16s73ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symboli[...];Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration May 23 15 2 32s146ms 16s73ms [ User: pgperfstats - Total duration: 32s146ms - 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 982605, 1, 945, '2021-05-23 00:00:00', 0.0198282238624277, 0.0594615384615376, 0.0246837224471148, 0.0883846153846155, 0.0359057794790768, 0.127750000000001, 0.107794055780172, 0.281538461538462, 0.321757053595507, 0.646307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 960, '2021-05-23 00:00:00', 0.0253445184484656, 0.0687692307692306, 0.0273682016496951, 0.0860384615384624, 0.0492873364918574, 0.148807692307693, 0.107627498630874, 0.280538461538461, 0.320547476382805, 0.653230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 975, '2021-05-23 00:00:00', 0.0183080898470075, 0.0538846153846163, 0.0327585338264942, 0.0943076923076928, 0.0458731360971168, 0.152769230769232, 0.0958042093984487, 0.271942307692308, 0.320640263319407, 0.663961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 990, '2021-05-23 00:00:00', 0.037053121948818, 0.083076923076924, 0.0457151085949306, 0.121634615384616, 0.0532735899354973, 0.157653846153847, 0.0989630486595898, 0.268249999999999, 0.320298257638336, 0.667423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1005, '2021-05-23 00:00:00', 0.027795074273084, 0.081884615384615, 0.0396864634934309, 0.119153846153846, 0.0387773327920002, 0.149692307692308, 0.0911538197013942, 0.255673076923076, 0.318353224240961, 0.673846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1020, '2021-05-23 00:00:00', 0.0431043456670518, 0.0887307692307671, 0.0424069524416079, 0.111519230769229, 0.0589796444677175, 0.167038461538461, 0.0946592918759791, 0.252807692307691, 0.316238377104751, 0.679134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1035, '2021-05-23 00:00:00', 0.0265636897923593, 0.0779807692307688, 0.0303849406019574, 0.105730769230771, 0.0706941407647164, 0.169307692307692, 0.0998392014884254, 0.245615384615384, 0.31846225292562, 0.675942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1050, '2021-05-23 00:00:00', 0.0303209244835719, 0.0795384615384636, 0.0492875588920621, 0.125288461538462, 0.0606401396639354, 0.156442307692308, 0.094277628066505, 0.236365384615383, 0.31957929135277, 0.677788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1065, '2021-05-23 00:00:00', 0.04235333062918, 0.0892692307692301, 0.0589448144780037, 0.118634615384615, 0.0653118201105574, 0.150076923076924, 0.0981075097102079, 0.226711538461537, 0.318883897367051, 0.671999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1080, '2021-05-23 00:00:00', 0.0334252840733584, 0.0734807692307692, 0.0306412554974763, 0.0954423076923076, 0.0606018056344363, 0.138673076923077, 0.0957271041113139, 0.217538461538461, 0.317942822629382, 0.667961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1095, '2021-05-23 00:00:00', 0.0260184623799209, 0.0604038461538454, 0.0449464852737299, 0.0870576923076899, 0.0651804389014434, 0.12351923076923, 0.0887372807787122, 0.216749999999999, 0.318389041172056, 0.667307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1110, '2021-05-23 00:00:00', 0.0290050194595053, 0.0623653846153845, 0.0464682025276868, 0.0924230769230766, 0.0634326929781628, 0.115942307692308, 0.0844839561464419, 0.215673076923078, 0.318389041172056, 0.667307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1125, '2021-05-23 00:00:00', 0.0422015356993638, 0.0614807692307676, 0.0548563999491854, 0.0827692307692292, 0.0607018850296601, 0.102326923076922, 0.0814284867938641, 0.211461538461539, 0.318091143203666, 0.668153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1140, '2021-05-23 00:00:00', 0.0304158928598459, 0.0509423076923077, 0.0390014250232761, 0.0683653846153847, 0.0333847328073094, 0.0890961538461535, 0.0797484506721941, 0.207846153846155, 0.318381122000274, 0.671326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1155, '2021-05-23 00:00:00', 0.0255336053075172, 0.0467500000000013, 0.0260428714593116, 0.060865384615385, 0.0629246069025954, 0.0991153846153856, 0.0793108102050695, 0.206769230769231, 0.316962337607386, 0.674711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1170, '2021-05-23 00:00:00', 0.0166022704656725, 0.0426538461538459, 0.0232722019717809, 0.0608461538461536, 0.0633806328099096, 0.0957692307692306, 0.0787902693132939, 0.207442307692308, 0.316726212755045, 0.674076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1185, '2021-05-23 00:00:00', 0.0230711691544634, 0.0466730769230751, 0.0645758975041115, 0.079942307692309, 0.0637672209017958, 0.101038461538462, 0.0759082771406484, 0.204942307692307, 0.315631904037208, 0.673173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1200, '2021-05-23 00:00:00', 0.0661554114304979, 0.0610384615384633, 0.0654330926625408, 0.0739807692307699, 0.0665566271334761, 0.101269230769232, 0.0759775599462404, 0.20148076923077, 0.317658762849987, 0.66801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1215, '2021-05-23 00:00:00', 0.0153767181654101, 0.0352115384615377, 0.0231357199685138, 0.0568076923076914, 0.0734843494588098, 0.09701923076923, 0.0800518197554176, 0.194576923076924, 0.318482642927607, 0.669576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1230, '2021-05-23 00:00:00', 0.0229342203167741, 0.043038461538461, 0.0399084770250815, 0.0669423076923076, 0.0724339699312407, 0.101999999999998, 0.0822578053345793, 0.198057692307693, 0.316569895672589, 0.669673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1245, '2021-05-23 00:00:00', 0.0270256075146988, 0.045788461538461, 0.0613036703632006, 0.0694999999999984, 0.0613704764900467, 0.0938461538461521, 0.0770327827316702, 0.193519230769233, 0.31569543319228, 0.669057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1260, '2021-05-23 00:00:00', 0.0611348603813409, 0.0503653846153841, 0.0615782304190234, 0.068461538461538, 0.0644762717236697, 0.101480769230771, 0.0737306010992817, 0.189692307692311, 0.315948094568615, 0.668461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1275, '2021-05-23 00:00:00', 0.0230812611307247, 0.0392307692307696, 0.0280744614305502, 0.0561538461538459, 0.0497014974236578, 0.107826923076925, 0.0656482936681408, 0.182961538461541, 0.315821625045141, 0.661826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1290, '2021-05-23 00:00:00', 0.0177348093177923, 0.0387884615384598, 0.0259456829075361, 0.06546153846154, 0.046027704867662, 0.108519230769231, 0.0689025845222525, 0.181384615384616, 0.314284964397207, 0.662826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1305, '2021-05-23 00:00:00', 0.0235869993526438, 0.0514423076923101, 0.0459296619425165, 0.0840769230769239, 0.0437455096596743, 0.109519230769232, 0.0757609804176671, 0.183615384615385, 0.316854312554864, 0.664653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1320, '2021-05-23 00:00:00', 0.0468069028439838, 0.0671153846153864, 0.0463269484624891, 0.0841153846153862, 0.0448361976017656, 0.10373076923077, 0.0746115272595322, 0.1825, 0.317989623076941, 0.665903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1335, '2021-05-23 00:00:00', 0.023630269050194, 0.0405192307692313, 0.0252599789877487, 0.0610576923076953, 0.0277388993736525, 0.084057692307693, 0.078669887211347, 0.182365384615384, 0.313445930191869, 0.663634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1350, '2021-05-23 00:00:00', 0.0176506264870281, 0.0447307692307735, 0.0230498122802304, 0.0594230769230803, 0.0214926821177671, 0.0791538461538464, 0.0843941849983644, 0.18996153846154, 0.313717222008318, 0.664653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1365, '2021-05-23 00:00:00', 0.0153807196990757, 0.0405576923076925, 0.015943699020664, 0.057307692307691, 0.0174225318304953, 0.0682307692307676, 0.0826472415659557, 0.193557692307692, 0.318053276258023, 0.666057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1380, '2021-05-23 00:00:00', 0.0144224184465064, 0.0423846153846133, 0.0173772729559219, 0.0520192307692283, 0.0181392901226553, 0.0690769230769217, 0.0836940582396117, 0.204653846153846, 0.333161219924436, 0.670461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1395, '2021-05-23 00:00:00', 0.0117108266804046, 0.0302884615384613, 0.0126879712871935, 0.0422307692307676, 0.0400869871462241, 0.105942307692307, 0.133515161916309, 0.227538461538461, 0.329006551840303, 0.668865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1410, '2021-05-23 00:00:00', 0.0113894012809491, 0.0309615384615376, 0.0185902786837248, 0.0484615384615392, 0.0490156489924788, 0.115423076923078, 0.138739806278348, 0.239076923076922, 0.328908199140031, 0.668711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1425, '2021-05-23 00:00:00', 0.0173523330286878, 0.0397884615384624, 0.0400087298166073, 0.0995384615384619, 0.0521543751391366, 0.116673076923078, 0.143790954032367, 0.246961538461537, 0.32809440714526, 0.6695 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 0, '2021-05-23 00:00:00', 0.037717879865368, 0.0774615384615399, 0.0455068253545138, 0.0981346153846166, 0.0491502914929916, 0.109134615384617, 0.14887298148215, 0.254730769230769, 0.321977244776469, 0.671884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 15, '2021-05-23 00:00:00', 0.04178750273246, 0.0716538461538467, 0.0502874697651874, 0.0859807692307698, 0.0493381737057157, 0.110846153846155, 0.146857502885777, 0.263115384615384, 0.315094840423542, 0.669961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 30, '2021-05-23 00:00:00', 0.0362577737022876, 0.0501153846153856, 0.0407901996148017, 0.0720961538461565, 0.0503694237226705, 0.114326923076922, 0.153173427350027, 0.276673076923077, 0.313868745840334, 0.668980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 45, '2021-05-23 00:00:00', 0.0283471406779483, 0.050403846153848, 0.0388528189255481, 0.0816923076923086, 0.0585336983809639, 0.113923076923078, 0.155628996704934, 0.28476923076923, 0.313919718423968, 0.661480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 60, '2021-05-23 00:00:00', 0.0358395784659281, 0.0638461538461526, 0.0463761211765777, 0.0832307692307677, 0.0578164203452486, 0.110461538461537, 0.167250467401898, 0.290326923076922, 0.315283808654994, 0.655999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 75, '2021-05-23 00:00:00', 0.0279627499473033, 0.0458461538461525, 0.037188190846848, 0.0673076923076923, 0.0469003895342189, 0.101442307692308, 0.152228820681742, 0.278576923076923, 0.30383261079847, 0.644346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 90, '2021-05-23 00:00:00', 0.0185321342537767, 0.0465000000000001, 0.0257924332970856, 0.0634807692307685, 0.04349815645961, 0.101480769230771, 0.138550374066064, 0.285615384615386, 0.287431102781437, 0.637673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 105, '2021-05-23 00:00:00', 0.0184758886535512, 0.0439615384615374, 0.0278270482693473, 0.0742307692307695, 0.0424185237113008, 0.0996346153846156, 0.142498087706469, 0.289250000000001, 0.281098962179623, 0.631942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 120, '2021-05-23 00:00:00', 0.0256426702677687, 0.0609423076923085, 0.0338699151732937, 0.0776346153846177, 0.0404989078675159, 0.108692307692309, 0.151356203654213, 0.294903846153848, 0.281956510558195, 0.628076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 135, '2021-05-23 00:00:00', 0.0214198775404092, 0.0438653846153869, 0.0225707520068304, 0.0648269230769233, 0.100488897205306, 0.124538461538462, 0.14513896921439, 0.285903846153848, 0.271904066792794, 0.619307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 150, '2021-05-23 00:00:00', 0.019956539317688, 0.0522115384615385, 0.0299163256176535, 0.078557692307693, 0.0952532171877415, 0.132653846153846, 0.142682958122059, 0.283057692307693, 0.276236612623754, 0.615884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 165, '2021-05-23 00:00:00', 0.0206847770111258, 0.0575000000000002, 0.0947140981301891, 0.101403846153846, 0.0949627376314581, 0.140192307692306, 0.136868770669628, 0.277403846153846, 0.285000502023849, 0.617384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 180, '2021-05-23 00:00:00', 0.0964855927866152, 0.0825192307692318, 0.093881252736553, 0.109519230769231, 0.0963928181174051, 0.144153846153846, 0.131958472488652, 0.273461538461538, 0.293579773590651, 0.619211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 195, '2021-05-23 00:00:00', 0.0318925359003286, 0.0669230769230756, 0.0393891287227622, 0.0952115384615362, 0.049360167684542, 0.128384615384615, 0.108656607997573, 0.250538461538461, 0.298856654602168, 0.612 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 210, '2021-05-23 00:00:00', 0.0266971980667522, 0.063403846153845, 0.0320793487369159, 0.09026923076923, 0.053600947178773, 0.136692307692308, 0.0978054210389956, 0.244596153846154, 0.297171945176526, 0.619250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 225, '2021-05-23 00:00:00', 0.0215775613507681, 0.066365384615385, 0.0389981459125344, 0.0958461538461546, 0.056346281701089, 0.142211538461538, 0.0976314675785334, 0.244711538461539, 0.293294042531748, 0.618653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 240, '2021-05-23 00:00:00', 0.0314137157697316, 0.0701923076923078, 0.0433642577032497, 0.103173076923078, 0.0603475734009628, 0.14101923076923, 0.0984018781090299, 0.236980769230769, 0.295818366829792, 0.617384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 255, '2021-05-23 00:00:00', 0.025162678407026, 0.0645961538461551, 0.0337201891134392, 0.0926346153846139, 0.0526173413941148, 0.122269230769229, 0.0881312570064574, 0.221461538461539, 0.286590227435512, 0.610961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 270, '2021-05-23 00:00:00', 0.0227977056875324, 0.0623461538461515, 0.0345486112378127, 0.0820576923076911, 0.047194654195315, 0.119346153846154, 0.0846578089450978, 0.206269230769232, 0.283069826259285, 0.608057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 285, '2021-05-23 00:00:00', 0.0285030700100888, 0.0577499999999997, 0.0329243655391255, 0.0739230769230757, 0.0470801934510103, 0.119230769230768, 0.0849768859975811, 0.200634615384616, 0.284757078658553, 0.607576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 300, '2021-05-23 00:00:00', 0.0201865149199991, 0.0503461538461521, 0.0344131012618964, 0.0848076923076917, 0.0606145101947869, 0.124673076923076, 0.0819507380170453, 0.20621153846154, 0.290128496730988, 0.608269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 315, '2021-05-23 00:00:00', 0.0310972729449919, 0.0640961538461538, 0.0399768009648672, 0.0912307692307681, 0.0600284067370161, 0.123019230769231, 0.0861428442494462, 0.207019230769232, 0.292307344179952, 0.609211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 330, '2021-05-23 00:00:00', 0.0349446650489697, 0.0600192307692299, 0.0561783321219146, 0.0872500000000001, 0.0592830628296281, 0.110692307692307, 0.0877181083839686, 0.202442307692309, 0.29447459078057, 0.60873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 345, '2021-05-23 00:00:00', 0.0357334361843141, 0.0570384615384622, 0.0358718070141665, 0.0760576923076925, 0.0343153083129879, 0.100903846153845, 0.0917985775824102, 0.205173076923079, 0.288368887684881, 0.607346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 360, '2021-05-23 00:00:00', 0.0161681667292442, 0.0500192307692297, 0.0229332476146282, 0.067923076923076, 0.0250672403439516, 0.0954423076923076, 0.0841278719934942, 0.205673076923078, 0.277397332359198, 0.608500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 375, '2021-05-23 00:00:00', 0.0132787858573796, 0.0456153846153832, 0.0208144550363805, 0.0686923076923067, 0.0281388316415917, 0.0905769230769227, 0.0896604899693168, 0.219711538461539, 0.272674813369613, 0.611923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 390, '2021-05-23 00:00:00', 0.0187936159373331, 0.0520000000000002, 0.0258751142695359, 0.0666923076923091, 0.0289456320605467, 0.0900192307692299, 0.0912044195960137, 0.222115384615384, 0.271605372666923, 0.616461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 405, '2021-05-23 00:00:00', 0.0157693958715581, 0.0424230769230762, 0.0208092157838413, 0.0602115384615368, 0.0551328744593812, 0.0954230769230756, 0.0854057014850516, 0.235076923076922, 0.271548792187447, 0.616442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 420, '2021-05-23 00:00:00', 0.0176768101020686, 0.044480769230769, 0.0206548653236588, 0.0612115384615367, 0.0518295319737265, 0.0985961538461535, 0.0813089454819361, 0.246230769230769, 0.269913428428734, 0.616673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 435, '2021-05-23 00:00:00', 0.014404339623879, 0.0412499999999986, 0.0458849229469361, 0.0731153846153845, 0.0456264135713572, 0.101019230769233, 0.0828048029078951, 0.255653846153846, 0.266333894691491, 0.619211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 450, '2021-05-23 00:00:00', 0.0411776498376711, 0.0538269230769254, 0.0420417054839587, 0.0717500000000021, 0.0395143596099501, 0.101269230769234, 0.0775507873292369, 0.258730769230769, 0.259539513072968, 0.621673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 465, '2021-05-23 00:00:00', 0.0211581317337226, 0.0474423076923074, 0.0250399757311277, 0.0684038461538465, 0.0353575799728772, 0.0964615384615383, 0.0712894560118215, 0.261442307692307, 0.256323231187018, 0.618826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 480, '2021-05-23 00:00:00', 0.0204896221386479, 0.0537307692307689, 0.0268904973206847, 0.0766730769230763, 0.0365158342893312, 0.104384615384615, 0.0748367967903881, 0.266384615384615, 0.255210589513835, 0.617750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 495, '2021-05-23 00:00:00', 0.0180172246646172, 0.0474038461538468, 0.0220553586720738, 0.0656730769230784, 0.0418387931874788, 0.10373076923077, 0.0754376869700052, 0.271269230769231, 0.251260539005906, 0.619038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 510, '2021-05-23 00:00:00', 0.0163147054948797, 0.045019230769232, 0.0240931286086683, 0.0666730769230783, 0.0427952549490476, 0.114076923076925, 0.0831829979854419, 0.276634615384617, 0.251430335970331, 0.616923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 525, '2021-05-23 00:00:00', 0.0185558305164109, 0.0458269230769255, 0.0280510523592534, 0.0806923076923098, 0.0569061170160662, 0.128884615384619, 0.0881353591838226, 0.282192307692308, 0.250767382248967, 0.617500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 540, '2021-05-23 00:00:00', 0.0194122086881899, 0.0669230769230789, 0.031920267253557, 0.0972115384615408, 0.0525442231326674, 0.138846153846156, 0.0946717750969079, 0.28875, 0.247949421020931, 0.616846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 555, '2021-05-23 00:00:00', 0.0212893978669772, 0.0609615384615393, 0.0438383218376173, 0.0949615384615388, 0.0619112671490396, 0.146749999999999, 0.12562087651097, 0.303730769230769, 0.25470376835725, 0.620519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 570, '2021-05-23 00:00:00', 0.0470740374304143, 0.0802500000000017, 0.0502611526085365, 0.110288461538463, 0.0605077776310296, 0.163134615384614, 0.152922383530387, 0.313846153846154, 0.256638230859046, 0.622807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 585, '2021-05-23 00:00:00', 0.0257853640656892, 0.0687499999999992, 0.0390836233656071, 0.120980769230769, 0.0444581090639107, 0.171711538461539, 0.152107193983512, 0.316538461538462, 0.258075853488555, 0.627384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 600, '2021-05-23 00:00:00', 0.0281733985279618, 0.0995961538461533, 0.0376564275849629, 0.125057692307691, 0.0443872122957123, 0.171730769230769, 0.153967949961621, 0.324019230769231, 0.262717930780992, 0.630365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 615, '2021-05-23 00:00:00', 0.0218834763797125, 0.0694423076923064, 0.0294324585344932, 0.11201923076923, 0.0415207130885857, 0.15248076923077, 0.156752494766062, 0.318230769230769, 0.269551111180164, 0.626192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 630, '2021-05-23 00:00:00', 0.0295927290966008, 0.0879807692307696, 0.0340705376896451, 0.113192307692309, 0.0409530171707108, 0.147019230769232, 0.151428562746215, 0.31701923076923, 0.265906300009261, 0.623903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 645, '2021-05-23 00:00:00', 0.0261299415643012, 0.0660769230769238, 0.0393986186794176, 0.0981346153846161, 0.0532965181428755, 0.143826923076922, 0.15014819474311, 0.309403846153844, 0.2693654766298, 0.624499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 660, '2021-05-23 00:00:00', 0.0234386351007194, 0.0710192307692315, 0.0362127102633244, 0.100596153846153, 0.0623763145383309, 0.14426923076923, 0.144912887625635, 0.305749999999999, 0.27508883040826, 0.627269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 675, '2021-05-23 00:00:00', 0.0208886056536533, 0.0599230769230761, 0.0371989040367942, 0.0930384615384609, 0.0463022553031052, 0.139826923076923, 0.136988899044916, 0.302961538461537, 0.278633017536577, 0.625461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 690, '2021-05-23 00:00:00', 0.0250011076677685, 0.0688461538461524, 0.0352347075393663, 0.0957692307692289, 0.0597803061216656, 0.141749999999999, 0.130702568981875, 0.305807692307689, 0.27858906944707, 0.628480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 705, '2021-05-23 00:00:00', 0.0174221013481322, 0.0610192307692297, 0.0252376778768445, 0.0909038461538457, 0.0517425877263165, 0.134153846153846, 0.125059284402977, 0.299730769230767, 0.281998016905193, 0.634692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 720, '2021-05-23 00:00:00', 0.0222209274195448, 0.0674807692307701, 0.0478522565981855, 0.0999615384615386, 0.0722300065495912, 0.137076923076923, 0.119827891000127, 0.305211538461537, 0.286932681062194, 0.637211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 735, '2021-05-23 00:00:00', 0.0366901841830293, 0.067019230769231, 0.0420918820969256, 0.0930576923076923, 0.0803064994016912, 0.135076923076924, 0.116270195929734, 0.311461538461538, 0.285640484094685, 0.632115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 750, '2021-05-23 00:00:00', 0.0178241409330148, 0.0599999999999995, 0.0316541648736179, 0.0823846153846147, 0.094791579064483, 0.134711538461539, 0.115086288697456, 0.296576923076924, 0.281402458165415, 0.627288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 765, '2021-05-23 00:00:00', 0.0241826702095017, 0.0608076923076908, 0.05774859638654, 0.0965961538461538, 0.0890402523494932, 0.144442307692305, 0.113277143121842, 0.297865384615384, 0.278343283485587, 0.629711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 780, '2021-05-23 00:00:00', 0.0350649945979464, 0.0665769230769245, 0.0681144540178798, 0.0956730769230779, 0.0635518806839073, 0.140692307692309, 0.0902825564547233, 0.306, 0.272369402014701, 0.619865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 795, '2021-05-23 00:00:00', 0.039599286124101, 0.059288461538461, 0.0410292766017328, 0.0893076923076897, 0.0547952412307704, 0.138038461538461, 0.0891217231569385, 0.301692307692307, 0.272467271146744, 0.613076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 810, '2021-05-23 00:00:00', 0.0209945139354229, 0.0600192307692282, 0.0357445853887754, 0.0866538461538456, 0.0602055325850198, 0.130115384615382, 0.0898313483915634, 0.297365384615383, 0.273797632315435, 0.610711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 825, '2021-05-23 00:00:00', 0.0278492162574443, 0.0608269230769249, 0.0464572922155392, 0.0960000000000009, 0.069211670869988, 0.132846153846155, 0.0894480769024061, 0.292461538461538, 0.277471406704297, 0.612807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 840, '2021-05-23 00:00:00', 0.0340888488421746, 0.0669807692307693, 0.0362682314896185, 0.0902692307692294, 0.0669510613462168, 0.130230769230769, 0.0894198050683494, 0.292807692307692, 0.284576676161952, 0.612230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 855, '2021-05-23 00:00:00', 0.018610625583665, 0.0611538461538441, 0.050466291110617, 0.0945576923076912, 0.0695221519760761, 0.134519230769229, 0.091929858295082, 0.292673076923077, 0.284085788776234, 0.613653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 870, '2021-05-23 00:00:00', 0.0478723663666049, 0.0727884615384615, 0.0571265666339636, 0.0952307692307692, 0.0681935142415713, 0.135846153846152, 0.0935928765369533, 0.292942307692308, 0.283054907013843, 0.609596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 885, '2021-05-23 00:00:00', 0.0257175261999703, 0.061634615384614, 0.0369448081082291, 0.0918269230769221, 0.040751120796291, 0.127923076923074, 0.106016655077614, 0.294365384615385, 0.279996725255576, 0.610615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 900, '2021-05-23 00:00:00', 0.0295736174005461, 0.0693269230769223, 0.0358403940569004, 0.0935769230769206, 0.0405389271612451, 0.132730769230767, 0.10857450649917, 0.294788461538462, 0.280882839659856, 0.61248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 915, '2021-05-23 00:00:00', 0.0199134666456175, 0.0691153846153818, 0.0272151612157638, 0.0962499999999983, 0.060262540986535, 0.152576923076923, 0.111250057908368, 0.298153846153848, 0.278727239153539, 0.618423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 930, '2021-05-23 00:00:00', 0.0231624447361217, 0.0708269230769213, 0.0323551208644616, 0.0959230769230764, 0.0632663387227723, 0.15348076923077, 0.109751789892535, 0.293846153846155, 0.27922690869338, 0.617557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 945, '2021-05-23 00:00:00', 0.0239636985074047, 0.0688269230769227, 0.0567787067346701, 0.118807692307693, 0.0751942714675692, 0.177961538461539, 0.109289701464289, 0.291173076923078, 0.28034468344961, 0.622307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 960, '2021-05-23 00:00:00', 0.040196273267746, 0.0870961538461554, 0.0443642831045942, 0.108019230769232, 0.0794303395822653, 0.192173076923078, 0.100970566922322, 0.288153846153848, 0.28399299354846, 0.628403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 975, '2021-05-23 00:00:00', 0.0201712285579839, 0.0665384615384622, 0.0522178756601751, 0.124557692307693, 0.0753804938041242, 0.184326923076924, 0.122213352222817, 0.28871153846154, 0.281032853266989, 0.631769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 990, '2021-05-23 00:00:00', 0.0409875637799484, 0.101903846153847, 0.0654476537747183, 0.154153846153847, 0.0687888883021538, 0.183634615384616, 0.120064817430482, 0.279403846153848, 0.275783128284081, 0.632076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1005, '2021-05-23 00:00:00', 0.0363861395842734, 0.0958653846153838, 0.0458268354368252, 0.115326923076922, 0.0465810005837634, 0.155519230769231, 0.121395217558823, 0.254826923076923, 0.274039497433941, 0.642615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1020, '2021-05-23 00:00:00', 0.027715310958717, 0.0804615384615379, 0.038143721128627, 0.113711538461538, 0.0568476134401967, 0.156134615384615, 0.125808029889254, 0.243903846153846, 0.266918835978281, 0.64175 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1035, '2021-05-23 00:00:00', 0.0302168636055092, 0.0853269230769222, 0.0358430767910082, 0.115384615384616, 0.0613307301565731, 0.156461538461539, 0.125893068178453, 0.23576923076923, 0.261636377146133, 0.648576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1050, '2021-05-23 00:00:00', 0.0199362831193622, 0.0743461538461541, 0.0499816312412702, 0.112711538461539, 0.0729414122113387, 0.15301923076923, 0.126658852829164, 0.224749999999999, 0.252284915247699, 0.648961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1065, '2021-05-23 00:00:00', 0.0367664196704619, 0.0900192307692304, 0.0481238146707152, 0.115692307692309, 0.077597296245521, 0.151096153846153, 0.125785134256795, 0.221499999999998, 0.258792861184384, 0.65675 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1080, '2021-05-23 00:00:00', 0.0348882005621015, 0.0820576923076933, 0.045607691658988, 0.110692307692308, 0.0609770732451006, 0.136788461538462, 0.116724760078505, 0.214519230769231, 0.259098588304798, 0.67196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1095, '2021-05-23 00:00:00', 0.0351015450021577, 0.0709615384615373, 0.0480803854137886, 0.0952115384615394, 0.0487058399594337, 0.120173076923077, 0.116978229401228, 0.204115384615385, 0.25637253843097, 0.671038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1110, '2021-05-23 00:00:00', 0.0283175944219522, 0.0658846153846168, 0.0301322022989475, 0.0819807692307693, 0.0354986077733513, 0.105365384615384, 0.118073922412388, 0.193634615384615, 0.25551599754223, 0.67425 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1125, '2021-05-23 00:00:00', 0.0249207435992261, 0.0577884615384614, 0.0307147922268494, 0.0830384615384612, 0.0316970272811421, 0.103307692307693, 0.121411759663616, 0.193846153846154, 0.254826281702172, 0.675923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1140, '2021-05-23 00:00:00', 0.0262296367903535, 0.058423076923076, 0.0263593218075463, 0.0725769230769231, 0.0332955529486123, 0.096423076923076, 0.131491690290242, 0.19176923076923, 0.251712058480748, 0.675403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1155, '2021-05-23 00:00:00', 0.0210214267978022, 0.0490961538461543, 0.0296529736477452, 0.0698269230769247, 0.112578767297186, 0.114673076923078, 0.130534789055816, 0.187134615384615, 0.248692349330221, 0.675730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1170, '2021-05-23 00:00:00', 0.020555300645219, 0.0479038461538481, 0.022527427727106, 0.0632499999999998, 0.113116769143831, 0.10778846153846, 0.129034664394436, 0.182230769230769, 0.249781747808885, 0.679692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1185, '2021-05-23 00:00:00', 0.0134811121431202, 0.0434038461538463, 0.115923378208992, 0.0849807692307694, 0.113363745730962, 0.107173076923078, 0.129111283246425, 0.184288461538463, 0.249279053549354, 0.680557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1200, '2021-05-23 00:00:00', 0.118157543136273, 0.0717500000000004, 0.115918865856851, 0.0887884615384608, 0.12078553944269, 0.104442307692308, 0.138444412616093, 0.195346153846155, 0.249518644285661, 0.679923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1215, '2021-05-23 00:00:00', 0.0231599787431812, 0.0437307692307676, 0.027134564956614, 0.0587307692307687, 0.0348097687438459, 0.0780000000000002, 0.0918802669866504, 0.19921153846154, 0.24850814566436, 0.670461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1230, '2021-05-23 00:00:00', 0.0153804571303487, 0.0385384615384619, 0.0232636725720277, 0.057461538461539, 0.0295611296234664, 0.0760961538461537, 0.0827283901599758, 0.197557692307694, 0.246325067433573, 0.668173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1245, '2021-05-23 00:00:00', 0.0149525531650586, 0.0436730769230772, 0.021700345619367, 0.0592500000000009, 0.0314823576968724, 0.0838269230769232, 0.0765961562602582, 0.194365384615387, 0.250537220480619, 0.671673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1260, '2021-05-23 00:00:00', 0.0165024124110558, 0.0419807692307702, 0.0195385614776356, 0.0548461538461528, 0.0257023270422074, 0.0895192307692308, 0.0767679520473109, 0.189538461538463, 0.249528518487291, 0.672307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1275, '2021-05-23 00:00:00', 0.0131087316760185, 0.0376730769230764, 0.0208518307626431, 0.0598269230769229, 0.0335545250874816, 0.0931153846153849, 0.0864360234731223, 0.192115384615386, 0.241376345950915, 0.679903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1290, '2021-05-23 00:00:00', 0.0179268277686317, 0.0481346153846151, 0.0196341245324027, 0.0713269230769231, 0.036142985275368, 0.0936538461538462, 0.100661603710343, 0.198961538461541, 0.241473444948684, 0.680269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1305, '2021-05-23 00:00:00', 0.0133326233785341, 0.0506730769230768, 0.0312794415157719, 0.0737115384615384, 0.0373763242626229, 0.089480769230768, 0.101746988237414, 0.199019230769232, 0.240412699651758, 0.683615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1320, '2021-05-23 00:00:00', 0.0325693874673771, 0.0587499999999996, 0.0312714972212978, 0.0704423076923074, 0.0425634368190145, 0.0938846153846149, 0.110615301834781, 0.208750000000001, 0.240157281796743, 0.684500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1335, '2021-05-23 00:00:00', 0.015443893490757, 0.037576923076921, 0.0226976532165427, 0.0532884615384596, 0.0370442147460813, 0.0815769230769212, 0.111133386591898, 0.206019230769232, 0.244562341430879, 0.687326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1350, '2021-05-23 00:00:00', 0.013871512035603, 0.039173076923077, 0.0264808203451827, 0.0629230769230757, 0.0313615945925045, 0.0795192307692301, 0.105906083213092, 0.207538461538464, 0.248978114577287, 0.691807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1365, '2021-05-23 00:00:00', 0.0219007639487424, 0.0472115384615354, 0.02375507233284, 0.0597884615384606, 0.0306230242690785, 0.0759807692307691, 0.106742964098883, 0.211903846153848, 0.30033116913475, 0.710134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1380, '2021-05-23 00:00:00', 0.0170106866862709, 0.0392115384615388, 0.0222072839748237, 0.0502884615384601, 0.0646716796893819, 0.0833846153846162, 0.108848364886488, 0.21994230769231, 0.299336134702212, 0.708807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1395, '2021-05-23 00:00:00', 0.0177600242550082, 0.0330384615384608, 0.0191435468138846, 0.0493461538461533, 0.0663627241291836, 0.137865384615385, 0.111895961293722, 0.231384615384617, 0.299772169899331, 0.706423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1410, '2021-05-23 00:00:00', 0.0137233798259084, 0.0348653846153855, 0.0590858599510381, 0.0616730769230784, 0.0651947880172596, 0.141903846153848, 0.142176023078654, 0.245192307692309, 0.299738702231433, 0.706980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1425, '2021-05-23 00:00:00', 0.0555017116853153, 0.0499999999999999, 0.0635423057134741, 0.127269230769231, 0.0611604478778185, 0.138403846153847, 0.141038172683308, 0.248615384615385, 0.299979763420031, 0.706038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 0, '2021-05-23 00:00:00', 0.0467215524307416, 0.098288461538463, 0.0530101296560749, 0.117423076923078, 0.0506613226770159, 0.129019230769232, 0.138415173968088, 0.247596153846153, 0.304631020820522, 0.698326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 15, '2021-05-23 00:00:00', 0.0455668570513534, 0.0650384615384622, 0.0417219919872554, 0.0797692307692307, 0.0407131286706619, 0.108326923076922, 0.132629502751086, 0.234249999999999, 0.307409241140309, 0.691692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 30, '2021-05-23 00:00:00', 0.0274323783988085, 0.0531538461538458, 0.0323610164335957, 0.0683461538461523, 0.0507596296282787, 0.103999999999999, 0.132524890260139, 0.228442307692306, 0.308513881996604, 0.689346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 45, '2021-05-23 00:00:00', 0.0275689415549742, 0.0414423076923066, 0.0363167475670131, 0.0736153846153847, 0.0457152221744744, 0.104692307692307, 0.130587742386254, 0.23103846153846, 0.309238566731004, 0.688365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 60, '2021-05-23 00:00:00', 0.034186052036557, 0.0621153846153844, 0.0490711884761476, 0.0806923076923071, 0.0642824656077805, 0.117653846153844, 0.130526208685637, 0.235365384615383, 0.309238566731004, 0.688365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 75, '2021-05-23 00:00:00', 0.0211523412052072, 0.0451923076923081, 0.0269374203550506, 0.0667307692307698, 0.0572033249437069, 0.110096153846153, 0.12775408619086, 0.233057692307691, 0.307895227559386, 0.686365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 90, '2021-05-23 00:00:00', 0.0198817755746316, 0.0492500000000001, 0.0526330731063205, 0.0780961538461529, 0.0557073154980555, 0.115749999999999, 0.131661700815152, 0.234211538461537, 0.305391151451078, 0.693346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 105, '2021-05-23 00:00:00', 0.0498407926841509, 0.0572307692307681, 0.0504960508737664, 0.090865384615384, 0.0551829126284022, 0.123576923076923, 0.131143469587261, 0.236980769230768, 0.305128377143885, 0.696942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 120, '2021-05-23 00:00:00', 0.0242728480785882, 0.0636346153846126, 0.0338697278043173, 0.0839615384615376, 0.0489665348831392, 0.12630769230769, 0.1318926136615, 0.233192307692307, 0.306729244799683, 0.69351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 135, '2021-05-23 00:00:00', 0.0225349984212598, 0.0488846153846171, 0.037059188624934, 0.0772115384615398, 0.0807683034745296, 0.130173076923076, 0.131503758355185, 0.227461538461539, 0.308898260572336, 0.690653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 150, '2021-05-23 00:00:00', 0.0278065363096235, 0.0567884615384638, 0.0355221274484179, 0.0868076923076925, 0.126127342548956, 0.139557692307691, 0.131009623839097, 0.232807692307693, 0.308675954683872, 0.69075 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 165, '2021-05-23 00:00:00', 0.0199579269002041, 0.0606730769230764, 0.082456981791439, 0.105076923076923, 0.127639180444781, 0.142096153846153, 0.132991452877475, 0.233442307692309, 0.305421255746122, 0.694788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 180, '2021-05-23 00:00:00', 0.0849997036193911, 0.0834807692307705, 0.129884713673911, 0.114326923076924, 0.132920619746699, 0.150634615384614, 0.134875465351732, 0.236365384615386, 0.305118032646635, 0.696076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 195, '2021-05-23 00:00:00', 0.0529779780082852, 0.070884615384615, 0.0516424132487426, 0.0988269230769205, 0.053937756149674, 0.13030769230769, 0.0888065681042878, 0.217442307692307, 0.246791463666111, 0.677557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 210, '2021-05-23 00:00:00', 0.0256445825738038, 0.0662307692307657, 0.0425436111085316, 0.0963269230769206, 0.0358932444897387, 0.124749999999998, 0.0889259155788601, 0.212538461538462, 0.232333377846443, 0.67996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 225, '2021-05-23 00:00:00', 0.0342324913136416, 0.0702115384615376, 0.033260417685523, 0.0956538461538454, 0.0341216150758524, 0.130230769230769, 0.0911980874462089, 0.206865384615385, 0.229453165993879, 0.677346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 240, '2021-05-23 00:00:00', 0.0188118211607646, 0.0617692307692289, 0.026160282579042, 0.0860961538461517, 0.0364791246942882, 0.117557692307691, 0.0970818231422112, 0.201403846153846, 0.226812731972027, 0.677153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 255, '2021-05-23 00:00:00', 0.0268463505613251, 0.0614423076923059, 0.0328801845867897, 0.0844423076923075, 0.0470121751824412, 0.112269230769231, 0.103468466024863, 0.198288461538462, 0.225488167862869, 0.681076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 270, '2021-05-23 00:00:00', 0.0257908227565827, 0.0619423076923067, 0.031186831540547, 0.0805384615384602, 0.047034312352384, 0.108557692307693, 0.101852587671519, 0.197019230769232, 0.223983190475054, 0.684480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 285, '2021-05-23 00:00:00', 0.0257615993292338, 0.0570000000000005, 0.0415108882843269, 0.079923076923077, 0.0589432876063596, 0.111134615384616, 0.103837715469121, 0.194634615384616, 0.223861087593314, 0.684942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 300, '2021-05-23 00:00:00', 0.0353254321112461, 0.0568846153846143, 0.0334126473060745, 0.0762500000000001, 0.0684670639516104, 0.108826923076923, 0.105874730042343, 0.193538461538462, 0.22329512723334, 0.689923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 315, '2021-05-23 00:00:00', 0.0185356309680754, 0.0525192307692312, 0.0415610394480203, 0.0820000000000002, 0.0577695022015543, 0.109653846153847, 0.0950882039921974, 0.198557692307692, 0.211610832934857, 0.683230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 330, '2021-05-23 00:00:00', 0.0305652643472151, 0.0563461538461545, 0.0413284405706261, 0.0755000000000009, 0.0563986667872954, 0.106019230769233, 0.0854991790333957, 0.19601923076923, 0.205874958315813, 0.680461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 345, '2021-05-23 00:00:00', 0.0269469635794807, 0.0511730769230786, 0.0346698938340104, 0.0751923076923093, 0.043879892889566, 0.103750000000002, 0.0769928468205884, 0.198461538461539, 0.198766701281831, 0.676192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 360, '2021-05-23 00:00:00', 0.0256083219646682, 0.0536153846153848, 0.0362645620618581, 0.0739615384615402, 0.0436800253592469, 0.0947692307692324, 0.0857827219468779, 0.202653846153845, 0.194218795137378, 0.672596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 375, '2021-05-23 00:00:00', 0.0265401654971356, 0.042596153846155, 0.0295664310689303, 0.0639230769230766, 0.0394575916454799, 0.0841923076923085, 0.0809389608570268, 0.211153846153846, 0.192697690697111, 0.67 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 390, '2021-05-23 00:00:00', 0.0187556350506676, 0.0460769230769217, 0.0267309457658803, 0.0592884615384626, 0.0350284719357543, 0.0820769230769231, 0.0711003191597297, 0.205653846153848, 0.191154480419934, 0.665346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 405, '2021-05-23 00:00:00', 0.022019790050002, 0.0416346153846185, 0.0277748364254687, 0.0603076923076944, 0.0311619096877067, 0.0792307692307699, 0.0782155330825312, 0.212480769230771, 0.192194866056461, 0.663942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 420, '2021-05-23 00:00:00', 0.014393441348271, 0.0446346153846159, 0.0208572805956619, 0.0581153846153839, 0.0336838753937034, 0.0782884615384626, 0.0859076628622929, 0.224442307692308, 0.190558757342715, 0.661 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 435, '2021-05-23 00:00:00', 0.0167815030957859, 0.0411730769230762, 0.0190068004024492, 0.0549615384615396, 0.0282160687988524, 0.0885576923076927, 0.0904634392788267, 0.233923076923078, 0.189162473917164, 0.659807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 450, '2021-05-23 00:00:00', 0.0193975117357494, 0.0467115384615407, 0.0286036105843583, 0.0629423076923098, 0.0290126762746134, 0.0931538461538482, 0.0971947074374221, 0.245634615384616, 0.188726706153064, 0.65998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 465, '2021-05-23 00:00:00', 0.0191116154773437, 0.0410769230769252, 0.0242955519829006, 0.0719230769230782, 0.0272111473198322, 0.0929423076923088, 0.100536409401692, 0.259980769230769, 0.18609524546483, 0.656403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 480, '2021-05-23 00:00:00', 0.0178622506980492, 0.0604999999999992, 0.0251285923570376, 0.0728846153846147, 0.029495084336208, 0.0934999999999999, 0.107787213812856, 0.261288461538461, 0.187673243041852, 0.659384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 495, '2021-05-23 00:00:00', 0.0261827967595898, 0.0511730769230769, 0.0286843833148634, 0.0670769230769242, 0.0419436664330409, 0.106134615384615, 0.108076020253553, 0.263615384615384, 0.188026328966492, 0.657596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 510, '2021-05-23 00:00:00', 0.0172481883106609, 0.0440000000000013, 0.0193579739086051, 0.063634615384617, 0.0379854071170247, 0.105865384615384, 0.101779172722125, 0.263999999999999, 0.181089231086182, 0.650019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 525, '2021-05-23 00:00:00', 0.0159913919151746, 0.0472692307692307, 0.026226799270975, 0.0817500000000001, 0.0340631991812497, 0.112692307692307, 0.101433691868894, 0.266076923076923, 0.182372232409011, 0.650134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 540, '2021-05-23 00:00:00', 0.0250752099462017, 0.0703846153846159, 0.0277626478453432, 0.0877307692307684, 0.0501049859333849, 0.122480769230768, 0.101164414920237, 0.267326923076923, 0.18387339708029, 0.651884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 555, '2021-05-23 00:00:00', 0.0236859906663445, 0.0573846153846145, 0.0270602177488552, 0.0811538461538456, 0.0493921708215139, 0.129942307692307, 0.0955370024972211, 0.263326923076922, 0.185347844502002, 0.645711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 570, '2021-05-23 00:00:00', 0.0234111413318876, 0.0583076923076914, 0.0393843047613973, 0.0882115384615372, 0.0460643070567166, 0.125596153846156, 0.0860568774349057, 0.260384615384616, 0.184874277446968, 0.641538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 585, '2021-05-23 00:00:00', 0.0312169579161463, 0.0640384615384623, 0.0391584012009598, 0.0999038461538482, 0.046729236442099, 0.130807692307693, 0.0780332005278239, 0.253903846153847, 0.18570631487544, 0.636153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 600, '2021-05-23 00:00:00', 0.0256054681660002, 0.0750000000000012, 0.0241997218674423, 0.0944423076923094, 0.0529145501292862, 0.13448076923077, 0.0786188370459764, 0.248192307692307, 0.189843028274982, 0.634346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 615, '2021-05-23 00:00:00', 0.01702126498056, 0.0667115384615394, 0.0351539526172439, 0.0949038461538462, 0.0581256100050702, 0.144942307692308, 0.0737289657096558, 0.246596153846153, 0.197402346841321, 0.642057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 630, '2021-05-23 00:00:00', 0.0229249612028867, 0.0704230769230781, 0.0412325114442483, 0.105000000000001, 0.0501581537201626, 0.149403846153846, 0.0697222732318406, 0.246846153846153, 0.195688756997904, 0.641480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 645, '2021-05-23 00:00:00', 0.0371135264580711, 0.0764230769230762, 0.0444484013730025, 0.107096153846153, 0.0644999970184855, 0.16001923076923, 0.0719516397418325, 0.24453846153846, 0.191270867137117, 0.63976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 660, '2021-05-23 00:00:00', 0.0222803811595613, 0.0716538461538456, 0.0310881191751142, 0.0963653846153823, 0.0617634600714696, 0.148249999999998, 0.0791388871638868, 0.236211538461537, 0.201648877049648, 0.64401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 675, '2021-05-23 00:00:00', 0.0191801680428982, 0.0623269230769212, 0.0518798463908544, 0.103961538461537, 0.0555490670142534, 0.142173076923076, 0.0920827971906889, 0.245692307692306, 0.203350776889438, 0.642538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 690, '2021-05-23 00:00:00', 0.0440827587088724, 0.0780192307692311, 0.0490182265944156, 0.104942307692309, 0.058296668330716, 0.143307692307691, 0.0906633269086996, 0.245173076923075, 0.201186973886327, 0.638961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 705, '2021-05-23 00:00:00', 0.0257001721035817, 0.0646730769230764, 0.0266121502036472, 0.0959423076923067, 0.0396847383957413, 0.131038461538459, 0.0937886515195007, 0.247634615384614, 0.203017600601143, 0.636115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 720, '2021-05-23 00:00:00', 0.0177882956333226, 0.0642884615384613, 0.0326074554948116, 0.091115384615383, 0.0359710353564547, 0.118346153846153, 0.103223066891376, 0.249307692307688, 0.204461668403036, 0.633576923076922 where not exists (select 1 from powerstats_trumpet where symboli[...];
Date: 2021-05-23 15:41:28 Duration: 17s557ms 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 975895, 1, 915, '2021-05-23 00:00:00', 0.032421668917325, 0.0652692307692309, 0.0441581641549828, 0.107288461538462, 0.0551848815695569, 0.144865384615383, 0.136350803218984, 0.325692307692306, 0.236238393284281, 0.631961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 930, '2021-05-23 00:00:00', 0.0358704774688912, 0.0781346153846162, 0.0375258731256994, 0.100865384615384, 0.0513642497642687, 0.134384615384615, 0.139906074261931, 0.311980769230768, 0.235110353794848, 0.635461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 945, '2021-05-23 00:00:00', 0.0301728928268132, 0.0642884615384608, 0.0267715405723186, 0.091846153846154, 0.0467344050500778, 0.127769230769231, 0.135245891449043, 0.302134615384615, 0.230306755303576, 0.63130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 960, '2021-05-23 00:00:00', 0.0221871497805495, 0.0670192307692299, 0.0302088626832489, 0.0871538461538469, 0.0537639427354571, 0.141807692307692, 0.137891982530362, 0.298673076923075, 0.227090347997985, 0.635384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 975, '2021-05-23 00:00:00', 0.0244794105006977, 0.0578076923076934, 0.0439445804832219, 0.0966153846153846, 0.0592292709600699, 0.149057692307691, 0.128971696358305, 0.291961538461537, 0.233568033244804, 0.640615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 990, '2021-05-23 00:00:00', 0.0425248886400214, 0.0853846153846143, 0.0506219472014009, 0.122692307692307, 0.0640070579040958, 0.160288461538459, 0.126812170308933, 0.289942307692305, 0.23229972018924, 0.642499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1005, '2021-05-23 00:00:00', 0.0311179456015579, 0.0835576923076917, 0.0418242108758116, 0.116730769230767, 0.0647382332640737, 0.167826923076922, 0.123878807090453, 0.282673076923074, 0.228863849348169, 0.64180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1020, '2021-05-23 00:00:00', 0.0423340742919188, 0.0865769230769222, 0.0487497731750126, 0.118596153846154, 0.078829855726406, 0.188615384615386, 0.114650534233384, 0.273249999999999, 0.227613556612619, 0.649365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1035, '2021-05-23 00:00:00', 0.0352989921407647, 0.0833269230769236, 0.0549148326607104, 0.118173076923078, 0.0898477943738555, 0.193384615384617, 0.112554157904268, 0.256961538461537, 0.229104876891314, 0.64776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1050, '2021-05-23 00:00:00', 0.0457296234572122, 0.0815384615384606, 0.0616728496553813, 0.141596153846153, 0.0855856498575483, 0.17828846153846, 0.102788618046942, 0.249999999999997, 0.229439058441368, 0.64530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1065, '2021-05-23 00:00:00', 0.0500472276954477, 0.11025, 0.0756540837272897, 0.146403846153846, 0.0743892155128396, 0.167653846153845, 0.0958085270012744, 0.237076923076921, 0.227978771785039, 0.639596153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1080, '2021-05-23 00:00:00', 0.0447739321480717, 0.0897500000000006, 0.043689991812949, 0.105653846153846, 0.0530345061837479, 0.143673076923077, 0.0767202711152676, 0.215499999999998, 0.235679509405986, 0.639134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1095, '2021-05-23 00:00:00', 0.026606975661397, 0.0663653846153845, 0.0290106081393583, 0.0898461538461538, 0.0583177107285209, 0.123346153846155, 0.0768499261798364, 0.200365384615383, 0.244339033847518, 0.641211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1110, '2021-05-23 00:00:00', 0.0254036641814951, 0.0658846153846146, 0.0469454839312416, 0.0924615384615383, 0.0633759509107832, 0.114634615384615, 0.0783684812035656, 0.192826923076921, 0.254209541822974, 0.643134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1125, '2021-05-23 00:00:00', 0.0333573656956559, 0.0580769230769227, 0.0457427968268047, 0.0757115384615381, 0.0576567328779023, 0.101826923076923, 0.0751914812073393, 0.188673076923075, 0.263144111584392, 0.651211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1140, '2021-05-23 00:00:00', 0.0279085939342103, 0.0500192307692302, 0.0409319134473524, 0.0723076923076921, 0.0423075779718726, 0.0931346153846152, 0.0797488485569141, 0.187326923076922, 0.264883565857791, 0.653788461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1155, '2021-05-23 00:00:00', 0.0322723744686713, 0.0508846153846157, 0.0341964235646851, 0.0698461538461539, 0.0409049037872729, 0.0996346153846145, 0.0805235584257072, 0.183711538461537, 0.26435291460761, 0.65378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1170, '2021-05-23 00:00:00', 0.0217149806496662, 0.0454038461538476, 0.0266583224124509, 0.0633846153846158, 0.0381756920243578, 0.0912115384615384, 0.082391814847386, 0.177634615384615, 0.263795556036518, 0.650653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1185, '2021-05-23 00:00:00', 0.0263878832916812, 0.0444038461538456, 0.0316886597041609, 0.0686346153846152, 0.0428671337255724, 0.0903653846153821, 0.0828668904838432, 0.174807692307692, 0.264341646650402, 0.651615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1200, '2021-05-23 00:00:00', 0.0226331275244602, 0.0459615384615393, 0.0248512807284887, 0.0596153846153856, 0.0467399022414294, 0.0869615384615388, 0.0856267683702836, 0.174788461538462, 0.263759719470931, 0.650980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1215, '2021-05-23 00:00:00', 0.017556239302924, 0.0386923076923077, 0.0304835138293555, 0.058230769230768, 0.0459312906583118, 0.0817115384615378, 0.0879799911693185, 0.178673076923077, 0.267916649639111, 0.649134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1230, '2021-05-23 00:00:00', 0.0212243057329589, 0.0418653846153834, 0.0379410930056267, 0.0615576923076927, 0.053460456270177, 0.0870961538461532, 0.0853152074098425, 0.175730769230769, 0.268245645172194, 0.649115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1245, '2021-05-23 00:00:00', 0.0295273536806917, 0.0422692307692315, 0.0269370491216955, 0.0567692307692313, 0.0447585015560008, 0.0812115384615393, 0.0777357456634083, 0.172884615384616, 0.267710645315769, 0.646980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1260, '2021-05-23 00:00:00', 0.0174230174901342, 0.0391923076923084, 0.0368479829319597, 0.0604230769230779, 0.0457292533875711, 0.0882692307692319, 0.0684555442492538, 0.172192307692307, 0.267400354553589, 0.64501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1275, '2021-05-23 00:00:00', 0.0280058235702177, 0.0406153846153862, 0.0314939066145545, 0.0548846153846167, 0.0442403270609718, 0.0919423076923089, 0.0634304222084202, 0.169461538461539, 0.262743751298018, 0.642326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1290, '2021-05-23 00:00:00', 0.0199365146247938, 0.0372307692307688, 0.0245658299269535, 0.0600000000000001, 0.0405411709063957, 0.0940576923076916, 0.0578098640771232, 0.171096153846152, 0.267116716062474, 0.647 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1305, '2021-05-23 00:00:00', 0.0214507665274555, 0.0448461538461543, 0.0303457321799686, 0.0662884615384621, 0.0461275989470023, 0.0996538461538454, 0.0484403399911851, 0.168557692307691, 0.288042537590437, 0.655711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1320, '2021-05-23 00:00:00', 0.0258425781638324, 0.047826923076923, 0.0333383585955608, 0.0678846153846143, 0.0469823739453276, 0.0947884615384599, 0.0475748479119606, 0.166884615384614, 0.296918709413873, 0.659999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1335, '2021-05-23 00:00:00', 0.0201597084838508, 0.0420769230769223, 0.0321559660692433, 0.0626153846153835, 0.0332810699254807, 0.0845192307692299, 0.0455139708052545, 0.167807692307692, 0.303857209000442, 0.661788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1350, '2021-05-23 00:00:00', 0.0223785267955355, 0.0430384615384604, 0.0265537843167118, 0.0607115384615354, 0.0306517724421634, 0.0773653846153813, 0.0529795352362224, 0.172134615384615, 0.303402708395193, 0.661788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1365, '2021-05-23 00:00:00', 0.0198302895746719, 0.0460961538461531, 0.0231577533120456, 0.059192307692305, 0.0226279354236857, 0.0687884615384593, 0.0558158682978789, 0.176865384615385, 0.30249769229889, 0.659076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1380, '2021-05-23 00:00:00', 0.0176675277971083, 0.0416923076923056, 0.0195897638105678, 0.0486730769230748, 0.0293065757913702, 0.0738461538461523, 0.0565821832517838, 0.187211538461539, 0.301537526686149, 0.658499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1395, '2021-05-23 00:00:00', 0.0139125289411529, 0.0309615384615387, 0.0135367874839137, 0.0422692307692293, 0.0421396944240682, 0.0989230769230787, 0.0670292731688063, 0.201211538461538, 0.300117912725086, 0.658692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1410, '2021-05-23 00:00:00', 0.0148957918683296, 0.0297307692307674, 0.0265673020546221, 0.0608076923076919, 0.0410828431343319, 0.102, 0.0716398390454752, 0.211057692307692, 0.299920479204329, 0.658923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1425, '2021-05-23 00:00:00', 0.0264708548000642, 0.0523846153846152, 0.042964153215657, 0.0929615384615402, 0.0438851297751832, 0.105730769230771, 0.0777256714348611, 0.226, 0.299300222956046, 0.659711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 0, '2021-05-23 00:00:00', 0.0461205318869869, 0.0752115384615396, 0.043197493695104, 0.0882115384615377, 0.0407511963014586, 0.109999999999999, 0.0834106730857346, 0.233596153846153, 0.299270120459762, 0.65975 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 15, '2021-05-23 00:00:00', 0.0226725265803891, 0.0517115384615372, 0.0254828449081993, 0.0698461538461539, 0.0352843667714405, 0.100442307692307, 0.088887993478396, 0.233846153846153, 0.295062533137536, 0.656461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 30, '2021-05-23 00:00:00', 0.0209871480819915, 0.0454038461538481, 0.0305442239283414, 0.0730192307692307, 0.0432238226693782, 0.103826923076923, 0.105398439997214, 0.249134615384615, 0.294862839039025, 0.654423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 45, '2021-05-23 00:00:00', 0.028951577610795, 0.057923076923078, 0.0304436427619227, 0.0761538461538468, 0.0395893779460352, 0.104326923076924, 0.117143588747381, 0.258596153846153, 0.296423297252167, 0.651365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 60, '2021-05-23 00:00:00', 0.0258074899682551, 0.0564423076923083, 0.0408392392380007, 0.0782115384615375, 0.0398641394662516, 0.101480769230768, 0.131710872163819, 0.276423076923076, 0.296134764669997, 0.650173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 75, '2021-05-23 00:00:00', 0.0369034342783758, 0.0502884615384601, 0.0357556504410364, 0.0689423076923057, 0.0376678040445469, 0.101211538461538, 0.130494174641571, 0.278480769230769, 0.295411384604329, 0.647884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 90, '2021-05-23 00:00:00', 0.0183311105878675, 0.0459807692307685, 0.026513740994783, 0.0655384615384607, 0.0351670956347639, 0.10076923076923, 0.13199923659453, 0.282461538461535, 0.304456698954813, 0.647307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 105, '2021-05-23 00:00:00', 0.0231899845755743, 0.0488461538461526, 0.0294565194559952, 0.0770576923076919, 0.0411929652321279, 0.106096153846153, 0.130061931993364, 0.289615384615382, 0.31740765646817, 0.650096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 120, '2021-05-23 00:00:00', 0.0243436060156683, 0.0608653846153856, 0.0290964774500275, 0.0777500000000012, 0.0422918841095841, 0.112211538461539, 0.129981870037563, 0.287057692307691, 0.332996236984976, 0.649923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 135, '2021-05-23 00:00:00', 0.0271430753316861, 0.0534423076923065, 0.0319923368228177, 0.0784807692307696, 0.0441529857863102, 0.121115384615384, 0.126706221388145, 0.281442307692307, 0.333755636080328, 0.64676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 150, '2021-05-23 00:00:00', 0.029878915900423, 0.0575192307692305, 0.031950033104593, 0.08076923076923, 0.0373510426175141, 0.122596153846153, 0.123537873358119, 0.277115384615384, 0.325837158479744, 0.642076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 165, '2021-05-23 00:00:00', 0.0225055206902317, 0.0550384615384614, 0.037004453993871, 0.0869807692307692, 0.0567640866962691, 0.137807692307692, 0.120793913817646, 0.278019230769229, 0.321886250811585, 0.646461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 180, '2021-05-23 00:00:00', 0.0356980337747686, 0.0720192307692309, 0.0370581300121844, 0.101749999999999, 0.0575125304072607, 0.147365384615384, 0.125338747155306, 0.283307692307692, 0.324155281521776, 0.651057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 195, '2021-05-23 00:00:00', 0.0293001772113306, 0.0674038461538461, 0.0512049764708925, 0.104019230769231, 0.0522237383395127, 0.135173076923078, 0.123134362197749, 0.271865384615385, 0.320743386525741, 0.654499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 210, '2021-05-23 00:00:00', 0.0339391140358514, 0.0692884615384628, 0.0330432350809583, 0.0933461538461552, 0.0620500170458063, 0.14126923076923, 0.125826628281202, 0.266403846153846, 0.320308673241683, 0.656615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 225, '2021-05-23 00:00:00', 0.0227610666236472, 0.0668846153846177, 0.0435325033297392, 0.0951730769230782, 0.0651507394137151, 0.146673076923075, 0.117141645028573, 0.270749999999999, 0.315319542442511, 0.652923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 240, '2021-05-23 00:00:00', 0.0342566613398606, 0.0738269230769247, 0.0480037658779143, 0.111692307692307, 0.0741345035417693, 0.16126923076923, 0.107797910997315, 0.26451923076923, 0.310284588972523, 0.648884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 255, '2021-05-23 00:00:00', 0.0294887005739219, 0.0752884615384619, 0.0436429084908254, 0.103788461538461, 0.07239075589094, 0.144192307692309, 0.108893059749181, 0.254538461538461, 0.303451132170215, 0.640519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 270, '2021-05-23 00:00:00', 0.0321301021090594, 0.0662884615384605, 0.0531394428331296, 0.0964038461538457, 0.0577163654967453, 0.129673076923076, 0.106723683479276, 0.245230769230769, 0.307080109818519, 0.640423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 285, '2021-05-23 00:00:00', 0.0463278658460114, 0.0643653846153848, 0.0497060010306745, 0.0814423076923096, 0.0701829833638185, 0.132634615384616, 0.101536670147369, 0.238846153846154, 0.310886142898256, 0.636423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 300, '2021-05-23 00:00:00', 0.0279112673691774, 0.0518269230769235, 0.034265305395487, 0.0823653846153822, 0.0670405388265477, 0.121923076923076, 0.0966703697345542, 0.234096153846154, 0.310907030377992, 0.63480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 315, '2021-05-23 00:00:00', 0.0320192730422425, 0.0610769230769207, 0.0675710822308339, 0.0981346153846156, 0.0757863012789151, 0.12021153846154, 0.0945080969262167, 0.237403846153846, 0.314825675817342, 0.635884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 330, '2021-05-23 00:00:00', 0.0717424989378415, 0.0731153846153861, 0.071497724546902, 0.0877307692307711, 0.0778509720308869, 0.118923076923078, 0.100504383754374, 0.243634615384615, 0.313548831309232, 0.635519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 345, '2021-05-23 00:00:00', 0.0233243105265406, 0.0527115384615382, 0.0376079983309608, 0.0746923076923096, 0.0324801240998017, 0.111461538461538, 0.0870472639078695, 0.242615384615385, 0.304652311912853, 0.628365384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 360, '2021-05-23 00:00:00', 0.0225047687254207, 0.0517692307692315, 0.0236413913426307, 0.0721538461538452, 0.0314080158803198, 0.115211538461538, 0.088163146408322, 0.245096153846153, 0.304728043318324, 0.627596153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 375, '2021-05-23 00:00:00', 0.0202706779515475, 0.0465961538461539, 0.0263706203071636, 0.0830192307692304, 0.0391938819794033, 0.108403846153846, 0.0951566320094625, 0.26026923076923, 0.299987441403802, 0.631249999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 390, '2021-05-23 00:00:00', 0.0194956010817428, 0.0554615384615382, 0.0314597911871383, 0.0774615384615388, 0.0415059448939357, 0.103288461538462, 0.0961347551817024, 0.255365384615383, 0.29315059204338, 0.634519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 405, '2021-05-23 00:00:00', 0.0182817269004203, 0.0483076923076934, 0.0203343305766386, 0.0652500000000017, 0.0653165104583963, 0.113442307692308, 0.0919010944104896, 0.259634615384614, 0.288709687162619, 0.634711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 420, '2021-05-23 00:00:00', 0.0183762388384057, 0.0496153846153854, 0.0289927643493235, 0.0714038461538466, 0.0602523411610278, 0.115269230769231, 0.0872229592216652, 0.261730769230768, 0.287984997606046, 0.636826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 435, '2021-05-23 00:00:00', 0.0226217815390408, 0.0472500000000015, 0.055931967603512, 0.0842500000000005, 0.0576976069361115, 0.120076923076926, 0.0801892976745543, 0.269788461538461, 0.285285452863242, 0.635480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 450, '2021-05-23 00:00:00', 0.048589710844994, 0.0645000000000003, 0.0492948741289052, 0.0842692307692325, 0.0480949421617128, 0.124788461538461, 0.0785433344378445, 0.273846153846153, 0.285110191923161, 0.63530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 465, '2021-05-23 00:00:00', 0.0264995210406652, 0.0547692307692327, 0.0362065070649766, 0.0803653846153852, 0.0450319929007734, 0.115403846153845, 0.0818581723752435, 0.278596153846152, 0.283040256038716, 0.634942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 480, '2021-05-23 00:00:00', 0.0356722096100233, 0.0635576923076919, 0.0437342015431319, 0.0945961538461524, 0.0488527772614173, 0.124076923076922, 0.0842821817102881, 0.285384615384614, 0.285713805164431, 0.633961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 495, '2021-05-23 00:00:00', 0.0304338437623958, 0.0588269230769225, 0.0321513547985866, 0.0809807692307684, 0.0535582249662776, 0.124788461538462, 0.102245850019225, 0.292423076923076, 0.290343802175178, 0.64028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 510, '2021-05-23 00:00:00', 0.0213235514432706, 0.0530769230769218, 0.0343802045011163, 0.0775384615384612, 0.0474018865252626, 0.134826923076922, 0.122909985824524, 0.29976923076923, 0.3021946449915, 0.641711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 525, '2021-05-23 00:00:00', 0.0274967970162712, 0.0520769230769241, 0.0357732226887432, 0.0907115384615404, 0.0618364343682959, 0.142769230769232, 0.125425609273141, 0.299788461538461, 0.303644514447152, 0.641134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 540, '2021-05-23 00:00:00', 0.0279902455536533, 0.0735769230769262, 0.0437429027210301, 0.109807692307694, 0.0534034751102041, 0.149365384615386, 0.132722138898702, 0.307115384615384, 0.3057021199695, 0.639384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 555, '2021-05-23 00:00:00', 0.0257808814076219, 0.0659230769230774, 0.0432203477720676, 0.101038461538462, 0.0651256891296764, 0.160153846153847, 0.14157507385999, 0.308692307692306, 0.310599261973466, 0.639307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 570, '2021-05-23 00:00:00', 0.0399518026935139, 0.084442307692307, 0.0419602925853253, 0.114384615384614, 0.0727109371732696, 0.168096153846151, 0.149487807581036, 0.311769230769228, 0.309271385057501, 0.641019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 585, '2021-05-23 00:00:00', 0.0259005568695694, 0.0693269230769229, 0.051659554928246, 0.12548076923077, 0.0716305827465855, 0.168403846153845, 0.148446215331189, 0.310673076923074, 0.302298671082857, 0.640942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 600, '2021-05-23 00:00:00', 0.0501230370803076, 0.103173076923077, 0.0659410692617636, 0.127769230769229, 0.0692314512786914, 0.170576923076922, 0.156840923819695, 0.310346153846151, 0.301152006723923, 0.645365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 615, '2021-05-23 00:00:00', 0.0329114020457255, 0.0754038461538444, 0.0444646445547992, 0.108230769230768, 0.0553631681229983, 0.152596153846153, 0.15727590773493, 0.297634615384613, 0.300810796655664, 0.637653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 630, '2021-05-23 00:00:00', 0.0397339275682632, 0.0812500000000004, 0.0392204028536159, 0.107000000000001, 0.0460104879348162, 0.15275, 0.152744821138445, 0.297903846153845, 0.296351919826101, 0.638403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 645, '2021-05-23 00:00:00', 0.0283630040722062, 0.0655000000000007, 0.0417213835599185, 0.102076923076923, 0.0475996969932164, 0.151634615384614, 0.153319028875689, 0.293230769230767, 0.296061607414091, 0.637153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 660, '2021-05-23 00:00:00', 0.0299273222220847, 0.0767692307692311, 0.0359866000702393, 0.103346153846154, 0.0582591293605221, 0.150615384615385, 0.151659391907808, 0.296134615384613, 0.290505074760388, 0.636461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 675, '2021-05-23 00:00:00', 0.0228635164534124, 0.0609038461538451, 0.0360133522247158, 0.0971923076923077, 0.0707219175035897, 0.139019230769233, 0.136346126288377, 0.286115384615383, 0.277322006672055, 0.633346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 690, '2021-05-23 00:00:00', 0.021526807973743, 0.0707115384615383, 0.0307752397978543, 0.0978461538461537, 0.087956573638096, 0.143173076923077, 0.121323700836296, 0.288096153846152, 0.272992832393932, 0.639557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 705, '2021-05-23 00:00:00', 0.0287419620870878, 0.0635961538461531, 0.0540454545160504, 0.0913653846153863, 0.0885853347821293, 0.139192307692309, 0.118177942755177, 0.283384615384614, 0.272151906111273, 0.641 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 720, '2021-05-23 00:00:00', 0.0329693097382297, 0.0631538461538471, 0.0682211449287124, 0.0997307692307688, 0.0892911163640502, 0.134288461538461, 0.119650010447136, 0.287249999999999, 0.275003672702746, 0.642500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 735, '2021-05-23 00:00:00', 0.0452494156358356, 0.0704807692307685, 0.0544314141480264, 0.0921730769230776, 0.0791250033418398, 0.130384615384614, 0.125659962413834, 0.294615384615382, 0.275918095427999, 0.637153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 750, '2021-05-23 00:00:00', 0.0243205911491922, 0.0561346153846145, 0.041047833260535, 0.0862692307692273, 0.0571857466103636, 0.126519230769229, 0.115503787816677, 0.284749999999997, 0.263123267397912, 0.626923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 765, '2021-05-23 00:00:00', 0.0322297282739919, 0.062346153846152, 0.0397122728559391, 0.0912307692307687, 0.0563466468867901, 0.134730769230768, 0.11524804186556, 0.280365384615382, 0.262613639138444, 0.625711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 780, '2021-05-23 00:00:00', 0.0283919273467218, 0.0656923076923076, 0.0334200308428706, 0.0919615384615376, 0.0485804329081006, 0.128461538461539, 0.105662699917453, 0.286384615384614, 0.26384352661845, 0.619942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 795, '2021-05-23 00:00:00', 0.0220627862805556, 0.0540576923076913, 0.0296708416825978, 0.0816730769230777, 0.0487482701862741, 0.119423076923077, 0.101488316872131, 0.280461538461539, 0.262465769929365, 0.618096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 810, '2021-05-23 00:00:00', 0.0265331142884919, 0.0598846153846155, 0.0303754265560428, 0.0774423076923085, 0.0559372072403165, 0.120365384615384, 0.0936873872965907, 0.281057692307691, 0.262585031649088, 0.616826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 825, '2021-05-23 00:00:00', 0.0253340755626777, 0.0561538461538459, 0.0487023613390561, 0.0874999999999986, 0.0690295700295284, 0.131807692307691, 0.0929679038907834, 0.288634615384614, 0.263338486479925, 0.617961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 840, '2021-05-23 00:00:00', 0.0426006003930245, 0.0646346153846136, 0.042444570188204, 0.0903076923076923, 0.0708469558544765, 0.139365384615383, 0.113524475504014, 0.301442307692306, 0.268400892036805, 0.619673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 855, '2021-05-23 00:00:00', 0.0248974821093332, 0.0592692307692306, 0.0541881089709373, 0.101134615384615, 0.0632385958098393, 0.135499999999999, 0.11630702240853, 0.307711538461539, 0.267537462509744, 0.619923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 870, '2021-05-23 00:00:00', 0.0503575103252107, 0.0763269230769235, 0.0571027548843712, 0.105730769230769, 0.0686335559329391, 0.13775, 0.126337796585795, 0.314173076923078, 0.26637708956694, 0.621076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 885, '2021-05-23 00:00:00', 0.0287573468873616, 0.0647500000000009, 0.0350371890337213, 0.0877692307692317, 0.0486627681086896, 0.128250000000001, 0.136958921410203, 0.315884615384617, 0.265043288191541, 0.620769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 900, '2021-05-23 00:00:00', 0.0306326685846236, 0.0640961538461549, 0.0367963261125958, 0.0945192307692312, 0.0570723966689553, 0.137038461538462, 0.138231973369182, 0.319461538461539, 0.264595962670518, 0.622288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 915, '2021-05-23 00:00:00', 0.0266615828487359, 0.0695000000000001, 0.0410843644224911, 0.098750000000002, 0.0767433284496995, 0.154961538461539, 0.134160741707046, 0.325269230769232, 0.264431721592957, 0.624346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 930, '2021-05-23 00:00:00', 0.0310322412983652, 0.0705000000000016, 0.0459519983661883, 0.101884615384617, 0.0689273642210494, 0.150807692307693, 0.134650710529703, 0.323923076923078, 0.264439538676395, 0.623519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 945, '2021-05-23 00:00:00', 0.0314010533875253, 0.0711153846153859, 0.0620535159854281, 0.107326923076922, 0.071424236351967, 0.166692307692307, 0.13875246498157, 0.324442307692309, 0.262567855698586, 0.628673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 960, '2021-05-23 00:00:00', 0.0404655599054506, 0.0773076923076914, 0.0432071575267146, 0.103538461538462, 0.0893703551778537, 0.192403846153846, 0.139790625029556, 0.332173076923077, 0.262907890422014, 0.637826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 975, '2021-05-23 00:00:00', 0.0282035186020894, 0.0669615384615384, 0.0616485728826048, 0.130442307692306, 0.092292096919761, 0.190865384615384, 0.141018974446158, 0.321634615384615, 0.260264916072953, 0.639057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 990, '2021-05-23 00:00:00', 0.0492408249946518, 0.104673076923076, 0.0853889832562655, 0.160461538461537, 0.081306743499304, 0.189557692307692, 0.141068913873817, 0.313961538461537, 0.256417937090091, 0.645461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1005, '2021-05-23 00:00:00', 0.0436204257024349, 0.101307692307695, 0.0533483328266653, 0.128769230769233, 0.0627366810872736, 0.167365384615386, 0.131595103077002, 0.293865384615385, 0.247689976816554, 0.658769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1020, '2021-05-23 00:00:00', 0.0316193222327973, 0.0878076923076945, 0.0401278773231465, 0.119557692307695, 0.0923348442438633, 0.183788461538464, 0.127771352272482, 0.285038461538463, 0.238948540485185, 0.656250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1035, '2021-05-23 00:00:00', 0.0394794055367916, 0.084711538461539, 0.0519155416184632, 0.120711538461539, 0.0867342115980683, 0.196788461538464, 0.126821293104177, 0.280096153846155, 0.236330834766728, 0.656711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1050, '2021-05-23 00:00:00', 0.0393572786739037, 0.0738461538461545, 0.0849906148664917, 0.137230769230771, 0.0995506133350487, 0.184730769230771, 0.139241605188193, 0.274730769230771, 0.233422222262906, 0.655076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1065, '2021-05-23 00:00:00', 0.0511737763372552, 0.113153846153848, 0.0524987032806894, 0.148923076923079, 0.0815676312120105, 0.179038461538464, 0.132737121641003, 0.270288461538462, 0.229474893045973, 0.654942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1080, '2021-05-23 00:00:00', 0.0457782111422528, 0.086230769230771, 0.046875994348428, 0.115173076923079, 0.0599883738736094, 0.148250000000001, 0.124411469913966, 0.243576923076923, 0.223947407974422, 0.659807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1095, '2021-05-23 00:00:00', 0.0452893602719907, 0.0736153846153841, 0.0565445807782199, 0.10451923076923, 0.0594824861101653, 0.134615384615385, 0.126278184972703, 0.233499999999999, 0.219666405295358, 0.664019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1110, '2021-05-23 00:00:00', 0.0370447754024176, 0.0686538461538449, 0.0447984761073238, 0.0892115384615376, 0.0422073453323006, 0.111499999999999, 0.113704887926869, 0.215192307692306, 0.216529544084724, 0.657211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1125, '2021-05-23 00:00:00', 0.0328933299294263, 0.0606346153846163, 0.03598166734068, 0.0844038461538469, 0.0398815554052052, 0.107461538461539, 0.110358417823996, 0.211596153846154, 0.221159275184199, 0.659750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1140, '2021-05-23 00:00:00', 0.0299995192269165, 0.0563653846153859, 0.0323250617228273, 0.0734807692307686, 0.0389677233301932, 0.104711538461538, 0.112080170482495, 0.199730769230769, 0.222058752620528, 0.658519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1155, '2021-05-23 00:00:00', 0.026271569892479, 0.049846153846153, 0.0317115666837593, 0.0707115384615389, 0.0439198745969902, 0.102153846153845, 0.111672756818236, 0.196269230769231, 0.223396874332517, 0.656788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1170, '2021-05-23 00:00:00', 0.020983839936047, 0.0466923076923093, 0.0292927728025461, 0.0684423076923082, 0.0371035557076933, 0.0969230769230768, 0.101681359383882, 0.186173076923079, 0.221554668544461, 0.657365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1185, '2021-05-23 00:00:00', 0.0186284315372618, 0.0459615384615393, 0.0228953135950438, 0.0663461538461542, 0.0348221856778772, 0.0947692307692302, 0.087195820736125, 0.178365384615386, 0.220398706020213, 0.656519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1200, '2021-05-23 00:00:00', 0.01746926972187, 0.0476538461538474, 0.024087828078482, 0.067288461538462, 0.0379174254643701, 0.0918653846153855, 0.0821675516153521, 0.183057692307694, 0.222298732651496, 0.656057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1215, '2021-05-23 00:00:00', 0.0220970238163069, 0.0439615384615374, 0.0286245456799674, 0.0627692307692299, 0.0376176308909276, 0.0861153846153853, 0.0781400419365529, 0.185384615384617, 0.214612663616608, 0.662153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1230, '2021-05-23 00:00:00', 0.0189531405962567, 0.040807692307692, 0.0295076847878381, 0.0617884615384609, 0.0467138465718521, 0.0932115384615375, 0.0749046701840716, 0.180480769230771, 0.214627674034683, 0.661961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1245, '2021-05-23 00:00:00', 0.0199702567296011, 0.0453653846153848, 0.026603412158247, 0.061192307692308, 0.0588386450714691, 0.0996153846153847, 0.0705755241948989, 0.175769230769233, 0.222762022899222, 0.665326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1260, '2021-05-23 00:00:00', 0.0179387847971944, 0.0414999999999998, 0.0315908214518112, 0.0649999999999999, 0.0620683773071165, 0.0962884615384622, 0.0642979363229069, 0.174269230769234, 0.224634602444469, 0.662230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1275, '2021-05-23 00:00:00', 0.0274468787632806, 0.0486346153846164, 0.0420913886679928, 0.07325, 0.0597759180993107, 0.0975961538461536, 0.0560245172978887, 0.175942307692309, 0.223554880544765, 0.659769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1290, '2021-05-23 00:00:00', 0.0271929925928315, 0.0506730769230773, 0.0326676504299804, 0.068653846153846, 0.0416234771031204, 0.0870769230769229, 0.0601975082540786, 0.185000000000002, 0.222223584568473, 0.662192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1305, '2021-05-23 00:00:00', 0.0251886115902837, 0.0481153846153832, 0.0324953783696186, 0.0679807692307686, 0.0331004299298136, 0.0845384615384635, 0.064328579603827, 0.186884615384617, 0.222116858536568, 0.669326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1320, '2021-05-23 00:00:00', 0.0174055694004492, 0.0470769230769227, 0.0193808787607391, 0.0580384615384616, 0.0195246294163597, 0.0736346153846166, 0.0801827264152594, 0.19348076923077, 0.223977711803239, 0.670846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1335, '2021-05-23 00:00:00', 0.0170828411436296, 0.036211538461537, 0.020627651344737, 0.0495000000000013, 0.0228508289699819, 0.0715961538461552, 0.0776305253205105, 0.194538461538462, 0.224754039922619, 0.669538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1350, '2021-05-23 00:00:00', 0.0165561631564052, 0.0355576923076943, 0.0188720794989677, 0.0528461538461553, 0.0337166074121448, 0.076480769230772, 0.0760202199822775, 0.192076923076923, 0.231273205072734, 0.669653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1365, '2021-05-23 00:00:00', 0.017100573539642, 0.04298076923077, 0.0201321881572781, 0.0572500000000012, 0.0353633502154656, 0.0754423076923094, 0.0765683128876526, 0.203557692307694, 0.234561630412005, 0.674538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1380, '2021-05-23 00:00:00', 0.0135841678208336, 0.0404807692307685, 0.0307648900784402, 0.0559615384615395, 0.0391963155646834, 0.0991346153846165, 0.0848872464825217, 0.208769230769231, 0.23313035062946, 0.673096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1395, '2021-05-23 00:00:00', 0.0211296091922063, 0.0339038461538463, 0.0193454427151767, 0.0458846153846148, 0.0372947511258426, 0.10396153846154, 0.106362162517432, 0.21848076923077, 0.236014367228906, 0.670807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1410, '2021-05-23 00:00:00', 0.0144616202943674, 0.0310384615384605, 0.0358100329731556, 0.0779615384615385, 0.0359752906654204, 0.101692307692309, 0.113940276190913, 0.230057692307692, 0.242521913363592, 0.674961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1425, '2021-05-23 00:00:00', 0.0351038678561442, 0.0663076923076925, 0.0382008457417461, 0.0897692307692304, 0.0326003775343875, 0.101769230769231, 0.112962248629287, 0.23701923076923, 0.242521913363592, 0.674961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 0, '2021-05-23 00:00:00', 0.0343584106823251, 0.0669038461538453, 0.0306914483203387, 0.0777500000000007, 0.032704275185127, 0.0984807692307711, 0.111376126429598, 0.249192307692307, 0.243270874667597, 0.674038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 15, '2021-05-23 00:00:00', 0.0224176184146453, 0.0470192307692306, 0.0238835959153181, 0.0673846153846141, 0.0339383830810166, 0.0990769230769228, 0.118295180017552, 0.24851923076923, 0.245001221347033, 0.672038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 30, '2021-05-23 00:00:00', 0.0267973592269556, 0.0514615384615371, 0.0271415661925508, 0.0672692307692322, 0.058159862580516, 0.11298076923077, 0.120257301073734, 0.25203846153846, 0.245974158273711, 0.670442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 45, '2021-05-23 00:00:00', 0.0191876562885124, 0.0461153846153862, 0.0351215745660683, 0.075750000000001, 0.0681887115629493, 0.119403846153847, 0.118432941103655, 0.267307692307691, 0.245974158273711, 0.670442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 60, '2021-05-23 00:00:00', 0.0331912465290749, 0.0583269230769223, 0.0491076212164501, 0.0855384615384611, 0.0740678379283772, 0.12276923076923, 0.112054959043114, 0.264423076923075, 0.246977115103029, 0.667153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 75, '2021-05-23 00:00:00', 0.0294148118104825, 0.051365384615385, 0.0444594023974492, 0.0769615384615397, 0.0589021091433774, 0.115538461538461, 0.110823152607415, 0.256634615384614, 0.249419212294357, 0.663211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 90, '2021-05-23 00:00:00', 0.0284528827794583, 0.0534423076923093, 0.0402928701461612, 0.0803461538461549, 0.047952540640157, 0.109884615384614, 0.101065418646311, 0.251826923076923, 0.244873018898805, 0.668153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 105, '2021-05-23 00:00:00', 0.0257008530238563, 0.0534230769230779, 0.0406098557571345, 0.0899038461538464, 0.0506685800077313, 0.12425, 0.0962819357607977, 0.252634615384615, 0.246077833996917, 0.671403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 120, '2021-05-23 00:00:00', 0.0310919789310055, 0.0681346153846155, 0.038664598198429, 0.0833653846153842, 0.0568964105938278, 0.134307692307692, 0.0956048699274585, 0.251865384615385, 0.253565307169572, 0.67675 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 135, '2021-05-23 00:00:00', 0.0291109086082854, 0.0517499999999979, 0.0424500838089236, 0.085480769230768, 0.0802322590023206, 0.136846153846154, 0.0962075640717275, 0.247846153846154, 0.253823361505897, 0.676326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 150, '2021-05-23 00:00:00', 0.033465527613673, 0.060807692307693, 0.0465409868990607, 0.0922115384615388, 0.0821710434679731, 0.138096153846155, 0.103026762766545, 0.252076923076925, 0.256038074091753, 0.675846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 165, '2021-05-23 00:00:00', 0.026754043547731, 0.0648269230769233, 0.0535483534186276, 0.0996153846153864, 0.0609258439542586, 0.138961538461538, 0.103739438758104, 0.244634615384616, 0.255339792463659, 0.68151923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 180, '2021-05-23 00:00:00', 0.0534281724877866, 0.0825192307692334, 0.064065087095981, 0.108846153846155, 0.0656407354761234, 0.152884615384616, 0.112339745689309, 0.24846153846154, 0.256364542880161, 0.685326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 195, '2021-05-23 00:00:00', 0.0365702117113836, 0.0695961538461528, 0.0370014344836292, 0.105384615384614, 0.0454860798655875, 0.13978846153846, 0.111904542081463, 0.242057692307693, 0.258759219828306, 0.683923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 210, '2021-05-23 00:00:00', 0.0296774973027349, 0.0719230769230744, 0.0323800092649765, 0.0997499999999975, 0.0437284100574659, 0.13057692307692, 0.101010326966335, 0.237615384615385, 0.258959263948242, 0.682596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 225, '2021-05-23 00:00:00', 0.02782594942744, 0.0637884615384611, 0.0282299690727083, 0.0913653846153863, 0.0668230758162048, 0.134211538461538, 0.10547855961503, 0.226057692307693, 0.254033735645787, 0.679826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 240, '2021-05-23 00:00:00', 0.0250044688313609, 0.0692884615384623, 0.0368608662613675, 0.093211538461537, 0.0656928195350266, 0.130942307692307, 0.107694312756059, 0.227750000000002, 0.251036500563931, 0.681230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 255, '2021-05-23 00:00:00', 0.0350051919226035, 0.0642115384615373, 0.0667569097547203, 0.101749999999999, 0.0663207242235663, 0.122038461538462, 0.11471253703866, 0.229115384615387, 0.248550336180389, 0.677980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 270, '2021-05-23 00:00:00', 0.0514267963674124, 0.0736538461538469, 0.0494269818870371, 0.0930576923076923, 0.0497559428224787, 0.113576923076924, 0.115664348606048, 0.232807692307694, 0.24556156364232, 0.681307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 285, '2021-05-23 00:00:00', 0.0296077757458303, 0.0555961538461537, 0.0337680094399783, 0.0759615384615382, 0.0387107071254688, 0.103673076923079, 0.107169206613438, 0.219326923076925, 0.243937971308598, 0.672923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 300, '2021-05-23 00:00:00', 0.0254215535444877, 0.0571538461538469, 0.0271481760259943, 0.0757115384615398, 0.0385845774291282, 0.104019230769232, 0.107340737123208, 0.215576923076924, 0.242720507199916, 0.679769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 315, '2021-05-23 00:00:00', 0.0191055871812005, 0.0497115384615375, 0.0326521586045759, 0.0767115384615402, 0.0387129674160205, 0.102423076923078, 0.0990768078116867, 0.217076923076924, 0.236262293127461, 0.674865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 330, '2021-05-23 00:00:00', 0.0209914634664077, 0.0528076923076936, 0.0264787650769423, 0.0697500000000018, 0.0568707306089869, 0.108000000000002, 0.0889355687259914, 0.217653846153847, 0.230803826124798, 0.670115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 345, '2021-05-23 00:00:00', 0.0254892134048888, 0.0505000000000012, 0.0331786829153915, 0.0772500000000026, 0.060584334101001, 0.11269230769231, 0.0866013878908169, 0.219903846153847, 0.227183727748812, 0.669115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 360, '2021-05-23 00:00:00', 0.0230777281910853, 0.0543076923076942, 0.0501239118431684, 0.0769423076923094, 0.0615441805034915, 0.107384615384618, 0.0882611945394946, 0.223038461538462, 0.224854575225856, 0.668000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 375, '2021-05-23 00:00:00', 0.0413362431771445, 0.0472499999999993, 0.0429779773658727, 0.0665576923076926, 0.0518707862051314, 0.0979615384615394, 0.0850972588368065, 0.223788461538462, 0.22353306157118, 0.666019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 390, '2021-05-23 00:00:00', 0.0252089193616967, 0.0460192307692308, 0.040637312335415, 0.0653653846153852, 0.0415539547317229, 0.0986346153846179, 0.0775551515920224, 0.227192307692308, 0.221196495486219, 0.661019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 405, '2021-05-23 00:00:00', 0.02774796596842, 0.0429807692307728, 0.0320783655827672, 0.0681923076923114, 0.0346211418289224, 0.0927884615384657, 0.0874715690073949, 0.243653846153846, 0.222045363521823, 0.659211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 420, '2021-05-23 00:00:00', 0.0226002467651623, 0.0521346153846156, 0.0242644802128541, 0.0687500000000014, 0.0374180386362598, 0.0929807692307705, 0.0858140229709664, 0.257057692307693, 0.219430227214449, 0.659730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 435, '2021-05-23 00:00:00', 0.0234210047081333, 0.0502115384615399, 0.0272677676725857, 0.0683653846153853, 0.0402114985468659, 0.108769230769233, 0.0881859769944275, 0.263557692307693, 0.217794275724735, 0.661057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 450, '2021-05-23 00:00:00', 0.0233295866955388, 0.0494807692307683, 0.0323217954566037, 0.0685384615384609, 0.0451667508751224, 0.113846153846155, 0.114081529550648, 0.282346153846155, 0.215282766647461, 0.660980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 465, '2021-05-23 00:00:00', 0.0228121762358477, 0.044846153846151, 0.0344082112292977, 0.0802499999999995, 0.0411764916127937, 0.104788461538461, 0.114159276384425, 0.283596153846154, 0.212287058919323, 0.658846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 480, '2021-05-23 00:00:00', 0.0290482158858982, 0.069173076923076, 0.0371055044641402, 0.0895384615384611, 0.0371264782145485, 0.105846153846153, 0.115933729412042, 0.28198076923077, 0.212897816768082, 0.661403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 495, '2021-05-23 00:00:00', 0.0242809516984939, 0.0567692307692318, 0.0294347844983034, 0.0704423076923084, 0.0552780106510575, 0.11746153846154, 0.121593776725874, 0.273442307692309, 0.217155003130519, 0.668846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 510, '2021-05-23 00:00:00', 0.0202712471628783, 0.0452115384615379, 0.0247565065262565, 0.0647692307692296, 0.0465620181957521, 0.119307692307691, 0.109906078784779, 0.261615384615385, 0.214656560221565, 0.661673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 525, '2021-05-23 00:00:00', 0.0187000308514753, 0.0476346153846144, 0.0362234942883943, 0.0883076923076937, 0.0401232524182095, 0.121346153846153, 0.104830927981861, 0.254711538461539, 0.215386037151902, 0.658750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 540, '2021-05-23 00:00:00', 0.0318044747698255, 0.074769230769232, 0.0368212522245604, 0.0977692307692303, 0.0499600802179562, 0.13048076923077, 0.104576767900979, 0.253096153846155, 0.21580605965685, 0.660346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 555, '2021-05-23 00:00:00', 0.0281581249375735, 0.0629999999999986, 0.0296895798866578, 0.0848653846153832, 0.042649321394187, 0.126230769230769, 0.0996961325536447, 0.243673076923077, 0.218730030297273, 0.659884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 570, '2021-05-23 00:00:00', 0.0272524945929437, 0.0644615384615374, 0.0376562590568131, 0.089423076923077, 0.0425295010732352, 0.131538461538459, 0.0968993470645617, 0.246211538461538, 0.221118148021856, 0.664653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 585, '2021-05-23 00:00:00', 0.0338770401032019, 0.0650769230769234, 0.0365304509437509, 0.100923076923078, 0.0546711567887066, 0.141153846153846, 0.0946498486324929, 0.246076923076922, 0.22314489342474, 0.665211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 600, '2021-05-23 00:00:00', 0.0349489572860864, 0.0810192307692312, 0.037835844827969, 0.102365384615384, 0.0609209702432967, 0.153769230769231, 0.0939770205136093, 0.249903846153846, 0.23256028581523, 0.667557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 615, '2021-05-23 00:00:00', 0.02566284353811, 0.0706923076923075, 0.0431441813529392, 0.105403846153846, 0.0550877062929236, 0.151846153846155, 0.0822981540123845, 0.238615384615384, 0.238844800751774, 0.678173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 630, '2021-05-23 00:00:00', 0.0282649007672888, 0.0787692307692292, 0.0453115751895029, 0.112173076923078, 0.0690481688054406, 0.163019230769232, 0.0685317360509266, 0.231173076923077, 0.235462589711926, 0.678134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 645, '2021-05-23 00:00:00', 0.03858395441711, 0.0756923076923089, 0.0373390700720602, 0.106115384615385, 0.0589926233980531, 0.153019230769232, 0.0670431548734432, 0.21926923076923, 0.236708214572613, 0.682326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 660, '2021-05-23 00:00:00', 0.0276856530465769, 0.0713461538461534, 0.0459656560756141, 0.108192307692308, 0.050326002607615, 0.140057692307693, 0.0671006620396095, 0.214673076923076, 0.242247166372253, 0.687480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 675, '2021-05-23 00:00:00', 0.0311962275825888, 0.0692692307692319, 0.0320824658557374, 0.0987307692307695, 0.040749709767725, 0.120673076923079, 0.0813308272522687, 0.219711538461538, 0.245458929668177, 0.684115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 690, '2021-05-23 00:00:00', 0.0296665053294367, 0.0671923076923061, 0.0352695554049319, 0.0876923076923072, 0.039632038321773, 0.117038461538462, 0.0871172176747203, 0.22151923076923, 0.250559426391918, 0.688884615384615 where not exists (select 1 from powerstats_trumpet where symboli[...];
Date: 2021-05-23 15:11:37 Duration: 14s588ms Database: acaweb_fx User: pgperfstats
13 29s696ms 2 13s3ms 16s692ms 14s848ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 15 2 29s696ms 14s848ms [ User: pgperfstats - Total duration: 29s696ms - 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 982465, 1, 945, '2021-05-23 00:00:00', 0.0266728614599462, 0.0676923076923084, 0.0352975701931219, 0.0955384615384619, 0.0512330422226174, 0.139230769230769, 0.112483516741174, 0.322307692307691, 0.156912558942381, 0.548134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 960, '2021-05-23 00:00:00', 0.026446811644389, 0.0634230769230775, 0.0309281611778997, 0.0873653846153853, 0.0551251164310639, 0.148961538461539, 0.113379899181741, 0.317192307692307, 0.156103522110761, 0.554980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 975, '2021-05-23 00:00:00', 0.0211959811139902, 0.0555192307692302, 0.0446722638092827, 0.102134615384615, 0.0592592511440509, 0.169173076923077, 0.113833941132891, 0.310884615384615, 0.157695641615789, 0.566653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 990, '2021-05-23 00:00:00', 0.0453758153137179, 0.0872692307692299, 0.0504532837995085, 0.122576923076923, 0.0606520720680973, 0.178423076923077, 0.113705870560847, 0.305749999999999, 0.156842919950062, 0.563692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1005, '2021-05-23 00:00:00', 0.0420680949816438, 0.0837692307692307, 0.0597103424877122, 0.127250000000001, 0.0634822688751636, 0.178038461538461, 0.114676125876986, 0.291076923076922, 0.149861448832426, 0.555423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1020, '2021-05-23 00:00:00', 0.0530791281593239, 0.0955769230769241, 0.0499646528904361, 0.129442307692307, 0.0773376438343317, 0.198865384615384, 0.112681607263053, 0.279230769230768, 0.148143921706095, 0.551307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1035, '2021-05-23 00:00:00', 0.0312369111050495, 0.082269230769229, 0.0393174261619458, 0.117499999999998, 0.0817943974948051, 0.189711538461536, 0.0928096915529511, 0.257826923076922, 0.148054454639033, 0.546192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1050, '2021-05-23 00:00:00', 0.0367923748371034, 0.0818269230769224, 0.0574999130434125, 0.1365, 0.0765675192232314, 0.179249999999999, 0.0839909518936422, 0.2465, 0.14702988314782, 0.542942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1065, '2021-05-23 00:00:00', 0.0453667109402736, 0.104961538461541, 0.0675808689360658, 0.136923076923077, 0.0694013965720709, 0.159576923076923, 0.0791872173056703, 0.227153846153847, 0.147701857964461, 0.538173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1080, '2021-05-23 00:00:00', 0.0431966389362002, 0.0780192307692311, 0.0411398973485114, 0.0961346153846142, 0.048945527021216, 0.129230769230769, 0.0605740011505321, 0.208480769230769, 0.156484982076188, 0.529980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1095, '2021-05-23 00:00:00', 0.0267913878240452, 0.0634615384615376, 0.0318284645222832, 0.0831346153846144, 0.0549265838677828, 0.121480769230769, 0.0575057488764931, 0.198634615384615, 0.163586708365461, 0.529865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1110, '2021-05-23 00:00:00', 0.0252270916644444, 0.0608846153846142, 0.0400787542029657, 0.0934423076923073, 0.0502394765100134, 0.121249999999999, 0.0585163356547707, 0.193807692307692, 0.175751909936007, 0.538576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1125, '2021-05-23 00:00:00', 0.0319613047293149, 0.0652500000000006, 0.0450892832227191, 0.086211538461538, 0.0457817103219196, 0.11925, 0.051142290192696, 0.189076923076924, 0.185045836317552, 0.543192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1140, '2021-05-23 00:00:00', 0.0250342841842011, 0.0523461538461546, 0.0266332715573241, 0.0741346153846157, 0.0319719408231647, 0.10175, 0.0495363114679149, 0.180384615384616, 0.184294330853166, 0.544596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1155, '2021-05-23 00:00:00', 0.0229667987789712, 0.052423076923078, 0.0340804985969307, 0.0765961538461534, 0.0302565758904639, 0.0970961538461545, 0.0552326582599622, 0.177557692307691, 0.18305082522454, 0.547230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1170, '2021-05-23 00:00:00', 0.0221277062664753, 0.0513461538461531, 0.0204148607259896, 0.0660576923076913, 0.0230512222268987, 0.0833269230769236, 0.0570080561108571, 0.172961538461537, 0.183245396625988, 0.550653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1185, '2021-05-23 00:00:00', 0.0182428489677909, 0.0481923076923082, 0.02060287507943, 0.0644615384615396, 0.02561463674122, 0.0819807692307704, 0.0591919725586571, 0.171980769230768, 0.182604532760323, 0.553346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1200, '2021-05-23 00:00:00', 0.018254072253778, 0.0461346153846154, 0.0207288724692437, 0.0601153846153853, 0.0362791792375988, 0.0901730769230779, 0.0657461668961673, 0.17453846153846, 0.182629528322736, 0.55326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1215, '2021-05-23 00:00:00', 0.0161532087786347, 0.0401153846153838, 0.0220164711068777, 0.0592499999999998, 0.0366554067792693, 0.0918269230769237, 0.0629238398016576, 0.18251923076923, 0.18959717723475, 0.55851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1230, '2021-05-23 00:00:00', 0.0203018850962565, 0.044557692307693, 0.0317128704762935, 0.0701153846153866, 0.0376536901858954, 0.0950961538461548, 0.0635982613453693, 0.175826923076923, 0.19109501462724, 0.561230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1245, '2021-05-23 00:00:00', 0.0235592950789143, 0.046903846153846, 0.0240562801651583, 0.0602307692307699, 0.036197513726775, 0.0864999999999987, 0.064722448845941, 0.168346153846153, 0.188392532107424, 0.563615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1260, '2021-05-23 00:00:00', 0.0170190052136302, 0.0409423076923086, 0.0317954338763363, 0.0610192307692303, 0.0394733259497924, 0.0907115384615365, 0.0631726571816053, 0.163230769230768, 0.187159180501931, 0.560826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1275, '2021-05-23 00:00:00', 0.0260848688824653, 0.0399038461538448, 0.0290298785073906, 0.0579230769230764, 0.0414501368653222, 0.0890769230769221, 0.0622548113679707, 0.161192307692307, 0.185485433805048, 0.560615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1290, '2021-05-23 00:00:00', 0.0199862741361704, 0.0441346153846141, 0.0324061959887548, 0.0701923076923067, 0.0376107032638323, 0.0897500000000006, 0.06155456616194, 0.159230769230768, 0.189149883588488, 0.562038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1305, '2021-05-23 00:00:00', 0.026994251524809, 0.0535192307692289, 0.0308335793475998, 0.0675192307692296, 0.0340693636345258, 0.0928076923076927, 0.0573034600915297, 0.158557692307692, 0.195134782808035, 0.565788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1320, '2021-05-23 00:00:00', 0.0198076616878025, 0.0442115384615375, 0.0223533855635747, 0.057076923076924, 0.0313761607201784, 0.0877884615384599, 0.0521651113882995, 0.151826923076922, 0.195378174712138, 0.568865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1335, '2021-05-23 00:00:00', 0.0153547912843067, 0.0384807692307704, 0.0175198897959293, 0.0610576923076925, 0.0291764657531715, 0.084884615384614, 0.0500170470939651, 0.156250000000001, 0.197501559876996, 0.569615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1350, '2021-05-23 00:00:00', 0.0188264543824743, 0.0473461538461525, 0.0241925369929215, 0.0681730769230745, 0.0319239480882065, 0.0835384615384598, 0.0557925587814768, 0.158519230769231, 0.196804331761271, 0.571749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1365, '2021-05-23 00:00:00', 0.018275540610757, 0.0536538461538444, 0.020318578084713, 0.0627307692307671, 0.0266668405443062, 0.0819038461538448, 0.0571912984236649, 0.160269230769231, 0.198840296372588, 0.571211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1380, '2021-05-23 00:00:00', 0.0131232031737093, 0.0445384615384605, 0.02282950183088, 0.0581153846153828, 0.041880966853876, 0.0833461538461523, 0.0600194231382336, 0.161134615384615, 0.199318075910379, 0.571846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1395, '2021-05-23 00:00:00', 0.0177450318074155, 0.0388846153846141, 0.0221282624713299, 0.0569999999999989, 0.0377158607729708, 0.110884615384614, 0.0660198367625517, 0.169173076923076, 0.199109177627212, 0.57376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1410, '2021-05-23 00:00:00', 0.0147279039189604, 0.037865384615384, 0.027167323415059, 0.0582115384615393, 0.0325139260104858, 0.105653846153846, 0.0674760954823152, 0.175288461538462, 0.199109177627212, 0.57376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1425, '2021-05-23 00:00:00', 0.0233093658957413, 0.0440576923076933, 0.0279437140309977, 0.0956346153846156, 0.0275484817395412, 0.100173076923077, 0.0729447762668138, 0.185096153846153, 0.199173778008436, 0.573923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 0, '2021-05-23 00:00:00', 0.0276658703932353, 0.0724038461538453, 0.0256144565551438, 0.082403846153845, 0.0280720570071968, 0.0919038461538455, 0.0735089214889022, 0.188692307692308, 0.198746131070229, 0.572769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 15, '2021-05-23 00:00:00', 0.022812252106135, 0.0491730769230772, 0.0247356796177881, 0.0620769230769238, 0.0282251728890274, 0.0815961538461543, 0.0690432222485415, 0.184942307692308, 0.201172650687451, 0.574653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 30, '2021-05-23 00:00:00', 0.0191370361823909, 0.0413846153846146, 0.0223280179284988, 0.0554038461538456, 0.029059832176972, 0.0795769230769226, 0.0767662786545074, 0.187692307692308, 0.201869607572657, 0.571538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 45, '2021-05-23 00:00:00', 0.0181671724229774, 0.0403846153846153, 0.0230282435283289, 0.0610000000000005, 0.0270213092548469, 0.0783653846153839, 0.0859171895579612, 0.196711538461539, 0.202291778037414, 0.568711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 60, '2021-05-23 00:00:00', 0.0199248684968157, 0.0479038461538459, 0.0238333073336765, 0.0599423076923081, 0.0286914353342327, 0.0760384615384628, 0.0999203605955188, 0.209038461538463, 0.20249486318271, 0.567019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 75, '2021-05-23 00:00:00', 0.0153519855894424, 0.0352884615384617, 0.0176755807216108, 0.0481153846153848, 0.0305958581912899, 0.0815576923076942, 0.0979529478882578, 0.210000000000001, 0.20305023630013, 0.566038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 90, '2021-05-23 00:00:00', 0.0111660887718813, 0.0363076923076924, 0.0181396399760746, 0.0504423076923075, 0.0353007735805393, 0.0827307692307691, 0.0968706592079559, 0.212769230769232, 0.202163168105522, 0.564557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 105, '2021-05-23 00:00:00', 0.0145921079829012, 0.0350192307692291, 0.0268772494586316, 0.0649423076923084, 0.0409272572329891, 0.0854038461538467, 0.0965541637551766, 0.217557692307693, 0.202558895518923, 0.563615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 120, '2021-05-23 00:00:00', 0.0205792277645359, 0.0527307692307718, 0.0296620970263399, 0.0640000000000012, 0.0405981052987228, 0.0876153846153859, 0.0941960251488665, 0.214634615384617, 0.203938112784623, 0.559923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 135, '2021-05-23 00:00:00', 0.018155408179213, 0.0396730769230762, 0.0256633231255465, 0.0561153846153847, 0.0371108526527656, 0.0946538461538472, 0.0907987546508959, 0.206076923076923, 0.204291910303332, 0.558230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 150, '2021-05-23 00:00:00', 0.0178858452844277, 0.0407884615384606, 0.0239976361015334, 0.0594423076923073, 0.0319921925571752, 0.098596153846154, 0.091391364682126, 0.204807692307693, 0.205788607930192, 0.556634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 165, '2021-05-23 00:00:00', 0.0180260495266852, 0.0454615384615385, 0.0256721639134677, 0.0760000000000011, 0.0406251958575156, 0.111442307692307, 0.0859178610427049, 0.204326923076924, 0.207009684834755, 0.55601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 180, '2021-05-23 00:00:00', 0.0234568999197697, 0.060884615384617, 0.0281087243505526, 0.0790961538461533, 0.0449724402786328, 0.110403846153846, 0.0858162885739941, 0.197346153846154, 0.208093348136027, 0.555192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 195, '2021-05-23 00:00:00', 0.017939728151615, 0.0500769230769233, 0.0347780877078567, 0.0776538461538453, 0.0449892807745933, 0.095653846153846, 0.079869424688048, 0.185250000000001, 0.209470678138971, 0.55625 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 210, '2021-05-23 00:00:00', 0.0243347567198705, 0.0535961538461534, 0.0231946363163145, 0.0653653846153857, 0.0425634413371527, 0.0930576923076945, 0.0678135339339802, 0.179153846153848, 0.22061846372972, 0.562942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 225, '2021-05-23 00:00:00', 0.0168829909854674, 0.0456538461538461, 0.0347534668995537, 0.0637884615384595, 0.0489654077267418, 0.0953653846153852, 0.0647297963727787, 0.182442307692308, 0.219982510668462, 0.564249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 240, '2021-05-23 00:00:00', 0.0203120369769719, 0.0491730769230751, 0.0259791040290827, 0.0679230769230777, 0.0573644623304477, 0.104807692307694, 0.0573029634084011, 0.178519230769231, 0.219086087751262, 0.570423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 255, '2021-05-23 00:00:00', 0.0197945311017583, 0.0492115384615395, 0.0304676120596179, 0.0731538461538478, 0.0537756021315917, 0.105846153846155, 0.054070683795878, 0.176826923076923, 0.221141587084975, 0.572692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 270, '2021-05-23 00:00:00', 0.0194113765215529, 0.0486923076923063, 0.038858956001652, 0.0709615384615368, 0.0439423923581059, 0.0920769230769227, 0.0508699699838107, 0.162923076923075, 0.221870308617792, 0.569423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 285, '2021-05-23 00:00:00', 0.0303273169575901, 0.047615384615383, 0.0340980261102509, 0.0628461538461533, 0.0332517726537297, 0.0854038461538457, 0.0516780864137266, 0.154269230769228, 0.221706018966905, 0.567826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 300, '2021-05-23 00:00:00', 0.0217653659249308, 0.0431346153846164, 0.023374353137903, 0.0549038461538476, 0.0306402450281425, 0.0782692307692312, 0.0509729981309867, 0.147442307692306, 0.221591109929979, 0.566999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 315, '2021-05-23 00:00:00', 0.0156843994024433, 0.0380961538461548, 0.0232539161300756, 0.0562692307692305, 0.0350600857868975, 0.0745192307692302, 0.0473193569109041, 0.150692307692307, 0.223013438712006, 0.565923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 330, '2021-05-23 00:00:00', 0.0176432597720654, 0.040730769230768, 0.0251097590589775, 0.0525000000000004, 0.0357233170998357, 0.0708461538461533, 0.0476675345088645, 0.152423076923075, 0.222903850434355, 0.565557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 345, '2021-05-23 00:00:00', 0.0140813570150253, 0.0347307692307711, 0.0207481602520839, 0.048615384615385, 0.0237041460183988, 0.0674423076923089, 0.0617975852154554, 0.162307692307691, 0.223579708725649, 0.564615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 360, '2021-05-23 00:00:00', 0.0135595126983023, 0.034596153846154, 0.0163831174829943, 0.0475576923076915, 0.021885154785835, 0.0665000000000005, 0.0686085664083958, 0.164653846153844, 0.225257467220204, 0.565557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 375, '2021-05-23 00:00:00', 0.0130968140576836, 0.0329423076923081, 0.015437080732394, 0.0487884615384628, 0.0231043535691024, 0.0666346153846149, 0.0746054545335237, 0.173423076923077, 0.224179649800368, 0.568153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 390, '2021-05-23 00:00:00', 0.0131791939755879, 0.0348653846153849, 0.0227771562350051, 0.0473269230769244, 0.025053243303013, 0.0677499999999999, 0.0745542652135895, 0.176961538461538, 0.22378738879708, 0.568153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 405, '2021-05-23 00:00:00', 0.0123899618177852, 0.0318653846153859, 0.0132739913422399, 0.0451730769230762, 0.0434743469893896, 0.0773269230769245, 0.0793219632015846, 0.185576923076923, 0.224013795076588, 0.567403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 420, '2021-05-23 00:00:00', 0.00855569985448337, 0.032999999999998, 0.0156622034013293, 0.0457692307692296, 0.0438628982872059, 0.0799230769230743, 0.082589839196244, 0.187692307692308, 0.222968921601196, 0.569999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 435, '2021-05-23 00:00:00', 0.0150892855517256, 0.0320576923076918, 0.0377131327870709, 0.0589038461538459, 0.0364890552610776, 0.0833653846153837, 0.0817142605951687, 0.198403846153847, 0.223654420926572, 0.569999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 450, '2021-05-23 00:00:00', 0.0342525013123686, 0.0435769230769235, 0.0339298597788922, 0.0588461538461523, 0.0323851817966157, 0.0775000000000006, 0.0805300326204212, 0.200384615384616, 0.22352440324527, 0.570826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 465, '2021-05-23 00:00:00', 0.0134513939798089, 0.0369999999999979, 0.0198509833122073, 0.0553076923076924, 0.0265023366168682, 0.0750769230769225, 0.079626949921784, 0.208634615384616, 0.223396702165591, 0.569942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 480, '2021-05-23 00:00:00', 0.0179181901558603, 0.042192307692308, 0.0232739950621683, 0.0573269230769252, 0.0265928344888962, 0.0746730769230771, 0.0795364938009844, 0.212923076923078, 0.223108446380127, 0.569173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 495, '2021-05-23 00:00:00', 0.014807586413207, 0.0367307692307708, 0.0176528053991849, 0.0498076923076913, 0.0247770365149193, 0.0813076923076914, 0.0813437151843975, 0.2165, 0.223482069492422, 0.568346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 510, '2021-05-23 00:00:00', 0.0133249909799358, 0.0368461538461521, 0.0164032478022348, 0.0509423076923061, 0.0245258811493864, 0.0908269230769233, 0.0849549496000012, 0.221288461538463, 0.223482069492422, 0.568346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 525, '2021-05-23 00:00:00', 0.0114845046107297, 0.0345769230769215, 0.0186644149282925, 0.0669038461538448, 0.0446094893319981, 0.108057692307691, 0.0863622691831436, 0.224692307692308, 0.2234794612831, 0.568980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 540, '2021-05-23 00:00:00', 0.019339248652974, 0.0575576923076917, 0.0242949899868569, 0.0780576923076923, 0.0481884801107537, 0.112480769230767, 0.0907536564213605, 0.226615384615384, 0.223226421788765, 0.568653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 555, '2021-05-23 00:00:00', 0.0172286545749104, 0.0499423076923068, 0.0389179857570335, 0.0784807692307679, 0.0514479460605206, 0.116134615384615, 0.109725862949445, 0.237750000000001, 0.223940651478501, 0.572346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 570, '2021-05-23 00:00:00', 0.0350959180181763, 0.0612884615384612, 0.0384128434050583, 0.0819423076923076, 0.046502146352451, 0.123519230769231, 0.123837270703875, 0.245019230769231, 0.227164257751962, 0.576499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 585, '2021-05-23 00:00:00', 0.0156506696833854, 0.0517884615384612, 0.0338467871444266, 0.0887500000000007, 0.0559094769729127, 0.125519230769232, 0.122757409301686, 0.247192307692308, 0.230988278923412, 0.578249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 600, '2021-05-23 00:00:00', 0.0329063005423686, 0.0772692307692302, 0.0407283873786038, 0.100692307692307, 0.059157173308452, 0.129365384615385, 0.123748634802104, 0.249230769230769, 0.231517350238677, 0.581711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 615, '2021-05-23 00:00:00', 0.0249576949749281, 0.0670576923076927, 0.0372762865433439, 0.0908076923076919, 0.0522886809342729, 0.128884615384615, 0.135295393349288, 0.248788461538462, 0.232984440715221, 0.57951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 630, '2021-05-23 00:00:00', 0.0306316578320278, 0.0640384615384618, 0.0405008831812531, 0.0891923076923078, 0.0460778813949398, 0.125634615384615, 0.133612349728607, 0.244499999999999, 0.229116457623291, 0.578134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 645, '2021-05-23 00:00:00', 0.0246138875746719, 0.0597884615384612, 0.0284274785807968, 0.0871923076923081, 0.0467326479521057, 0.120403846153844, 0.12066664984417, 0.246403846153845, 0.226320314190715, 0.57726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 660, '2021-05-23 00:00:00', 0.0235027412476483, 0.0656730769230768, 0.0355506842950481, 0.0886346153846145, 0.0469397650021974, 0.118192307692307, 0.122926558750149, 0.251173076923076, 0.226992727772363, 0.58203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 675, '2021-05-23 00:00:00', 0.0221110484043272, 0.0529615384615366, 0.0428095828596295, 0.0775961538461521, 0.035490892656266, 0.106211538461538, 0.117216238373621, 0.247442307692307, 0.227066347471054, 0.581884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 690, '2021-05-23 00:00:00', 0.0208913765794574, 0.0559807692307671, 0.0208001109464504, 0.0722692307692293, 0.0330448005918337, 0.106326923076923, 0.118488292183724, 0.250153846153846, 0.230274044096626, 0.587653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 705, '2021-05-23 00:00:00', 0.0182317137048419, 0.0488461538461553, 0.0218636333105556, 0.0714615384615392, 0.040444282661459, 0.103500000000001, 0.119926400506568, 0.252307692307692, 0.228181681999234, 0.587499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 720, '2021-05-23 00:00:00', 0.0166477071648373, 0.0533846153846156, 0.0298323069584231, 0.0759423076923096, 0.054281120106349, 0.107000000000003, 0.130651469714129, 0.262442307692308, 0.22945092067804, 0.59525 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 735, '2021-05-23 00:00:00', 0.0248962539659787, 0.0537115384615413, 0.0306157387880569, 0.0737115384615395, 0.0758072860309918, 0.116769230769234, 0.144199553237331, 0.275865384615386, 0.230167387250772, 0.596615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 750, '2021-05-23 00:00:00', 0.0138711793076376, 0.0519807692307698, 0.030142431120368, 0.077384615384616, 0.0763541974061581, 0.117788461538462, 0.137139234413002, 0.27548076923077, 0.219367920661578, 0.593769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 765, '2021-05-23 00:00:00', 0.0235419102551506, 0.0566923076923073, 0.0478191344064764, 0.0874807692307694, 0.0685284696593033, 0.120134615384615, 0.128752202371006, 0.285519230769229, 0.219956293735474, 0.596865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 780, '2021-05-23 00:00:00', 0.03257889831447, 0.0587307692307709, 0.0505221390922983, 0.0804423076923092, 0.0529899555068249, 0.109153846153847, 0.120326742663465, 0.301249999999999, 0.21977164022265, 0.595923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 795, '2021-05-23 00:00:00', 0.0263051618216187, 0.0521923076923088, 0.028913139147878, 0.0720192307692319, 0.0567933941174924, 0.11748076923077, 0.127195041025734, 0.30903846153846, 0.21658560663165, 0.59175 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 810, '2021-05-23 00:00:00', 0.0169622771511905, 0.0541730769230771, 0.0249977306662332, 0.0755576923076918, 0.0616200173520075, 0.120942307692308, 0.122567119759557, 0.314326923076922, 0.215951893681475, 0.591096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 825, '2021-05-23 00:00:00', 0.0228062828725222, 0.0530576923076909, 0.0535698573395953, 0.0919807692307679, 0.0802035007868188, 0.137307692307692, 0.116878681348849, 0.318115384615383, 0.217183471711396, 0.590096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 840, '2021-05-23 00:00:00', 0.0423364045928117, 0.0683653846153826, 0.0458017844798473, 0.0892115384615381, 0.0787377047788804, 0.138384615384613, 0.120587390908642, 0.327173076923075, 0.22143050741798, 0.592480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 855, '2021-05-23 00:00:00', 0.0204000848414508, 0.0557115384615383, 0.0633050854683401, 0.0995769230769225, 0.0686902075654495, 0.13026923076923, 0.118446196808768, 0.327807692307691, 0.218492700987047, 0.591096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 870, '2021-05-23 00:00:00', 0.0615728961350828, 0.074692307692308, 0.0620968876960715, 0.0962884615384611, 0.0678326135537936, 0.132711538461539, 0.136388930579485, 0.335403846153845, 0.217670534382725, 0.589307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 885, '2021-05-23 00:00:00', 0.0267162007893233, 0.0638461538461537, 0.0251486656627227, 0.0886538461538459, 0.0394030504480985, 0.126403846153846, 0.144315867510764, 0.337980769230768, 0.216811485822627, 0.586403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 900, '2021-05-23 00:00:00', 0.0253020826141921, 0.066653846153848, 0.030464632709977, 0.0939230769230794, 0.0516550429439233, 0.141788461538463, 0.142873736618682, 0.339730769230768, 0.221567122144473, 0.58798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 915, '2021-05-23 00:00:00', 0.0181540946853914, 0.0618653846153849, 0.0338995631921019, 0.0914038461538459, 0.0718605620950415, 0.155903846153848, 0.151018261758686, 0.336846153846153, 0.222894849303776, 0.590576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 930, '2021-05-23 00:00:00', 0.0245594490667357, 0.0765576923076917, 0.0440239095876844, 0.11173076923077, 0.0744395702256841, 0.161519230769232, 0.149114448817522, 0.336173076923076, 0.220457806882369, 0.593230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 945, '2021-05-23 00:00:00', 0.0350311290140642, 0.078500000000001, 0.0652410942935155, 0.121096153846155, 0.0789779326530748, 0.174576923076922, 0.152431215256636, 0.328346153846153, 0.235424252067492, 0.596038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 960, '2021-05-23 00:00:00', 0.0561254809813208, 0.0904807692307695, 0.0585991598784623, 0.114692307692309, 0.0900364904657253, 0.193480769230769, 0.145415352062236, 0.32576923076923, 0.238143696923969, 0.592903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 975, '2021-05-23 00:00:00', 0.0293440598103585, 0.0719230769230782, 0.0673197679277503, 0.128365384615383, 0.0925113963873559, 0.194038461538461, 0.142495539741262, 0.323326923076923, 0.240958098017061, 0.597750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 990, '2021-05-23 00:00:00', 0.0455425076165105, 0.102999999999998, 0.0728664954135033, 0.157384615384615, 0.0728620852126692, 0.191711538461537, 0.145030958233591, 0.325826923076922, 0.226301126819996, 0.5975 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1005, '2021-05-23 00:00:00', 0.0331271733684696, 0.100519230769231, 0.0506529822950694, 0.13026923076923, 0.0656573418473634, 0.172942307692308, 0.132229398569889, 0.313076923076923, 0.222184155254497, 0.600826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1020, '2021-05-23 00:00:00', 0.030674099573018, 0.0880961538461531, 0.0451915793721999, 0.123673076923077, 0.0743919040260128, 0.172153846153847, 0.130438870150558, 0.294826923076923, 0.22825253642537, 0.596596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1035, '2021-05-23 00:00:00', 0.0397471866445139, 0.0871730769230761, 0.0532071423776912, 0.124000000000001, 0.0605686419248049, 0.173096153846154, 0.120948196157885, 0.281884615384616, 0.227945691912654, 0.614538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1050, '2021-05-23 00:00:00', 0.0349348019117823, 0.0815961538461537, 0.049179811367612, 0.120076923076924, 0.0861811776701571, 0.165846153846156, 0.127059351667453, 0.270673076923078, 0.246646561204177, 0.616115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1065, '2021-05-23 00:00:00', 0.0343571513102272, 0.094423076923078, 0.0422521415023943, 0.125288461538461, 0.0843433094332553, 0.169076923076925, 0.111382633986839, 0.267634615384617, 0.260861770793533, 0.62671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1080, '2021-05-23 00:00:00', 0.0250835833533839, 0.0838846153846147, 0.0492162105877271, 0.116346153846155, 0.0612207104223339, 0.155846153846153, 0.0843996445490133, 0.250500000000001, 0.268894446691517, 0.626211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1095, '2021-05-23 00:00:00', 0.0422724542062019, 0.0715961538461541, 0.0541450509138331, 0.104942307692309, 0.0580573986539317, 0.139807692307691, 0.0877955667358063, 0.234692307692308, 0.284783248210875, 0.625538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1110, '2021-05-23 00:00:00', 0.0294364831197883, 0.0740576923076923, 0.0322140258511496, 0.0957115384615353, 0.0439681571839651, 0.129173076923076, 0.0894617602021191, 0.224057692307691, 0.284601289255956, 0.622076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1125, '2021-05-23 00:00:00', 0.0206771241118905, 0.0637115384615371, 0.0378909163053836, 0.0888076923076917, 0.0459877742950809, 0.116846153846154, 0.0934964191004938, 0.216903846153847, 0.288443675344343, 0.617076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1140, '2021-05-23 00:00:00', 0.026942531432663, 0.061000000000001, 0.0354543314051294, 0.0859807692307687, 0.036946973436993, 0.115673076923078, 0.0957480989969946, 0.207961538461539, 0.286757888363094, 0.614942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1155, '2021-05-23 00:00:00', 0.0258023552890334, 0.0603076923076906, 0.0320131283166031, 0.0800961538461532, 0.0440392001953507, 0.119365384615384, 0.102047200617393, 0.202634615384615, 0.286778000443654, 0.611807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1170, '2021-05-23 00:00:00', 0.0196973641344747, 0.0506153846153847, 0.026177735695699, 0.077576923076924, 0.0603017699701958, 0.121211538461537, 0.103046742567858, 0.192634615384616, 0.285048829825022, 0.613846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1185, '2021-05-23 00:00:00', 0.0189384427919675, 0.0532692307692337, 0.0289119951151496, 0.0817115384615406, 0.0644691100748734, 0.115615384615386, 0.101098695114459, 0.185115384615385, 0.281937263206932, 0.615596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1200, '2021-05-23 00:00:00', 0.023665879365741, 0.0599230769230788, 0.0548952183710016, 0.0867499999999999, 0.0567644390306251, 0.105807692307693, 0.102348223463595, 0.179826923076923, 0.280805575361042, 0.614865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1215, '2021-05-23 00:00:00', 0.0548853350176536, 0.0554999999999999, 0.0546541996415791, 0.0726923076923088, 0.0504372916066612, 0.0910961538461554, 0.101186583178724, 0.17923076923077, 0.276289397469114, 0.609134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1230, '2021-05-23 00:00:00', 0.027911129569515, 0.0486346153846137, 0.0344371668628329, 0.0630384615384603, 0.03356896460446, 0.0838461538461519, 0.0902667776861819, 0.172634615384615, 0.277526334162808, 0.603615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1245, '2021-05-23 00:00:00', 0.0145026390171428, 0.0420576923076925, 0.0173269021599805, 0.0588076923076916, 0.0308740431181516, 0.0835576923076917, 0.0705442141769703, 0.162115384615384, 0.277354788756485, 0.602826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1260, '2021-05-23 00:00:00', 0.0122767604095653, 0.0431730769230743, 0.0192920071133501, 0.0561923076923054, 0.0303440337564965, 0.0855961538461526, 0.0653440245046292, 0.15880769230769, 0.277114513957956, 0.601576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1275, '2021-05-23 00:00:00', 0.0166611939732845, 0.0401538461538444, 0.0269083344252024, 0.0595384615384616, 0.036995321949591, 0.0865769230769238, 0.0622170023756817, 0.157153846153846, 0.273876174294433, 0.600826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1290, '2021-05-23 00:00:00', 0.0212813388821148, 0.0458461538461541, 0.0220038895163144, 0.0651346153846165, 0.0429268967145143, 0.0865384615384621, 0.0606763577072278, 0.156903846153846, 0.272883309098625, 0.600096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1305, '2021-05-23 00:00:00', 0.0161821958194328, 0.0497884615384615, 0.0294852570722275, 0.0654038461538458, 0.0458388355671678, 0.0851730769230775, 0.0600466869642669, 0.156230769230769, 0.272846644021594, 0.599134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1320, '2021-05-23 00:00:00', 0.0196369843368622, 0.047365384615385, 0.0321630461626633, 0.0616923076923088, 0.0413357732944015, 0.0826153846153861, 0.0577799173256074, 0.152326923076923, 0.273376151117833, 0.598999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1335, '2021-05-23 00:00:00', 0.019774468776293, 0.0415192307692312, 0.0238622086152971, 0.0572500000000012, 0.0363192256779534, 0.079884615384617, 0.0484903043441118, 0.150019230769231, 0.274382133865556, 0.599346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1350, '2021-05-23 00:00:00', 0.0140622380317483, 0.0404423076923079, 0.01718170986387, 0.0568653846153839, 0.0300274233634209, 0.077115384615385, 0.0457552014697619, 0.146961538461537, 0.273940322670131, 0.598903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1365, '2021-05-23 00:00:00', 0.0185812664137438, 0.0477884615384596, 0.0250711909446808, 0.0632307692307683, 0.028137437420904, 0.0786538461538468, 0.0475953658054418, 0.150673076923076, 0.275228026440734, 0.599442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1380, '2021-05-23 00:00:00', 0.018758874822744, 0.044153846153846, 0.0199485202844339, 0.0552884615384615, 0.0295270150097261, 0.0757692307692318, 0.047601470565518, 0.153, 0.275207905325858, 0.600134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1395, '2021-05-23 00:00:00', 0.0151311319419981, 0.0363653846153839, 0.0161046696524765, 0.0519038461538475, 0.0380224427653745, 0.0963846153846165, 0.0595787681593414, 0.164019230769231, 0.275105222526834, 0.601288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1410, '2021-05-23 00:00:00', 0.00969284033945366, 0.0368653846153852, 0.0214430551784162, 0.0552692307692301, 0.0379751386283991, 0.0926346153846155, 0.0761044019751806, 0.177999999999998, 0.276349299591325, 0.602153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1425, '2021-05-23 00:00:00', 0.014804430210116, 0.0438653846153836, 0.0347119575938892, 0.0830000000000006, 0.032641408340656, 0.0928076923076922, 0.0863554372258126, 0.183692307692306, 0.275274453255991, 0.603230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 0, '2021-05-23 00:00:00', 0.0272584214227737, 0.0646923076923083, 0.0307604203732396, 0.0737115384615384, 0.029093985632773, 0.0869999999999995, 0.101650277157289, 0.195173076923076, 0.275274453255991, 0.603230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 15, '2021-05-23 00:00:00', 0.0273461359948004, 0.042365384615383, 0.0248127758655458, 0.0555769230769206, 0.0227417271517815, 0.0766153846153826, 0.0997965950552171, 0.193596153846152, 0.274544860422874, 0.600903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 30, '2021-05-23 00:00:00', 0.0199223589119208, 0.0394038461538457, 0.0238866876346187, 0.053923076923077, 0.0328841147060387, 0.0787500000000005, 0.0984160106580529, 0.192634615384615, 0.274192033352259, 0.600634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 45, '2021-05-23 00:00:00', 0.0221678908472447, 0.0398461538461523, 0.0183418814570524, 0.0577307692307689, 0.0297452258612771, 0.0780384615384608, 0.0971035292078262, 0.192346153846152, 0.273752184395922, 0.598538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 60, '2021-05-23 00:00:00', 0.0165528059438681, 0.0431538461538472, 0.0287712797501519, 0.0564423076923088, 0.030944690112421, 0.0739230769230768, 0.0944685478794987, 0.188942307692307, 0.273146819494572, 0.59425 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 75, '2021-05-23 00:00:00', 0.0177933868441229, 0.0327307692307676, 0.0233190991381601, 0.0494038461538432, 0.0335132809494974, 0.0809999999999971, 0.0943930428498901, 0.18355769230769, 0.274339243245686, 0.590903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 90, '2021-05-23 00:00:00', 0.0143075558306135, 0.0363846153846142, 0.0203100581372496, 0.0514615384615366, 0.0290728329439115, 0.0800192307692291, 0.0895020605693159, 0.178826923076922, 0.271384856586758, 0.587403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 105, '2021-05-23 00:00:00', 0.0156675190711902, 0.0368653846153825, 0.0223491954768276, 0.0635576923076897, 0.0310183630476168, 0.0843269230769213, 0.0844475075917649, 0.176307692307692, 0.271029757804166, 0.585980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 120, '2021-05-23 00:00:00', 0.0167344072083668, 0.0509038461538438, 0.0209720418286241, 0.0609423076923068, 0.0341701455389607, 0.0921730769230765, 0.0843658698763892, 0.1795, 0.272253202283915, 0.586384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 135, '2021-05-23 00:00:00', 0.0175550672062344, 0.0389038461538477, 0.0259668723865336, 0.0605384615384615, 0.0402484973441435, 0.102807692307693, 0.0919378657237916, 0.182134615384614, 0.273119537086715, 0.585692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 150, '2021-05-23 00:00:00', 0.0169382248638555, 0.0442884615384631, 0.0262849474326745, 0.0700384615384631, 0.0588703791261909, 0.119192307692308, 0.092036290919146, 0.180326923076922, 0.2732149787537, 0.582730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 165, '2021-05-23 00:00:00', 0.02089859214986, 0.0523653846153849, 0.0307616456996991, 0.084326923076924, 0.0641124372909371, 0.118230769230769, 0.0879372853449883, 0.176384615384615, 0.269026410627998, 0.580980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 180, '2021-05-23 00:00:00', 0.0298447005990376, 0.0643846153846151, 0.0509590069037382, 0.093096153846154, 0.081330408732621, 0.124653846153846, 0.0930406362832924, 0.175499999999999, 0.269278471817959, 0.582153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 195, '2021-05-23 00:00:00', 0.0283476562591071, 0.0569807692307697, 0.0362381651768483, 0.075730769230769, 0.0568257288693991, 0.110288461538462, 0.0751108923781775, 0.161115384615385, 0.260620411415058, 0.574673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 210, '2021-05-23 00:00:00', 0.0237536393972667, 0.0521538461538476, 0.0449779775172073, 0.0799615384615398, 0.0476892666524242, 0.0958846153846157, 0.0756919160402619, 0.158884615384615, 0.260156065586675, 0.575461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 225, '2021-05-23 00:00:00', 0.0342219733729432, 0.0602884615384614, 0.0393589448341981, 0.0799423076923079, 0.0401853637726286, 0.0927115384615379, 0.0693115153047892, 0.153115384615384, 0.259969930213832, 0.57126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 240, '2021-05-23 00:00:00', 0.0227100536868932, 0.0535576923076922, 0.0278101807589623, 0.0658846153846152, 0.0350011263555041, 0.0843269230769218, 0.0710705959971112, 0.14901923076923, 0.260949034222276, 0.567961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 255, '2021-05-23 00:00:00', 0.0207817319926743, 0.0434038461538479, 0.0250312112863432, 0.0596923076923074, 0.036561455113273, 0.0799999999999999, 0.0694854411978608, 0.147442307692309, 0.260382893358696, 0.567134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 270, '2021-05-23 00:00:00', 0.0193207043190605, 0.044480769230769, 0.0218920164584116, 0.0589038461538465, 0.0288009615224115, 0.0761538461538452, 0.0657610037589494, 0.148019230769231, 0.258370363268283, 0.570230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 285, '2021-05-23 00:00:00', 0.0183423113215161, 0.0390961538461536, 0.0237558494820815, 0.0564038461538455, 0.0286146815463664, 0.0749999999999996, 0.0659703225817359, 0.14221153846154, 0.258673983259594, 0.572980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 300, '2021-05-23 00:00:00', 0.017046948745697, 0.0390384615384605, 0.0174859504042103, 0.0514615384615371, 0.0384310571523376, 0.0778846153846151, 0.0646388785127375, 0.142230769230771, 0.257939208699676, 0.574153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 315, '2021-05-23 00:00:00', 0.011544645778622, 0.0363269230769216, 0.0198683455236238, 0.0553653846153839, 0.0537937406996513, 0.0814423076923074, 0.0642858430401621, 0.153019230769233, 0.259058885494873, 0.573115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 330, '2021-05-23 00:00:00', 0.0174902720214583, 0.0399807692307683, 0.0351067821630837, 0.0591153846153854, 0.0509073215226985, 0.0798461538461547, 0.0626036770854185, 0.158903846153847, 0.258785809859457, 0.571846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 345, '2021-05-23 00:00:00', 0.0278912793098211, 0.0447115384615399, 0.043424204523069, 0.0623076923076936, 0.0435935245720665, 0.0826538461538462, 0.0567155147678687, 0.161019230769232, 0.258793393239888, 0.568403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 360, '2021-05-23 00:00:00', 0.0224743272338765, 0.0428461538461546, 0.0247261073486199, 0.0544038461538458, 0.0380847031678702, 0.0747692307692292, 0.0539741569214794, 0.161019230769232, 0.259892551762336, 0.563038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 375, '2021-05-23 00:00:00', 0.013463797612631, 0.0320769230769227, 0.02080902171212, 0.047153846153845, 0.0300624286341706, 0.0684807692307688, 0.0504272400440615, 0.168942307692309, 0.261876918388421, 0.558596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 390, '2021-05-23 00:00:00', 0.0145953232762575, 0.0352115384615382, 0.024405642474956, 0.047153846153845, 0.0325596316837986, 0.0689807692307696, 0.0559073306050697, 0.170019230769232, 0.262697565945797, 0.557365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 405, '2021-05-23 00:00:00', 0.018372355906047, 0.0312115384615372, 0.0248506616534721, 0.0483461538461535, 0.0280384625936478, 0.0648461538461525, 0.0571389568037024, 0.174096153846155, 0.263796576638428, 0.554923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 420, '2021-05-23 00:00:00', 0.0189847712248921, 0.0363076923076908, 0.0211877413759794, 0.048403846153845, 0.0262873470587032, 0.0652692307692309, 0.0723321611626635, 0.183192307692309, 0.26323116266886, 0.55375 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 435, '2021-05-23 00:00:00', 0.0131486179443358, 0.0333846153846152, 0.0179115776911075, 0.0457307692307684, 0.0234483146843941, 0.0692884615384623, 0.0708213271876168, 0.182903846153847, 0.261611735945877, 0.553403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 450, '2021-05-23 00:00:00', 0.0150020511418115, 0.0336923076923062, 0.0194413615382658, 0.0469423076923066, 0.0235300789498184, 0.0722692307692304, 0.0812725897591163, 0.193923076923077, 0.260316644463268, 0.552346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 465, '2021-05-23 00:00:00', 0.0133575677196343, 0.0342307692307703, 0.0199824634655944, 0.0533269230769246, 0.02188775562167, 0.0710769230769236, 0.0830824266339435, 0.202519230769233, 0.259324220145065, 0.551134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 480, '2021-05-23 00:00:00', 0.0148027544214417, 0.0423076923076948, 0.020875307459736, 0.0570384615384628, 0.020852494777883, 0.0694423076923097, 0.0812232630564576, 0.21196153846154, 0.258761521482619, 0.55125 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 495, '2021-05-23 00:00:00', 0.014617442162864, 0.0395192307692314, 0.0164190321086435, 0.0487692307692324, 0.0360093791201052, 0.0886538461538475, 0.0799313671942289, 0.214288461538464, 0.259170583118235, 0.550865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 510, '2021-05-23 00:00:00', 0.01024394755641, 0.0324615384615377, 0.0153193191252618, 0.0478076923076932, 0.0401894408252492, 0.0961346153846147, 0.0765867733107616, 0.215423076923079, 0.256829012260028, 0.548307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 525, '2021-05-23 00:00:00', 0.0106412116140686, 0.0378461538461558, 0.0263179377260804, 0.0714230769230774, 0.0362468460166364, 0.101076923076923, 0.074885553705947, 0.220115384615387, 0.256461585067598, 0.54976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 540, '2021-05-23 00:00:00', 0.0221702590110134, 0.062096153846153, 0.0298738115309155, 0.0832307692307677, 0.035372936199652, 0.10826923076923, 0.0738919715634827, 0.221288461538463, 0.257133991559624, 0.55001923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 555, '2021-05-23 00:00:00', 0.0205245912542443, 0.053826923076921, 0.02491787279475, 0.0709038461538447, 0.033042076904364, 0.107673076923075, 0.067421683912065, 0.21571153846154, 0.252650760019561, 0.54855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 570, '2021-05-23 00:00:00', 0.0182379992154992, 0.0477307692307687, 0.0211988479367674, 0.0698653846153848, 0.0301808650536172, 0.103269230769231, 0.0658084311876879, 0.21648076923077, 0.251405526681801, 0.550673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 585, '2021-05-23 00:00:00', 0.0180323640670336, 0.0521153846153848, 0.0274061826264419, 0.0818269230769219, 0.0301194097909286, 0.107326923076922, 0.0684128305554994, 0.218346153846155, 0.251162420633465, 0.55180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 600, '2021-05-23 00:00:00', 0.019174552446888, 0.0647884615384604, 0.0251056000495157, 0.0818653846153842, 0.0359226091223034, 0.117423076923077, 0.0748443949907969, 0.22221153846154, 0.252588872402445, 0.551961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 615, '2021-05-23 00:00:00', 0.0145436742791672, 0.0545384615384618, 0.0235113802232048, 0.0787500000000005, 0.0368333252117431, 0.114923076923078, 0.0777705599825551, 0.216500000000003, 0.252871555263811, 0.559211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 630, '2021-05-23 00:00:00', 0.0212968397800101, 0.0628461538461533, 0.0337592437483642, 0.0874423076923087, 0.044842407812933, 0.124807692307692, 0.0741305008336404, 0.214134615384617, 0.252815651901052, 0.563076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 645, '2021-05-23 00:00:00', 0.0232735653941079, 0.0601730769230767, 0.0250484837557404, 0.0860576923076911, 0.0477223903263609, 0.130057692307692, 0.0739344746276172, 0.213442307692308, 0.250118099028317, 0.566211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 660, '2021-05-23 00:00:00', 0.0179141113264206, 0.0578461538461535, 0.032223689327049, 0.0901153846153842, 0.0515147663669967, 0.130134615384616, 0.0776806381182716, 0.215307692307694, 0.249424476776809, 0.571980769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 675, '2021-05-23 00:00:00', 0.0215784525715948, 0.061519230769231, 0.0375944144787468, 0.0870000000000011, 0.0475167986489637, 0.117884615384616, 0.0824095238148143, 0.219019230769233, 0.24709673907508, 0.577461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 690, '2021-05-23 00:00:00', 0.0262442667731723, 0.0576923076923082, 0.0385425688737072, 0.0830192307692315, 0.0436078680268383, 0.114115384615385, 0.0779689903842441, 0.226211538461539, 0.244121580680295, 0.577884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 705, '2021-05-23 00:00:00', 0.0210497944444572, 0.0555769230769234, 0.0309144974703819, 0.0783846153846153, 0.0400465498369869, 0.103115384615386, 0.104736844226191, 0.240557692307694, 0.242982842065981, 0.579307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 720, '2021-05-23 00:00:00', 0.0173706759976523, 0.0515961538461548, 0.0269910241490649, 0.069846153846155, 0.0320880759065532, 0.0987307692307701, 0.114851824271368, 0.241807692307694, 0.242006153767912, 0.579538[...];
Date: 2021-05-23 15:33:22 Duration: 16s692ms 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 975325, 1, 915, '2021-05-23 00:00:00', 0.0373684358784258, 0.0670000000000024, 0.0419840445883915, 0.093500000000001, 0.0537587774586242, 0.128384615384618, 0.195882401926808, 0.319653846153845, 0.201935545695611, 0.513730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 930, '2021-05-23 00:00:00', 0.0287256786757881, 0.0627307692307681, 0.0417381581547868, 0.0890769230769243, 0.0539525860220017, 0.122192307692308, 0.189384704117958, 0.309615384615383, 0.200644776044247, 0.510615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 945, '2021-05-23 00:00:00', 0.0258917272205145, 0.0646923076923094, 0.0369694260374479, 0.0864615384615408, 0.0490163081182004, 0.12796153846154, 0.182250107101373, 0.299692307692307, 0.191462986983424, 0.507346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 960, '2021-05-23 00:00:00', 0.0291205452189022, 0.0633846153846158, 0.042296171858056, 0.0923846153846154, 0.0813399419341212, 0.167115384615385, 0.180960565189896, 0.296615384615384, 0.193391659194892, 0.512576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 975, '2021-05-23 00:00:00', 0.024713278897108, 0.061115384615384, 0.0358775910348152, 0.0941923076923082, 0.123182197764749, 0.185576923076922, 0.173155439284612, 0.288615384615384, 0.19465769561345, 0.520461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 990, '2021-05-23 00:00:00', 0.0349254150352517, 0.0772307692307718, 0.0754952876776984, 0.13046153846154, 0.134825243014231, 0.196615384615385, 0.167965312353017, 0.280115384615385, 0.191007261239341, 0.523423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1005, '2021-05-23 00:00:00', 0.0597891680439237, 0.0897692307692309, 0.103432750355743, 0.143423076923076, 0.120816306846385, 0.1865, 0.155534834089938, 0.26326923076923, 0.185152909779996, 0.528999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1020, '2021-05-23 00:00:00', 0.0652347712850714, 0.0918461538461546, 0.0797993348728827, 0.125576923076925, 0.099536495046562, 0.173923076923079, 0.108760378815084, 0.233500000000002, 0.160887275396828, 0.521653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1035, '2021-05-23 00:00:00', 0.0324237329982011, 0.0725384615384592, 0.0327855737505685, 0.0984230769230752, 0.0904327459411793, 0.155807692307691, 0.0887600395188342, 0.206230769230768, 0.156938973930828, 0.521192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1050, '2021-05-23 00:00:00', 0.0241199885189387, 0.0695769230769235, 0.0548452508286869, 0.117192307692308, 0.0815490414036013, 0.146384615384615, 0.0808902104945114, 0.191115384615384, 0.15554923534169, 0.51226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1065, '2021-05-23 00:00:00', 0.0476691159492677, 0.0932307692307684, 0.0741749387492955, 0.114807692307691, 0.0728933045358345, 0.133923076923077, 0.0759083658103645, 0.173, 0.156295878187691, 0.512807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1080, '2021-05-23 00:00:00', 0.0382222649572418, 0.0673076923076929, 0.0391228636674074, 0.0840384615384611, 0.042661169517669, 0.110846153846153, 0.0694688087174057, 0.152653846153846, 0.156676167742454, 0.508692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1095, '2021-05-23 00:00:00', 0.0215539751821753, 0.0515769230769223, 0.0221021405159019, 0.0712307692307699, 0.0383590326339892, 0.0918461538461535, 0.0583578483285526, 0.140961538461538, 0.157151005283258, 0.504038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1110, '2021-05-23 00:00:00', 0.0204918370239326, 0.0496538461538466, 0.0281958262050352, 0.0682692307692299, 0.04350363380048, 0.0866153846153844, 0.0576629997351972, 0.133692307692306, 0.157611089028074, 0.506153846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1125, '2021-05-23 00:00:00', 0.0124247891175397, 0.0421538461538441, 0.0178111892230256, 0.0560384615384602, 0.0361489440211755, 0.0771153846153828, 0.0557895634022639, 0.128653846153843, 0.158906590849418, 0.508230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1140, '2021-05-23 00:00:00', 0.0194343470730007, 0.0425769230769225, 0.025528897653143, 0.059730769230768, 0.0359035460001439, 0.0767692307692306, 0.0556684277320067, 0.125576923076922, 0.160082464325782, 0.509346153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1155, '2021-05-23 00:00:00', 0.0177183520678427, 0.0414999999999987, 0.0295783964822547, 0.0541923076923068, 0.0394231677297238, 0.0758846153846159, 0.0559102715208789, 0.123961538461537, 0.164581525274066, 0.513961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1170, '2021-05-23 00:00:00', 0.0218522310073824, 0.0370000000000007, 0.0258410823779024, 0.0521923076923077, 0.0321312692176705, 0.0735384615384623, 0.0536300289017263, 0.120499999999999, 0.168721363382171, 0.515538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1185, '2021-05-23 00:00:00', 0.0154969475902646, 0.0356538461538464, 0.0180244705459422, 0.0521923076923088, 0.0230406997756985, 0.0709230769230772, 0.0464445409560198, 0.116153846153846, 0.170676842645347, 0.517769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1200, '2021-05-23 00:00:00', 0.0172338218449826, 0.0402692307692323, 0.0217132359491767, 0.0522307692307699, 0.0267697877926124, 0.0686923076923077, 0.0466230052161443, 0.11676923076923, 0.170060337708528, 0.518961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1215, '2021-05-23 00:00:00', 0.0133545728267383, 0.0322307692307701, 0.0206066830085627, 0.0456538461538477, 0.0299358544995021, 0.0653461538461543, 0.0450896713398823, 0.115961538461538, 0.170971504598326, 0.524846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1230, '2021-05-23 00:00:00', 0.0155432894251445, 0.0320769230769254, 0.0185839053608613, 0.0441923076923088, 0.0301007538878222, 0.0688461538461535, 0.041117935446526, 0.11226923076923, 0.170264247116516, 0.527923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1245, '2021-05-23 00:00:00', 0.0140940249205653, 0.0308076923076929, 0.018082588310304, 0.0485000000000015, 0.0311419578456681, 0.0656923076923087, 0.0356888476439626, 0.106576923076923, 0.169305627149884, 0.530346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1260, '2021-05-23 00:00:00', 0.0152315462117261, 0.0350000000000015, 0.0184548096711909, 0.0485000000000009, 0.0273854818359014, 0.0597307692307691, 0.03206023177612, 0.103538461538461, 0.169775562253411, 0.53130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1275, '2021-05-23 00:00:00', 0.0130077491696892, 0.0308076923076929, 0.0222834881953852, 0.0430769230769232, 0.0270278488856321, 0.0617692307692295, 0.0309686690307883, 0.102461538461538, 0.17094263545232, 0.534230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1290, '2021-05-23 00:00:00', 0.0194880634077526, 0.032230769230769, 0.0215462293684995, 0.0429999999999993, 0.0263498357898836, 0.0609230769230754, 0.0350693598458825, 0.104499999999999, 0.170841627065717, 0.534692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1305, '2021-05-23 00:00:00', 0.0168337115976784, 0.0325769230769223, 0.0257669137879152, 0.0494230769230752, 0.0242874136444879, 0.0589615384615358, 0.0348877981755578, 0.109038461538462, 0.170712551924618, 0.536846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1320, '2021-05-23 00:00:00', 0.0183824330857985, 0.0359230769230752, 0.01714194136748, 0.0433846153846143, 0.0234901288597189, 0.0611153846153829, 0.0357268268090821, 0.109615384615385, 0.171041789765408, 0.537423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1335, '2021-05-23 00:00:00', 0.00659510307845011, 0.0248461538461533, 0.0165799229839539, 0.0364230769230754, 0.0217923416329246, 0.0601153846153836, 0.0415650740961123, 0.114846153846154, 0.171357242669765, 0.539230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1350, '2021-05-23 00:00:00', 0.0139228644267684, 0.0263846153846146, 0.0179582849960696, 0.0435000000000011, 0.0209192219299341, 0.056423076923078, 0.0487256211232454, 0.119115384615385, 0.171087656345647, 0.540115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1365, '2021-05-23 00:00:00', 0.017568328146017, 0.0356153846153852, 0.0196431628347829, 0.0474230769230754, 0.0225903995946525, 0.0566153846153855, 0.0565693039894092, 0.127615384615385, 0.17098162294415, 0.540653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1380, '2021-05-23 00:00:00', 0.0136470340536533, 0.0308076923076907, 0.0141193266346326, 0.0356538461538453, 0.0240787490091627, 0.0558846153846149, 0.0548469198349801, 0.13176923076923, 0.173391123009401, 0.54180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1395, '2021-05-23 00:00:00', 0.0131399566794745, 0.0225384615384615, 0.0195391520168737, 0.0325384615384622, 0.0301347997147185, 0.0708846153846144, 0.0510622696774767, 0.144653846153845, 0.174343237939946, 0.542730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1410, '2021-05-23 00:00:00', 0.0122122888927524, 0.0214999999999994, 0.0202463292019535, 0.041923076923076, 0.0273971643675868, 0.0667307692307681, 0.0515146133113246, 0.149653846153846, 0.176304164617681, 0.544038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1425, '2021-05-23 00:00:00', 0.0181219798544796, 0.0346153846153837, 0.0260652730954118, 0.058038461538461, 0.0238349775298002, 0.0628846153846139, 0.0496693219045869, 0.162807692307692, 0.176847104758711, 0.544538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 0, '2021-05-23 00:00:00', 0.0280534928580826, 0.0450384615384601, 0.0258874784106427, 0.0518076923076921, 0.025453184778816, 0.0587692307692294, 0.0519635967251615, 0.173153846153845, 0.18213734885013, 0.547423076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 15, '2021-05-23 00:00:00', 0.0154218459768375, 0.027200000000002, 0.0148155323900276, 0.0314000000000016, 0.0218198686216646, 0.0512400000000008, 0.0571970278948116, 0.180799999999999, 0.184439990240729, 0.550879999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 30, '2021-05-23 00:00:00', 0.0110033328284377, 0.0196400000000011, 0.0185375295009883, 0.03084, 0.0289137798751152, 0.0595599999999996, 0.0595405464088687, 0.187919999999999, 0.184134036324992, 0.550479999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 45, '2021-05-23 00:00:00', 0.0175460712236276, 0.0252307692307695, 0.0194464946416101, 0.0413846153846173, 0.0348660072497336, 0.0679615384615383, 0.063343082920285, 0.193115384615384, 0.181529772934189, 0.546538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 60, '2021-05-23 00:00:00', 0.0159779174535933, 0.0314230769230783, 0.0204788821810306, 0.0467692307692316, 0.0308232928905296, 0.0666538461538458, 0.0807928119422658, 0.203038461538459, 0.184914516632791, 0.546538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 75, '2021-05-23 00:00:00', 0.0151860259651881, 0.0298461538461548, 0.0239307012337403, 0.0470384615384615, 0.0358477335406297, 0.0744999999999988, 0.083011435727484, 0.206538461538461, 0.195524257790729, 0.550846153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 90, '2021-05-23 00:00:00', 0.0177198715050065, 0.0369230769230756, 0.0203341698020475, 0.0490384615384601, 0.0443669488904325, 0.080115384615384, 0.0825716751583821, 0.209807692307691, 0.195524257790729, 0.550846153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 105, '2021-05-23 00:00:00', 0.0151896726049684, 0.0293846153846147, 0.0332664765422834, 0.0604615384615375, 0.0533754769389617, 0.0853076923076919, 0.0820245460447406, 0.212115384615385, 0.194088702956624, 0.548230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 120, '2021-05-23 00:00:00', 0.025236512010607, 0.0501923076923069, 0.0388679223089603, 0.0613461538461543, 0.0490842290197339, 0.0946923076923062, 0.0798735635479331, 0.213115384615384, 0.193780272076788, 0.547923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 135, '2021-05-23 00:00:00', 0.0312089977163901, 0.0391923076923084, 0.045606426672635, 0.0648846153846158, 0.0402544980764235, 0.10923076923077, 0.0793737119822788, 0.210115384615384, 0.195867808640263, 0.550961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 150, '2021-05-23 00:00:00', 0.0214594071177706, 0.0471153846153844, 0.0279105439133403, 0.0710384615384613, 0.0288578478860664, 0.109153846153848, 0.0796185521480614, 0.208076923076923, 0.195458577157964, 0.550153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 165, '2021-05-23 00:00:00', 0.02087501266697, 0.0563846153846162, 0.0280404103997183, 0.0902307692307705, 0.0360888007345982, 0.115807692307694, 0.0813010360422194, 0.20446153846154, 0.196808227626638, 0.548961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 180, '2021-05-23 00:00:00', 0.029223383682355, 0.0676153846153872, 0.0313010444652463, 0.0826538461538489, 0.0436765207123738, 0.112961538461541, 0.0813773829853145, 0.196038461538463, 0.202319990266752, 0.552461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 195, '2021-05-23 00:00:00', 0.0180273296798111, 0.0507692307692316, 0.0347844571833229, 0.0760384615384633, 0.0453748320615663, 0.107653846153846, 0.0741286304079204, 0.186423076923078, 0.211683817193329, 0.555961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 210, '2021-05-23 00:00:00', 0.0253066120882404, 0.0557692307692325, 0.0275099142967654, 0.077653846153848, 0.0397376202299344, 0.106038461538463, 0.0666091238841607, 0.181846153846156, 0.21587171760455, 0.563961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 225, '2021-05-23 00:00:00', 0.0218467740973701, 0.0518076923076926, 0.0295400640590939, 0.0748461538461532, 0.0446176405265224, 0.102576923076923, 0.0641256458956823, 0.180461538461539, 0.222208412220462, 0.570538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 240, '2021-05-23 00:00:00', 0.0214742779944883, 0.0507692307692289, 0.0313078264975406, 0.0704999999999978, 0.0542676557586426, 0.102538461538459, 0.0544173190756816, 0.173269230769232, 0.22859679316682, 0.574423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 255, '2021-05-23 00:00:00', 0.0186765587342501, 0.0435769230769229, 0.0222999137632008, 0.0616153846153837, 0.0460318952967991, 0.0948461538461525, 0.048362541130666, 0.165153846153847, 0.233010372829525, 0.576076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 270, '2021-05-23 00:00:00', 0.0159235191317274, 0.0400384615384603, 0.0348284587436989, 0.0656923076923049, 0.041336015214898, 0.0881153846153828, 0.0515723390379582, 0.161115384615385, 0.233603599155626, 0.572192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 285, '2021-05-23 00:00:00', 0.0252484576832836, 0.048269230769229, 0.0306979578373648, 0.064730769230769, 0.0355381701619755, 0.0851923076923084, 0.0501191963837585, 0.153423076923077, 0.235113092263801, 0.570615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 300, '2021-05-23 00:00:00', 0.0209020057925983, 0.0434230769230777, 0.0220398589971739, 0.0556538461538463, 0.0300180714801047, 0.079269230769231, 0.0489794462386638, 0.146884615384616, 0.235082924812633, 0.567692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 315, '2021-05-23 00:00:00', 0.0168670821880504, 0.037538461538461, 0.0226101406793161, 0.053538461538463, 0.0307924316375638, 0.0745769230769228, 0.0481746981148992, 0.151192307692309, 0.235494429135482, 0.566115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 330, '2021-05-23 00:00:00', 0.017697848630663, 0.0394230769230771, 0.0213697125714094, 0.0522307692307699, 0.0299629514824307, 0.0735384615384623, 0.0549707054851808, 0.162538461538463, 0.235376127800722, 0.565192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 345, '2021-05-23 00:00:00', 0.0128079902945261, 0.03326923076923, 0.0217831621636115, 0.0498846153846142, 0.0296334530296693, 0.0686923076923067, 0.0716676624856284, 0.172576923076923, 0.235181556707547, 0.56526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 360, '2021-05-23 00:00:00', 0.0163782219378702, 0.0353846153846144, 0.0222481114150932, 0.0495384615384609, 0.0264442810452472, 0.0674999999999993, 0.0898960853087964, 0.180115384615383, 0.241829844821011, 0.570923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 375, '2021-05-23 00:00:00', 0.0144973737674734, 0.0324230769230771, 0.0165914250326894, 0.0443461538461541, 0.019906396343505, 0.0667692307692309, 0.101720227169352, 0.18826923076923, 0.248907520670136, 0.574923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 390, '2021-05-23 00:00:00', 0.00906871206189401, 0.0281923076923084, 0.0169310365896488, 0.044500000000001, 0.032620828645797, 0.0679615384615389, 0.101270726273686, 0.196, 0.248520248362491, 0.574923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 405, '2021-05-23 00:00:00', 0.0130020708409808, 0.0335769230769249, 0.0164819715026867, 0.0501538461538484, 0.0404200255014559, 0.0755384615384631, 0.118704785724274, 0.216884615384616, 0.248570831880048, 0.575461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 420, '2021-05-23 00:00:00', 0.0116859547518186, 0.0351923076923079, 0.0224926654712145, 0.0490000000000006, 0.0385790098369555, 0.0745000000000016, 0.1333820654534, 0.220846153846153, 0.250533044035805, 0.576384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 435, '2021-05-23 00:00:00', 0.0161822790065599, 0.0318846153846157, 0.0317814653290474, 0.0523076923076923, 0.0341944664889144, 0.0773076923076941, 0.130923941513912, 0.225961538461538, 0.250537824566395, 0.576192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 450, '2021-05-23 00:00:00', 0.02915605228105, 0.038653846153846, 0.0300896353225848, 0.0531153846153857, 0.0302221518350098, 0.076461538461539, 0.130392124585214, 0.234884615384615, 0.250554993195875, 0.575269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 465, '2021-05-23 00:00:00', 0.0128060682731045, 0.0346538461538455, 0.0188717126531109, 0.0526923076923073, 0.0257880115259315, 0.0706923076923069, 0.133867770579777, 0.2435, 0.25036357562553, 0.573999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 480, '2021-05-23 00:00:00', 0.0178696562749438, 0.0392692307692297, 0.0244398161896653, 0.0557692307692298, 0.0236885236738431, 0.0731153846153834, 0.135128844498073, 0.24526923076923, 0.24947652271229, 0.573846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 495, '2021-05-23 00:00:00', 0.0137572358583218, 0.0343076923076922, 0.0170955684766097, 0.0464615384615379, 0.0217613984279149, 0.085038461538462, 0.124344861636437, 0.242269230769231, 0.248550892482499, 0.569884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 510, '2021-05-23 00:00:00', 0.0128477474829097, 0.0322307692307674, 0.0201778248427471, 0.0532307692307671, 0.0375895443727882, 0.0984230769230763, 0.127979355306296, 0.245346153846153, 0.248839957835122, 0.569269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 525, '2021-05-23 00:00:00', 0.0155634680730721, 0.038307692307691, 0.0216158417690521, 0.0702692307692302, 0.0650236998213845, 0.107807692307692, 0.127965987067477, 0.245423076923076, 0.247748433201598, 0.568615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 540, '2021-05-23 00:00:00', 0.0233547886705517, 0.0586153846153847, 0.0416009060552211, 0.0796538461538466, 0.0838590759273248, 0.121769230769231, 0.127600367735182, 0.244576923076923, 0.248015052272734, 0.567115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 555, '2021-05-23 00:00:00', 0.0314235580416974, 0.0539999999999993, 0.0595820959168614, 0.0808846153846152, 0.0785300040650793, 0.131807692307692, 0.120839734932104, 0.248192307692307, 0.24524788401816, 0.563730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 570, '2021-05-23 00:00:00', 0.0369872327244881, 0.0558461538461516, 0.0523503140832562, 0.0883461538461532, 0.0546913718409616, 0.131884615384614, 0.110526021996909, 0.239807692307691, 0.239850504721972, 0.55576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 585, '2021-05-23 00:00:00', 0.0253255723604561, 0.0532307692307692, 0.0355279521590463, 0.0893461538461525, 0.0718988177927831, 0.138, 0.10416218123676, 0.230999999999999, 0.236319822405016, 0.54953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 600, '2021-05-23 00:00:00', 0.0318113912833849, 0.0747307692307691, 0.0370035341347465, 0.0973076923076929, 0.0876991711214204, 0.140230769230771, 0.106806770168589, 0.230615384615383, 0.239988926026566, 0.551730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 615, '2021-05-23 00:00:00', 0.0195361597675059, 0.0596923076923074, 0.0668640066449459, 0.100653846153847, 0.0770787010389126, 0.130615384615385, 0.107260143863126, 0.228461538461537, 0.236560897997828, 0.548461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 630, '2021-05-23 00:00:00', 0.0485367426246875, 0.075153846153847, 0.0595055007153483, 0.0952307692307703, 0.0577318469637518, 0.125615384615384, 0.101029721445643, 0.225730769230768, 0.234403019145692, 0.546846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 645, '2021-05-23 00:00:00', 0.029596049632446, 0.0573846153846172, 0.030235994850763, 0.082153846153846, 0.0462040457768999, 0.116576923076923, 0.0983914943165622, 0.224384615384614, 0.236828558568949, 0.548384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 660, '2021-05-23 00:00:00', 0.0173827943225934, 0.0591923076923067, 0.0307936057298622, 0.0836153846153838, 0.0514279929759899, 0.114038461538461, 0.100786484136591, 0.230653846153845, 0.23325762911095, 0.554192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 675, '2021-05-23 00:00:00', 0.0242771497503312, 0.0554999999999988, 0.0393092081598414, 0.0785769230769239, 0.0415578928909829, 0.0994615384615384, 0.103793522845191, 0.238153846153846, 0.23536460749556, 0.548461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 690, '2021-05-23 00:00:00', 0.0300946200149823, 0.0603846153846151, 0.0330775545556894, 0.0777307692307682, 0.0398221623644999, 0.10026923076923, 0.117121797222443, 0.252346153846153, 0.236924070926987, 0.550846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 705, '2021-05-23 00:00:00', 0.0217144050025639, 0.053653846153846, 0.0237671071991382, 0.0663461538461542, 0.0356388077155303, 0.0942692307692316, 0.130706459142379, 0.268538461538461, 0.23643503580021, 0.549615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 720, '2021-05-23 00:00:00', 0.0171868017340667, 0.0458846153846158, 0.0254931665051936, 0.0723076923076921, 0.0363809755863608, 0.097153846153846, 0.150279191455821, 0.274346153846154, 0.235613663571404, 0.555038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 735, '2021-05-23 00:00:00', 0.0214074393970515, 0.0549615384615385, 0.0216190798921831, 0.0672307692307694, 0.0619768815458949, 0.111576923076923, 0.166727788279626, 0.284346153846154, 0.238609858588, 0.55376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 750, '2021-05-23 00:00:00', 0.0181211308867695, 0.0451538461538459, 0.0325189885356958, 0.0692692307692303, 0.0682352942736767, 0.112846153846154, 0.179423062577293, 0.288653846153845, 0.23831971092502, 0.55426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 765, '2021-05-23 00:00:00', 0.0280485567981968, 0.0538076923076918, 0.0552070786988565, 0.0863076923076923, 0.0611752715249697, 0.115576923076923, 0.18079142253309, 0.30153846153846, 0.238003684522224, 0.554076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 780, '2021-05-23 00:00:00', 0.0392257372338443, 0.0575384615384624, 0.0505642165963237, 0.0765000000000007, 0.0542846769710033, 0.106115384615385, 0.176052846087147, 0.310269230769228, 0.236842489041525, 0.551730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 795, '2021-05-23 00:00:00', 0.0269826154859279, 0.0503076923076926, 0.0294500620346748, 0.070884615384615, 0.0577199605522548, 0.109076923076922, 0.163424247330024, 0.318730769230766, 0.2367158244361, 0.550692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 810, '2021-05-23 00:00:00', 0.0225184027306221, 0.0500384615384622, 0.0317993952530777, 0.0708076923076932, 0.0634685264217936, 0.117423076923077, 0.15968147621485, 0.31557692307692, 0.23337180964817, 0.548807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 825, '2021-05-23 00:00:00', 0.0174202799588931, 0.0461153846153845, 0.0528577190345801, 0.0784615384615382, 0.0726281255119853, 0.117269230769232, 0.151170881404508, 0.315346153846151, 0.223526064561747, 0.548307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 840, '2021-05-23 00:00:00', 0.0472338372844647, 0.0606538461538477, 0.0518668858343531, 0.0864230769230775, 0.0688743895687027, 0.129807692307693, 0.149445889358504, 0.31807692307692, 0.22036815699049, 0.547730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 855, '2021-05-23 00:00:00', 0.0306123403975486, 0.056346153846154, 0.0614532843210707, 0.0888846153846157, 0.0697889565872616, 0.142461538461538, 0.140177886986501, 0.310999999999997, 0.214480825752292, 0.548230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 870, '2021-05-23 00:00:00', 0.0535190117190582, 0.0612692307692309, 0.0535771047542341, 0.0931153846153849, 0.0786760544159506, 0.144192307692306, 0.13618397059182, 0.309923076923073, 0.211778389251232, 0.550384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 885, '2021-05-23 00:00:00', 0.0263359362556455, 0.0596923076923058, 0.035226126667573, 0.0959999999999976, 0.0940758531922288, 0.157884615384613, 0.131699407159462, 0.308576923076919, 0.208652290813061, 0.547461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 900, '2021-05-23 00:00:00', 0.0245219211193709, 0.0667307692307681, 0.0422617484803385, 0.0988461538461525, 0.0954265887798252, 0.152076923076921, 0.113767401035891, 0.30830769230769, 0.199729216690999, 0.542 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 915, '2021-05-23 00:00:00', 0.0351221385366062, 0.0742692307692301, 0.0789906031412295, 0.120346153846153, 0.0925922492187378, 0.159269230769229, 0.11381245031258, 0.306923076923074, 0.198292666375894, 0.540307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 930, '2021-05-23 00:00:00', 0.075909946647326, 0.0859999999999985, 0.0828107852507518, 0.107115384615382, 0.0981770143864958, 0.159384615384613, 0.102684168504878, 0.298961538461537, 0.194213855166056, 0.535307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 945, '2021-05-23 00:00:00', 0.0323449912898191, 0.0669615384615384, 0.0503128672944104, 0.0997692307692311, 0.0677046981667166, 0.158384615384615, 0.0857025984706143, 0.275846153846153, 0.197565428305507, 0.531461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 960, '2021-05-23 00:00:00', 0.0370332906367334, 0.0767692307692311, 0.0543305127473006, 0.11073076923077, 0.0553043745661566, 0.172423076923076, 0.0856587145865223, 0.270846153846154, 0.200966403621639, 0.538153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 975, '2021-05-23 00:00:00', 0.0381302423886253, 0.073653846153848, 0.0466406887401305, 0.122076923076924, 0.0511827494977922, 0.172923076923076, 0.0819009251380056, 0.265807692307692, 0.200483569248111, 0.542692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 990, '2021-05-23 00:00:00', 0.025863577002892, 0.0862692307692306, 0.0381750623393765, 0.120846153846153, 0.0457918534911384, 0.157576923076921, 0.0848296845721781, 0.257653846153844, 0.191868949666574, 0.540423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1005, '2021-05-23 00:00:00', 0.0249462190753218, 0.0779230769230746, 0.0327071151986138, 0.11234615384615, 0.0421587658555307, 0.147192307692305, 0.0850457252577412, 0.246153846153845, 0.186967874657243, 0.541884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1020, '2021-05-23 00:00:00', 0.0300685626782919, 0.0829615384615372, 0.0338111497313211, 0.106923076923079, 0.0416264893473431, 0.152269230769232, 0.0829697257113421, 0.237846153846154, 0.190457780502259, 0.542384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1035, '2021-05-23 00:00:00', 0.0280378041497281, 0.0749615384615389, 0.0334364379773809, 0.110653846153847, 0.0502557918590923, 0.15473076923077, 0.0889102572606452, 0.230076923076925, 0.197931103009259, 0.55119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1050, '2021-05-23 00:00:00', 0.0288903763588119, 0.0714230769230769, 0.0317128704762928, 0.108115384615386, 0.0557297462347042, 0.148730769230768, 0.0825074448855278, 0.217038461538463, 0.197907970065343, 0.546730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1065, '2021-05-23 00:00:00', 0.0248285195816297, 0.0868461538461553, 0.0417255501876425, 0.113307692307692, 0.0516032944684735, 0.146499999999998, 0.0882038547910457, 0.206, 0.201845748416573, 0.550115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1080, '2021-05-23 00:00:00', 0.0448412070104466, 0.0774230769230777, 0.0531076120865774, 0.102461538461537, 0.048873148204148, 0.132769230769231, 0.0897497375183629, 0.188153846153847, 0.204844180931602, 0.54646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1095, '2021-05-23 00:00:00', 0.0280076088562759, 0.0591153846153832, 0.0319899984370103, 0.0799999999999983, 0.035121853814748, 0.110230769230769, 0.0831673845095152, 0.168423076923079, 0.212840655457046, 0.540769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1110, '2021-05-23 00:00:00', 0.0206073922509535, 0.0572307692307681, 0.0232696897602548, 0.0810384615384632, 0.0342207314582625, 0.101538461538463, 0.0786043353668318, 0.16219230769231, 0.21210943837122, 0.539576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1125, '2021-05-23 00:00:00', 0.0262937547425549, 0.0548076923076938, 0.0306832953801359, 0.0782307692307706, 0.0356089012208168, 0.0929230769230779, 0.0747079338799786, 0.153653846153848, 0.2041604798644, 0.536307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1140, '2021-05-23 00:00:00', 0.0218050100100509, 0.0524615384615397, 0.0252666091603428, 0.0641923076923076, 0.0278274076296124, 0.0847307692307688, 0.0709553705887338, 0.149769230769232, 0.203010378666102, 0.532423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1155, '2021-05-23 00:00:00', 0.0174080883057723, 0.0401923076923083, 0.0197813043048239, 0.0524999999999998, 0.0327947462959443, 0.0811538461538467, 0.0681676214590529, 0.14476923076923, 0.202191991776286, 0.533807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1170, '2021-05-23 00:00:00', 0.0157259217658174, 0.0357692307692299, 0.0213884584261261, 0.0541153846153828, 0.035826333245898, 0.0786153846153845, 0.0652558514912362, 0.143384615384615, 0.199264760094164, 0.53373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1185, '2021-05-23 00:00:00', 0.0125857672972909, 0.0408076923076909, 0.0283141986669917, 0.0605769230769232, 0.040982848194747, 0.0809230769230785, 0.064767940787447, 0.140615384615384, 0.199343958639718, 0.532576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1200, '2021-05-23 00:00:00', 0.0296970602015664, 0.0456538461538477, 0.033244178206348, 0.0578461538461557, 0.0383509502439685, 0.0766538461538476, 0.0634742831025666, 0.143230769230769, 0.202573899146421, 0.53123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1215, '2021-05-23 00:00:00', 0.0165995366015012, 0.0352307692307702, 0.0253419688385752, 0.0521538461538476, 0.0312896148905673, 0.0680000000000011, 0.0546730702941107, 0.136230769230768, 0.200581266860555, 0.52273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1230, '2021-05-23 00:00:00', 0.0115466278793679, 0.0367307692307697, 0.0168839022102741, 0.0501153846153851, 0.0248789376473652, 0.0631923076923077, 0.0458477748809965, 0.12953846153846, 0.200133540033034, 0.519923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1245, '2021-05-23 00:00:00', 0.0132014567960672, 0.0300384615384607, 0.0195480079646144, 0.0457307692307684, 0.028891627746565, 0.0593846153846142, 0.0449115369793351, 0.124615384615383, 0.199993246039808, 0.516461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1260, '2021-05-23 00:00:00', 0.0166360590747467, 0.0349615384615376, 0.0208828601047332, 0.042576923076922, 0.027553835416396, 0.0615769230769219, 0.0462967019925262, 0.122230769230768, 0.200204649142976, 0.515307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1275, '2021-05-23 00:00:00', 0.0110517663050565, 0.0273076923076937, 0.0177401760463048, 0.0400769230769231, 0.0260123047806257, 0.0610000000000005, 0.0608786940120728, 0.124846153846154, 0.199519438035112, 0.517615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1290, '2021-05-23 00:00:00', 0.0137498531460675, 0.0285384615384623, 0.0169700188114654, 0.0413076923076928, 0.0274227306052154, 0.0613846153846144, 0.0650991196915565, 0.128153846153846, 0.201357626739477, 0.522576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1305, '2021-05-23 00:00:00', 0.0116762085521734, 0.0344230769230762, 0.0192959541395049, 0.049576923076922, 0.0255397427852837, 0.0609615384615377, 0.0649319170066156, 0.127923076923076, 0.198875500289465, 0.528769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1320, '2021-05-23 00:00:00', 0.0205291537537756, 0.036615384615384, 0.0261513935501605, 0.0468461538461534, 0.0338678881265719, 0.0699230769230779, 0.0656724857502403, 0.125653846153845, 0.199047566792851, 0.528576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1335, '2021-05-23 00:00:00', 0.0153304122078141, 0.0283076923076925, 0.0153101776103829, 0.0361923076923083, 0.0301147548809286, 0.0664615384615366, 0.0586106973696255, 0.127423076923077, 0.199194979856422, 0.529000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1350, '2021-05-23 00:00:00', 0.0105317833978107, 0.0240384615384626, 0.0239871760610667, 0.0487692307692319, 0.0316487695714167, 0.0662692307692302, 0.0573118325814664, 0.127615384615385, 0.199139058487744, 0.531269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1365, '2021-05-23 00:00:00', 0.0201807219509516, 0.0376923076923084, 0.0258477494928704, 0.0491153846153825, 0.0319011212727969, 0.0601923076923065, 0.0550614761321021, 0.129384615384616, 0.200142353185081, 0.534807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1380, '2021-05-23 00:00:00', 0.0158168848435416, 0.030576923076921, 0.022031306396546, 0.0405384615384611, 0.0319953842824964, 0.0607692307692307, 0.0571229712651019, 0.142076923076923, 0.201273732475491, 0.533653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1395, '2021-05-23 00:00:00', 0.0131584427416251, 0.0242307692307707, 0.0141397965386313, 0.0325769230769234, 0.0268118515700685, 0.0686538461538471, 0.0536221538602791, 0.157153846153847, 0.202779137145661, 0.53246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1410, '2021-05-23 00:00:00', 0.00769255384221807, 0.0211538461538455, 0.0238925801163327, 0.0431538461538467, 0.0243604976581723, 0.068076923076924, 0.0600539757218457, 0.175, 0.203287371434173, 0.532653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1425, '2021-05-23 00:00:00', 0.0229504147775503, 0.0351923076923079, 0.025590893813109, 0.0565769230769238, 0.0254591074832983, 0.0646153846153843, 0.0706317100284179, 0.189961538461538, 0.205145400593373, 0.533346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 0, '2021-05-23 00:00:00', 0.0236246611697289, 0.0392692307692313, 0.0251209994901583, 0.0472307692307696, 0.0242770230084704, 0.0574230769230778, 0.0836745802774978, 0.203346153846154, 0.209806709579593, 0.534846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 15, '2021-05-23 00:00:00', 0.0212513167012905, 0.023461538461539, 0.0213390577255753, 0.0326538461538479, 0.0360460602776298, 0.0620384615384632, 0.0838640291460875, 0.215153846153846, 0.207542573945685, 0.533000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 30, '2021-05-23 00:00:00', 0.0130841654153167, 0.0223461538461551, 0.0145217608595357, 0.0348076923076929, 0.042146356718174, 0.0686538461538455, 0.0851698393708822, 0.218692307692308, 0.207593389549416, 0.532846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 45, '2021-05-23 00:00:00', 0.0145650794183055, 0.0256923076923085, 0.0325426111192941, 0.0503076923076942, 0.0384511878380099, 0.0705769230769228, 0.0870503391059565, 0.223807692307692, 0.20770387204272, 0.532538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 60, '2021-05-23 00:00:00', 0.0274783271240905, 0.0404615384615404, 0.035981726131256, 0.0547307692307688, 0.0396202162848931, 0.0718076923076914, 0.0882419488591562, 0.228192307692308, 0.207713504616335, 0.532500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 75, '2021-05-23 00:00:00', 0.0265961246454043, 0.0339230769230777, 0.0261624804752048, 0.0473461538461536, 0.0394989386420233, 0.0773846153846132, 0.0868998008318515, 0.225153846153848, 0.207459864515081, 0.531653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 90, '2021-05-23 00:00:00', 0.0129567921006115, 0.0349615384615376, 0.0227842050552582, 0.0489999999999989, 0.0289950658932502, 0.0769230769230769, 0.0831589118217933, 0.22473076923077, 0.204385973476278, 0.529884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 105, '2021-05-23 00:00:00', 0.0200992919890605, 0.0353076923076915, 0.0243572450128382, 0.0626538461538447, 0.0296223668092988, 0.080269230769232, 0.0772161501640295, 0.22742307692308, 0.20014210336274, 0.528307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 120, '2021-05-23 00:00:00', 0.0206481140878442, 0.053769230769229, 0.0275058874816627, 0.0645769230769237, 0.035367281707598, 0.104730769230769, 0.0966300240011433, 0.23419230769231, 0.199153856255756, 0.529538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 135, '2021-05-23 00:00:00', 0.0179914937165836, 0.0404230769230786, 0.0270214729428278, 0.0600000000000012, 0.0382360482348198, 0.121346153846156, 0.111487846871307, 0.235500000000003, 0.199539207637535, 0.531846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 150, '2021-05-23 00:00:00', 0.0188571961371209, 0.0440769230769231, 0.038072239028136, 0.0831538461538453, 0.0526499616480266, 0.135461538461539, 0.111641955168505, 0.234384615384616, 0.200113171826497, 0.530807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 165, '2021-05-23 00:00:00', 0.0333302588325714, 0.0658846153846157, 0.0369521936478037, 0.10023076923077, 0.0646646259260346, 0.145076923076924, 0.115040541348893, 0.230384615384617, 0.197892157888698, 0.530115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 180, '2021-05-23 00:00:00', 0.0334113983314317, 0.0688076923076929, 0.0504977074879495, 0.0995384615384629, 0.0816945907257418, 0.140615384615384, 0.119986108170264, 0.216115384615386, 0.193219464698722, 0.521807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 195, '2021-05-23 00:00:00', 0.0392835060318415, 0.0580769230769233, 0.0448837815491721, 0.0840769230769223, 0.0708219001330925, 0.129692307692307, 0.0966069037189059, 0.192423076923077, 0.200791188896478, 0.519307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 210, '2021-05-23 00:00:00', 0.0281187864931282, 0.0521153846153848, 0.0506724777369328, 0.0874999999999991, 0.0682143679879826, 0.115, 0.0915010634658662, 0.182730769230769, 0.203638442796578, 0.518153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 225, '2021-05-23 00:00:00', 0.0426914691532329, 0.0658076923076933, 0.0609845503764306, 0.0903461538461556, 0.0623243254152143, 0.107807692307694, 0.0750227862821582, 0.16846153846154, 0.204867285371248, 0.516269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 240, '2021-05-23 00:00:00', 0.0404901697471596, 0.0574230769230795, 0.0422799643402801, 0.0716538461538478, 0.0497481039453144, 0.0960769230769249, 0.0723605183465738, 0.163730769230772, 0.205245264163484, 0.51546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 255, '2021-05-23 00:00:00', 0.0237739353073915, 0.042, 0.0365493975537032, 0.064461538461538, 0.0430091403523261, 0.0881153846153845, 0.0691602820655379, 0.15823076923077, 0.207724717984014, 0.51296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 270, '2021-05-23 00:00:00', 0.0227531232006657, 0.0462307692307681, 0.0256534298201714, 0.0594615384615382, 0.0375664539388313, 0.0840384615384605, 0.0677858732730116, 0.15173076923077, 0.207357472830042, 0.512807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 285, '2021-05-23 00:00:00', 0.0207710227147198, 0.0416538461538455, 0.026986378330272, 0.0587692307692299, 0.0370875264123194, 0.0852692307692313, 0.0643951742100168, 0.14546153846154, 0.209109746673478, 0.516384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 300, '2021-05-23 00:00:00', 0.0189319428886306, 0.0405384615384616, 0.0254841126979128, 0.0590000000000002, 0.0490419600561986, 0.0860769230769241, 0.0640872962330409, 0.14269230769231, 0.210189544495878, 0.51673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 315, '2021-05-23 00:00:00', 0.0172234187618536, 0.0406153846153856, 0.0248532926157928, 0.0583846153846176, 0.0631622087595487, 0.0812307692307712, 0.0591983497691009, 0.144269230769233, 0.210449467715027, 0.516461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 330, '2021-05-23 00:00:00', 0.0173319180881811, 0.0393461538461559, 0.0384250719432774, 0.0566153846153855, 0.0516430500201574, 0.0787307692307719, 0.0578836631662036, 0.147038461538463, 0.210432876197174, 0.516653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 345, '2021-05-23 00:00:00', 0.0355392956945063, 0.0431923076923073, 0.052529610697207, 0.0579999999999998, 0.0507267187978875, 0.080000000000001, 0.057486386348288, 0.152730769230772, 0.209729173349456, 0.516384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 360, '2021-05-23 00:00:00', 0.0242787973343013, 0.0375000000000003, 0.0258635770028945, 0.0517307692307703, 0.0318374960360599, 0.0688846153846163, 0.060373300262743, 0.160153846153848, 0.209513928305127, 0.515384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 375, '2021-05-23 00:00:00', 0.0189519229793546, 0.0351538461538462, 0.0209766170184436, 0.0485384615384621, 0.0276775110041444, 0.0672692307692328, 0.0609156289153598, 0.165076923076923, 0.209394559476748, 0.513192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 390, '2021-05-23 00:00:00', 0.0156887024516164, 0.0341538461538475, 0.0254384324625917, 0.0450769230769246, 0.0285007962102005, 0.0661538461538478, 0.0590703361712505, 0.170769230769231, 0.209362067683272, 0.513653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 405, '2021-05-23 00:00:00', 0.0148614110521691, 0.0306923076923094, 0.020574853957795, 0.0477307692307719, 0.0258904496796652, 0.0646538461538482, 0.0601850096337556, 0.189653846153847, 0.209169791170861, 0.513807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 420, '2021-05-23 00:00:00', 0.0176729693643671, 0.0345769230769253, 0.0190177245261838, 0.0470769230769243, 0.0254457189991681, 0.065730769230771, 0.0655230904690498, 0.201346153846154, 0.209077641081011, 0.5145 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 435, '2021-05-23 00:00:00', 0.0140911865526478, 0.0321923076923084, 0.0175708237187047, 0.0445769230769233, 0.0239218278179961, 0.0704230769230776, 0.0640956616796628, 0.203576923076924, 0.207819777692114, 0.515500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 450, '2021-05-23 00:00:00', 0.0162232501723269, 0.0310769230769233, 0.0199689374163606, 0.047961538461539, 0.0307964283643424, 0.0765000000000002, 0.0685872044581536, 0.209730769230769, 0.205243753769848, 0.519038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 465, '2021-05-23 00:00:00', 0.0166715326230088, 0.0365000000000005, 0.0219653223198602, 0.0543461538461537, 0.0283177574079475, 0.0748461538461549, 0.0727539266717182, 0.218576923076923, 0.204642220623063, 0.51896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 480, '2021-05-23 00:00:00', 0.0172732340742724, 0.0402692307692312, 0.024412008394356, 0.058115384615385, 0.0267805038155636, 0.0743461538461541, 0.0867996189286213, 0.233423076923078, 0.204642220623063, 0.51896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 495, '2021-05-23 00:00:00', 0.0148763622517772, 0.0368846153846161, 0.0179940160993753, 0.0477692307692309, 0.030195287457076, 0.0863461538461546, 0.0889120654614176, 0.233346153846154, 0.203635768355772, 0.517384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 510, '2021-05-23 00:00:00', 0.011270383243775, 0.032692307692308, 0.0168625666446768, 0.0511153846153849, 0.0408597036775265, 0.0996538461538454, 0.0867480613837921, 0.234115384615384, 0.203338206330847, 0.515884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 525, '2021-05-23 00:00:00', 0.0136169577535334, 0.039692307692307, 0.0269447583028683, 0.0725000000000007, 0.0476319866670072, 0.110384615384616, 0.0851466156335422, 0.237884615384615, 0.203317323035086, 0.515576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 540, '2021-05-23 00:00:00', 0.0248812873770303, 0.0610384615384628, 0.039537654885514, 0.0838846153846153, 0.0515319169208594, 0.11446153846154, 0.0846416882193131, 0.236153846153846, 0.204275293133103, 0.516653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 555, '2021-05-23 00:00:00', 0.0258821292668257, 0.0557307692307681, 0.0375244740648839, 0.0806153846153864, 0.0481187633321481, 0.112846153846155, 0.0851768477029741, 0.230153846153846, 0.202362146809966, 0.519961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 570, '2021-05-23 00:00:00', 0.0217407451574221, 0.0515000000000021, 0.028916856941664, 0.0747692307692325, 0.032334596856095, 0.113384615384616, 0.0818470618804464, 0.225307692307692, 0.201826399127109, 0.519153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 585, '2021-05-23 00:00:00', 0.0265496921610428, 0.054384615384616, 0.0303586003528582, 0.0832692307692299, 0.040880482459895, 0.125576923076924, 0.0783650726751688, 0.223730769230768, 0.198830182664657, 0.516807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 600, '2021-05-23 00:00:00', 0.026934821614122, 0.0702692307692291, 0.0279621997594004, 0.0907307692307679, 0.0493789896148606, 0.139730769230768, 0.0736525314202795, 0.220846153846152, 0.198207009113044, 0.515538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 615, '2021-05-23 00:00:00', 0.0200454867354607, 0.0563076923076912, 0.0424282199267629, 0.0939230769230772, 0.0477302838876935, 0.1285, 0.0787195313463214, 0.213269230769229, 0.195747325357501, 0.520153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 630, '2021-05-23 00:00:00', 0.0335944134549857, 0.0667692307692309, 0.0429553077225431, 0.0980384615384602, 0.0432526922238982, 0.120653846153845, 0.0752488793680935, 0.205923076923077, 0.19206763231897, 0.517846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 645, '2021-05-23 00:00:00', 0.0212607257998994, 0.0625384615384617, 0.0216978198124925, 0.0793461538461539, 0.0530895325044254, 0.118538461538462, 0.0698999284692063, 0.198, 0.191498162272764, 0.518115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 660, '2021-05-23 00:00:00', 0.0205197465871295, 0.0564999999999998, 0.0340675573168729, 0.0750384615384618, 0.0748579886287258, 0.124038461538463, 0.0705593040258717, 0.195153846153847, 0.189614446869268, 0.519038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 675, '2021-05-23 00:00:00', 0.020102850926787, 0.0522692307692317, 0.0463157059255773, 0.0847692307692322, 0.0682369739612218, 0.113269230769233, 0.0761890058695135, 0.206269230769231, 0.189556815107888, 0.520115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 690, '2021-05-23 00:00:00', 0.0395300080756567, 0.0593076923076935, 0.0654976218006303, 0.0885384615384634, 0.0621550047492929, 0.108269230769232, 0.072014314816305, 0.209307692307692, 0.191550290644921, 0.51592307692307[...];
Date: 2021-05-23 15:04:13 Duration: 13s3ms Database: acaweb_fx User: pgperfstats
14 29s561ms 2 13s150ms 16s411ms 14s780ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ?[...];Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration May 23 15 2 29s561ms 14s780ms [ User: pgperfstats - Total duration: 29s561ms - 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 982485, 1, 945, '2021-05-23 00:00:00', 0.0005680299626442, 0.00123903846153844, 0.000502363529114747, 0.00157634615384614, 0.000834280897171089, 0.00247384615384612, 0.00181700193683484, 0.00515403846153844, 0.00161429989588248, 0.00778192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 960, '2021-05-23 00:00:00', 0.000315039741082816, 0.00103903846153846, 0.000386803518001659, 0.00143980769230768, 0.000896347889193414, 0.00260653846153841, 0.00184273935925672, 0.00511788461538458, 0.00167758692311766, 0.00786326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 975, '2021-05-23 00:00:00', 0.000366932397881895, 0.00101923076923078, 0.000754458644429153, 0.00191461538461537, 0.00122506830264839, 0.00295211538461536, 0.00176784415646248, 0.00502480769230765, 0.00166381789868961, 0.007835 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 990, '2021-05-23 00:00:00', 0.000773685684539633, 0.00158346153846154, 0.000805087596762938, 0.00216403846153844, 0.00122233855312738, 0.00308846153846151, 0.00182287684718417, 0.00493499999999998, 0.0016413920452329, 0.00777038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1005, '2021-05-23 00:00:00', 0.000717852459664343, 0.00152307692307692, 0.00110403267788871, 0.00221807692307694, 0.00115682059309794, 0.00282326923076921, 0.00180419511140013, 0.00467499999999998, 0.00172182667983298, 0.00768865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1020, '2021-05-23 00:00:00', 0.0008206406737328, 0.00163865384615387, 0.000913387376746613, 0.0021675, 0.00122526920118995, 0.00307384615384617, 0.00174436622830802, 0.00446653846153846, 0.00163651243855294, 0.0077348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1035, '2021-05-23 00:00:00', 0.000545417306712542, 0.00132903846153847, 0.000568998208730468, 0.00177519230769231, 0.00123372607918514, 0.00297903846153847, 0.00151386311747848, 0.00419153846153844, 0.00165961686959556, 0.00765807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1050, '2021-05-23 00:00:00', 0.000476340093436794, 0.00119326923076922, 0.000935134461742474, 0.00216230769230771, 0.00121181294570763, 0.00279115384615383, 0.00149206145470468, 0.00395923076923074, 0.00169972346167072, 0.0076996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1065, '2021-05-23 00:00:00', 0.00093523072019688, 0.00173250000000002, 0.00123941735691227, 0.00227576923076923, 0.00116684632499479, 0.00258211538461538, 0.00146162722807363, 0.00381307692307691, 0.00180785052990053, 0.00771846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1080, '2021-05-23 00:00:00', 0.000755496169109053, 0.0014273076923077, 0.000690054094869479, 0.00170442307692306, 0.00101209561725244, 0.00223846153846151, 0.00125919353006353, 0.00342711538461538, 0.00203032149784595, 0.00777923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1095, '2021-05-23 00:00:00', 0.000416758923119834, 0.00105499999999999, 0.000506319904955225, 0.00137538461538461, 0.000867594663422975, 0.00207750000000001, 0.00118787219268483, 0.00320288461538462, 0.00202452744723688, 0.00788423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1110, '2021-05-23 00:00:00', 0.000400525856267089, 0.000979807692307663, 0.000676730829344006, 0.00152115384615383, 0.000800682425280986, 0.00196788461538459, 0.001151023841897, 0.0030432692307692, 0.00212782515367578, 0.00791326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1125, '2021-05-23 00:00:00', 0.000543122312332914, 0.00108461538461538, 0.000624009646128624, 0.00145903846153846, 0.00076158256282561, 0.00192499999999998, 0.0010508814798137, 0.00295173076923075, 0.00205508683140528, 0.00782326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1140, '2021-05-23 00:00:00', 0.000338185031284061, 0.000936346153846165, 0.000460401329945262, 0.00122576923076923, 0.00070934043036744, 0.00171038461538461, 0.000990126176885495, 0.00281961538461539, 0.00212532600214287, 0.00777884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1155, '2021-05-23 00:00:00', 0.000345238379183892, 0.000851538461538463, 0.000569272038524778, 0.00125442307692307, 0.000707007153701163, 0.00164634615384614, 0.000954834520500017, 0.00273480769230771, 0.00216349764004066, 0.00782096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1170, '2021-05-23 00:00:00', 0.000369470567163358, 0.000847499999999975, 0.000419432812993236, 0.00116826923076921, 0.000568184727545016, 0.00145826923076922, 0.000908074886779743, 0.00263500000000003, 0.00222345991643654, 0.00780999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1185, '2021-05-23 00:00:00', 0.000324481361323205, 0.000818076923076894, 0.000407567644220425, 0.00105423076923074, 0.000595734840344276, 0.00138000000000001, 0.000909126799990823, 0.00260653846153848, 0.0022538019843401, 0.00780576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1200, '2021-05-23 00:00:00', 0.000382750621765063, 0.000754038461538448, 0.000479857390674166, 0.00100865384615382, 0.000716451646336659, 0.0014498076923077, 0.00100051911525969, 0.00266750000000001, 0.00225731567098214, 0.00784096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1215, '2021-05-23 00:00:00', 0.000308012986739162, 0.00070499999999999, 0.000535594852620716, 0.000985384615384631, 0.000642743758010556, 0.00141653846153848, 0.000883695300777015, 0.00282076923076925, 0.00237288934553507, 0.00799961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1230, '2021-05-23 00:00:00', 0.00037822078411748, 0.000704807692307732, 0.000539524184957309, 0.00104288461538465, 0.000539248658213091, 0.00139634615384617, 0.000822974716874955, 0.00274423076923079, 0.00252254124766153, 0.00813788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1245, '2021-05-23 00:00:00', 0.000329180100342561, 0.000721538461538474, 0.000306858085465226, 0.000961730769230793, 0.000409565435741154, 0.00131961538461542, 0.000841119766465201, 0.00263730769230771, 0.00255021021757934, 0.00817692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1260, '2021-05-23 00:00:00', 0.000310235208536005, 0.000698269230769228, 0.000406934742453126, 0.000973269230769227, 0.000591962869157794, 0.00143596153846154, 0.000876199770863668, 0.00256903846153848, 0.00260685762055509, 0.00825057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1275, '2021-05-23 00:00:00', 0.000302822618807698, 0.000636538461538481, 0.000394163817954697, 0.000893653846153859, 0.00066617230388359, 0.00141346153846153, 0.000900314133212149, 0.00254346153846155, 0.0026545315101655, 0.00828346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1290, '2021-05-23 00:00:00', 0.000268258557824606, 0.000689423076923093, 0.000494269196351069, 0.00114403846153844, 0.000593354479600101, 0.00141653846153844, 0.000829812698977674, 0.00249865384615385, 0.00272689558627781, 0.00830653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1305, '2021-05-23 00:00:00', 0.000415144692106989, 0.000878653846153846, 0.00050300500838614, 0.00105596153846151, 0.000531222537751704, 0.00141576923076921, 0.000789936146397028, 0.00239365384615386, 0.00287503904990201, 0.00838846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1320, '2021-05-23 00:00:00', 0.000323144466382857, 0.000722115384615384, 0.000354756471182916, 0.000918076923076917, 0.000406841303402024, 0.00136538461538462, 0.000698373384813144, 0.00229076923076927, 0.00293929693320331, 0.00847269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1335, '2021-05-23 00:00:00', 0.000266135376193278, 0.000610961538461536, 0.000289485485221348, 0.000974615384615399, 0.000364942408522862, 0.00130019230769233, 0.000669298398439614, 0.00225288461538464, 0.0029601745075898, 0.00851365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1350, '2021-05-23 00:00:00', 0.000306522429848115, 0.00073999999999998, 0.000338149318406023, 0.00108980769230768, 0.000397688126744879, 0.0013303846153846, 0.000673640739677944, 0.00221461538461539, 0.00297004981180708, 0.00854826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1365, '2021-05-23 00:00:00', 0.000290909978145488, 0.000808846153846166, 0.00027906354390796, 0.000982307692307688, 0.000386679603010853, 0.00131365384615386, 0.000644951429298224, 0.00213788461538463, 0.00294330938806067, 0.00854692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1380, '2021-05-23 00:00:00', 0.00026621022635388, 0.000726730769230731, 0.000400110561643237, 0.00102230769230767, 0.000645424964357103, 0.00146423076923075, 0.000690599098887781, 0.00210865384615385, 0.00298451648577222, 0.00857057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1395, '2021-05-23 00:00:00', 0.000354505126359821, 0.000761730769230746, 0.000376295301387323, 0.00100307692307691, 0.000647371876245677, 0.0017771153846154, 0.00063228623630076, 0.00206326923076922, 0.00295610115497787, 0.00857596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1410, '2021-05-23 00:00:00', 0.000212001451373872, 0.000616153846153843, 0.00044642408261481, 0.000982692307692315, 0.00049579586369949, 0.00161846153846153, 0.000558382967560361, 0.00194153846153847, 0.0028621175055166, 0.00855384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1425, '2021-05-23 00:00:00', 0.000458322862351279, 0.000819615384615374, 0.000531083652689308, 0.00148038461538462, 0.00050687371359979, 0.00156980769230769, 0.000539851261566877, 0.00197423076923079, 0.00285577412379793, 0.00856461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 0, '2021-05-23 00:00:00', 0.000550634319531693, 0.00117692307692308, 0.000519078473391495, 0.00134769230769231, 0.000548221354788489, 0.00142442307692308, 0.000517919061095578, 0.00191307692307694, 0.00284057706082083, 0.00860403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 15, '2021-05-23 00:00:00', 0.000312580574227863, 0.000761153846153845, 0.000332217491319271, 0.000962307692307711, 0.00028993772540907, 0.00114673076923081, 0.000486139264630382, 0.0017792307692308, 0.00285384410118109, 0.00865192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 30, '2021-05-23 00:00:00', 0.000358595122022706, 0.000737692307692324, 0.000350962029504422, 0.000947884615384642, 0.000326765735893269, 0.00112961538461542, 0.000518990328945021, 0.00181019230769232, 0.00281731137516166, 0.00863576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 45, '2021-05-23 00:00:00', 0.000310351165865153, 0.000670384615384635, 0.000292636030170334, 0.000849615384615408, 0.000267532887985482, 0.000960384615384639, 0.000635913999991042, 0.00180384615384616, 0.0028284264176393, 0.008615 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 60, '2021-05-23 00:00:00', 0.000210475651798489, 0.000650000000000005, 0.00027494565896669, 0.000796346153846136, 0.00025082295318842, 0.00089192307692307, 0.00065486216987888, 0.00182769230769232, 0.0028250666431894, 0.00861346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 75, '2021-05-23 00:00:00', 0.000123231645536123, 0.000424038461538464, 0.000174391689992542, 0.000542307692307684, 0.000357533699326141, 0.000872884615384595, 0.000666846655190281, 0.00183269230769229, 0.00282151563880122, 0.0086075 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 90, '2021-05-23 00:00:00', 0.000178971097795575, 0.000425576923076927, 0.000262275838354612, 0.000621153846153859, 0.000402271244120415, 0.000898076923076931, 0.000663764902773474, 0.00185461538461536, 0.00282192398223948, 0.00860519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 105, '2021-05-23 00:00:00', 0.000209260603076675, 0.000490000000000016, 0.000317321785234831, 0.00072365384615383, 0.000375943326334431, 0.000874230769230757, 0.000667259060520104, 0.00189442307692308, 0.00282131908592688, 0.00859923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 120, '2021-05-23 00:00:00', 0.000212004807637801, 0.000560961538461516, 0.000248475118704898, 0.000663269230769238, 0.000322467231489714, 0.000911346153846146, 0.000631356780762987, 0.00188576923076923, 0.00282112637761257, 0.00859596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 135, '2021-05-23 00:00:00', 0.00010429341007282, 0.00040134615384617, 0.000172639352853981, 0.000577884615384584, 0.000276115917686741, 0.000899999999999969, 0.000593311339984195, 0.00186211538461538, 0.00282374168708552, 0.00858865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 150, '2021-05-23 00:00:00', 0.000162352536641232, 0.000392115384615374, 0.000263491059547621, 0.000653461538461541, 0.000335052234733637, 0.000964999999999994, 0.00056217246874547, 0.00188326923076924, 0.00282567680116026, 0.00859076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 165, '2021-05-23 00:00:00', 0.000265124716661071, 0.000526346153846169, 0.000270195086216206, 0.000740769230769224, 0.000475856191915805, 0.00111365384615384, 0.000567136701740875, 0.00188596153846154, 0.00284249365062546, 0.00860192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 180, '2021-05-23 00:00:00', 0.000232417396409656, 0.000590384615384614, 0.000296539010275879, 0.000789230769230773, 0.000465377968801863, 0.00111557692307694, 0.00054639577794292, 0.00185711538461542, 0.00282739524732841, 0.00862326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 195, '2021-05-23 00:00:00', 0.000134946143103295, 0.000512307692307718, 0.000353900953114548, 0.000801730769230786, 0.000389661391467012, 0.00102000000000002, 0.00054608047448647, 0.00175826923076926, 0.00282174556586192, 0.00862096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 210, '2021-05-23 00:00:00', 0.000313058362708204, 0.000581538461538497, 0.000311522131575814, 0.000720961538461573, 0.000410341321341144, 0.00100500000000003, 0.000434972015014946, 0.00169057692307696, 0.00279349414505586, 0.00867653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 225, '2021-05-23 00:00:00', 0.000127506410095259, 0.000481730769230782, 0.00027536074241174, 0.000713461538461558, 0.000366407087603587, 0.000991923076923076, 0.000402559742341255, 0.00168288461538465, 0.00276956253835259, 0.00870942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 240, '2021-05-23 00:00:00', 0.000241573049948748, 0.000548461538461562, 0.000288267837529346, 0.000717115384615385, 0.00038000875495988, 0.000945576923076935, 0.000424728193626874, 0.00170596153846158, 0.00281224553720659, 0.00874519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 255, '2021-05-23 00:00:00', 0.000223613763853265, 0.000508653846153856, 0.000341574859460402, 0.00072923076923079, 0.000425093111972123, 0.00096192307692311, 0.000442912389322532, 0.00174923076923081, 0.00289068546568774, 0.00876769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 270, '2021-05-23 00:00:00', 0.000218239547286928, 0.000527500000000006, 0.000343686798385688, 0.000673846153846179, 0.000399825538877232, 0.000957692307692313, 0.000437023498752105, 0.00170346153846157, 0.00290558470217928, 0.00876230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 285, '2021-05-23 00:00:00', 0.000315120550803122, 0.000505192307692329, 0.000381232818023919, 0.000732692307692317, 0.000358611424589592, 0.000971923076923082, 0.000450768062482068, 0.00169538461538465, 0.00290169672512743, 0.00875826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 300, '2021-05-23 00:00:00', 0.000253700686758098, 0.00052403846153847, 0.000249353086081693, 0.000669807692307682, 0.000340865019528925, 0.000929807692307712, 0.000472466034595228, 0.0016969230769231, 0.00292928973407441, 0.0087878846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 315, '2021-05-23 00:00:00', 0.00014808105888334, 0.000439999999999987, 0.000237335287013026, 0.000664038461538456, 0.000412289293504553, 0.000917307692307724, 0.000593639912871271, 0.00179711538461539, 0.00293433706967372, 0.00877403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 330, '2021-05-23 00:00:00', 0.000175030986267714, 0.000474615384615385, 0.000279689938214563, 0.000627692307692312, 0.000396692527706884, 0.000869807692307729, 0.000684874188333987, 0.00181057692307693, 0.00294143358559417, 0.00877653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 345, '2021-05-23 00:00:00', 0.000210743829182405, 0.000445192307692278, 0.000355157657299499, 0.000619807692307696, 0.000340542779420418, 0.000770769230769224, 0.000678474760031633, 0.00191000000000002, 0.00291230915518675, 0.00875615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 360, '2021-05-23 00:00:00', 0.000248305023339038, 0.000440769230769249, 0.000236414645517967, 0.000551730769230797, 0.000228907522476136, 0.000749423076923093, 0.000731307390910289, 0.00202749999999999, 0.00289221592581507, 0.00875480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 375, '2021-05-23 00:00:00', 0.000113298109156582, 0.000367307692307699, 0.000233245661184806, 0.00051846153846151, 0.000261862632808779, 0.000745961538461532, 0.000792675823737855, 0.00226019230769228, 0.00288770909998804, 0.0087403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 390, '2021-05-23 00:00:00', 0.000143173375264453, 0.000378846153846116, 0.000189413670207682, 0.000533461538461523, 0.000283722507987048, 0.000732307692307673, 0.00094101166918295, 0.00246019230769228, 0.00288776920157036, 0.00873980769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 405, '2021-05-23 00:00:00', 0.000123959050310357, 0.000369615384615381, 0.00017290415308442, 0.00051961538461539, 0.000342266203190077, 0.000773076923076923, 0.000903516825436119, 0.00266057692307689, 0.00289091527295154, 0.00873365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 420, '2021-05-23 00:00:00', 0.000159027815660805, 0.000374615384615379, 0.000170346366604581, 0.000506730769230758, 0.000341280619928002, 0.000812692307692328, 0.000842402904699528, 0.00287442307692305, 0.00288952355002582, 0.00871788461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 435, '2021-05-23 00:00:00', 0.00013459797689644, 0.000371153846153852, 0.000242276463189024, 0.00059326923076924, 0.000301476941330249, 0.000867884615384622, 0.000915851264377327, 0.00299846153846152, 0.00289730702549798, 0.00870999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 450, '2021-05-23 00:00:00', 0.000210815997057582, 0.00046076923076926, 0.000269189738631719, 0.00061365384615387, 0.000247540206524424, 0.000871923076923084, 0.000923742638151167, 0.00309730769230769, 0.00285980445808125, 0.00869153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 465, '2021-05-23 00:00:00', 0.000204564170860912, 0.00043249999999999, 0.000215806537293151, 0.000652307692307678, 0.000225390003873657, 0.000864423076923052, 0.000952760786023734, 0.00320865384615384, 0.0028900633277597, 0.00868403846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 480, '2021-05-23 00:00:00', 0.000173357900132827, 0.000500192307692297, 0.000201033483625147, 0.000682307692307679, 0.000271774015285882, 0.000926346153846108, 0.00100640158676651, 0.00339807692307693, 0.00289513063342838, 0.00868423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 495, '2021-05-23 00:00:00', 0.00013361842917571, 0.000411730769230742, 0.00016635920357884, 0.000574230769230731, 0.000350287189866533, 0.0010486538461538, 0.00110393772469282, 0.0034475, 0.00288815765071517, 0.00867884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 510, '2021-05-23 00:00:00', 0.000137907438299973, 0.000452307692307675, 0.000203475664770641, 0.000652115384615352, 0.000440447368723434, 0.00115173076923075, 0.00139726657607467, 0.00361826923076923, 0.00287942710648115, 0.00868730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 525, '2021-05-23 00:00:00', 0.000154748058270415, 0.000465192307692289, 0.0002950677236474, 0.00090019230769227, 0.000489733718856091, 0.00128865384615385, 0.00140521950105808, 0.00376038461538463, 0.00288845120196859, 0.00867288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 540, '2021-05-23 00:00:00', 0.000277497124032199, 0.000759423076923039, 0.000381368789816573, 0.000943076923076918, 0.000616681940212793, 0.00148115384615384, 0.00138691280020941, 0.00382365384615386, 0.00291165570793293, 0.0086701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 555, '2021-05-23 00:00:00', 0.000239009172659555, 0.000705769230769226, 0.000360785734410109, 0.00102711538461539, 0.000566745092612191, 0.00172499999999999, 0.00139953492275115, 0.00390000000000001, 0.00302685259863214, 0.00868442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 570, '2021-05-23 00:00:00', 0.000293168958898328, 0.000765961538461543, 0.000556167655962153, 0.00119230769230769, 0.000647551037489584, 0.00191288461538461, 0.00138734157792744, 0.00386942307692309, 0.00315727265458412, 0.00870384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 585, '2021-05-23 00:00:00', 0.0003147499618134, 0.000886538461538454, 0.000406979303953122, 0.00133692307692306, 0.000564089088708508, 0.00208249999999998, 0.00138366319823644, 0.00384538461538463, 0.0032450259688424, 0.00868846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 600, '2021-05-23 00:00:00', 0.000345962925981716, 0.00110711538461539, 0.000543327214060212, 0.00157730769230771, 0.000535878143438757, 0.00223923076923078, 0.00136253225791031, 0.0038519230769231, 0.00319567778413281, 0.00866249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 615, '2021-05-23 00:00:00', 0.00049522877386265, 0.00113653846153848, 0.000472259096096775, 0.0015655769230769, 0.000621302137573867, 0.00213711538461537, 0.00126772438462966, 0.00377134615384616, 0.0032172270908107, 0.00865692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 630, '2021-05-23 00:00:00', 0.000242379629126256, 0.000986730769230734, 0.000471635615540387, 0.00149692307692306, 0.00067072979771179, 0.00200730769230767, 0.00114759809367885, 0.00361423076923076, 0.00322178949319499, 0.00866153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 645, '2021-05-23 00:00:00', 0.000346880161084296, 0.0010853846153846, 0.000409236061272909, 0.00141692307692306, 0.000510595278534326, 0.00200846153846152, 0.000974362276647559, 0.0037003846153846, 0.00309269750317647, 0.00862461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 660, '2021-05-23 00:00:00', 0.000345190694232345, 0.000958846153846167, 0.000401309059875884, 0.00136980769230771, 0.000670116752169721, 0.00197230769230773, 0.00100393259427421, 0.00378557692307694, 0.00308281111100794, 0.00860788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 675, '2021-05-23 00:00:00', 0.00041128410543641, 0.00100384615384618, 0.000445380045147278, 0.00148076923076925, 0.000685547310828821, 0.00189865384615387, 0.00100507261505748, 0.00376019230769231, 0.00310862911289504, 0.00872519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 690, '2021-05-23 00:00:00', 0.000371985163062257, 0.00099519230769232, 0.000570194298868004, 0.0014665384615385, 0.000760916476766931, 0.00192673076923077, 0.00111344662405315, 0.00372423076923078, 0.00305703048473768, 0.00880076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 705, '2021-05-23 00:00:00', 0.000379995546532657, 0.000978846153846178, 0.000383776427303509, 0.00120288461538463, 0.000660054921957249, 0.00180750000000003, 0.00113113489639659, 0.00382807692307693, 0.0030149325799325, 0.00879230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 720, '2021-05-23 00:00:00', 0.000230964616004584, 0.000840576923076921, 0.000635622922808797, 0.00128749999999999, 0.000696998537687433, 0.0017648076923077, 0.00110892720160589, 0.00392153846153848, 0.00286638684382649, 0.00876653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 735, '2021-05-23 00:00:00', 0.000388703763018318, 0.000926153846153833, 0.000424481403053718, 0.00126730769230772, 0.000469371797848324, 0.00171826923076924, 0.00115363705797727, 0.00398769230769232, 0.00285563152115526, 0.00879423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 750, '2021-05-23 00:00:00', 0.000271093795860128, 0.00089038461538465, 0.000299673989528608, 0.00119750000000001, 0.00036368054451884, 0.00157653846153846, 0.0011453089606672, 0.00393384615384616, 0.00287115141738268, 0.00880230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 765, '2021-05-23 00:00:00', 0.000314856560748116, 0.000874423076923084, 0.000343915016336191, 0.00123653846153844, 0.000419103668100635, 0.00150326923076922, 0.00110629786293675, 0.00422019230769232, 0.0029587585819316, 0.00891211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 780, '2021-05-23 00:00:00', 0.000289837089520201, 0.000861538461538452, 0.000412996368022794, 0.001115, 0.000534029133460555, 0.00160134615384615, 0.00116247926366947, 0.00457903846153845, 0.00298227373891903, 0.00894942307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 795, '2021-05-23 00:00:00', 0.00028186009895801, 0.000771346153846151, 0.000356169201363642, 0.00108249999999999, 0.00054007905404244, 0.00164076923076921, 0.00137394218051001, 0.00470634615384615, 0.00299898172462177, 0.00892423076923072 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 810, '2021-05-23 00:00:00', 0.000314913419114655, 0.000827692307692281, 0.000407144890104799, 0.0012101923076923, 0.000698836533103389, 0.00173249999999998, 0.00135588722017952, 0.00483807692307692, 0.00299811104633465, 0.00892038461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 825, '2021-05-23 00:00:00', 0.000221820526899201, 0.000932884615384621, 0.000413482629157963, 0.00131826923076923, 0.000696808107344881, 0.00196653846153847, 0.00131881160082155, 0.00482096153846157, 0.00292208982776685, 0.00884980769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 840, '2021-05-23 00:00:00', 0.000338928628747439, 0.000966153846153847, 0.000448842442803208, 0.00131846153846154, 0.00105559937403427, 0.00218903846153846, 0.00147257327099928, 0.00505903846153846, 0.00288332388986154, 0.00886442307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 855, '2021-05-23 00:00:00', 0.000234603183793714, 0.000900576923076922, 0.000554973076270039, 0.00136865384615385, 0.000906083053588366, 0.00203749999999999, 0.00156793721665908, 0.00517134615384615, 0.00279427451021935, 0.00880903846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 870, '2021-05-23 00:00:00', 0.000571075638261138, 0.00100076923076925, 0.000887107594723085, 0.00156173076923075, 0.000891168550059644, 0.00207076923076921, 0.00175766138333341, 0.00530153846153844, 0.00275914613324764, 0.00882423076923073 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 885, '2021-05-23 00:00:00', 0.000606218702602157, 0.00112134615384613, 0.000552157481716397, 0.00150826923076921, 0.000549253934547025, 0.00227173076923076, 0.00181825355767561, 0.00532999999999998, 0.00273005574048477, 0.00886788461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 900, '2021-05-23 00:00:00', 0.000274298265509523, 0.00106153846153846, 0.000408388766514679, 0.00153423076923075, 0.000627365952583938, 0.00240096153846153, 0.0017731085805617, 0.00537596153846151, 0.00268140187215568, 0.00893999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 915, '2021-05-23 00:00:00', 0.000365471455267527, 0.00114076923076924, 0.000475852271840103, 0.00173076923076925, 0.0006243991881432, 0.00239788461538463, 0.00178122327240405, 0.00542711538461537, 0.00267522157241947, 0.00897730769230765 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 930, '2021-05-23 00:00:00', 0.000482581718866964, 0.00127365384615385, 0.000598906471444781, 0.0018248076923077, 0.000604367978839191, 0.00226057692307692, 0.00177360350265084, 0.00538576923076922, 0.00268745369906447, 0.00907076923076919 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 945, '2021-05-23 00:00:00', 0.000484780243631433, 0.00134826923076923, 0.000536667638158064, 0.00170307692307694, 0.000922465780061586, 0.00263365384615387, 0.0018450459760792, 0.00535942307692309, 0.00263220686146405, 0.00915480769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 960, '2021-05-23 00:00:00', 0.000375324065103945, 0.00118307692307696, 0.000590893358854607, 0.00158980769230771, 0.000942616591441906, 0.00284096153846153, 0.00177175081812834, 0.00530019230769231, 0.00268704928957682, 0.00911826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 975, '2021-05-23 00:00:00', 0.000571360084494763, 0.00118211538461541, 0.000765671575506433, 0.00201480769230772, 0.00103577724439189, 0.00298250000000001, 0.00177486831580867, 0.00540153846153847, 0.00271432774649352, 0.00910865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 990, '2021-05-23 00:00:00', 0.000571215471940864, 0.00154865384615386, 0.000805407135457681, 0.00227557692307691, 0.00106852193023102, 0.00296365384615385, 0.00187633165019897, 0.00535769230769232, 0.0028071291110588, 0.00900538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1005, '2021-05-23 00:00:00', 0.000488050320545553, 0.00150365384615383, 0.000671710789414169, 0.00203076923076921, 0.00108287162745104, 0.00277019230769234, 0.00170277598011644, 0.00514903846153847, 0.00294107293347174, 0.00893 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1020, '2021-05-23 00:00:00', 0.000482017594635792, 0.00141480769230768, 0.000784998113667506, 0.00195096153846155, 0.00123052223122478, 0.00291480769230769, 0.00165378364550923, 0.00496788461538463, 0.00323324911600607, 0.00896038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1035, '2021-05-23 00:00:00', 0.000523499320402202, 0.00134346153846153, 0.000750746705210627, 0.00196384615384617, 0.00111515800881102, 0.00296576923076923, 0.00162281545469595, 0.00475000000000001, 0.00413726245425459, 0.00965615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1050, '2021-05-23 00:00:00', 0.000440541144503004, 0.00131250000000002, 0.000862669024686674, 0.00211461538461539, 0.00100825891439725, 0.00279096153846156, 0.00167438599538409, 0.00449730769230771, 0.00435607522715292, 0.00968576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1065, '2021-05-23 00:00:00', 0.000708478217460053, 0.00169076923076922, 0.000735723009123573, 0.0021528846153846, 0.000846662497466011, 0.00271423076923077, 0.00172800560896525, 0.00434076923076924, 0.00438379540510803, 0.00973692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1080, '2021-05-23 00:00:00', 0.000552693300678931, 0.00140173076923075, 0.000597210051953112, 0.00184538461538461, 0.000763497241947556, 0.00244403846153844, 0.00166527176114338, 0.00410596153846152, 0.00423201770844775, 0.00967326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1095, '2021-05-23 00:00:00', 0.00034933387159873, 0.00112192307692309, 0.000556868338257665, 0.00161211538461539, 0.000798642309461209, 0.00222653846153847, 0.00171350294605929, 0.00380211538461539, 0.00432968219210316, 0.00961673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1110, '2021-05-23 00:00:00', 0.000406515020065024, 0.00113230769230771, 0.000479813144720054, 0.00153942307692308, 0.000748510829272665, 0.0020623076923077, 0.00166504494048845, 0.00369442307692308, 0.00428280304060497, 0.00958673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1125, '2021-05-23 00:00:00', 0.000367015614842812, 0.0010826923076923, 0.00071165992310499, 0.00149538461538461, 0.000833013828493559, 0.00189403846153849, 0.00169607424547211, 0.00355538461538462, 0.00431471111877276, 0.00953096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1140, '2021-05-23 00:00:00', 0.000459599993305204, 0.00102692307692307, 0.000512757402526901, 0.00139192307692307, 0.000555081040514304, 0.0018498076923077, 0.00164169453965663, 0.00340519230769231, 0.00428495906092998, 0.00954307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1155, '2021-05-23 00:00:00', 0.000305565805577896, 0.000902307692307668, 0.000355672548193494, 0.00119980769230771, 0.000674084592956669, 0.00186596153846154, 0.00158723592594654, 0.00326673076923077, 0.0042536019849245, 0.00950038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1170, '2021-05-23 00:00:00', 0.000305770149974426, 0.000870769230769231, 0.000495024785704248, 0.00136346153846153, 0.00103432967888163, 0.00199826923076924, 0.00159156900089673, 0.00320326923076923, 0.00421766380831852, 0.00956000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1185, '2021-05-23 00:00:00', 0.000328362663013833, 0.000909038461538464, 0.000470308245891825, 0.00129038461538462, 0.00100214301144326, 0.00184115384615384, 0.00142766361045428, 0.00298076923076922, 0.0041044300316384, 0.00951326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1200, '2021-05-23 00:00:00', 0.000418442947126625, 0.000967500000000001, 0.000871232747318394, 0.00141250000000002, 0.000930590383325788, 0.00186769230769229, 0.00142574104888002, 0.00290653846153846, 0.0040439743398714, 0.00950730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1215, '2021-05-23 00:00:00', 0.000851555251380538, 0.000922884615384649, 0.000859847571464729, 0.00123961538461538, 0.000810962604658058, 0.00165288461538462, 0.00120748436842882, 0.00277750000000002, 0.00394436307132868, 0.00944596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1230, '2021-05-23 00:00:00', 0.000375336361967994, 0.00081576923076922, 0.000467247093253512, 0.00116461538461538, 0.000511979003475754, 0.00153249999999999, 0.00110419558259184, 0.00260673076923078, 0.0038809164659117, 0.00938115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1245, '2021-05-23 00:00:00', 0.000258601267175173, 0.000751153846153822, 0.000329181502424504, 0.00098730769230767, 0.000492668245374124, 0.00147499999999999, 0.000995427565652813, 0.00249403846153847, 0.00386965235965911, 0.00938076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1260, '2021-05-23 00:00:00', 0.000210510460182284, 0.000694423076923074, 0.000363455636907705, 0.000989999999999987, 0.000577515367760895, 0.00153499999999999, 0.000971652913655559, 0.00243923076923078, 0.00385842044704225, 0.00939211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1275, '2021-05-23 00:00:00', 0.000337350536705337, 0.000764230769230771, 0.000376577502493995, 0.00108615384615386, 0.000587850877218135, 0.00153942307692309, 0.000900585728204765, 0.00235442307692308, 0.00384445599332536, 0.00944173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1290, '2021-05-23 00:00:00', 0.000321609474123773, 0.000769423076923087, 0.000498409933226122, 0.00119730769230767, 0.000675215179377297, 0.00152653846153846, 0.000856284123407609, 0.00229249999999999, 0.00383587485257474, 0.00942826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1305, '2021-05-23 00:00:00', 0.00027212956472974, 0.000902499999999969, 0.000433909951664904, 0.00114961538461536, 0.000540553847029571, 0.00141730769230767, 0.000820472401448343, 0.00220019230769229, 0.00381609911579067, 0.00937769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1320, '2021-05-23 00:00:00', 0.000298154902951191, 0.000737884615384607, 0.000371742725343951, 0.000974423076923081, 0.00058688018040641, 0.00135211538461537, 0.000736263565893002, 0.00214096153846152, 0.00378266201035928, 0.00942173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1335, '2021-05-23 00:00:00', 0.000268234971620033, 0.000645000000000007, 0.000311651987862248, 0.000874807692307684, 0.000536149555771379, 0.00128788461538461, 0.000631079203855143, 0.00208980769230769, 0.00378266201035928, 0.00942173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1350, '2021-05-23 00:00:00', 0.000219736993139186, 0.000632115384615384, 0.000398372506388413, 0.000974423076923064, 0.000519603695136987, 0.00123999999999999, 0.000577949059506632, 0.00204365384615383, 0.00375472910013286, 0.00943884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1365, '2021-05-23 00:00:00', 0.000375199895440407, 0.000825192307692291, 0.00048412907528723, 0.00105519230769231, 0.000473534987741546, 0.00122923076923075, 0.000557631702277225, 0.00202134615384615, 0.00373466104424278, 0.00945365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1380, '2021-05-23 00:00:00', 0.000258562594712815, 0.00072884615384618, 0.000285048443925986, 0.000866153846153858, 0.00045809992191829, 0.00121346153846152, 0.000621680384120328, 0.00206749999999997, 0.00373032467137192, 0.00945807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1395, '2021-05-23 00:00:00', 0.000241359610412473, 0.00061730769230768, 0.000297426720128071, 0.000904423076923067, 0.000407267866869719, 0.00150365384615382, 0.000600163855831185, 0.0021155769230769, 0.0037295736867121, 0.00948326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1410, '2021-05-23 00:00:00', 0.000222664286798245, 0.000634230769230774, 0.000326483596006802, 0.00093653846153844, 0.000416587787405448, 0.00150923076923076, 0.000679590600740909, 0.00219423076923074, 0.00373748774631384, 0.00949442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1425, '2021-05-23 00:00:00', 0.000266079224754888, 0.000738076923076899, 0.000373000154671007, 0.00134134615384614, 0.000397176234861111, 0.00150980769230768, 0.000787000537581669, 0.00222461538461537, 0.00376243356700868, 0.00946211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 0, '2021-05-23 00:00:00', 0.000389355730168927, 0.00107173076923077, 0.000413022815536664, 0.00123461538461538, 0.000405298797659979, 0.00136365384615383, 0.000801690809381097, 0.00225192307692308, 0.00377828404783888, 0.0094421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 15, '2021-05-23 00:00:00', 0.000381885252600639, 0.000707115384615363, 0.000408089026863198, 0.000970576923076885, 0.00052031543687089, 0.00122307692307691, 0.000873596302647833, 0.00218749999999999, 0.0037858158352542, 0.00936846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 30, '2021-05-23 00:00:00', 0.000367712732776759, 0.00070057692307691, 0.000372236535635003, 0.000930961538461531, 0.00042320321541601, 0.00116519230769231, 0.000825148494794424, 0.00217403846153845, 0.00376964140816519, 0.00935788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 45, '2021-05-23 00:00:00', 0.000301942684321707, 0.00070923076923077, 0.000451915751168106, 0.000945384615384617, 0.000401341021308073, 0.00107115384615384, 0.000809793420950911, 0.00213423076923075, 0.00376399853367908, 0.0093348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 60, '2021-05-23 00:00:00', 0.00040707327822658, 0.000694423076923049, 0.000390498891951516, 0.000770769230769199, 0.000395517966138645, 0.000967307692307641, 0.000785185744805741, 0.00212942307692306, 0.00375638767250582, 0.00931711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 75, '2021-05-23 00:00:00', 0.00020156054635305, 0.000425576923076918, 0.000241521459470199, 0.000578846153846128, 0.00024078110071504, 0.000873461538461522, 0.000789343178754428, 0.00209942307692306, 0.00374954028464207, 0.00929211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 90, '2021-05-23 00:00:00', 0.000164271468565341, 0.000428653846153828, 0.000179059079206158, 0.000623076923076889, 0.000246471093639842, 0.000864999999999996, 0.00080844858549237, 0.00208365384615383, 0.00377909480411135, 0.00926153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 105, '2021-05-23 00:00:00', 0.00018432621584068, 0.000503076923076905, 0.000238151535468823, 0.000738076923076925, 0.000343747055931442, 0.000885961538461544, 0.000824255958192236, 0.00209826923076922, 0.00378598787027191, 0.00923807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 120, '2021-05-23 00:00:00', 0.000255233528060384, 0.000581923076923046, 0.00028982521257849, 0.000690576923076904, 0.000647852695745436, 0.000983653846153825, 0.000828278659909548, 0.00212653846153844, 0.00378598787027191, 0.00923807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 135, '2021-05-23 00:00:00', 0.00022567198796893, 0.0004303846153846, 0.000312267698272823, 0.000583653846153827, 0.000709925781603002, 0.00111384615384616, 0.000855412563530711, 0.0021855769230769, 0.00378402761109619, 0.00922019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 150, '2021-05-23 00:00:00', 0.000173520559633099, 0.000405769230769207, 0.000689619739142827, 0.000790769230769227, 0.000805182253616228, 0.00123730769230767, 0.000882973647137038, 0.00221269230769229, 0.00377966612790884, 0.00920403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 165, '2021-05-23 00:00:00', 0.000640873202387563, 0.000652692307692305, 0.000656003781649527, 0.000960192307692304, 0.000808013066345226, 0.00130865384615382, 0.000848741058636488, 0.00215923076923073, 0.00376671508080979, 0.0091975 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 180, '2021-05-23 00:00:00', 0.000358605472093488, 0.000691730769230775, 0.00054905022889181, 0.000916923076923055, 0.000668625714547285, 0.0012828846153846, 0.000806640898083869, 0.00207346153846151, 0.00377669387366577, 0.00917884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 195, '2021-05-23 00:00:00', 0.00034196924063204, 0.000635192307692276, 0.000482130209032284, 0.000913461538461527, 0.000640674524352118, 0.0012403846153846, 0.00082751472215581, 0.00204884615384613, 0.00377847173521863, 0.00916442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 210, '2021-05-23 00:00:00', 0.000279421930750985, 0.000623846153846142, 0.000370105442356012, 0.000834038461538451, 0.00048859342859021, 0.00113346153846153, 0.000926120194890848, 0.00200615384615384, 0.00375845551339295, 0.0091346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 225, '2021-05-23 00:00:00', 0.000227351303899108, 0.00055115384615387, 0.000321555593949191, 0.000820000000000026, 0.000384832231178575, 0.00106038461538463, 0.00091257581349972, 0.00192615384615384, 0.00376383493057486, 0.00911576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 240, '2021-05-23 00:00:00', 0.000200671277313068, 0.00058480769230768, 0.000280171993878482, 0.00077211538461537, 0.000361538166939306, 0.00105038461538462, 0.000937663072996688, 0.00187903846153847, 0.00372867454796142, 0.00909173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 255, '2021-05-23 00:00:00', 0.000200764787749273, 0.0004875, 0.000259248692601139, 0.000676730769230762, 0.000389524216685717, 0.000991346153846132, 0.000903841310952682, 0.00184365384615386, 0.00373355332914082, 0.00905230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 270, '2021-05-23 00:00:00', 0.000155464193255608, 0.000493653846153861, 0.000234518901977261, 0.000733653846153861, 0.000333746852477247, 0.0009698076923077, 0.000910125012545845, 0.00185846153846156, 0.00371479516466045, 0.00903365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 285, '2021-05-23 00:00:00', 0.000124976459321808, 0.000498653846153842, 0.000245968415733524, 0.000702307692307682, 0.00030665120501715, 0.000895192307692297, 0.000856524394551331, 0.00182096153846155, 0.00370969426482312, 0.00900346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 300, '2021-05-23 00:00:00', 0.000195709065864451, 0.000544038461538439, 0.000175060978387088, 0.00070711538461538, 0.000342081917764677, 0.000905961538461538, 0.000886191353706765, 0.00183634615384616, 0.00371196214441076, 0.00899980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 315, '2021-05-23 00:00:00', 0.000123369364106322, 0.000435000000000014, 0.000236115682208154, 0.000593846153846158, 0.000506960171398704, 0.000903846153846148, 0.000970552915372698, 0.00195019230769232, 0.00371139972040407, 0.00898673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 330, '2021-05-23 00:00:00', 0.000189252883323239, 0.000430576923076917, 0.000270922711090503, 0.000626346153846175, 0.000548845641744151, 0.000906538461538465, 0.00098251991563295, 0.00209423076923076, 0.0037023689557654, 0.00898173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 345, '2021-05-23 00:00:00', 0.000229128868677722, 0.000475961538461548, 0.000410017635643194, 0.000692307692307667, 0.000479522719442503, 0.000885961538461527, 0.00108875173761233, 0.00217788461538461, 0.00369269547162419, 0.00896461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 360, '2021-05-23 00:00:00', 0.000241994596252416, 0.000484230769230748, 0.000335840163447764, 0.000643846153846136, 0.000380271765168828, 0.000823846153846137, 0.001017692431246, 0.00228326923076922, 0.00366217054700959, 0.00892134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 375, '2021-05-23 00:00:00', 0.000230897246543913, 0.000408461538461507, 0.000224721023630519, 0.000578461538461528, 0.000350814930390134, 0.000768653846153852, 0.00105984623340442, 0.00254903846153847, 0.00364954085626376, 0.00890230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 390, '2021-05-23 00:00:00', 0.000157955811737143, 0.00040903846153846, 0.000205266805739441, 0.000527692307692306, 0.000384956940649053, 0.000775384615384639, 0.0010735491999044, 0.00275673076923077, 0.00365538351665679, 0.00889442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 405, '2021-05-23 00:00:00', 0.000178658785226087, 0.000394807692307674, 0.000262691102598884, 0.000563846153846141, 0.000374648347941615, 0.000784230769230766, 0.001217830921699, 0.00308807692307692, 0.00365621363624257, 0.00888807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 420, '2021-05-23 00:00:00', 0.000181689612759286, 0.000403653846153852, 0.000316966693227214, 0.000608269230769244, 0.000329661131373525, 0.000842692307692311, 0.0012534185408161, 0.00324903846153846, 0.00366179294041341, 0.00889846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 435, '2021-05-23 00:00:00', 0.000230293541777913, 0.000421346153846147, 0.000217743321013906, 0.000556923076923062, 0.000254945846436841, 0.00084923076923079, 0.00127122406183354, 0.00352384615384612, 0.00366190457486054, 0.00889134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 450, '2021-05-23 00:00:00', 0.000148667931465261, 0.000411923076923094, 0.000230658922354084, 0.000626538461538467, 0.000316705456463653, 0.00088788461538465, 0.00130677459653676, 0.00374961538461537, 0.00365872575548457, 0.00887807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 465, '2021-05-23 00:00:00', 0.000195282143025418, 0.00044634615384614, 0.000183182968640644, 0.000645000000000007, 0.000327716399439421, 0.000944038461538463, 0.00133732137556325, 0.00382269230769228, 0.00365274903852721, 0.00887153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 480, '2021-05-23 00:00:00', 0.000149152606413724, 0.000457500000000034, 0.000262926722754595, 0.000657692307692321, 0.000455052152547872, 0.00100769230769231, 0.00135644327052546, 0.00388211538461537, 0.00366000820196642, 0.00888596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 495, '2021-05-23 00:00:00', 0.000206541484005961, 0.000465769230769233, 0.000292555911815977, 0.000740192307692306, 0.000594218426558394, 0.00124153846153846, 0.00128478013683275, 0.00394499999999999, 0.00365387588206528, 0.0088748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 510, '2021-05-23 00:00:00', 0.00026830550898901, 0.000544615384615374, 0.000397658579882093, 0.000772884615384614, 0.000676863609713105, 0.00136711538461537, 0.00124465900489312, 0.00399903846153847, 0.00364699767458953, 0.00888903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 525, '2021-05-23 00:00:00', 0.00025904796110727, 0.000584615384615406, 0.000422964128320751, 0.000974423076923064, 0.000700446917771354, 0.00147826923076921, 0.00143284837353381, 0.00401269230769232, 0.00365180124680325, 0.00884788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 540, '2021-05-23 00:00:00', 0.000355901671814008, 0.000814999999999976, 0.000493364313822791, 0.00113288461538459, 0.000630459325839875, 0.00165980769230767, 0.00155979530215195, 0.00402576923076923, 0.00365488141447108, 0.00882692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 555, '2021-05-23 00:00:00', 0.000256055582908205, 0.000772692307692323, 0.000460883265714212, 0.00111576923076925, 0.000614016568305683, 0.0017771153846154, 0.00154548644321255, 0.00395711538461539, 0.00365811773793782, 0.00873423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 570, '2021-05-23 00:00:00', 0.000410616422167752, 0.000795384615384617, 0.000437216061707904, 0.00115826923076923, 0.000610921749993724, 0.00189576923076922, 0.00154250690062038, 0.00398653846153845, 0.00368563951240277, 0.00874884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 585, '2021-05-23 00:00:00', 0.000382684445222657, 0.000904230769230749, 0.000549168357259767, 0.00147826923076925, 0.00086019204027583, 0.00224211538461539, 0.00151081533005806, 0.00400980769230767, 0.00367586389636714, 0.00873076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 600, '2021-05-23 00:00:00', 0.000437496241742104, 0.0011748076923077, 0.000493439615197387, 0.00155557692307693, 0.000864908287712542, 0.00224288461538462, 0.00154374251788905, 0.0040201923076923, 0.00367611201386212, 0.00867153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 615, '2021-05-23 00:00:00', 0.000328453251561826, 0.000931538461538458, 0.000745161624182216, 0.00152038461538463, 0.000922627518807854, 0.00218153846153842, 0.00146686132740833, 0.00383807692307692, 0.00361211632511382, 0.0085771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 630, '2021-05-23 00:00:00', 0.000661486554314213, 0.00109230769230771, 0.000624458657866644, 0.00144615384615386, 0.000866411076710203, 0.00217692307692307, 0.00139377562756707, 0.00367749999999998, 0.00358639182830793, 0.00853711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 98[...];
Date: 2021-05-23 15:34:31 Duration: 16s411ms 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 975055, 1, 915, '2021-05-23 00:00:00', 0.000291732556659995, 0.000693269230769238, 0.000396236720233665, 0.00110153846153846, 0.000529160038319077, 0.00146211538461539, 0.00140768582596237, 0.00344576923076924, 0.00272148752452657, 0.00640711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 930, '2021-05-23 00:00:00', 0.000363497539934535, 0.000847307692307692, 0.000431978142253302, 0.00109865384615383, 0.000522601775144917, 0.00139384615384615, 0.00144682343029876, 0.00342403846153846, 0.00271086353684292, 0.00642134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 945, '2021-05-23 00:00:00', 0.000213523192759358, 0.00071307692307691, 0.00026214859262521, 0.00102326923076923, 0.000388600892750062, 0.00144942307692309, 0.00143675762101281, 0.00331269230769231, 0.00270934048176927, 0.00640461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 960, '2021-05-23 00:00:00', 0.000261532245401242, 0.000831346153846164, 0.00030860405301691, 0.00104269230769232, 0.000580771370347551, 0.00177576923076923, 0.00145086107059008, 0.00330461538461538, 0.00272689440855061, 0.00646634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 975, '2021-05-23 00:00:00', 0.000254756973181531, 0.000658653846153861, 0.000332600534251846, 0.00111365384615386, 0.000638585817376065, 0.00180038461538463, 0.00131062681715512, 0.00315442307692308, 0.00275734811284041, 0.00645115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 990, '2021-05-23 00:00:00', 0.000329911176857321, 0.000984230769230752, 0.000507913416303931, 0.00147096153846153, 0.000837987974945844, 0.00191961538461539, 0.00133107319338714, 0.0031053846153846, 0.00276862565878118, 0.00644903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1005, '2021-05-23 00:00:00', 0.000371970635731041, 0.00098307692307692, 0.000512595507048357, 0.00140692307692309, 0.000711165132830518, 0.00180538461538464, 0.00125663802082564, 0.00299365384615385, 0.00278043236814818, 0.00643692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1020, '2021-05-23 00:00:00', 0.000411312954031177, 0.00102288461538462, 0.000470289763378352, 0.00135269230769232, 0.000633008810243716, 0.00188307692307694, 0.00117543368428586, 0.00283711538461538, 0.00273932580840895, 0.00652673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1035, '2021-05-23 00:00:00', 0.000275550428164319, 0.000865961538461545, 0.000402137605610527, 0.00116057692307693, 0.000771636323266756, 0.00183115384615384, 0.00118530328803028, 0.00264326923076924, 0.00279166727133556, 0.00645307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1050, '2021-05-23 00:00:00', 0.000349222708310913, 0.000872500000000003, 0.000503799410632693, 0.00134538461538462, 0.000680823144323214, 0.00177692307692307, 0.00106471623160641, 0.00255557692307692, 0.00279096217211087, 0.00644461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1065, '2021-05-23 00:00:00', 0.000266174032138024, 0.00097384615384615, 0.000593218243663649, 0.00129173076923077, 0.000680153941850952, 0.00164576923076922, 0.0010886658737259, 0.00238923076923077, 0.00281029527602732, 0.00641153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1080, '2021-05-23 00:00:00', 0.000398826194392168, 0.000855399999999991, 0.000403628025951286, 0.00111479999999999, 0.000690204800524209, 0.00159079999999999, 0.00104093515648191, 0.0023672, 0.00203381636339173, 0.00598439999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1095, '2021-05-23 00:00:00', 0.000275601161100604, 0.000715, 0.000445629200810932, 0.00101076923076923, 0.000707643353239909, 0.00139134615384616, 0.000938462838902009, 0.0022575, 0.00279481495190372, 0.00637884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1110, '2021-05-23 00:00:00', 0.00028207827609755, 0.000686923076923081, 0.000565163829208985, 0.000993076923076921, 0.000718098771864882, 0.00128461538461538, 0.000824806014489767, 0.00217019230769231, 0.0027974773526271, 0.00639653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1125, '2021-05-23 00:00:00', 0.000416136858035173, 0.000646730769230774, 0.000496737393862747, 0.000869038461538467, 0.000586074555509272, 0.00117076923076922, 0.000736005460891129, 0.00206403846153847, 0.00280939033216488, 0.00640096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1140, '2021-05-23 00:00:00', 0.000294197801069029, 0.000577115384615374, 0.000376672067127155, 0.000785384615384594, 0.000419694944160452, 0.00103538461538461, 0.000709336770403279, 0.00202057692307694, 0.00281347171931488, 0.00641365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1155, '2021-05-23 00:00:00', 0.000243163762482427, 0.000531153846153841, 0.000297977348132369, 0.000727499999999992, 0.000506785343725924, 0.00108923076923077, 0.000673010372534089, 0.00198519230769233, 0.00286532919306236, 0.00645923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1170, '2021-05-23 00:00:00', 0.000175926558103523, 0.000468076923076915, 0.000261958892840955, 0.000637307692307696, 0.000520956812029561, 0.000969999999999992, 0.000676309356843339, 0.00190211538461539, 0.00285554968438653, 0.00642499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1185, '2021-05-23 00:00:00', 0.000234994926295464, 0.000456153846153841, 0.000451933623444857, 0.00074999999999999, 0.000498891887471239, 0.000973653846153854, 0.000667716660314493, 0.00190153846153847, 0.0029220279114657, 0.00642134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1200, '2021-05-23 00:00:00', 0.000439719840877737, 0.000588461538461538, 0.000470119665617167, 0.000742499999999992, 0.000521689710312707, 0.000986923076923073, 0.00065587463623892, 0.00184846153846154, 0.00290453070484453, 0.00639115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1215, '2021-05-23 00:00:00', 0.000172952750328377, 0.000390576923076924, 0.000267489467801279, 0.00058615384615386, 0.000603305924437642, 0.000929038461538467, 0.00068856509105195, 0.00178673076923078, 0.00291009183043053, 0.00640230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1230, '2021-05-23 00:00:00', 0.000217265611991051, 0.000442115384615394, 0.000400303010231001, 0.000662499999999998, 0.000549545301555328, 0.00093596153846156, 0.000709320910340405, 0.00176807692307694, 0.00290311013596426, 0.00643269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1245, '2021-05-23 00:00:00', 0.000249455098472347, 0.000454615384615387, 0.000416651117658604, 0.000661923076923088, 0.000443378116111016, 0.0008619230769231, 0.000671307707732847, 0.00172903846153849, 0.00296476480452562, 0.00646711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1260, '2021-05-23 00:00:00', 0.000399137772628041, 0.000464807692307701, 0.000417020198736048, 0.000625384615384639, 0.000455524929656404, 0.000970192307692318, 0.000648374891555791, 0.00170000000000002, 0.00301598506040984, 0.00647826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1275, '2021-05-23 00:00:00', 0.000197216495643366, 0.000402884615384629, 0.000271459304217331, 0.000553076923076921, 0.000353317682285222, 0.00101423076923076, 0.000677519116959909, 0.00167692307692309, 0.00304258993925596, 0.00648846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1290, '2021-05-23 00:00:00', 0.000162624153755258, 0.000381153846153841, 0.000259698938121702, 0.000691538461538457, 0.000388751700466238, 0.00102826923076923, 0.000712115591308461, 0.00165615384615385, 0.00302852754905492, 0.00650634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1305, '2021-05-23 00:00:00', 0.000242268128638173, 0.000570384615384616, 0.000258145233421932, 0.000805192307692296, 0.000367597396826812, 0.00105461538461539, 0.000762349405052959, 0.00165615384615386, 0.00302907982981377, 0.00655615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1320, '2021-05-23 00:00:00', 0.000280625468990524, 0.00057942307692309, 0.000331626817603524, 0.000752884615384641, 0.000361243631831022, 0.000990192307692325, 0.000719021798107555, 0.0015871153846154, 0.00304431952735179, 0.00653423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1335, '2021-05-23 00:00:00', 0.000214184769263863, 0.00040865384615385, 0.00026030581127708, 0.000626346153846149, 0.000307972338917737, 0.000834807692307696, 0.000769186608347747, 0.00158403846153847, 0.00300023981733768, 0.00653980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1350, '2021-05-23 00:00:00', 0.000172669092152075, 0.000438846153846146, 0.000200911767852327, 0.000593461538461541, 0.000223692869801437, 0.000737499999999998, 0.000771786239835881, 0.00161000000000001, 0.0029591599964543, 0.00654826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1365, '2021-05-23 00:00:00', 0.000155455286670626, 0.00039711538461539, 0.000171541876475151, 0.000536153846153844, 0.000201018560184022, 0.000647307692307693, 0.000760978722031459, 0.00165384615384616, 0.00291636573758928, 0.00655865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1380, '2021-05-23 00:00:00', 0.000180954414148976, 0.000342500000000006, 0.000197412103128286, 0.000421538461538456, 0.000213332982772154, 0.000619807692307688, 0.000786641375625606, 0.00173557692307692, 0.00303153370678681, 0.00660115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1395, '2021-05-23 00:00:00', 0.000133034408504534, 0.000243076923076923, 0.000169389968824792, 0.000400192307692308, 0.0003504140956947, 0.000779038461538462, 0.00117806897081623, 0.0019925, 0.00301512147988461, 0.00658653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1410, '2021-05-23 00:00:00', 0.000133688645165385, 0.000300576923076924, 0.000192832829155203, 0.000462500000000002, 0.000380392560389924, 0.000847499999999997, 0.00121587133997995, 0.00210365384615385, 0.00300330594768243, 0.00658384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1425, '2021-05-23 00:00:00', 0.000187227134785531, 0.000345000000000014, 0.000331399886263385, 0.000661730769230783, 0.000462780600949706, 0.000836730769230777, 0.00124504663181129, 0.00223365384615385, 0.00300560909608378, 0.00659403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 0, '2021-05-23 00:00:00', 0.000330609286015992, 0.00046750000000001, 0.000384732524469424, 0.000663653846153855, 0.000450350803434203, 0.000810384615384617, 0.00130587436078432, 0.00239961538461539, 0.00299888931362673, 0.00659865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 15, '2021-05-23 00:00:00', 0.000340408210829289, 0.000430599999999988, 0.000465006003545456, 0.00054419999999999, 0.000426975799470327, 0.000840999999999994, 0.00125756997817219, 0.0024502, 0.00297623696973209, 0.00657859999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 30, '2021-05-23 00:00:00', 0.000426763302858458, 0.00035540000000001, 0.000406584657031392, 0.000559400000000001, 0.000456391370791916, 0.000914199999999994, 0.00123486409508629, 0.00254319999999999, 0.00293798506633372, 0.00655399999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 45, '2021-05-23 00:00:00', 0.000210500593823377, 0.000372499999999998, 0.000333499625187191, 0.00064, 0.000541884638588748, 0.000960192307692304, 0.00121852142432476, 0.00264269230769231, 0.00287413855990598, 0.00652769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 60, '2021-05-23 00:00:00', 0.000308127159065607, 0.000517884615384613, 0.000412403461896978, 0.000708846153846147, 0.00049492520802486, 0.0009751923076923, 0.00125707672184929, 0.00267326923076922, 0.00287441341173089, 0.00652230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 75, '2021-05-23 00:00:00', 0.000256128648564333, 0.000431730769230767, 0.000335307895247619, 0.000615769230769234, 0.000437800621990622, 0.000925769230769224, 0.00112222437081963, 0.00262846153846154, 0.00275551346604193, 0.00652769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 90, '2021-05-23 00:00:00', 0.000186275230609071, 0.000387692307692315, 0.000257195226657456, 0.000555769230769242, 0.000429054819879158, 0.00094596153846154, 0.00104800506457965, 0.00272384615384615, 0.00265011582475472, 0.0064982692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 105, '2021-05-23 00:00:00', 0.000188376055966591, 0.000383461538461544, 0.000325423511041309, 0.000697692307692301, 0.000437448414541201, 0.000988653846153845, 0.00108844781861427, 0.00274442307692308, 0.00258641656618693, 0.0064455769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 120, '2021-05-23 00:00:00', 0.000288129044273291, 0.000557884615384623, 0.000355927877309658, 0.000710576923076932, 0.000438126079500478, 0.00102230769230769, 0.00117715414649714, 0.00281173076923077, 0.00258527443119979, 0.00644326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 135, '2021-05-23 00:00:00', 0.000207607710691263, 0.000389807692307693, 0.000280550077800481, 0.000647884615384624, 0.00100987714408925, 0.00119961538461538, 0.00111824053075151, 0.00275826923076923, 0.00251134105302632, 0.00637826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 150, '2021-05-23 00:00:00', 0.000196805644071667, 0.000472692307692313, 0.000254965457690611, 0.000709230769230753, 0.000959994731556048, 0.00130826923076922, 0.00107167604175028, 0.00274153846153846, 0.00250546844998019, 0.0063530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 165, '2021-05-23 00:00:00', 0.000197570338010379, 0.00049903846153846, 0.000968116410673514, 0.000964230769230758, 0.000966299145431422, 0.00138403846153846, 0.00106542862447288, 0.00268307692307693, 0.00249741066676298, 0.00636096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 180, '2021-05-23 00:00:00', 0.000962743995047487, 0.00080999999999999, 0.00094814793149592, 0.00109749999999999, 0.000960861012121607, 0.00147673076923077, 0.00104060758878945, 0.00263307692307692, 0.00256276305216429, 0.00639230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 195, '2021-05-23 00:00:00', 0.000338296638151512, 0.000666153846153855, 0.00042006322784149, 0.000911346153846168, 0.000491013120614285, 0.00124826923076924, 0.00085040616992481, 0.00236557692307692, 0.0024881978727276, 0.00636057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 210, '2021-05-23 00:00:00', 0.000276272510395074, 0.000592500000000009, 0.000352761468766294, 0.000889423076923088, 0.000427531240423957, 0.00127019230769232, 0.000830494106865601, 0.00225230769230769, 0.00239940531895204, 0.00641326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 225, '2021-05-23 00:00:00', 0.000251481839075136, 0.000621346153846164, 0.00037641512476766, 0.000922115384615379, 0.000466425400086826, 0.00130442307692309, 0.000800609695554208, 0.00222326923076923, 0.00235438768783209, 0.00643576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 240, '2021-05-23 00:00:00', 0.000343056173915497, 0.000683461538461524, 0.000416724775435216, 0.000963461538461539, 0.000508566461884627, 0.00125538461538463, 0.000813045296306524, 0.00220057692307692, 0.00233837412286004, 0.00644846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 255, '2021-05-23 00:00:00', 0.000208708206318336, 0.000523653846153839, 0.000285248407263128, 0.000774423076923082, 0.000443004080550742, 0.00104115384615385, 0.000729897490168215, 0.00197788461538461, 0.00226226663904894, 0.00633788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 270, '2021-05-23 00:00:00', 0.000212157053582043, 0.000573846153846156, 0.000252824734062657, 0.000742115384615396, 0.000470472471196621, 0.00111788461538462, 0.000714200171251309, 0.00193326923076922, 0.00228057675734753, 0.00629211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 285, '2021-05-23 00:00:00', 0.000202820496612548, 0.000516923076923081, 0.000288468435814971, 0.000714038461538459, 0.0004283117574133, 0.00114980769230769, 0.00069457003855734, 0.00190653846153844, 0.00229872032126236, 0.00630134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 300, '2021-05-23 00:00:00', 0.000193824266163565, 0.000484615384615378, 0.000382922767870824, 0.000809615384615377, 0.000571363820507236, 0.00118115384615382, 0.000704846328041684, 0.00191288461538459, 0.00234001153843307, 0.00631499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 315, '2021-05-23 00:00:00', 0.000296444572585473, 0.000604230769230774, 0.000350160897083262, 0.000850576923076923, 0.00058661483235464, 0.0011401923076923, 0.000708498086420514, 0.00196346153846152, 0.00231591633301775, 0.00633730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 330, '2021-05-23 00:00:00', 0.000290977926733541, 0.000516923076923086, 0.000534339311673783, 0.000782499999999998, 0.00056433187180814, 0.00100769230769232, 0.000698582768621852, 0.00199826923076923, 0.00234020085429895, 0.00635596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 345, '2021-05-23 00:00:00', 0.000359514416101239, 0.000538846153846148, 0.000373809906441558, 0.000714615384615382, 0.000368367552651103, 0.000990576923076918, 0.000766587342607566, 0.00201192307692307, 0.00229424544324405, 0.00637807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 360, '2021-05-23 00:00:00', 0.000168175389217521, 0.000465192307692315, 0.00024238216804176, 0.000648653846153851, 0.000277542512336112, 0.000905384615384616, 0.000786882382961637, 0.00208673076923075, 0.00224653897909992, 0.00642076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 375, '2021-05-23 00:00:00', 0.000134565397312419, 0.000414615384615398, 0.000197548436124872, 0.000639230769230781, 0.000259754025659177, 0.000821923076923077, 0.000804989154250883, 0.00228653846153845, 0.00221521191901673, 0.0064553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 390, '2021-05-23 00:00:00', 0.000172109982725708, 0.000464615384615388, 0.000215523691362352, 0.00060269230769231, 0.00025476927722038, 0.000790769230769227, 0.000818644682010836, 0.00242365384615384, 0.00218404410528864, 0.00651557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 405, '2021-05-23 00:00:00', 0.00013065162132115, 0.000385384615384616, 0.000173938539101064, 0.00055115384615384, 0.000339074986033838, 0.000879615384615378, 0.000868270717265946, 0.00264403846153845, 0.00217521504684018, 0.00653749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 420, '2021-05-23 00:00:00', 0.000170095109141471, 0.000407884615384602, 0.000193881803803652, 0.000571923076923075, 0.000361777077557646, 0.000885576923076909, 0.000923182288858232, 0.00281653846153845, 0.00216789491123389, 0.00657211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 435, '2021-05-23 00:00:00', 0.000122107928300526, 0.000377115384615387, 0.000297255976196632, 0.000636346153846155, 0.000365701433496698, 0.000893461538461525, 0.000922835367432668, 0.00294365384615383, 0.00215314249769599, 0.00656115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 450, '2021-05-23 00:00:00', 0.000273217650629274, 0.00044826923076923, 0.000292755673925169, 0.000606730769230764, 0.000384054883898315, 0.00090807692307692, 0.0009005800054153, 0.00296788461538461, 0.00212307934016027, 0.00656326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 465, '2021-05-23 00:00:00', 0.000177200885568191, 0.000403076923076912, 0.000234001314920688, 0.000583846153846148, 0.000273879605778769, 0.000909038461538451, 0.000899644288679605, 0.00297038461538461, 0.00210929313715792, 0.00653846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 480, '2021-05-23 00:00:00', 0.000189597955198325, 0.00047576923076923, 0.00024563489165833, 0.000692500000000002, 0.000286432432628608, 0.000993461538461531, 0.000912416908756416, 0.00300884615384615, 0.00209009768818441, 0.00651711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 495, '2021-05-23 00:00:00', 0.000141189452645943, 0.000447307692307715, 0.000177544360653893, 0.000660000000000002, 0.000346560018112088, 0.00108961538461539, 0.000962417468989087, 0.00301076923076923, 0.00204740552519898, 0.00652576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 510, '2021-05-23 00:00:00', 0.000166550177239369, 0.000445192307692295, 0.000233006767811911, 0.000676923076923058, 0.000439713936729151, 0.00126711538461538, 0.000994532282803557, 0.00308269230769231, 0.00204348951174586, 0.00653423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 525, '2021-05-23 00:00:00', 0.000185642025248762, 0.000450192307692298, 0.000250260172313047, 0.000868076923076918, 0.000527837241814326, 0.00137192307692307, 0.00102438373594153, 0.00312903846153845, 0.00201706219155864, 0.00654173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 540, '2021-05-23 00:00:00', 0.000203834774718688, 0.000726153846153864, 0.000368443555848325, 0.00109557692307693, 0.00060604734519292, 0.00157076923076923, 0.00107760426945073, 0.00318480769230769, 0.00201317812273185, 0.00656307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 555, '2021-05-23 00:00:00', 0.000287538626167793, 0.000667307692307674, 0.000391127364658395, 0.00102115384615384, 0.000577033827831217, 0.00164903846153846, 0.00117314337768893, 0.00321923076923076, 0.00204609763659058, 0.00662153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 570, '2021-05-23 00:00:00', 0.000365786612868556, 0.000755384615384611, 0.000475349749779441, 0.00116576923076922, 0.00060675074086355, 0.00176730769230768, 0.00121834435261073, 0.00323980769230768, 0.00208486003957469, 0.00657576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 585, '2021-05-23 00:00:00', 0.000308532756021881, 0.000742692307692297, 0.000416589680067161, 0.00126519230769231, 0.000562374122667586, 0.00185442307692308, 0.00120064061426198, 0.00323826923076923, 0.00210536085889186, 0.00665211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 600, '2021-05-23 00:00:00', 0.000348410732414389, 0.00100096153846154, 0.0004537514144924, 0.00133211538461537, 0.000615157390742091, 0.00188384615384615, 0.0012019111224021, 0.00324788461538462, 0.00210742709518942, 0.00670019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 615, '2021-05-23 00:00:00', 0.000293500622460357, 0.000793846153846154, 0.000369925200339405, 0.00122942307692308, 0.000566551002524513, 0.00169096153846154, 0.00124790317979956, 0.00310288461538462, 0.00212545206051289, 0.00665230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 630, '2021-05-23 00:00:00', 0.000290254265190939, 0.000836538461538451, 0.000395878186392652, 0.00115346153846154, 0.000507235986651038, 0.00151211538461538, 0.00120849743005996, 0.00307596153846154, 0.00212710518346849, 0.00666769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 645, '2021-05-23 00:00:00', 0.000337592380519189, 0.000756153846153855, 0.000453933238059721, 0.00107423076923076, 0.000602019805449841, 0.00148538461538461, 0.00112460372507898, 0.00306153846153846, 0.00210515204091882, 0.00665865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 660, '2021-05-23 00:00:00', 0.000224515289868217, 0.000706346153846144, 0.000402400871691969, 0.000957307692307683, 0.000659576670763449, 0.00142576923076923, 0.00106720569713621, 0.003025, 0.00206856118706105, 0.00669423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 675, '2021-05-23 00:00:00', 0.000273671054651103, 0.00060961538461539, 0.000397027028725341, 0.000967692307692306, 0.000501667833715314, 0.00139615384615384, 0.00100653321623512, 0.00301865384615385, 0.00207927017521497, 0.00667730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 690, '2021-05-23 00:00:00', 0.00027548565507817, 0.000722884615384603, 0.00037927562537026, 0.00102999999999999, 0.000580316624452016, 0.00146576923076923, 0.000905258229202288, 0.00301730769230769, 0.00205403898547379, 0.00666807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 705, '2021-05-23 00:00:00', 0.000212144725636493, 0.000660769230769225, 0.000294486841811303, 0.000887499999999998, 0.000562633232084768, 0.00135307692307691, 0.000935195495810702, 0.00306615384615385, 0.00214536677875478, 0.00670384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 720, '2021-05-23 00:00:00', 0.000206673283599603, 0.000625384615384639, 0.000497808157364319, 0.00101480769230772, 0.000651824333343315, 0.00140519230769232, 0.000928709940641402, 0.00314692307692308, 0.00217655981203932, 0.00669884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 735, '2021-05-23 00:00:00', 0.000403669371563481, 0.000709807692307692, 0.000478891829764682, 0.000964230769230766, 0.00060141413480101, 0.00137019230769229, 0.00103446381503433, 0.00316576923076923, 0.00222148914885074, 0.00664096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 750, '2021-05-23 00:00:00', 0.000191676410008759, 0.000590384615384619, 0.000255198037730575, 0.000854038461538458, 0.000518808694547867, 0.00128730769230769, 0.00102735539877133, 0.00304634615384615, 0.0022214759819682, 0.00659846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 765, '2021-05-23 00:00:00', 0.000222792418045273, 0.00062730769230769, 0.000371155834988684, 0.000939423076923074, 0.000485893665163654, 0.00134942307692308, 0.00103019171106084, 0.00313519230769232, 0.00224602013827537, 0.0066273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 780, '2021-05-23 00:00:00', 0.000252007707452345, 0.000623269230769219, 0.000385401139673367, 0.00090096153846154, 0.000373549142066279, 0.00135480769230769, 0.000953873419275328, 0.00322250000000001, 0.00226678627135423, 0.006595 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 795, '2021-05-23 00:00:00', 0.000276901329274243, 0.000612115384615402, 0.00032775671089767, 0.000927307692307704, 0.000461700535645554, 0.00136423076923079, 0.000925414439381298, 0.00322673076923079, 0.00230422655970752, 0.00657596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 810, '2021-05-23 00:00:00', 0.000230943632816456, 0.00060519230769231, 0.000347279371023478, 0.000925192307692318, 0.000558565091585992, 0.00132019230769232, 0.000912073208937493, 0.00319846153846155, 0.00230663264388723, 0.00657692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 825, '2021-05-23 00:00:00', 0.000279903623523421, 0.000659038461538466, 0.0003899341167231, 0.000918846153846161, 0.000524560768643619, 0.001295, 0.000892948960553645, 0.00320961538461539, 0.00234919178409545, 0.00655903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 840, '2021-05-23 00:00:00', 0.000269493328017892, 0.000625576923076926, 0.000374827806619761, 0.000913269230769231, 0.000451672447687486, 0.00125, 0.00091267773822208, 0.00324057692307692, 0.00233788409431725, 0.00654403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 855, '2021-05-23 00:00:00', 0.000224023779644373, 0.000609423076923085, 0.000244514904375047, 0.000826538461538462, 0.000519319858453936, 0.00128634615384615, 0.000894082963798036, 0.00321288461538462, 0.00237012605961404, 0.00655846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 870, '2021-05-23 00:00:00', 0.000212618473761364, 0.000643846153846153, 0.000344110503271186, 0.000890961538461542, 0.000506111001810723, 0.00138788461538463, 0.000814108951317574, 0.00324923076923077, 0.00233372719386493, 0.00656615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 885, '2021-05-23 00:00:00', 0.000241203472994517, 0.00062865384615384, 0.000434814947375934, 0.000965961538461526, 0.000642144753630672, 0.00157326923076922, 0.000853090242318171, 0.00327519230769231, 0.00231293027597861, 0.0065623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 900, '2021-05-23 00:00:00', 0.00028523944057851, 0.000743461538461528, 0.000310617065755361, 0.0010598076923077, 0.00057499204007868, 0.00167538461538461, 0.00086423180651063, 0.00322384615384615, 0.00227809874338569, 0.00649826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 915, '2021-05-23 00:00:00', 0.000227512721537821, 0.000800961538461555, 0.000551791209119482, 0.00123346153846154, 0.000722102059694747, 0.00174923076923076, 0.00106088047612132, 0.00323423076923077, 0.00227236969669585, 0.00647403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 930, '2021-05-23 00:00:00', 0.000543011155856499, 0.000861346153846152, 0.00060549204403081, 0.00120384615384615, 0.000692492154912515, 0.00174423076923077, 0.00107549761291443, 0.00313634615384615, 0.00228517644496337, 0.00643923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 945, '2021-05-23 00:00:00', 0.000298564256709705, 0.000826153846153857, 0.000527258366093328, 0.00123923076923077, 0.00067219800196533, 0.00187192307692309, 0.00108170657545595, 0.00303134615384616, 0.00219141202283965, 0.00656057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 960, '2021-05-23 00:00:00', 0.00032793438602633, 0.000899807692307703, 0.000363745948959741, 0.00117634615384615, 0.000762127916781999, 0.0019148076923077, 0.00102895069777981, 0.00300346153846153, 0.00221165371472258, 0.00656807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 975, '2021-05-23 00:00:00', 0.000289720820525829, 0.000773076923076923, 0.000497935777446794, 0.00130903846153846, 0.000696582343688426, 0.0018098076923077, 0.0009522702428327, 0.00293384615384615, 0.00210018416774852, 0.00661653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 990, '2021-05-23 00:00:00', 0.000412209431460056, 0.00104115384615386, 0.000694048352339109, 0.00144134615384617, 0.000619787339459154, 0.0017971153846154, 0.000959293750631173, 0.00289250000000001, 0.00208862410544506, 0.00666942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1005, '2021-05-23 00:00:00', 0.000412497878782413, 0.000917500000000003, 0.000382813320642745, 0.00125903846153847, 0.000474624750562121, 0.00167442307692309, 0.00102027773368146, 0.00273442307692308, 0.00214713759367066, 0.00679038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1020, '2021-05-23 00:00:00', 0.000293440860245365, 0.000958461538461528, 0.000418301142902864, 0.00127038461538462, 0.000474401850106653, 0.00176134615384615, 0.00106897666737148, 0.00266634615384615, 0.00212223738975203, 0.00680346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1035, '2021-05-23 00:00:00', 0.000266595415160543, 0.000881346153846159, 0.000327242323762586, 0.00122346153846155, 0.00049819026331468, 0.00174653846153846, 0.00107879191691449, 0.00257, 0.00197812110736037, 0.00686634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1050, '2021-05-23 00:00:00', 0.000249167305547591, 0.000802115384615391, 0.000434028224888667, 0.00122250000000001, 0.00063718941152051, 0.00171288461538463, 0.00109728933495929, 0.00245673076923077, 0.00188045703323584, 0.00691057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1065, '2021-05-23 00:00:00', 0.000404722697088354, 0.000987307692307691, 0.000564140189887379, 0.00130692307692307, 0.000622002102395664, 0.00170884615384614, 0.00112237673642212, 0.00241346153846153, 0.00196028342730958, 0.00698365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1080, '2021-05-23 00:00:00', 0.000486842929969756, 0.000940961538461545, 0.000568110769264098, 0.00121538461538463, 0.00062163818935257, 0.00149903846153846, 0.00110638788580053, 0.00233307692307692, 0.00207857574203698, 0.00709865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1095, '2021-05-23 00:00:00', 0.0003416611569287, 0.000697884615384627, 0.000435953993691306, 0.00104173076923077, 0.000598459303930976, 0.00134153846153847, 0.00110733019187873, 0.00223307692307693, 0.00204269604086967, 0.00707134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1110, '2021-05-23 00:00:00', 0.000293846964356517, 0.000749038461538454, 0.000350699356231987, 0.000959038461538459, 0.000492008169100418, 0.00126096153846153, 0.00109766395305948, 0.00214807692307691, 0.00196333452614129, 0.0070526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1125, '2021-05-23 00:00:00', 0.000339434824377207, 0.000655, 0.000469004674406752, 0.000950769230769217, 0.000420806185973838, 0.00118461538461538, 0.00111434059494325, 0.00207019230769229, 0.00197026137469509, 0.00705826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1140, '2021-05-23 00:00:00', 0.000301494801588053, 0.000646346153846157, 0.000301098757118766, 0.00081769230769231, 0.000389569584976112, 0.00107769230769232, 0.00119376721091097, 0.00202807692307692, 0.00194579791819745, 0.00705153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1155, '2021-05-23 00:00:00', 0.000236811837022233, 0.000565384615384604, 0.000291793657336043, 0.000783461538461543, 0.000825190887007372, 0.00120500000000002, 0.0012196236651588, 0.00196326923076923, 0.00199656032099825, 0.00709134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1170, '2021-05-23 00:00:00', 0.000201443635942021, 0.000526538461538478, 0.000246221679355453, 0.00069365384615386, 0.000790617188316544, 0.00112653846153849, 0.00110987996578979, 0.00185653846153846, 0.00197503780879097, 0.00712788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1185, '2021-05-23 00:00:00', 0.000154815522974432, 0.000449615384615392, 0.000839836522553886, 0.000830769230769255, 0.000809287340812905, 0.00109500000000002, 0.0011086823780437, 0.00184884615384615, 0.00197221676332458, 0.0071451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1200, '2021-05-23 00:00:00', 0.000864313333497501, 0.000708461538461547, 0.000830983222083719, 0.000896346153846167, 0.000890433256687664, 0.00106423076923077, 0.00123007798376926, 0.00190961538461538, 0.00196738965089825, 0.00713596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1215, '2021-05-23 00:00:00', 0.000220826506909488, 0.000447115384615397, 0.000314844344936451, 0.000615192307692311, 0.000377044580102424, 0.000828846153846156, 0.000955232895484327, 0.00183173076923077, 0.00194611423492678, 0.00710384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1230, '2021-05-23 00:00:00', 0.00016136485176336, 0.000406153846153851, 0.000183839499396784, 0.000604807692307692, 0.000303404781667095, 0.000812692307692307, 0.000851830878844991, 0.00177961538461538, 0.00194306321406334, 0.00708557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1245, '2021-05-23 00:00:00', 0.000139954937802788, 0.00043923076923076, 0.00025435506678657, 0.000647499999999997, 0.000397894265042658, 0.00090461538461538, 0.000839891590989792, 0.00174673076923076, 0.00196084727565957, 0.00708903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1260, '2021-05-23 00:00:00', 0.000201727539022323, 0.000449999999999997, 0.000232266839250419, 0.00058326923076923, 0.000329089478129258, 0.000926730769230773, 0.000813885646853308, 0.00170038461538461, 0.00195680097057968, 0.00709403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1275, '2021-05-23 00:00:00', 0.000138937174512584, 0.000398461538461544, 0.000238456253043157, 0.000624230769230776, 0.000355212666527448, 0.000970961538461541, 0.000902540602112469, 0.00174846153846154, 0.0019222492034073, 0.007255 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1290, '2021-05-23 00:00:00', 0.000182784972450807, 0.000477884615384608, 0.000197179828114814, 0.000708269230769229, 0.000342964452071378, 0.00096115384615384, 0.000971451808060802, 0.00177615384615384, 0.0018781915606406, 0.00732153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1305, '2021-05-23 00:00:00', 0.000142810929338266, 0.000524807692307697, 0.000320047832963479, 0.000766153846153839, 0.000324636660804753, 0.000910192307692301, 0.000946635174629671, 0.00174192307692307, 0.00188140157452241, 0.00745173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1320, '2021-05-23 00:00:00', 0.000322650799567499, 0.000586538461538457, 0.000302741829591847, 0.000691153846153844, 0.000350731159371163, 0.000932115384615381, 0.00106016878191817, 0.00184461538461538, 0.00189893708122769, 0.00751596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1335, '2021-05-23 00:00:00', 0.000118034545138923, 0.000336923076923081, 0.000177776977829395, 0.000490576923076917, 0.000346334209421161, 0.000820769230769232, 0.00106426196890688, 0.00178846153846154, 0.00191908204217939, 0.00752173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1350, '2021-05-23 00:00:00', 0.000119025692119876, 0.000368653846153844, 0.000243047083124615, 0.00061673076923077, 0.000333838053783337, 0.000825384615384612, 0.00101724758728943, 0.00178942307692307, 0.00195198376411912, 0.00753884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1365, '2021-05-23 00:00:00', 0.000210229544875257, 0.000472307692307686, 0.000281252760670207, 0.000616346153846152, 0.00033791174314285, 0.000807115384615373, 0.000966550488155594, 0.00178961538461538, 0.00230309585124024, 0.0076825 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1380, '2021-05-23 00:00:00', 0.000189722469372027, 0.000363846153846168, 0.000228395742921397, 0.000488846153846158, 0.000661026939983987, 0.000791153846153854, 0.00093907886537, 0.00186634615384615, 0.00228803361997892, 0.00764538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1395, '2021-05-23 00:00:00', 0.000140447088312231, 0.000294230769230784, 0.00019217019700096, 0.000450769230769233, 0.000609521659866284, 0.00102442307692309, 0.00101896787901364, 0.00205346153846154, 0.00229727294014849, 0.00762519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1410, '2021-05-23 00:00:00', 0.000189160086861731, 0.000318461538461524, 0.000620054340050417, 0.000595769230769227, 0.000601699803761087, 0.00104442307692309, 0.00127955642855097, 0.00216942307692307, 0.00229816635937972, 0.00762384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1425, '2021-05-23 00:00:00', 0.000492786308813289, 0.00046288461538462, 0.000475565614659148, 0.000924423076923087, 0.000466072460526815, 0.00104153846153848, 0.0012069726432436, 0.00228980769230768, 0.0023205896797018, 0.00759269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 0, '2021-05-23 00:00:00', 0.000333823076125427, 0.000640384615384626, 0.000381228984288363, 0.000766538461538479, 0.000339230180533245, 0.000911346153846176, 0.00121624320695392, 0.00228346153846153, 0.00238618366047932, 0.00753730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 15, '2021-05-23 00:00:00', 0.000289892287688977, 0.000396538461538459, 0.000296166338397885, 0.000547500000000008, 0.000461346899348489, 0.00085980769230771, 0.00117622867020635, 0.00226326923076923, 0.00237680296746573, 0.00750211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 30, '2021-05-23 00:00:00', 0.000267054085562057, 0.000381730769230781, 0.00031397237752096, 0.000535576923076943, 0.00054179559017997, 0.000852692307692317, 0.0011685392590752, 0.00229, 0.00237790745922028, 0.00750673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 45, '2021-05-23 00:00:00', 0.00023170447025999, 0.000309807692307694, 0.000425291257664851, 0.000625576923076935, 0.000447831570330428, 0.000888653846153839, 0.00117105192685236, 0.00235384615384616, 0.00240009926076788, 0.00754230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 60, '2021-05-23 00:00:00', 0.000412146351900167, 0.000533846153846158, 0.000483605568778778, 0.000667115384615378, 0.000634284121000862, 0.00101711538461538, 0.00115247694787559, 0.00238634615384615, 0.00239578422201616, 0.00754403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 75, '2021-05-23 00:00:00', 0.000233437275383483, 0.000385192307692308, 0.000239085839107093, 0.000584038461538453, 0.000507137403623355, 0.000997115384615384, 0.00110825510809353, 0.00240423076923076, 0.00234456521309636, 0.00754903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 90, '2021-05-23 00:00:00', 0.000208931807056741, 0.00044749999999999, 0.000494752929792685, 0.000732692307692295, 0.000498105796608895, 0.00104076923076922, 0.00111588014589381, 0.00244249999999999, 0.00230413160681817, 0.0075876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 105, '2021-05-23 00:00:00', 0.000474546463640631, 0.000537884615384616, 0.000454887306416055, 0.000802307692307688, 0.000509587955720476, 0.00108173076923077, 0.001108075827036, 0.00249596153846154, 0.00235031781811607, 0.00764038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 120, '2021-05-23 00:00:00', 0.000217434693997641, 0.000544615384615374, 0.00030977336628822, 0.000736538461538453, 0.000470429427389329, 0.00114961538461538, 0.00111818267738327, 0.0024975, 0.00236907675136248, 0.00763442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 135, '2021-05-23 00:00:00', 0.00021581473536347, 0.000435000000000002, 0.000328176605831959, 0.000673269230769226, 0.000787338164079067, 0.00124423076923077, 0.00107019000829113, 0.00249057692307693, 0.00239072538074826, 0.00760461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 150, '2021-05-23 00:00:00', 0.000265532556311903, 0.000458461538461544, 0.000334240873530536, 0.000780192307692312, 0.00108193916009811, 0.00132711538461538, 0.001071905940908, 0.00253288461538462, 0.00240046252754628, 0.00760788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 165, '2021-05-23 00:00:00', 0.000267493853272284, 0.000554807692307685, 0.000787707188861836, 0.000971153846153842, 0.0011007765266113, 0.00141980769230767, 0.00109117412063267, 0.0025051923076923, 0.00236482102103701, 0.00762230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 180, '2021-05-23 00:00:00', 0.000817096077582073, 0.000785000000000002, 0.00111258529491519, 0.00107596153846153, 0.0011867792387544, 0.0014651923076923, 0.00113153879229196, 0.00252596153846153, 0.00237897312203914, 0.00762365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 195, '2021-05-23 00:00:00', 0.000407683700925098, 0.000635000000000001, 0.000472949826579446, 0.000958461538461523, 0.000478215794546617, 0.00127711538461537, 0.00072145176820502, 0.0023055769230769, 0.00206609938140599, 0.00747057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 210, '2021-05-23 00:00:00', 0.00032750554898411, 0.00066673076923076, 0.000426056379440019, 0.00093596153846153, 0.000400357532520826, 0.00125307692307692, 0.000733767438529513, 0.00229057692307692, 0.00205785811912813, 0.00748596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 225, '2021-05-23 00:00:00', 0.000280557206561958, 0.000622884615384618, 0.000290534785419018, 0.00087769230769231, 0.000318582738921093, 0.00123519230769231, 0.00078743478362435, 0.00214846153846153, 0.00201777207678325, 0.00745692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 240, '2021-05-23 00:00:00', 0.000190967576788877, 0.000608846153846154, 0.000268032432021553, 0.000820769230769232, 0.000310829473406973, 0.0011198076923077, 0.000839311645612945, 0.00204096153846153, 0.00198803522062904, 0.00743596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 255, '2021-05-23 00:00:00', 0.000231782474282724, 0.000558653846153834, 0.000275312759211448, 0.00080865384615384, 0.000387978786097302, 0.00108153846153846, 0.000889068332581909, 0.0020025, 0.00200660371312785, 0.00746230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 270, '2021-05-23 00:00:00', 0.000258813936730919, 0.00056057692307691, 0.00030124485313189, 0.00076230769230769, 0.000420038276644094, 0.00109192307692308, 0.000946116515836414, 0.00197730769230769, 0.002005750080298, 0.00744076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 285, '2021-05-23 00:00:00', 0.000281854845347984, 0.00053807692307693, 0.000388402299367329, 0.000782884615384624, 0.000522925535219496, 0.00110365384615386, 0.000917604825284057, 0.00194115384615384, 0.00202078907855324, 0.0074725 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 300, '2021-05-23 00:00:00', 0.000316988776797193, 0.000561730769230773, 0.000329234777114348, 0.000751538461538474, 0.000673148286326733, 0.00102884615384616, 0.000919052438446998, 0.00189923076923077, 0.00204991655552498, 0.00748173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 315, '2021-05-23 00:00:00', 0.000208508715921874, 0.000508269230769221, 0.000390912394277802, 0.000742499999999996, 0.000536476574870345, 0.000983653846153847, 0.000877675426251721, 0.00200192307692307, 0.00200312817862463, 0.0074275 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 330, '2021-05-23 00:00:00', 0.00027342000658328, 0.000502499999999995, 0.00041246617576942, 0.000677115384615384, 0.000532276677620248, 0.000987307692307691, 0.000806134938122347, 0.00201846153846152, 0.00196111561656586, 0.00738230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 345, '2021-05-23 00:00:00', 0.000217874081488884, 0.000458653846153849, 0.000249510289598221, 0.00069076923076923, 0.000397346777435598, 0.000927307692307704, 0.000716262092125075, 0.00206576923076922, 0.00190900305234072, 0.00730942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 360, '2021-05-23 00:00:00', 0.000196351431406497, 0.000478269230769221, 0.000392645073630303, 0.000688076923076917, 0.000419583309780237, 0.000891923076923074, 0.000809614628174327, 0.0021453846153846, 0.00189323865779902, 0.00727384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 375, '2021-05-23 00:00:00', 0.000310028038434232, 0.000410769230769223, 0.000308001560935094, 0.000574807692307692, 0.000333676317132912, 0.000791730769230755, 0.000811390070283012, 0.00222038461538461, 0.00187955314861314, 0.00723403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 390, '2021-05-23 00:00:00', 0.00018490506919873, 0.000411730769230781, 0.000232203905751285, 0.00055557692307692, 0.000301707448723726, 0.000830769230769233, 0.000706010895535898, 0.00220076923076923, 0.00188265659273109, 0.00718961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 405, '2021-05-23 00:00:00', 0.000164903351647599, 0.000368653846153844, 0.00022116135773196, 0.000537884615384616, 0.000307388754110884, 0.000789615384615386, 0.000722555640657642, 0.00230057692307693, 0.0018939242227551, 0.00719519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 420, '2021-05-23 00:00:00', 0.000161412038441524, 0.000365384615384618, 0.000253735780200275, 0.000575384615384623, 0.000345776105861321, 0.000786346153846151, 0.000726000450307142, 0.00242057692307692, 0.00188808206511672, 0.00717326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 435, '2021-05-23 00:00:00', 0.000196054937355671, 0.000421538461538469, 0.000174617053533196, 0.000551346153846158, 0.000278895969025134, 0.000869807692307703, 0.000766804658707421, 0.00252923076923077, 0.00191727279267674, 0.00718480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 450, '2021-05-23 00:00:00', 0.000169466697431867, 0.000435192307692306, 0.000286815942052372, 0.000615769230769225, 0.000352856039505332, 0.000949230769230775, 0.000856038460674441, 0.00262461538461538, 0.0019657913262759, 0.00720846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 465, '2021-05-23 00:00:00', 0.000191525856860509, 0.000413076923076926, 0.00023151972835027, 0.000655769230769248, 0.000362627006928377, 0.000922115384615392, 0.000830094063251969, 0.00278807692307692, 0.00196169107777331, 0.00720326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 480, '2021-05-23 00:00:00', 0.000169706987300071, 0.000542307692307701, 0.00027243806635637, 0.000722500000000011, 0.000366177762631977, 0.000986923076923086, 0.000861779844275793, 0.0028225, 0.00195529054500466, 0.00724365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 495, '2021-05-23 00:00:00', 0.000264409065363036, 0.00047192307692309, 0.000348405819963747, 0.000663846153846152, 0.000419163865515439, 0.00112211538461539, 0.00089543629245535, 0.00282807692307693, 0.00196392970460131, 0.00725173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 510, '2021-05-23 00:00:00', 0.000189876579347254, 0.000478653846153831, 0.000236191333782282, 0.000652884615384618, 0.000386868890532089, 0.00116653846153845, 0.000915141603166501, 0.00287307692307692, 0.00195627007731157, 0.00720384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 525, '2021-05-23 00:00:00', 0.000181347626227818, 0.000455192307692322, 0.000320857504916945, 0.000848461538461546, 0.000401293102166186, 0.00127807692307691, 0.000976772412670337, 0.00291288461538461, 0.00198818325459354, 0.00719557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 540, '2021-05-23 00:00:00', 0.000332915154356167, 0.000712500000000009, 0.000365830772142187, 0.000938076923076911, 0.000586870186143952, 0.00136615384615384, 0.000983819108607638, 0.00291403846153846, 0.0019947477669736, 0.00719557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 555, '2021-05-23 00:00:00', 0.000255903226901226, 0.000607692307692301, 0.000329780404791758, 0.000898653846153845, 0.00053220734102994, 0.00140557692307692, 0.000907483269606325, 0.00284326923076924, 0.00213197618690699, 0.0071476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 570, '2021-05-23 00:00:00', 0.000223043631468054, 0.000587307692307688, 0.000418232039018461, 0.000870961538461539, 0.000465205165656875, 0.00138961538461538, 0.000873788854093746, 0.0027951923076923, 0.00219189142944205, 0.00715596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 585, '2021-05-23 00:00:00', 0.000338193219692759, 0.000680576923076932, 0.000408129315856551, 0.00111653846153846, 0.000518561620105234, 0.00148692307692307, 0.000842917757645348, 0.00277711538461538, 0.00221860059843691, 0.00714384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 600, '2021-05-23 00:00:00', 0.000270213092548485, 0.000861346153846156, 0.000244907203776339, 0.00110346153846153, 0.000493843053548868, 0.00154480769230768, 0.000764239793218384, 0.0027023076923077, 0.00228110732219784, 0.00708115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 97505[...];
Date: 2021-05-23 15:01:29 Duration: 13s150ms Database: acaweb_fx User: pgperfstats
15 28s966ms 2 13s480ms 15s485ms 14s483ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_tru[...];Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration May 23 15 2 28s966ms 14s483ms [ User: pgperfstats - Total duration: 28s966ms - 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 977055, 1, 930, '2021-05-23 00:00:00', 0.000677955098354333, 0.00122365384615389, 0.000617932439672839, 0.00153750000000004, 0.000680303326013199, 0.00198615384615387, 0.00182228319381528, 0.00507596153846154, 0.00203299609330286, 0.00751865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 945, '2021-05-23 00:00:00', 0.000303681766631798, 0.000931153846153823, 0.000493661710704179, 0.00133173076923076, 0.000782990519640051, 0.00206807692307693, 0.00185789703283458, 0.00499923076923077, 0.00186270328782165, 0.00754153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 960, '2021-05-23 00:00:00', 0.000479828054138602, 0.0010751923076923, 0.000456195850316694, 0.00151057692307691, 0.000674375608647362, 0.00234230769230768, 0.00183070331167689, 0.00495884615384615, 0.00176721776116715, 0.00764384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 975, '2021-05-23 00:00:00', 0.000379509602594649, 0.000926538461538459, 0.000669659643745634, 0.00152096153846154, 0.000778647841799155, 0.00252269230769229, 0.00185704293475905, 0.0047276923076923, 0.00175493371560121, 0.00763711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 990, '2021-05-23 00:00:00', 0.000646347132263011, 0.00126615384615387, 0.00063659566324438, 0.00189903846153846, 0.000805779507920502, 0.00273384615384616, 0.0018586771246901, 0.00459942307692308, 0.00176565215670062, 0.00757153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1005, '2021-05-23 00:00:00', 0.000528494232557157, 0.0012980769230769, 0.000782784674194547, 0.00181538461538459, 0.0010040866496473, 0.00264499999999996, 0.00176735352999903, 0.0043675, 0.00174614574464403, 0.00749019230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1020, '2021-05-23 00:00:00', 0.000659384474047851, 0.00131173076923076, 0.000784384545605388, 0.00188634615384615, 0.00109310813034001, 0.0028357692307692, 0.00167049883153324, 0.00419711538461538, 0.00177315942491191, 0.0075421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1035, '2021-05-23 00:00:00', 0.000601346821725994, 0.00126999999999998, 0.000622501436513606, 0.00182903846153841, 0.0012661911995612, 0.00277692307692307, 0.00154125434680281, 0.0038448076923077, 0.00180701968828406, 0.0074519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1050, '2021-05-23 00:00:00', 0.000516204938431935, 0.00128153846153841, 0.000738316093449246, 0.0019805769230769, 0.00119642820993928, 0.0026573076923077, 0.00134969569219825, 0.0036776923076923, 0.00176255798595285, 0.00733442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1065, '2021-05-23 00:00:00', 0.000544443858799622, 0.00136365384615386, 0.000987733769798349, 0.00190500000000004, 0.00105816190414541, 0.00235115384615389, 0.00125675914098988, 0.00337846153846157, 0.00176475781733533, 0.0072219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1080, '2021-05-23 00:00:00', 0.000778246846345155, 0.00121192307692308, 0.000767685833177572, 0.00159846153846157, 0.000950947867211356, 0.00216538461538466, 0.00106768435626611, 0.00323326923076926, 0.00192341519178778, 0.00732500000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1095, '2021-05-23 00:00:00', 0.00043819634692857, 0.00098596153846155, 0.000522500386455514, 0.00134942307692309, 0.000938319959370926, 0.00196211538461541, 0.00094274590752434, 0.00301461538461541, 0.00194760224378596, 0.0073125 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1110, '2021-05-23 00:00:00', 0.000445436907385903, 0.000940961538461537, 0.000768343272642749, 0.00141076923076925, 0.000967922855317575, 0.00184442307692308, 0.00092560873940425, 0.00287846153846155, 0.00202417781979597, 0.00735461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1125, '2021-05-23 00:00:00', 0.000534984723002582, 0.000940576923076953, 0.000701624516061443, 0.00130019230769233, 0.000763350509268207, 0.00174500000000002, 0.00078050466908377, 0.00271846153846155, 0.00210691966186149, 0.00740730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1140, '2021-05-23 00:00:00', 0.000407956304221216, 0.000847115384615375, 0.000460546372842581, 0.0011401923076923, 0.000536815109268031, 0.00152269230769228, 0.000749961973394986, 0.0026098076923077, 0.00213603007037318, 0.00749730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1155, '2021-05-23 00:00:00', 0.000350960276077809, 0.000758653846153846, 0.000502406057043375, 0.0011046153846154, 0.000522389369958985, 0.0014044230769231, 0.000847301871553741, 0.00249769230769232, 0.0023002517337156, 0.00755903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1170, '2021-05-23 00:00:00', 0.000345296082537016, 0.000695769230769263, 0.000314838908747873, 0.000936538461538457, 0.000461885308774316, 0.00122096153846155, 0.00092902496447373, 0.00243423076923075, 0.00223603264734663, 0.00754000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1185, '2021-05-23 00:00:00', 0.000279525421989578, 0.00071230769230767, 0.000308822141992113, 0.000941346153846155, 0.000463094109060092, 0.00118307692307691, 0.000931078861404267, 0.00246538461538462, 0.00230748304435807, 0.00759 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1200, '2021-05-23 00:00:00', 0.00030518197597752, 0.000630961538461539, 0.000358613784110234, 0.000849615384615391, 0.000507360932063822, 0.00124634615384616, 0.00100379909114555, 0.00249884615384616, 0.00225216931321441, 0.00766115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1215, '2021-05-23 00:00:00', 0.000295039567098811, 0.000557884615384606, 0.000355794938780147, 0.000839038461538475, 0.000543096570248245, 0.00128326923076925, 0.000987841158206212, 0.00252192307692307, 0.00234064091321488, 0.00783826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1230, '2021-05-23 00:00:00', 0.000319000602844884, 0.000629230769230775, 0.00053684032864678, 0.000961538461538441, 0.000533303060038284, 0.00125807692307692, 0.00100191411039842, 0.00243673076923075, 0.00244440705410411, 0.00788538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1245, '2021-05-23 00:00:00', 0.000382945667967925, 0.000654230769230777, 0.000373241157348, 0.000894807692307696, 0.000464954422911138, 0.00116384615384615, 0.000995494542735135, 0.00231576923076921, 0.00243250001976442, 0.00792211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1260, '2021-05-23 00:00:00', 0.000325446675296506, 0.000638461538461554, 0.000448727088551598, 0.000895000000000022, 0.000613769594705216, 0.00132634615384617, 0.000997879925719463, 0.00225288461538461, 0.00243460266857781, 0.00790307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1275, '2021-05-23 00:00:00', 0.00032444182837603, 0.000587500000000014, 0.000351485474040584, 0.000799038461538444, 0.000666520701969458, 0.00138538461538461, 0.00101177294883785, 0.00220249999999998, 0.00242700318531694, 0.00792769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1290, '2021-05-23 00:00:00', 0.000223056132983456, 0.000559038461538443, 0.000556466634565467, 0.00101134615384616, 0.000670453463078426, 0.0013746153846154, 0.000994733207370797, 0.00216192307692307, 0.0025017573900084, 0.00797096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1305, '2021-05-23 00:00:00', 0.000475464671501623, 0.00078557692307692, 0.000544890673579453, 0.0010903846153846, 0.000641089577324302, 0.00144461538461536, 0.000939019373929737, 0.00207923076923075, 0.00252393311047538, 0.0080521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1320, '2021-05-23 00:00:00', 0.000387827281144599, 0.00073499999999999, 0.000443151345913119, 0.000908653846153855, 0.00063747989410229, 0.00138384615384615, 0.000812336539770432, 0.00193057692307691, 0.00249938515516241, 0.00805307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1335, '2021-05-23 00:00:00', 0.000274246940940783, 0.000555769230769242, 0.00030936038232754, 0.000880384615384618, 0.000498963888010388, 0.00127519230769234, 0.000649232594328444, 0.00185980769230769, 0.00245905153698302, 0.00807230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1350, '2021-05-23 00:00:00', 0.000273857346357255, 0.000654615384615395, 0.000392265853726776, 0.00100750000000002, 0.00052102314284934, 0.00122634615384616, 0.000644816521309629, 0.00185288461538463, 0.00244022896151477, 0.00809576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1365, '2021-05-23 00:00:00', 0.00034054729706528, 0.000747692307692312, 0.000378236189945649, 0.000883846153846179, 0.000499856017730616, 0.00112596153846156, 0.000635246045608733, 0.00182846153846153, 0.00242838380092923, 0.00807826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1380, '2021-05-23 00:00:00', 0.0002365649203463, 0.000569807692307719, 0.000366221874740484, 0.000782307692307693, 0.000572282743459496, 0.00114346153846156, 0.000590918060179381, 0.00178192307692306, 0.00243598213489725, 0.00810519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1395, '2021-05-23 00:00:00', 0.000333591874093963, 0.000546538461538455, 0.000371461821208313, 0.000776730769230759, 0.000513840292458513, 0.00127461538461538, 0.000612001131220697, 0.00185076923076923, 0.00243945751378017, 0.00810980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1410, '2021-05-23 00:00:00', 0.000196672414083773, 0.00047903846153844, 0.00029391685114097, 0.000821346153846137, 0.000325823512869235, 0.00116019230769229, 0.000622009275221512, 0.00198653846153844, 0.00244242704796181, 0.00811326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1425, '2021-05-23 00:00:00', 0.000255755968424268, 0.00065865384615384, 0.00036985652103733, 0.000970384615384602, 0.000350645174587537, 0.00109096153846155, 0.000714615657862026, 0.00219653846153844, 0.00244584241425826, 0.00812134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 0, '2021-05-23 00:00:00', 0.000435527443275554, 0.000663076923076877, 0.000431409140090735, 0.000824615384615364, 0.00038707105290887, 0.000980000000000006, 0.000715858951513195, 0.00223096153846152, 0.00244968833967477, 0.00814980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 15, '2021-05-23 00:00:00', 0.000350874566673719, 0.000520192307692291, 0.000333140303083344, 0.000727307692307726, 0.00030034953995943, 0.000915384615384626, 0.000704163251395157, 0.00223173076923076, 0.00244835668593008, 0.00815730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 30, '2021-05-23 00:00:00', 0.000378700612418508, 0.000531923076923086, 0.000348072328911451, 0.000697884615384627, 0.00034895822981248, 0.000949615384615397, 0.000730255197753607, 0.00226557692307691, 0.00245692249650782, 0.00812692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 45, '2021-05-23 00:00:00', 0.000280981316104803, 0.000482500000000018, 0.000270888353385667, 0.0006975, 0.000344254210632851, 0.000900192307692321, 0.00084466561431136, 0.00235000000000001, 0.00245730337659302, 0.00808326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 60, '2021-05-23 00:00:00', 0.000185007692147787, 0.000534615384615343, 0.00032411257540935, 0.000710192307692314, 0.000339836668913881, 0.000850192307692284, 0.000946663147790491, 0.00241134615384614, 0.00246706954783326, 0.00805692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 75, '2021-05-23 00:00:00', 0.000260090294971701, 0.000454807692307725, 0.000288448168920965, 0.000567115384615385, 0.000369197935238853, 0.000898653846153841, 0.000996677403252344, 0.00247538461538461, 0.00247630540554644, 0.0080676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 90, '2021-05-23 00:00:00', 0.000185570637597803, 0.000347692307692288, 0.000246162860411877, 0.000546923076923065, 0.000400711290658921, 0.000918461538461535, 0.000957385783507105, 0.00254653846153848, 0.002474796627231, 0.00804788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 105, '2021-05-23 00:00:00', 0.000210524619426387, 0.000418846153846156, 0.000300667526577888, 0.000724807692307701, 0.000435163806470093, 0.00103346153846155, 0.000951110059958253, 0.0025871153846154, 0.0024941079259234, 0.00800788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 120, '2021-05-23 00:00:00', 0.000212588804973345, 0.000590000000000014, 0.000267316579819048, 0.000731923076923072, 0.000397189937125611, 0.00105961538461537, 0.000947770095458855, 0.00260692307692309, 0.00250719942596087, 0.0080148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 135, '2021-05-23 00:00:00', 0.00019154995331603, 0.000450769230769212, 0.000298515300471162, 0.000729230769230756, 0.000381061472932978, 0.00111461538461536, 0.000932572042999675, 0.00254884615384615, 0.00253009626603114, 0.00801134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 150, '2021-05-23 00:00:00', 0.000187551018699957, 0.000460769230769218, 0.000250769047899888, 0.000651346153846125, 0.000466485097461683, 0.00118211538461538, 0.000855072016760079, 0.00247692307692309, 0.00249946684314878, 0.00795750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 165, '2021-05-23 00:00:00', 0.000184966109161827, 0.000432692307692324, 0.000332553986363375, 0.000801923076923087, 0.000597109608543859, 0.00137326923076923, 0.000813475166279729, 0.00249961538461541, 0.0025190732117495, 0.00797961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 180, '2021-05-23 00:00:00', 0.000298361164723877, 0.000684230769230768, 0.000403663845297037, 0.00101250000000001, 0.000635109439388184, 0.00142999999999999, 0.00080858958401935, 0.00248134615384617, 0.00251011201864656, 0.00798711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 195, '2021-05-23 00:00:00', 0.000285549470319968, 0.000702500000000008, 0.000478854884072419, 0.00101000000000001, 0.00053102976883093, 0.00120884615384616, 0.00078936400884604, 0.00225846153846157, 0.00251588908432295, 0.00797826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 210, '2021-05-23 00:00:00', 0.000334352934210794, 0.000613269230769226, 0.000384833280585409, 0.000819423076923073, 0.000393507941470041, 0.0010925, 0.000794196061823117, 0.00209076923076926, 0.00254758531977606, 0.00801019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 225, '2021-05-23 00:00:00', 0.000197477554712881, 0.000540769230769204, 0.000364803898848912, 0.000823269230769218, 0.00044337677153689, 0.00111480769230768, 0.000777826557688877, 0.00215192307692309, 0.00254961967752055, 0.00801249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 240, '2021-05-23 00:00:00', 0.000348302090366756, 0.000642884615384625, 0.000361338324310328, 0.000844230769230774, 0.000604240145841219, 0.00116807692307692, 0.00078642631323845, 0.00215788461538464, 0.00256792726951884, 0.00801730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 255, '2021-05-23 00:00:00', 0.000237915951545899, 0.000494999999999972, 0.000362904098372272, 0.00074923076923075, 0.000626828893350099, 0.00114230769230765, 0.000781302462853876, 0.00203153846153845, 0.00258023893497065, 0.00795980769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 270, '2021-05-23 00:00:00', 0.000235723436385806, 0.000531538461538468, 0.000392920279641891, 0.000752115384615359, 0.000503332930038893, 0.00115096153846154, 0.000739237757110964, 0.00193769230769229, 0.00258617942889924, 0.00794903846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 285, '2021-05-23 00:00:00', 0.000287482173360379, 0.000549999999999957, 0.000419838796902619, 0.000803846153846125, 0.000418113758903711, 0.00115865384615383, 0.000743725988623386, 0.00191711538461537, 0.002576453383716, 0.00794596153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 300, '2021-05-23 00:00:00', 0.000292674471305342, 0.000517884615384583, 0.000323470186475443, 0.000759807692307691, 0.000384849820859215, 0.00101923076923075, 0.00079412942173272, 0.00183653846153844, 0.00257540688346224, 0.00794384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 315, '2021-05-23 00:00:00', 0.000203115446520911, 0.000506730769230792, 0.000283212885408706, 0.000713461538461533, 0.000435351140327664, 0.000928846153846141, 0.000767671404062561, 0.00192576923076922, 0.00256710286420015, 0.00794365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 330, '2021-05-23 00:00:00', 0.000252606184831998, 0.00046673076923077, 0.000313783119612628, 0.000645384615384633, 0.000454752680036063, 0.00087000000000002, 0.000793417534854997, 0.00199923076923077, 0.00256631292683911, 0.00796096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 345, '2021-05-23 00:00:00', 0.000163148351555838, 0.000415769230769239, 0.000287337981103479, 0.000563653846153849, 0.000416751170918026, 0.000873461538461547, 0.000889599564194693, 0.00207076923076924, 0.00256652177829481, 0.00796403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 360, '2021-05-23 00:00:00', 0.00020619259107781, 0.00039076923076922, 0.00026672839830346, 0.000570961538461547, 0.000388726916208025, 0.000871153846153865, 0.000927879302495775, 0.00213, 0.00256386160822963, 0.00796788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 375, '2021-05-23 00:00:00', 0.000145821413432278, 0.000373269230769242, 0.000304969607565182, 0.000587307692307705, 0.000390341073736994, 0.000823076923076935, 0.000876804798028727, 0.00236442307692307, 0.00255711168192673, 0.00796192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 390, '2021-05-23 00:00:00', 0.000242827019786601, 0.000384807692307711, 0.000295442302059374, 0.00055807692307695, 0.000338586030426519, 0.000772500000000005, 0.000940807182076213, 0.00257307692307692, 0.00254404611109638, 0.00795115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 405, '2021-05-23 00:00:00', 0.000122335761172031, 0.000360961538461555, 0.000173626145673814, 0.000514038461538473, 0.000435189437089016, 0.000825384615384617, 0.000914722992958075, 0.00276807692307693, 0.00253117519072739, 0.00793038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 420, '2021-05-23 00:00:00', 0.000152292355482672, 0.000379807692307678, 0.000186902792504973, 0.000529423076923044, 0.000486442699605987, 0.000852499999999974, 0.000924587829168314, 0.00283557692307692, 0.00249697254382489, 0.00793826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 435, '2021-05-23 00:00:00', 0.000137021755712204, 0.00037519230769228, 0.000344405452025094, 0.000638653846153828, 0.000417491455462971, 0.000886346153846128, 0.000982466519296429, 0.0029326923076923, 0.0024879859015183, 0.0079353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 450, '2021-05-23 00:00:00', 0.000311879722871621, 0.000469807692307687, 0.000361693878215359, 0.000647692307692289, 0.000364684057148741, 0.00088769230769229, 0.00100518480887845, 0.00292250000000002, 0.00249392835780144, 0.00792557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 465, '2021-05-23 00:00:00', 0.000190717370432291, 0.000413653846153866, 0.000282015343281435, 0.000615576923076908, 0.000295443929341253, 0.000903653846153856, 0.000994691080765209, 0.0029371153846154, 0.00248963349944093, 0.00791480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 480, '2021-05-23 00:00:00', 0.000259968045373622, 0.000480769230769229, 0.000273336999662734, 0.00065865384615384, 0.000295214394062233, 0.000978461538461543, 0.000996957371205014, 0.00303999999999999, 0.00249732499964386, 0.0079230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 495, '2021-05-23 00:00:00', 0.000145876264743056, 0.000411730769230776, 0.000231111694608065, 0.000648846153846169, 0.000393050202313203, 0.00117730769230769, 0.00100187080773154, 0.00311865384615383, 0.00249379921004078, 0.00792749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 510, '2021-05-23 00:00:00', 0.000162383330898972, 0.000512115384615392, 0.000241156827364728, 0.000736153846153844, 0.000357807855613136, 0.00137730769230768, 0.00101880942960212, 0.00325557692307693, 0.00249230492639923, 0.00794461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 525, '2021-05-23 00:00:00', 0.000187552351665808, 0.00048326923076922, 0.000293169680455637, 0.0010176923076923, 0.000457965232136861, 0.00147307692307691, 0.00103528541215234, 0.00334173076923078, 0.00247995874655516, 0.00796576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 540, '2021-05-23 00:00:00', 0.000265209351268003, 0.000864999999999996, 0.000327530151283811, 0.00117499999999998, 0.000545807799363645, 0.0015980769230769, 0.00116272875334112, 0.00340692307692308, 0.00247446227258804, 0.00797846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 555, '2021-05-23 00:00:00', 0.000277175312475978, 0.000721923076923075, 0.000320441042219091, 0.00102769230769232, 0.000565551908792184, 0.00165519230769231, 0.00118842086562218, 0.00334807692307692, 0.00246869439956865, 0.00804403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 570, '2021-05-23 00:00:00', 0.000336594026182156, 0.000788461538461563, 0.000504756033986864, 0.00114057692307692, 0.000776916315659857, 0.00185480769230769, 0.00127172325545363, 0.00340403846153846, 0.00245408890347394, 0.00807711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 585, '2021-05-23 00:00:00', 0.00033602180561111, 0.000800576923076899, 0.000523942891779394, 0.00137807692307692, 0.000781716085584498, 0.00205596153846152, 0.0012879410521628, 0.00341807692307692, 0.00246021499998556, 0.00809038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 600, '2021-05-23 00:00:00', 0.000491749036994086, 0.00115134615384618, 0.000758703144542366, 0.0015323076923077, 0.000774560222617679, 0.00209346153846156, 0.0013052480459815, 0.0035623076923077, 0.00247899999224254, 0.00813519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 615, '2021-05-23 00:00:00', 0.000488237804605706, 0.00100307692307694, 0.000560414029638298, 0.00148173076923078, 0.000711992869454373, 0.00200461538461542, 0.00125284342750649, 0.00355442307692307, 0.00246265347823161, 0.00809307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 630, '2021-05-23 00:00:00', 0.000316700355832803, 0.000903653846153839, 0.000390853700743165, 0.00128615384615386, 0.000564642466862577, 0.00169634615384617, 0.00125888639739198, 0.00352019230769228, 0.00246367986182023, 0.00807730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 645, '2021-05-23 00:00:00', 0.00039182438177563, 0.000892884615384598, 0.000486372641247288, 0.00130711538461536, 0.000567094246678118, 0.00171173076923079, 0.00110619416851726, 0.00356346153846152, 0.00247017471353439, 0.00805634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 660, '2021-05-23 00:00:00', 0.000335410884645183, 0.000867307692307669, 0.000397270543352265, 0.00109673076923078, 0.000547628629076872, 0.00162865384615384, 0.00101780406532134, 0.00351865384615383, 0.00241674752826703, 0.00805384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 675, '2021-05-23 00:00:00', 0.000289551974874702, 0.000682115384615404, 0.00043865090377728, 0.00108884615384617, 0.000458604278889081, 0.00150326923076921, 0.00101329950390562, 0.00341173076923075, 0.00242110194237764, 0.00803115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 690, '2021-05-23 00:00:00', 0.000310238431880059, 0.000773269230769224, 0.000362882742239658, 0.00106826923076919, 0.000505869092218075, 0.00155653846153844, 0.000943468152004162, 0.00340192307692304, 0.00236996638242955, 0.00802557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 705, '2021-05-23 00:00:00', 0.000201232070391003, 0.000677115384615345, 0.000263225846287632, 0.000989615384615369, 0.000546182696962814, 0.00158153846153848, 0.00103540904217387, 0.00344826923076922, 0.00229574054584707, 0.0080155769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 720, '2021-05-23 00:00:00', 0.000235181108608147, 0.000736923076923071, 0.000464767311507759, 0.00110057692307693, 0.000678509140576729, 0.00162557692307693, 0.0011351273734018, 0.00364307692307691, 0.00229652936305736, 0.00802865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 735, '2021-05-23 00:00:00', 0.000370220724184075, 0.00076923076923077, 0.000477555796176279, 0.0011315384615385, 0.000575503659013953, 0.00156730769230769, 0.00130391416659463, 0.00382192307692308, 0.00235232660605167, 0.00798730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 750, '2021-05-23 00:00:00', 0.000212092867903154, 0.000729230769230798, 0.000277552766985911, 0.00103153846153848, 0.000476768126193248, 0.00144461538461539, 0.00136401614303553, 0.00378096153846152, 0.00229407739960635, 0.00795865384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 765, '2021-05-23 00:00:00', 0.000220572768386869, 0.000732115384615373, 0.000322177984732261, 0.00105557692307691, 0.000496612873528084, 0.00146788461538461, 0.00147070412231169, 0.00412615384615384, 0.0022624788311802, 0.00793730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 780, '2021-05-23 00:00:00', 0.000232951381523805, 0.000747884615384621, 0.000427798298986084, 0.00102923076923077, 0.000535104303276104, 0.00152884615384617, 0.00143775622465648, 0.0043651923076923, 0.00238377432624431, 0.00792596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 795, '2021-05-23 00:00:00', 0.000290919298881233, 0.000689038461538475, 0.00033450537537361, 0.00100538461538463, 0.000420650274986418, 0.00157057692307693, 0.00144205841127829, 0.0044173076923077, 0.00242894197447874, 0.00787134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 810, '2021-05-23 00:00:00', 0.00022639558639346, 0.000715192307692313, 0.000337132078659872, 0.00110096153846154, 0.000593648853732972, 0.00168519230769231, 0.00143768911799457, 0.004435, 0.00243753573543826, 0.00786769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 825, '2021-05-23 00:00:00', 0.000312148448412239, 0.000819423076923082, 0.000404050263438351, 0.00120384615384614, 0.000692418198445462, 0.00178480769230769, 0.0014443878793987, 0.0044078846153846, 0.00248280251855719, 0.00783288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 840, '2021-05-23 00:00:00', 0.000357765339938808, 0.000849038461538447, 0.000554241824477382, 0.00123999999999998, 0.000704106198283718, 0.00169846153846152, 0.00160122501181487, 0.00463346153846154, 0.00244561259432858, 0.00782980769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 855, '2021-05-23 00:00:00', 0.000325515212925838, 0.000813076923076921, 0.000417655958894422, 0.00118750000000002, 0.000548823391797971, 0.00157365384615386, 0.00166911994314833, 0.00468576923076923, 0.00246341845815934, 0.00782249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 870, '2021-05-23 00:00:00', 0.000360029112070777, 0.000889807692307689, 0.000484181942916237, 0.00115307692307693, 0.00054845545362896, 0.00171576923076921, 0.00171031703089044, 0.00476711538461537, 0.00244390765279392, 0.00781884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 885, '2021-05-23 00:00:00', 0.00030389826232832, 0.000761923076923081, 0.000302434290383877, 0.00115249999999998, 0.000557067735144012, 0.0019423076923077, 0.0018148026487324, 0.00484442307692306, 0.00241049608682849, 0.00779576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 900, '2021-05-23 00:00:00', 0.000277330752268576, 0.000847884615384593, 0.000367918521498361, 0.00139903846153843, 0.000834809536085014, 0.0022651923076923, 0.00181118360153286, 0.00496596153846152, 0.00236725147343108, 0.00780346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 915, '2021-05-23 00:00:00', 0.000289605567307312, 0.00101923076923073, 0.000473405380035098, 0.00156557692307694, 0.000917022019700414, 0.00242076923076922, 0.00205341475446299, 0.00499307692307692, 0.00237626317015734, 0.00780557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 930, '2021-05-23 00:00:00', 0.000483776847794055, 0.00114096153846154, 0.000695367860587795, 0.00165269230769228, 0.0010021775713991, 0.00228826923076921, 0.00206569229408596, 0.00492557692307689, 0.00235049069345106, 0.00779249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 945, '2021-05-23 00:00:00', 0.000447541188478349, 0.00109134615384612, 0.000678697196557758, 0.00169173076923076, 0.000996741614539008, 0.00253461538461538, 0.00202336365984959, 0.00481249999999997, 0.00232275318235793, 0.00769711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 960, '2021-05-23 00:00:00', 0.000493391442350373, 0.00131134615384617, 0.000515920387418305, 0.00158038461538461, 0.00114375703444662, 0.0026980769230769, 0.0019006666037108, 0.00474653846153845, 0.00234162711345371, 0.00764346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 975, '2021-05-23 00:00:00', 0.000354840646791497, 0.000973269230769193, 0.000711355153102951, 0.00187307692307691, 0.000978351360511841, 0.00269423076923076, 0.00171982785363937, 0.00472461538461536, 0.00220217596062134, 0.00764980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 990, '2021-05-23 00:00:00', 0.000690266643016673, 0.00151096153846156, 0.000985691654860467, 0.00214903846153843, 0.00114389639458233, 0.0026601923076923, 0.00181159072683057, 0.00483019230769228, 0.00222582441943516, 0.00770288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1005, '2021-05-23 00:00:00', 0.00054041707540069, 0.00134615384615382, 0.000804762387292043, 0.00185749999999999, 0.00102966643217036, 0.0025048076923077, 0.00169189479578372, 0.00472499999999997, 0.00224704236377855, 0.00783576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1020, '2021-05-23 00:00:00', 0.000615699508376741, 0.00137826923076922, 0.000835440372129908, 0.00187115384615384, 0.00094661658634236, 0.00257980769230773, 0.00165340735592153, 0.00455826923076922, 0.00246859190633042, 0.00788000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1035, '2021-05-23 00:00:00', 0.000470661400420859, 0.00127807692307694, 0.000515963624239589, 0.00175230769230771, 0.000899908136337388, 0.00261057692307693, 0.0016472870120292, 0.00433749999999999, 0.0026533911538604, 0.00819115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1050, '2021-05-23 00:00:00', 0.00037352190750295, 0.00111884615384616, 0.000767505449742654, 0.00173884615384616, 0.00108042555718358, 0.00244423076923079, 0.00178260608703621, 0.00417730769230768, 0.0028999155955887, 0.0082126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1065, '2021-05-23 00:00:00', 0.000647817400673521, 0.00143076923076923, 0.000773775782470917, 0.0019551923076923, 0.000926756897009037, 0.00251788461538461, 0.00163722584316838, 0.00407769230769229, 0.00308901527749788, 0.00828576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1080, '2021-05-23 00:00:00', 0.000635895008266675, 0.00126769230769229, 0.000636906979079395, 0.00161749999999996, 0.000826544242382318, 0.00225576923076917, 0.0014555106029791, 0.00378865384615383, 0.00310736440387373, 0.00824346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1095, '2021-05-23 00:00:00', 0.0005502859396574, 0.00102615384615382, 0.000749063338186665, 0.00159173076923076, 0.00115133233857395, 0.00211692307692304, 0.00147695627767169, 0.0036253846153846, 0.00337694630489645, 0.00822211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1110, '2021-05-23 00:00:00', 0.000384525681847138, 0.00109500000000002, 0.000516494582591276, 0.00147057692307691, 0.000875664341207031, 0.00193096153846152, 0.00132904663632936, 0.00340519230769232, 0.00336084630481898, 0.00809326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1125, '2021-05-23 00:00:00', 0.00036997447936933, 0.00104365384615383, 0.000718221842737066, 0.00138115384615384, 0.000747224093665235, 0.00179538461538459, 0.00128762687201627, 0.00329019230769231, 0.0033314804343738, 0.00810673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1140, '2021-05-23 00:00:00', 0.000470465563196544, 0.000930384615384621, 0.000555955172514968, 0.00127307692307694, 0.000606796633021407, 0.00176692307692305, 0.00127809938520502, 0.00316096153846154, 0.00331971454403028, 0.00809557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1155, '2021-05-23 00:00:00', 0.000497475666200434, 0.000920961538461551, 0.000541006611647363, 0.00124192307692306, 0.000753692142823448, 0.0018703846153846, 0.00127710068273652, 0.00311692307692308, 0.00329619599515282, 0.00813903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1170, '2021-05-23 00:00:00', 0.000382659921319978, 0.000776153846153798, 0.00040879621592406, 0.00116288461538457, 0.00091404437276566, 0.00184134615384612, 0.00126737044551061, 0.00283461538461538, 0.00333648880388674, 0.00811846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1185, '2021-05-23 00:00:00', 0.000272589364316454, 0.000774807692307678, 0.000423629010410655, 0.00119153846153845, 0.000800260822866737, 0.0017557692307692, 0.00120184481591361, 0.0026351923076923, 0.00330586968075783, 0.0081378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1200, '2021-05-23 00:00:00', 0.000353925296333275, 0.000873653846153839, 0.000792581565809783, 0.00131346153846153, 0.000787978840988845, 0.00156442307692305, 0.00125937311939157, 0.00256557692307691, 0.00330493896138211, 0.00816846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1215, '2021-05-23 00:00:00', 0.000780308617446649, 0.000841538461538449, 0.000756248865224821, 0.00107788461538459, 0.000707402181332393, 0.00131538461538458, 0.00123251882494592, 0.00237442307692305, 0.00330039095586241, 0.00810730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1230, '2021-05-23 00:00:00', 0.000407227634319966, 0.000717115384615351, 0.000464835454757917, 0.000924999999999962, 0.000520201736015775, 0.0012653846153846, 0.00103076664896344, 0.00225326923076921, 0.00331197786596097, 0.00804076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1245, '2021-05-23 00:00:00', 0.000192280644251715, 0.000584615384615389, 0.000286605061955399, 0.000892692307692314, 0.000379146257551603, 0.00126326923076925, 0.000800268728903948, 0.00212903846153847, 0.00332061972899868, 0.00802076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1260, '2021-05-23 00:00:00', 0.000197712300695121, 0.000666923076923082, 0.000287822060415017, 0.000868461538461557, 0.000328907106361908, 0.00126173076923081, 0.000779207314173539, 0.00202596153846154, 0.00331977971929093, 0.00798576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1275, '2021-05-23 00:00:00', 0.000238076910649922, 0.000596153846153823, 0.000298985013774147, 0.000900961538461531, 0.000386946826003033, 0.00128538461538463, 0.000771814345950742, 0.00200576923076924, 0.00332516452455884, 0.00805134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1290, '2021-05-23 00:00:00', 0.000245307734520098, 0.000693269230769229, 0.000287093391398364, 0.000963846153846174, 0.000457914881240547, 0.00129096153846155, 0.000792014107294745, 0.00201288461538462, 0.00334066103546082, 0.00809192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1305, '2021-05-23 00:00:00', 0.000232319491549567, 0.000732884615384643, 0.000333183940881811, 0.000993461538461539, 0.000463274175341617, 0.00125519230769232, 0.000780381883833434, 0.00194173076923077, 0.00334620749735945, 0.00819615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1320, '2021-05-23 00:00:00', 0.000293385346495789, 0.000695192307692336, 0.000345684660659642, 0.000891730769230812, 0.000497203564564212, 0.00121076923076925, 0.00079107103639017, 0.00191076923076925, 0.00334583433310966, 0.00823076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1335, '2021-05-23 00:00:00', 0.000189994331899267, 0.000559615384615396, 0.000330702283028121, 0.000779999999999986, 0.000503341182652334, 0.00115711538461539, 0.000738165397350888, 0.00189307692307694, 0.00334992298992999, 0.00827096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1350, '2021-05-23 00:00:00', 0.000254260919892531, 0.000576153846153812, 0.000336976203222759, 0.000870192307692295, 0.000505284725522277, 0.00114057692307691, 0.000709600239571585, 0.00186750000000003, 0.00334812804184896, 0.00828576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1365, '2021-05-23 00:00:00', 0.000245545624775001, 0.000679423076923113, 0.000327959425257741, 0.000895769230769266, 0.000330550124210204, 0.00108576923076924, 0.00065320973778605, 0.00180980769230771, 0.00335124521633377, 0.0083125 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1380, '2021-05-23 00:00:00', 0.000273708505812038, 0.000577884615384601, 0.000304898280642037, 0.000725192307692285, 0.000401403307640361, 0.00107384615384614, 0.000633672931894217, 0.00178076923076922, 0.00334352435543464, 0.00826634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1395, '2021-05-23 00:00:00', 0.000182188406284846, 0.000471153846153833, 0.000220897905411947, 0.000673269230769201, 0.000427184206348796, 0.00105211538461539, 0.000625482705903713, 0.00183384615384613, 0.00335727866559533, 0.00825096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1410, '2021-05-23 00:00:00', 0.000154699336182721, 0.00045326923076922, 0.000340024037611823, 0.000787115384615391, 0.00041489813392986, 0.0010226923076923, 0.000696742889340208, 0.00188442307692306, 0.00332388146599725, 0.00828999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1425, '2021-05-23 00:00:00', 0.000300536955362341, 0.000652307692307696, 0.00038799469663308, 0.000876730769230757, 0.000385346647139353, 0.000974038461538472, 0.000684687239098707, 0.00199115384615382, 0.00332638931067214, 0.00830538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 0, '2021-05-23 00:00:00', 0.000349978076236435, 0.000569423076923109, 0.000357764049877325, 0.000711346153846177, 0.000381236853493391, 0.000863461538461559, 0.000661432041976982, 0.0021028846153846, 0.00333111145692569, 0.00832346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 15, '2021-05-23 00:00:00', 0.000278147719469648, 0.000511923076923066, 0.000301704962861722, 0.000631730769230791, 0.000446508506250277, 0.000910384615384636, 0.000754704654407671, 0.00214865384615383, 0.00333276376992938, 0.00832288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 30, '2021-05-23 00:00:00', 0.000307004698034701, 0.000443269230769265, 0.000312350949069486, 0.000626346153846175, 0.00047048048271463, 0.00088826923076926, 0.000751766662857982, 0.00219365384615384, 0.00331863950344809, 0.00832692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 45, '2021-05-23 00:00:00', 0.000247463206278316, 0.000434038461538478, 0.000405410333442005, 0.000698461538461545, 0.00041677110485993, 0.000853076923076944, 0.000766205560889813, 0.00222480769230768, 0.00329323345898596, 0.00828384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 60, '2021-05-23 00:00:00', 0.00039832712686937, 0.000557499999999997, 0.000417056212776393, 0.000653269230769249, 0.000459362434417401, 0.000909615384615391, 0.000748699796056736, 0.00223076923076923, 0.00328834606544899, 0.00826461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 75, '2021-05-23 00:00:00', 0.00018943559896134, 0.000334615384615425, 0.000239307092697594, 0.000478269230769264, 0.000276007246281653, 0.000834999999999996, 0.000709762907325655, 0.00221076923076922, 0.00328144063109248, 0.00825115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 90, '2021-05-23 00:00:00', 0.00021948549978386, 0.000351730769230793, 0.000256686654233432, 0.000585961538461534, 0.000280499622925832, 0.000845961538461555, 0.000694949029674941, 0.00222192307692306, 0.00327313587581366, 0.0083226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 105, '2021-05-23 00:00:00', 0.000230426444128831, 0.000477115384615359, 0.0002416715030462, 0.000701346153846128, 0.00032315630892806, 0.000914999999999974, 0.000709236236004291, 0.00221403846153845, 0.00329163391739631, 0.00834038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 120, '2021-05-23 00:00:00', 0.000188884580141923, 0.000515769230769211, 0.000267828015998803, 0.000624615384615403, 0.000455434027984464, 0.000988076923076889, 0.000703528934400344, 0.00221480769230768, 0.00329281343931809, 0.00834211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 135, '2021-05-23 00:00:00', 0.00020636263824041, 0.00040346153846156, 0.00026994187408516, 0.00059384615384615, 0.000497622192183847, 0.00107961538461535, 0.000661294447393796, 0.00222288461538459, 0.00330250019507365, 0.00831846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 150, '2021-05-23 00:00:00', 0.000208049550311008, 0.000398846153846153, 0.000337088438521141, 0.000683846153846116, 0.00054290249159917, 0.00110634615384613, 0.000699564067555904, 0.00218826923076921, 0.0033455429822607, 0.00831038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 165, '2021-05-23 00:00:00', 0.00030782687442033, 0.000535769230769205, 0.000404437120718886, 0.00084576923076922, 0.000584822918629068, 0.00126038461538459, 0.000672933789176449, 0.00216826923076921, 0.00332247003227787, 0.00833365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 180, '2021-05-23 00:00:00', 0.000394241482030793, 0.000672884615384617, 0.000529359881947376, 0.000936730769230749, 0.000592534062636569, 0.00136115384615383, 0.000733724141203355, 0.00218134615384614, 0.00332842543624091, 0.00833173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 195, '2021-05-23 00:00:00', 0.000282822110440197, 0.00063788461538461, 0.00040727952978833, 0.00096615384615383, 0.000481662864859455, 0.00129865384615382, 0.000760205539007997, 0.00215769230769228, 0.00334491828691731, 0.00832288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 210, '2021-05-23 00:00:00', 0.000334679927462276, 0.000674423076923071, 0.000392679748160483, 0.000934230769230758, 0.000464844597688302, 0.00124250000000001, 0.000825015547639035, 0.00214442307692305, 0.00334506357879098, 0.00833211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 225, '2021-05-23 00:00:00', 0.000253407850039278, 0.000576538461538455, 0.000309559550627349, 0.000828653846153843, 0.000384460511126164, 0.00114826923076924, 0.000749254321616853, 0.00199096153846151, 0.0032888259069391, 0.00829461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 240, '2021-05-23 00:00:00', 0.000231615729504388, 0.000604615384615374, 0.000318174661757665, 0.000778653846153866, 0.000364977554631249, 0.00108884615384617, 0.000738569537375087, 0.00191519230769229, 0.00324068017551871, 0.008275 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 255, '2021-05-23 00:00:00', 0.000245528080800405, 0.000510961538461538, 0.000319123619645117, 0.000776730769230768, 0.000424989275882809, 0.00107326923076923, 0.000758627404238428, 0.00189653846153845, 0.00322648851754444, 0.00827307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 270, '2021-05-23 00:00:00', 0.000237077072829807, 0.000541538461538457, 0.000317650993774884, 0.000781923076923092, 0.000414983085846255, 0.00103519230769232, 0.000815064721356522, 0.00190249999999999, 0.00323554792054667, 0.00824711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 285, '2021-05-23 00:00:00', 0.000279142367867121, 0.00050769230769232, 0.000316487695714163, 0.000767692307692315, 0.000396893756370843, 0.000945576923076935, 0.000811719755542784, 0.00182519230769229, 0.00328703037008273, 0.00826057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 300, '2021-05-23 00:00:00', 0.000208664710812498, 0.000574807692307692, 0.000305828320366951, 0.000719807692307719, 0.000345662630097848, 0.000910576923076944, 0.000800354921269305, 0.001785, 0.00329293126957638, 0.00825288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 315, '2021-05-23 00:00:00', 0.000162804743835636, 0.000399230769230763, 0.000233170208547, 0.000582115384615389, 0.000379047033817893, 0.000844423076923075, 0.000760399995953543, 0.00187192307692306, 0.00330562853909232, 0.00824596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 330, '2021-05-23 00:00:00', 0.000182191783991075, 0.000440384615384622, 0.000217330393640633, 0.000627500000000029, 0.000468028434376147, 0.000871153846153848, 0.000774606128200728, 0.00200442307692306, 0.00330534914366675, 0.00824480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 345, '2021-05-23 00:00:00', 0.000191973956567021, 0.00047500000000002, 0.000375121108648706, 0.000680384615384632, 0.000470116352210129, 0.000870769230769231, 0.00078744240326612, 0.00209846153846152, 0.00330422121628591, 0.00823961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 360, '2021-05-23 00:00:00', 0.000222660832105371, 0.00045538461538461, 0.000381251431270974, 0.000610576923076901, 0.000416885891046734, 0.000789615384615382, 0.000776940770933311, 0.0021998076923077, 0.00330177617118657, 0.0082167307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 375, '2021-05-23 00:00:00', 0.000277197791088991, 0.000398846153846145, 0.000285771829370094, 0.000558461538461525, 0.000370725121059504, 0.000786346153846121, 0.000796924014329706, 0.00234326923076921, 0.00330109301828723, 0.00821365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 390, '2021-05-23 00:00:00', 0.000166048301591873, 0.000389038461538457, 0.000247955330964737, 0.000480384615384603, 0.00036461069860666, 0.00079980769230768, 0.000770087907069926, 0.00241076923076921, 0.00330428209356378, 0.0082219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 405, '2021-05-23 00:00:00', 0.000181097084035476, 0.000311923076923071, 0.000306376653559233, 0.000525576923076882, 0.000348264930101295, 0.000832692307692297, 0.00076751158848677, 0.00253403846153844, 0.00331989795950696, 0.00823230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 420, '2021-05-23 00:00:00', 0.00025692119414327, 0.000402499999999964, 0.000329664456449502, 0.000585576923076925, 0.000393811551965558, 0.000861538461538469, 0.000751433732172116, 0.00266557692307692, 0.00332013739868606, 0.00823288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 435, '2021-05-23 00:00:00', 0.000166951052246308, 0.000375576923076924, 0.000190944716123246, 0.000576730769230764, 0.000346845565279198, 0.000899615384615385, 0.000683803728025461, 0.00274653846153845, 0.00332223335446782, 0.00823769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 450, '2021-05-23 00:00:00', 0.000169824796594791, 0.000442692307692304, 0.000264676871210625, 0.000589615384615387, 0.000431434815470479, 0.000965000000000011, 0.000667784050769074, 0.00281846153846152, 0.00332479385133066, 0.00824307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 465, '2021-05-23 00:00:00', 0.000167100614554874, 0.000391153846153838, 0.000225140298139075, 0.000651923076923069, 0.000325623957255075, 0.000955192307692297, 0.000639509186798742, 0.00288499999999998, 0.00333103615203346, 0.0082546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 480, '2021-05-23 00:00:00', 0.00015451412681245, 0.00047884615384614, 0.000229808281299531, 0.000694615384615392, 0.000325614744043414, 0.000915192307692317, 0.000662493889667038, 0.00297307692307691, 0.00333727950006266, 0.00824769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 495, '2021-05-23 00:00:00', 0.000213592800944693, 0.000463269230769243, 0.000297594264316112, 0.000667115384615374, 0.000512813806366427, 0.00120500000000002, 0.000702763364265554, 0.00301211538461539, 0.00332682385490102, 0.00824519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 510, '2021-05-23 00:00:00', 0.000166028264507529, 0.000470769230769215, 0.000231809935407998, 0.000625384615384622, 0.000530762042872163, 0.00133211538461538, 0.000741853733251011, 0.00297480769230768, 0.00332701946192084, 0.00823750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 525, '2021-05-23 00:00:00', 0.000160868316907391, 0.000446153846153874, 0.000417834711523413, 0.000940384615384644, 0.000554980976804943, 0.00140826923076923, 0.000791891430981266, 0.00298403846153846, 0.00332960898605227, 0.00823000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 540, '2021-05-23 00:00:00', 0.000407890256733945, 0.000857307692307715, 0.0005042939085036, 0.00115211538461537, 0.000583281994077817, 0.00158173076923078, 0.000854146560113575, 0.0030278846153846, 0.00333360260771344, 0.0082171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 555, '2021-05-23 00:00:00', 0.000269683860502232, 0.00072923076923073, 0.000314039745157321, 0.000970192307692276, 0.000561043567484215, 0.00157326923076921, 0.000841049550355909, 0.00297711538461537, 0.00337085566060243, 0.00823326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 570, '2021-05-23 00:00:00', 0.000175608502510121, 0.000622884615384614, 0.000312349409870026, 0.000978076923076934, 0.000497664700221109, 0.00162192307692307, 0.000823733269936356, 0.00302750000000002, 0.00344505974046673, 0.00826384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 585, '2021-05-23 00:00:00', 0.000327978423305338, 0.000784615384615392, 0.000472328316387611, 0.00132403846153844, 0.000495738958913469, 0.00177134615384613, 0.000828509226539813, 0.00305346153846156, 0.00348844931386206, 0.00829884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 600, '2021-05-23 00:00:00', 0.000290929280330885, 0.00102038461538458, 0.000316123941127295, 0.00130211538461537, 0.000483688552050399, 0.00178884615384613, 0.000866855502110102, 0.0030823076923077, 0.00349705718591197, 0.00830480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 615, '2021-05-23 00:00:00', 0.000301314874916835, 0.000910576923076919, 0.000361709668954762, 0.0013032692307692, 0.000515948119037607, 0.00175230769230767, 0.000955773790424072, 0.00306653846153848, 0.00348168350083693, 0.00832500000000002 where not exists (select 1 from powerstats_tru[...];
Date: 2021-05-23 15:22:36 Duration: 15s485ms 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 975805, 1, 915, '2021-05-23 00:00:00', 0.00036664403193538, 0.000840384615384604, 0.000801957604864474, 0.00154999999999999, 0.000869678123481032, 0.00206403846153845, 0.00181503914982145, 0.00503865384615383, 0.0020560867330553, 0.00749557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 930, '2021-05-23 00:00:00', 0.000679267139021033, 0.00128961538461538, 0.000656348318642301, 0.00157365384615384, 0.000916052736137262, 0.00209615384615385, 0.00185862162533253, 0.00501211538461538, 0.00201592547939189, 0.00747153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 945, '2021-05-23 00:00:00', 0.000300326553041075, 0.000940961538461528, 0.000553021803715362, 0.00137634615384616, 0.000876627365795484, 0.00217153846153845, 0.00189818027230127, 0.0049428846153846, 0.00191222642085482, 0.00747173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 960, '2021-05-23 00:00:00', 0.000489952941225338, 0.00113326923076923, 0.000622986634008969, 0.0015828846153846, 0.000769745637307414, 0.00238211538461539, 0.00187633353603818, 0.00488846153846153, 0.00180440013471342, 0.00755461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 975, '2021-05-23 00:00:00', 0.000415343277857673, 0.00100096153846152, 0.000649300807377883, 0.00157653846153845, 0.00081889440006728, 0.00247096153846152, 0.00189495233347804, 0.0046628846153846, 0.00174937598764641, 0.00755288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 990, '2021-05-23 00:00:00', 0.000642252316820666, 0.00123903846153847, 0.000669981630058152, 0.00187076923076921, 0.000823176703153943, 0.00268173076923076, 0.00188309508931031, 0.00454134615384613, 0.00175247583106343, 0.00748346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1005, '2021-05-23 00:00:00', 0.0005158644723628, 0.0013380769230769, 0.000772183940820815, 0.00180903846153844, 0.00102190901672389, 0.00264903846153846, 0.00177253730567228, 0.00436749999999999, 0.0017827125830728, 0.00745692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1020, '2021-05-23 00:00:00', 0.000674719685385093, 0.00126057692307691, 0.000805304529116389, 0.00187576923076925, 0.00115364559282568, 0.00276192307692307, 0.00167969218791832, 0.00419538461538462, 0.0017864073960369, 0.00752576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1035, '2021-05-23 00:00:00', 0.00059652209966157, 0.00129384615384618, 0.000674311158488076, 0.00183653846153847, 0.00125081427324517, 0.00282711538461538, 0.00152446575761932, 0.00385961538461537, 0.00181713218688552, 0.00742923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1050, '2021-05-23 00:00:00', 0.000523473348083586, 0.00128711538461539, 0.000743441581171895, 0.00197576923076921, 0.0011963472129136, 0.00269557692307693, 0.00135327689190121, 0.0036478846153846, 0.00176130161659362, 0.00731923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1065, '2021-05-23 00:00:00', 0.000521693875754726, 0.00132249999999997, 0.000959934633191233, 0.0019475, 0.00103577239852128, 0.00233230769230768, 0.00122534020393709, 0.00333384615384615, 0.00179435337613902, 0.00717596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1080, '2021-05-23 00:00:00', 0.000758180641150504, 0.00124173076923077, 0.000803817239082468, 0.0015619230769231, 0.000947891526575637, 0.00208211538461539, 0.00105451273837, 0.00311134615384613, 0.00195018294999766, 0.00728153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1095, '2021-05-23 00:00:00', 0.000443452885364902, 0.000957307692307695, 0.000544917919013087, 0.00122153846153844, 0.00090584607709291, 0.00183634615384617, 0.000945337953408122, 0.00288038461538459, 0.00197866279631941, 0.00726769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1110, '2021-05-23 00:00:00', 0.000404417529864316, 0.000856538461538454, 0.000684177327441252, 0.00132884615384616, 0.000869100773124804, 0.00173307692307693, 0.00088852628635198, 0.0027501923076923, 0.00205824622882238, 0.00730153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1125, '2021-05-23 00:00:00', 0.000512915797558083, 0.000881153846153846, 0.000655070871092452, 0.00120038461538464, 0.000717585508171981, 0.00167980769230771, 0.000791264154084113, 0.00262480769230767, 0.00211113313540018, 0.00738634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1140, '2021-05-23 00:00:00', 0.000410210265033009, 0.000802307692307722, 0.000469974958416361, 0.0010973076923077, 0.00057028751183403, 0.00149538461538463, 0.00078941468092604, 0.00256846153846152, 0.00214397682249238, 0.00747384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1155, '2021-05-23 00:00:00', 0.000356673735851318, 0.00075307692307692, 0.00050181516670828, 0.00111269230769231, 0.000510552528752297, 0.00142326923076923, 0.000859106714066321, 0.0024828846153846, 0.00231225618257277, 0.00753057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1170, '2021-05-23 00:00:00', 0.000343043168398124, 0.000691153846153848, 0.000307649150819553, 0.000930000000000021, 0.000428753291084022, 0.00123423076923075, 0.000938102011838494, 0.00241923076923075, 0.00224745545861568, 0.00750903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1185, '2021-05-23 00:00:00', 0.000285184757926935, 0.000702115384615398, 0.000295288906770196, 0.000948461538461543, 0.000442444477177213, 0.00118634615384615, 0.000946936030655659, 0.0024503846153846, 0.00230856016565769, 0.00757096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1200, '2021-05-23 00:00:00', 0.000308139641171906, 0.000640961538461519, 0.000364461246225162, 0.000839999999999969, 0.000516419514914578, 0.00122865384615382, 0.00102059288952739, 0.00248461538461538, 0.00225320818287715, 0.00764365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1215, '2021-05-23 00:00:00', 0.000282300440066147, 0.000541538461538431, 0.00034030964406868, 0.000835576923076923, 0.000535698286207956, 0.00125442307692308, 0.00103600163350034, 0.00246076923076924, 0.00235033457520084, 0.00781615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1230, '2021-05-23 00:00:00', 0.000318305610284304, 0.000617307692307688, 0.00054897404310222, 0.000937500000000001, 0.000542661815640134, 0.00124038461538462, 0.00106668335724121, 0.00235076923076925, 0.00245145172060588, 0.00786653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1245, '2021-05-23 00:00:00', 0.000387139460063755, 0.000634807692307675, 0.000339946149581639, 0.000885769230769243, 0.000453606784985215, 0.00117865384615386, 0.00104656324003119, 0.00224384615384618, 0.00244866626177159, 0.0078923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1260, '2021-05-23 00:00:00', 0.00031275211368653, 0.00063673076923079, 0.000459628487099995, 0.000917884615384625, 0.000614168136588001, 0.00137749999999999, 0.00104803046050858, 0.00218538461538464, 0.00245086800950193, 0.00787500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1275, '2021-05-23 00:00:00', 0.000333363742202691, 0.000599230769230775, 0.000346525667824968, 0.000814038461538474, 0.000646496980777046, 0.00144288461538461, 0.00105550775240384, 0.00213884615384619, 0.00245079837070414, 0.00788057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1290, '2021-05-23 00:00:00', 0.000232221793849029, 0.000554807692307714, 0.000548974603588004, 0.00105634615384615, 0.000653516758657466, 0.0013869230769231, 0.00103588321661351, 0.00208403846153849, 0.00252186277306158, 0.00790461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1305, '2021-05-23 00:00:00', 0.000457948645088565, 0.000809807692307686, 0.000534889348729835, 0.00108115384615383, 0.000662352363811108, 0.00140557692307692, 0.000960925135161219, 0.00203134615384618, 0.00254021141609543, 0.00799596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1320, '2021-05-23 00:00:00', 0.000387695806608164, 0.000700961538461536, 0.000437938351825928, 0.000880000000000009, 0.00065967766021341, 0.00130115384615387, 0.00081668723417327, 0.00188596153846155, 0.00251409917343095, 0.00800057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1335, '2021-05-23 00:00:00', 0.000279582999923393, 0.000549423076923081, 0.000328254415870473, 0.00085480769230769, 0.000521394727187064, 0.00122269230769233, 0.000682294319529021, 0.00180153846153849, 0.00247306873368664, 0.00802019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1350, '2021-05-23 00:00:00', 0.000287295077469966, 0.000637307692307666, 0.000429378620799879, 0.000920000000000006, 0.00054500035285806, 0.00119923076923079, 0.00066918081378539, 0.00181519230769232, 0.00245615189958727, 0.00804307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1365, '2021-05-23 00:00:00', 0.00036573193209485, 0.000694615384615409, 0.000405285654247032, 0.000887692307692341, 0.000515822271121179, 0.00114384615384617, 0.000663504246117073, 0.00180326923076924, 0.00244365477386765, 0.00802442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1380, '2021-05-23 00:00:00', 0.000316339946163057, 0.000595192307692364, 0.000398148213608975, 0.000820000000000043, 0.00056728137096697, 0.00122192307692311, 0.000602877969537657, 0.00177538461538463, 0.00245192056591123, 0.00805230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1395, '2021-05-23 00:00:00', 0.000364112831202278, 0.000583076923076968, 0.000396079051938649, 0.000813846153846139, 0.000502801536011379, 0.00120076923076923, 0.000638983447480328, 0.00183038461538462, 0.00245633598303214, 0.00805769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1410, '2021-05-23 00:00:00', 0.000236956990579738, 0.000491153846153844, 0.000368214402425859, 0.00088961538461538, 0.000313917431574206, 0.00105692307692308, 0.000647605678931724, 0.00196865384615386, 0.00245831975137491, 0.00806000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1425, '2021-05-23 00:00:00', 0.000360809559825595, 0.000688461538461539, 0.00031117494461132, 0.00087038461538463, 0.000330197842792183, 0.000976153846153887, 0.000775678387953703, 0.00215480769230772, 0.00246384249621477, 0.00805038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 0, '2021-05-23 00:00:00', 0.000285399045871945, 0.00061384615384617, 0.000342398328536526, 0.000758846153846163, 0.000348971510849536, 0.000893653846153851, 0.000771265094603543, 0.00219461538461539, 0.00247070525590133, 0.0080773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 15, '2021-05-23 00:00:00', 0.000288988487926135, 0.00046211538461538, 0.000303714440780245, 0.000642692307692342, 0.000337270092632905, 0.000848653846153846, 0.000730735272490344, 0.00217903846153847, 0.00247492800983102, 0.00805442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 30, '2021-05-23 00:00:00', 0.000331821314287354, 0.000505769230769265, 0.000339796771841415, 0.000655384615384639, 0.000359750126957812, 0.000906923076923109, 0.000714824373266171, 0.00226326923076923, 0.00247596731679684, 0.00804807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 45, '2021-05-23 00:00:00', 0.000288621924642963, 0.00047615384615384, 0.00030955476711907, 0.000693076923076903, 0.000351572730193023, 0.000909230769230756, 0.000802385194280151, 0.00241000000000001, 0.00247602755670014, 0.00804769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 60, '2021-05-23 00:00:00', 0.000210399711172659, 0.000520961538461518, 0.000313100438542317, 0.000708269230769225, 0.000330963918553967, 0.000856346153846153, 0.000904260769060299, 0.00247153846153845, 0.00248266129695225, 0.00802634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 75, '2021-05-23 00:00:00', 0.000263968019624753, 0.000446346153846174, 0.000290729321640457, 0.000563461538461566, 0.000364585169958736, 0.000897884615384613, 0.000978813744362954, 0.0025128846153846, 0.00249466347352782, 0.00802538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 90, '2021-05-23 00:00:00', 0.000184390471971399, 0.000330384615384628, 0.000244784363502618, 0.000525769230769242, 0.000397807694166991, 0.000925192307692322, 0.000958420836584844, 0.00256250000000001, 0.00249259701608893, 0.00800326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 105, '2021-05-23 00:00:00', 0.000222731038215656, 0.000396346153846163, 0.00030081990523337, 0.000716153846153849, 0.000436546235105293, 0.00105115384615385, 0.000967437535252478, 0.00258576923076922, 0.00251063136405046, 0.0079646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 120, '2021-05-23 00:00:00', 0.000234382084508311, 0.000555192307692298, 0.000282130902514846, 0.000739615384615388, 0.000382570858192879, 0.0010773076923077, 0.000962634386222747, 0.0025998076923077, 0.00252443772871385, 0.00798538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 135, '2021-05-23 00:00:00', 0.000235862492534559, 0.000473653846153858, 0.000317045495400633, 0.000750384615384621, 0.000379246469483064, 0.0011217307692308, 0.000944926798141592, 0.00253942307692309, 0.00254618910561225, 0.0079798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 150, '2021-05-23 00:00:00', 0.000208889831103553, 0.000450192307692285, 0.000241594463130636, 0.000648269230769242, 0.000458895371014411, 0.00118980769230771, 0.000881537838971425, 0.00243980769230769, 0.00251502894921403, 0.00791884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 165, '2021-05-23 00:00:00', 0.000180783338238366, 0.000433846153846186, 0.00035490865563712, 0.000791923076923107, 0.000618202761111705, 0.00135557692307696, 0.000834125520899186, 0.00247423076923079, 0.00253412567990194, 0.00794019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 180, '2021-05-23 00:00:00', 0.000308403082893863, 0.000687692307692321, 0.000407769967204357, 0.0010121153846154, 0.000646233019416828, 0.00142134615384616, 0.000821337862645661, 0.00247326923076922, 0.00252612017041641, 0.00793634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 195, '2021-05-23 00:00:00', 0.000299553578102217, 0.000652115384615387, 0.000507119163662583, 0.000960384615384622, 0.000539282429216379, 0.00120846153846154, 0.000800606981272055, 0.00223346153846152, 0.00253500472613733, 0.00792519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 210, '2021-05-23 00:00:00', 0.000347925776788468, 0.000587115384615396, 0.000395469195532824, 0.000798269230769251, 0.000404893765744135, 0.00110980769230769, 0.00081951141635638, 0.00209019230769231, 0.00256657980289246, 0.00796326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 225, '2021-05-23 00:00:00', 0.000211984397103583, 0.000530769230769249, 0.000390538878198574, 0.000831153846153843, 0.000468472682070321, 0.00114942307692308, 0.000801287929619453, 0.00214211538461539, 0.00256883125175634, 0.00796500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 240, '2021-05-23 00:00:00', 0.00037116821813545, 0.000619615384615387, 0.000370212828602045, 0.000838461538461532, 0.000619708275040602, 0.0011728846153846, 0.000807664462889984, 0.00211826923076922, 0.002587726601003, 0.00796980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 255, '2021-05-23 00:00:00', 0.000257328583721272, 0.000494999999999998, 0.000389064410328941, 0.000753653846153881, 0.000637343676157865, 0.00112519230769233, 0.00080182035682278, 0.00200673076923078, 0.00259655790644818, 0.00791480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 270, '2021-05-23 00:00:00', 0.000255584398223729, 0.000515769230769236, 0.000400859269377844, 0.000723076923076937, 0.000516951121034125, 0.00109730769230772, 0.000742950976744885, 0.00189692307692308, 0.00260271492129632, 0.00792019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 285, '2021-05-23 00:00:00', 0.000301681760495027, 0.00051826923076921, 0.00042406136167015, 0.000760961538461528, 0.000422039234413845, 0.00109365384615385, 0.000762999243875041, 0.0018753846153846, 0.00259129231198526, 0.00791961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 300, '2021-05-23 00:00:00', 0.00030881691115511, 0.000473269230769231, 0.00032780487864206, 0.000719038461538484, 0.000384324582371951, 0.000969230769230774, 0.000815232505768468, 0.00180596153846152, 0.00259262466505396, 0.00791442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 315, '2021-05-23 00:00:00', 0.000214673007152739, 0.000472500000000047, 0.000274556215345082, 0.000686346153846167, 0.000433157636965509, 0.000903461538461556, 0.000763140903412707, 0.00192403846153845, 0.00258514671507471, 0.00791346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 330, '2021-05-23 00:00:00', 0.000262751784009169, 0.000442499999999978, 0.000333317416286624, 0.000617500000000014, 0.00047496963465696, 0.000826923076923088, 0.000788485598132009, 0.00200846153846153, 0.00258284152555938, 0.00791788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 345, '2021-05-23 00:00:00', 0.000177457362159503, 0.000396346153846163, 0.000296854535731907, 0.000541153846153847, 0.000427399650840345, 0.000862692307692314, 0.000871958119142482, 0.00210480769230769, 0.00258284152555938, 0.00791788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 360, '2021-05-23 00:00:00', 0.000223377569289165, 0.000373461538461534, 0.000270688864821694, 0.000552692307692316, 0.000401203813541171, 0.0008825, 0.000903141717306036, 0.00217019230769229, 0.00258000355545374, 0.00792211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 375, '2021-05-23 00:00:00', 0.000150554360231132, 0.000346153846153859, 0.000318741515724157, 0.000591923076923077, 0.000415381566940351, 0.000814615384615358, 0.000873920542946906, 0.00239365384615381, 0.0025734565575984, 0.00791557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 390, '2021-05-23 00:00:00', 0.000242874453164605, 0.000390000000000001, 0.000296749311450161, 0.000561923076923095, 0.000355716233058789, 0.000769038461538478, 0.00094388153184277, 0.00258288461538459, 0.00256017401001153, 0.00790519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 405, '2021-05-23 00:00:00', 0.000134712228900663, 0.000344230769230795, 0.000174031937829264, 0.000496346153846152, 0.000433441017192184, 0.000803653846153884, 0.0009220892873503, 0.00275442307692304, 0.00254668895143963, 0.00788115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 420, '2021-05-23 00:00:00', 0.00016036688704821, 0.000368461538461535, 0.000204542265709432, 0.000518461538461562, 0.000474070791532892, 0.000826346153846161, 0.000911101446686313, 0.00285038461538459, 0.00251316894653866, 0.00789192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 435, '2021-05-23 00:00:00', 0.000159476185827741, 0.000360576923076945, 0.000348316831899648, 0.00060884615384618, 0.000417740488083931, 0.000878653846153872, 0.000979030466250239, 0.00292942307692307, 0.00250493191217156, 0.00789173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 450, '2021-05-23 00:00:00', 0.000321008746585857, 0.000453846153846155, 0.000374890599426658, 0.000619807692307696, 0.000373045522072689, 0.000884807692307681, 0.00100996565059642, 0.00295384615384614, 0.00251280340686226, 0.00787980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 465, '2021-05-23 00:00:00', 0.000203542473360111, 0.000396538461538472, 0.000306118378308932, 0.000622692307692339, 0.00030807816191052, 0.000906923076923057, 0.00102807244955717, 0.00299519230769232, 0.00250851050656332, 0.00786980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 480, '2021-05-23 00:00:00', 0.0002795087035937, 0.000481346153846173, 0.000286823719650003, 0.000655384615384605, 0.000309263703757055, 0.000989038461538459, 0.00107388391078653, 0.00310557692307693, 0.00251800410123697, 0.00787442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 495, '2021-05-23 00:00:00', 0.000194558375657477, 0.000419807692307667, 0.00025869264507399, 0.000658269230769213, 0.000398457024031456, 0.001195, 0.00107765980431962, 0.00318442307692308, 0.00251076473180217, 0.00788346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 510, '2021-05-23 00:00:00', 0.000170464185275195, 0.000510961538461521, 0.000237827749561612, 0.000745961538461532, 0.000363994980945984, 0.0014121153846154, 0.00114246137790301, 0.00334, 0.00251079975000307, 0.00790076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 525, '2021-05-23 00:00:00', 0.000221345535653756, 0.000489615384615381, 0.000316791668985265, 0.00100480769230771, 0.000456922186608846, 0.00151826923076925, 0.00112902076358916, 0.0034117307692308, 0.00249880322123644, 0.00792153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 540, '2021-05-23 00:00:00', 0.000303131096290783, 0.000842692307692328, 0.000326748550700113, 0.00119384615384619, 0.000529534084034112, 0.00163711538461539, 0.00121221052055898, 0.00348288461538463, 0.00249287684443867, 0.00793519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 555, '2021-05-23 00:00:00', 0.000286014792516886, 0.000697307692307709, 0.000313238481278807, 0.00105711538461539, 0.000606441956129229, 0.00169461538461538, 0.00122712554996816, 0.00342365384615386, 0.00248855286956403, 0.00800076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 570, '2021-05-23 00:00:00', 0.000368708609150294, 0.000795961538461569, 0.000525861234986514, 0.00116096153846155, 0.000823099045353299, 0.00184903846153846, 0.00126364036083787, 0.0034498076923077, 0.00247589925388426, 0.00803634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 585, '2021-05-23 00:00:00', 0.000357153543796184, 0.000764423076923089, 0.000538932170699971, 0.00138326923076924, 0.000808993581794449, 0.00200384615384615, 0.00122427078766851, 0.00340980769230769, 0.00248022833936407, 0.00804884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 600, '2021-05-23 00:00:00', 0.000513944512120195, 0.0011548076923077, 0.00077204476255239, 0.00151134615384618, 0.000774742140725134, 0.00206923076923079, 0.00122932820928904, 0.00352461538461541, 0.00249464639855957, 0.00808942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 615, '2021-05-23 00:00:00', 0.000525741820229708, 0.000957307692307704, 0.000585415959941174, 0.0014353846153846, 0.00071542437647981, 0.00194403846153847, 0.00117810716830007, 0.00349250000000002, 0.00250501838623685, 0.00805134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 630, '2021-05-23 00:00:00', 0.000341021767859248, 0.000844615384615367, 0.000396137165444166, 0.00124057692307694, 0.000540804848919987, 0.00165826923076924, 0.00117459276085208, 0.00343307692307694, 0.00250846489986331, 0.00803192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 645, '2021-05-23 00:00:00', 0.000428767823132562, 0.000850384615384627, 0.000470172145233899, 0.0012696153846154, 0.000599396780104785, 0.00172750000000004, 0.00107567311663262, 0.00346442307692309, 0.00251186991333917, 0.0080123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 660, '2021-05-23 00:00:00', 0.000346867964239118, 0.000834230769230794, 0.000466134059620683, 0.00110480769230771, 0.000648745297893143, 0.00168230769230773, 0.000982358562925886, 0.00346711538461539, 0.00246356249237688, 0.00800807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 675, '2021-05-23 00:00:00', 0.000302783497162353, 0.000659615384615385, 0.000477198555675157, 0.00108230769230771, 0.000480782575199405, 0.00153326923076922, 0.00096640827890621, 0.00333480769230768, 0.00245503310333315, 0.00797346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 690, '2021-05-23 00:00:00', 0.000326239411852944, 0.000758076923076953, 0.000348051554536681, 0.00108826923076925, 0.000520583289722654, 0.00156519230769232, 0.000906248671086556, 0.00333942307692309, 0.00240160862756612, 0.00797000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 705, '2021-05-23 00:00:00', 0.000229574522842714, 0.000682692307692305, 0.000280746600774019, 0.000979423076923071, 0.000513669753231224, 0.00155615384615387, 0.000946716511869393, 0.00334807692307691, 0.00232936075747437, 0.00795846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 720, '2021-05-23 00:00:00', 0.000258448328417015, 0.000696538461538464, 0.000465577102595835, 0.00106403846153847, 0.00062674706590091, 0.00156326923076922, 0.00106616970795169, 0.00351461538461535, 0.00235227886232773, 0.0079496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 735, '2021-05-23 00:00:00', 0.000400077492493645, 0.000745000000000004, 0.000480078999909242, 0.00108038461538466, 0.000564418318679965, 0.00150903846153847, 0.00132735294709201, 0.00378961538461538, 0.00243343916173101, 0.00789692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 750, '2021-05-23 00:00:00', 0.000239811143643039, 0.000685769230769257, 0.000308748839923093, 0.000985384615384615, 0.000470471612811558, 0.00138653846153846, 0.00138470713371235, 0.00373461538461537, 0.00238992622995258, 0.00786076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 765, '2021-05-23 00:00:00', 0.000260664535370658, 0.000704999999999998, 0.000360925146724991, 0.0010048076923077, 0.000501188625630613, 0.00139403846153845, 0.00150732300912783, 0.00406557692307693, 0.00237542556511136, 0.00782884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 780, '2021-05-23 00:00:00', 0.000254915446011764, 0.000713269230769241, 0.00041961635408473, 0.00096826923076922, 0.000533473847675602, 0.0014478846153846, 0.00147486146676694, 0.00433711538461537, 0.00247229971577384, 0.00783673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 795, '2021-05-23 00:00:00', 0.000299287679974667, 0.000671346153846154, 0.000340754818240117, 0.000990384615384587, 0.000413684244135732, 0.00155942307692307, 0.0014098966274164, 0.00435249999999998, 0.00248097642843729, 0.00781403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 810, '2021-05-23 00:00:00', 0.000277394817210755, 0.000703269230769192, 0.000377774250863387, 0.00106076923076921, 0.000595514935548654, 0.00166403846153845, 0.00138240872560016, 0.00437173076923075, 0.00249062501423607, 0.0078101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 825, '2021-05-23 00:00:00', 0.000326861826841488, 0.000785576923076903, 0.000398006957805419, 0.00120653846153846, 0.000610461742012963, 0.00174346153846152, 0.00139066044077572, 0.00435730769230767, 0.00251937691472742, 0.00778903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 840, '2021-05-23 00:00:00', 0.000379028971898547, 0.000819807692307708, 0.000575898762470789, 0.00125423076923076, 0.000665375544624691, 0.00170384615384615, 0.00154850265144705, 0.0046176923076923, 0.00248984018640677, 0.00778307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 855, '2021-05-23 00:00:00', 0.000376334343983576, 0.00082346153846151, 0.00043245969131859, 0.0011607692307692, 0.000518807397195349, 0.00155865384615381, 0.00163838015688107, 0.00466846153846152, 0.00250671238109569, 0.00777480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 870, '2021-05-23 00:00:00', 0.000348825942930748, 0.000838461538461506, 0.000435770758365184, 0.00112307692307691, 0.000540187431859089, 0.00169269230769231, 0.0017015457678241, 0.004755, 0.00249485452790029, 0.00776865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 885, '2021-05-23 00:00:00', 0.000320784135422013, 0.000717692307692304, 0.000363777245873588, 0.00111173076923075, 0.00060813412614704, 0.00187634615384611, 0.00181475699793072, 0.00483519230769229, 0.00245357901849523, 0.00774999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 900, '2021-05-23 00:00:00', 0.000325434857004934, 0.000839615384615368, 0.000386465840862889, 0.00136461538461538, 0.000868353526021418, 0.00218538461538458, 0.00185037497239385, 0.00492653846153844, 0.00241187137684859, 0.00775653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 915, '2021-05-23 00:00:00', 0.00031145570125808, 0.000989423076923103, 0.000522834728997742, 0.00148692307692307, 0.000948412945601578, 0.00243865384615384, 0.0020731083314304, 0.00496807692307691, 0.00242046661903157, 0.00775942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 930, '2021-05-23 00:00:00', 0.000512357334739634, 0.00107903846153847, 0.000684973441371696, 0.00162884615384614, 0.00103307235951796, 0.0022975, 0.00207304607726447, 0.00499403846153844, 0.00239599704635749, 0.00774461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 945, '2021-05-23 00:00:00', 0.00047700266085373, 0.00105346153846152, 0.00071593424708828, 0.00168038461538462, 0.00102469066626884, 0.00251480769230769, 0.0020270348940111, 0.00485769230769231, 0.00236629583949259, 0.007655 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 960, '2021-05-23 00:00:00', 0.000572776671473828, 0.00129634615384613, 0.000524376259510737, 0.00158230769230767, 0.00114449370734571, 0.0026903846153846, 0.00190982403539016, 0.00478538461538461, 0.00236776769260706, 0.00761461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 975, '2021-05-23 00:00:00', 0.000348258303783045, 0.000895384615384597, 0.000724428713910804, 0.0018501923076923, 0.0009503158179501, 0.00262692307692304, 0.0017442671372682, 0.00475461538461535, 0.00223038748789392, 0.0076178846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 990, '2021-05-23 00:00:00', 0.000727477861148727, 0.00148096153846154, 0.00101167083807698, 0.00210826923076922, 0.00114468342953244, 0.00259692307692304, 0.00183788985398599, 0.00477365384615382, 0.00225996018514962, 0.00767096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1005, '2021-05-23 00:00:00', 0.000555868585742518, 0.00134173076923076, 0.000834136979158682, 0.00182249999999994, 0.00107077642570528, 0.00245807692307689, 0.00173494087684678, 0.00468961538461538, 0.0023249717947007, 0.0077446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1020, '2021-05-23 00:00:00', 0.000615277298334759, 0.00131192307692303, 0.000858693282753574, 0.00180692307692306, 0.000944381604747038, 0.00255115384615385, 0.00171027322378618, 0.00449749999999999, 0.0024668662228703, 0.00782519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1035, '2021-05-23 00:00:00', 0.000508348343620352, 0.00123403846153845, 0.000536901258648611, 0.0016648076923077, 0.000931811965184806, 0.00254846153846155, 0.00170711465975151, 0.00427269230769232, 0.00259138149226654, 0.00809903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1050, '2021-05-23 00:00:00', 0.000395544609951314, 0.00104346153846154, 0.000749509403646045, 0.0017621153846154, 0.00108845585755517, 0.0024319230769231, 0.00182941899141608, 0.00416038461538464, 0.00283892832569996, 0.00821403846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1065, '2021-05-23 00:00:00', 0.000687398020408506, 0.00143903846153846, 0.000812340777298267, 0.00193346153846155, 0.000961952681548551, 0.00248480769230768, 0.0017143197350104, 0.00408307692307694, 0.0030365359122121, 0.00829288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1080, '2021-05-23 00:00:00', 0.000680889604742339, 0.00122942307692308, 0.000647235303781842, 0.00162653846153845, 0.000856733420526005, 0.00221692307692307, 0.00157464042293423, 0.0038123076923077, 0.00308557231320219, 0.00822250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1095, '2021-05-23 00:00:00', 0.000570472948188963, 0.0010107692307692, 0.000752652744528432, 0.00157192307692305, 0.00115455894009524, 0.00208788461538459, 0.00159659258566968, 0.00364673076923076, 0.00335877484531762, 0.0081873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1110, '2021-05-23 00:00:00', 0.000417530699009552, 0.0010882692307692, 0.000532953057537417, 0.00140519230769228, 0.00101265910430829, 0.0020076923076923, 0.00144626500391125, 0.00340269230769232, 0.00334571653243135, 0.00805365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1125, '2021-05-23 00:00:00', 0.000363192733322767, 0.00092019230769229, 0.00070765278317722, 0.00129769230769229, 0.000931244411444266, 0.00185307692307694, 0.00139455815996982, 0.00323269230769231, 0.00331788554075308, 0.00806769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1140, '2021-05-23 00:00:00', 0.000478537716542645, 0.000882115384615382, 0.000854682599655474, 0.0013471153846154, 0.00082785784732925, 0.00184615384615389, 0.00135314175731318, 0.00311115384615388, 0.00330623753160363, 0.00805615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1155, '2021-05-23 00:00:00', 0.000870516137790566, 0.00100288461538462, 0.000856018983434318, 0.00132250000000005, 0.000931054592301708, 0.00192557692307692, 0.00134355143613426, 0.00305730769230771, 0.00328066144831518, 0.00810153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1170, '2021-05-23 00:00:00', 0.000531130724166678, 0.000805384615384656, 0.000567034288747461, 0.0011917307692308, 0.000810552897718579, 0.00175999999999999, 0.00118859627939204, 0.00273865384615384, 0.00331883234795705, 0.00803692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1185, '2021-05-23 00:00:00', 0.000303575361319058, 0.000780000000000011, 0.00042664108497024, 0.00120115384615382, 0.000576860601745476, 0.00163807692307693, 0.000906198080740868, 0.00249980769230768, 0.00330075966197992, 0.00801711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1200, '2021-05-23 00:00:00', 0.000361941346714546, 0.000856538461538419, 0.000471304450027162, 0.00115173076923075, 0.000533394679965425, 0.00141826923076921, 0.000905285590297342, 0.00241999999999999, 0.0032922233135305, 0.00805711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1215, '2021-05-23 00:00:00', 0.000273192310399732, 0.000669038461538429, 0.00032478472159976, 0.000918653846153827, 0.000330616905891931, 0.00117153846153844, 0.000816214456170365, 0.00218596153846153, 0.00327163393664153, 0.00801884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1230, '2021-05-23 00:00:00', 0.000201981434790432, 0.000617500000000014, 0.000256890278883073, 0.00083615384615385, 0.000391964333149792, 0.00119403846153848, 0.00075710938138725, 0.00209884615384617, 0.00328650097426519, 0.00798942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1245, '2021-05-23 00:00:00', 0.000246867139602209, 0.000584230769230762, 0.000317672606019757, 0.000871730769230767, 0.000487095354746269, 0.00127673076923079, 0.00074037820376842, 0.00204826923076926, 0.00326515361872087, 0.00807807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1260, '2021-05-23 00:00:00', 0.000250698715899925, 0.000654615384615377, 0.0003665135111373, 0.000883076923076927, 0.000484218998451686, 0.00127096153846156, 0.000707084479774847, 0.00196769230769232, 0.00325422020081379, 0.00803865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1275, '2021-05-23 00:00:00', 0.000258993317407118, 0.00059153846153846, 0.000318785013159934, 0.000901730769230784, 0.000389068166857087, 0.00126596153846153, 0.000670877496555502, 0.00191615384615385, 0.00326085824002492, 0.00808730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1290, '2021-05-23 00:00:00', 0.000274170637489758, 0.000668461538461554, 0.000337905824385797, 0.000917884615384633, 0.00042412266912007, 0.00125596153846156, 0.00068488317364235, 0.00192019230769232, 0.00327851706627343, 0.00812307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1305, '2021-05-23 00:00:00', 0.000270404255769866, 0.000687692307692295, 0.000313028199761838, 0.000955576923076906, 0.000371609182630567, 0.00120423076923076, 0.000681378721078389, 0.00185980769230768, 0.00330681959685644, 0.00818038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1320, '2021-05-23 00:00:00', 0.000300522109771538, 0.000648461538461534, 0.000304841509893004, 0.000847884615384619, 0.000387548508130054, 0.0011503846153846, 0.00075295890683661, 0.00184634615384615, 0.00330765606062428, 0.00821115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1335, '2021-05-23 00:00:00', 0.000226500212260089, 0.000522115384615398, 0.000318550805028983, 0.000758846153846172, 0.000484218799876481, 0.00115038461538464, 0.000716140617906424, 0.00184923076923078, 0.0033103035185033, 0.00825923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1350, '2021-05-23 00:00:00', 0.00027297957094594, 0.0005503846153846, 0.000338637541650872, 0.000839230769230767, 0.000513140706449349, 0.00114076923076923, 0.000687164547531817, 0.00182365384615384, 0.00330828791998798, 0.00827480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1365, '2021-05-23 00:00:00', 0.000247229650325362, 0.0006375, 0.000352745113906071, 0.00088634615384617, 0.000362325660994872, 0.00106826923076923, 0.000608845344768395, 0.00176442307692309, 0.00331459509071388, 0.00830884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1380, '2021-05-23 00:00:00', 0.000298104008694913, 0.000580000000000008, 0.000329164677046847, 0.000719230769230767, 0.000377756993520728, 0.00105288461538462, 0.000563764169189137, 0.00171096153846154, 0.0033084567631822, 0.00826307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1395, '2021-05-23 00:00:00', 0.000200064604950101, 0.000460384615384625, 0.000222219226475524, 0.000634230769230765, 0.000286029920435976, 0.000971346153846163, 0.00056858123024298, 0.00175884615384617, 0.00332366276175036, 0.00824192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1410, '2021-05-23 00:00:00', 0.000165657315425065, 0.000427115384615364, 0.000318426661040692, 0.000753461538461547, 0.000288491101049216, 0.000906346153846173, 0.000664056560380691, 0.00183634615384617, 0.00329155675116711, 0.00827961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1425, '2021-05-23 00:00:00', 0.000297377770624363, 0.000616538461538487, 0.000297953080973356, 0.000785961538461546, 0.000341348738885084, 0.000905192307692337, 0.00066286421048242, 0.00197019230769232, 0.00329331770991829, 0.00828346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 0, '2021-05-23 00:00:00', 0.00029540929884848, 0.000519423076923038, 0.000259026283192689, 0.000663846153846147, 0.000300962366673721, 0.000807884615384613, 0.000645292092478574, 0.00206826923076923, 0.00329794033626116, 0.0083026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 15, '2021-05-23 00:00:00', 0.000187182757259823, 0.000369230769230805, 0.000263265952106355, 0.000535192307692321, 0.000398071166810858, 0.000805576923076923, 0.000723048780139729, 0.00207653846153847, 0.00331093470418619, 0.00827884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 30, '2021-05-23 00:00:00', 0.000303578401988437, 0.000395384615384592, 0.00032243997652516, 0.000573461538461504, 0.000436108534479871, 0.00082057692307691, 0.000735412495448328, 0.00213653846153846, 0.00331047649370669, 0.00829615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 45, '2021-05-23 00:00:00', 0.000279462189543785, 0.000401346153846153, 0.000368421163678412, 0.000626923076923085, 0.000418230015845175, 0.000792115384615364, 0.000761202692100843, 0.00218153846153844, 0.00328498743704422, 0.0082826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 60, '2021-05-23 00:00:00', 0.000301579177000004, 0.000465000000000006, 0.000347100794494165, 0.00056980769230771, 0.000425177609946748, 0.000859999999999997, 0.000724608886546087, 0.00218596153846155, 0.00328489602341008, 0.00826673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 75, '2021-05-23 00:00:00', 0.00018859653720615, 0.000330576923076937, 0.000242899156029816, 0.000464999999999989, 0.00028371844114573, 0.000848076923076919, 0.000719408517731486, 0.00220384615384615, 0.00327831223579824, 0.00824865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 90, '2021-05-23 00:00:00', 0.000223548308322508, 0.000330384615384594, 0.000252772929417204, 0.000608076923076918, 0.000310133780066701, 0.000855192307692299, 0.000701797719048403, 0.00219403846153844, 0.00327545976220836, 0.00832942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 105, '2021-05-23 00:00:00', 0.000250951113841859, 0.000487307692307691, 0.000265567606921784, 0.000698076923076927, 0.00036427250999555, 0.000927692307692305, 0.000717267812873667, 0.00217634615384616, 0.00329366511421778, 0.00834673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 120, '2021-05-23 00:00:00', 0.000192782160840856, 0.00049980769230767, 0.000274534361027194, 0.000621346153846159, 0.000461528563996453, 0.000971153846153846, 0.000721907515917697, 0.0021776923076923, 0.00330416380670486, 0.0083626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 135, '2021-05-23 00:00:00', 0.000223956125510856, 0.000417115384615376, 0.000279577428383513, 0.000616538461538436, 0.00049129252605129, 0.00108288461538461, 0.000689212845319798, 0.00218288461538459, 0.0033349663185936, 0.0083578846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 150, '2021-05-23 00:00:00', 0.000227167593165524, 0.000418653846153847, 0.000337250876716667, 0.000686923076923076, 0.000544682970599908, 0.00109846153846153, 0.000726307415312849, 0.0021476923076923, 0.00339072500189287, 0.00836096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 165, '2021-05-23 00:00:00', 0.000307899584030511, 0.000508076923076921, 0.000408479544728428, 0.000816538461538482, 0.000582889651781411, 0.00122288461538463, 0.000716054494058589, 0.00211403846153845, 0.00335866276045414, 0.00836346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 180, '2021-05-23 00:00:00', 0.000402088250933121, 0.000674807692307715, 0.000542672198831487, 0.000933653846153839, 0.000599767166362192, 0.00134557692307692, 0.000779956828193785, 0.00213442307692305, 0.00336696764394677, 0.00836365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 195, '2021-05-23 00:00:00', 0.000297499385907561, 0.000626730769230759, 0.000405709682105146, 0.000952115384615413, 0.000504173962651201, 0.00128576923076922, 0.00080906054256681, 0.00209980769230769, 0.00337277995929855, 0.00833557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 210, '2021-05-23 00:00:00', 0.000357040452351553, 0.000656730769230793, 0.000417176959316558, 0.000926153846153842, 0.000533253583781097, 0.00125423076923076, 0.000864588852932636, 0.00208673076923074, 0.00335321591334919, 0.0083201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 225, '2021-05-23 00:00:00', 0.000269410253359765, 0.000563269230769223, 0.000346112531722534, 0.000813269230769195, 0.000439153556462721, 0.0011203846153846, 0.000778209483365485, 0.00191499999999997, 0.00328593272088059, 0.00827038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 240, '2021-05-23 00:00:00', 0.000249302102802063, 0.000586538461538435, 0.000368926769885908, 0.000765192307692308, 0.000390986523474228, 0.00106769230769231, 0.000760284789758691, 0.00184019230769228, 0.00323789005966253, 0.00825096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 255, '2021-05-23 00:00:00', 0.000251030568166191, 0.000472884615384596, 0.00033593062470607, 0.00072423076923074, 0.000395463506047511, 0.00100423076923076, 0.000777088377312266, 0.00182711538461537, 0.00322389174756223, 0.00825 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 270, '2021-05-23 00:00:00', 0.000263137869683444, 0.000516538461538438, 0.000315302845872644, 0.000746730769230751, 0.000348505214617233, 0.000948269230769226, 0.000837317167184285, 0.00184403846153844, 0.00323113402931299, 0.00822365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 285, '2021-05-23 00:00:00', 0.000293655475790176, 0.000476538461538441, 0.000321752174100621, 0.000722692307692294, 0.000368173036241647, 0.000890769230769225, 0.000823542558799371, 0.00179788461538459, 0.00328303874247856, 0.00824076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 300, '2021-05-23 00:00:00', 0.000222247696189513, 0.00053596153846154, 0.000290231207567635, 0.000666923076923074, 0.000336771378740023, 0.000875192307692319, 0.000802739276573544, 0.00179211538461539, 0.00328966280713011, 0.00823423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 315, '2021-05-23 00:00:00', 0.000182149558161626, 0.000367307692307724, 0.000238734483990426, 0.00057692307692309, 0.000399538050561079, 0.000824423076923089, 0.00075946945044142, 0.00190461538461539, 0.00330009596597057, 0.00822576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 330, '2021-05-23 00:00:00', 0.000185972806117975, 0.00041826923076923, 0.000230647916830983, 0.000592692307692313, 0.000480021473878645, 0.00083115384615386, 0.000766048326453038, 0.00204096153846154, 0.00329971777347931, 0.00822423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 345, '2021-05-23 00:00:00', 0.000218653572153266, 0.000439230769230777, 0.000391479098567705, 0.000638269230769228, 0.000469794758787938, 0.000858653846153852, 0.000792221632742119, 0.00210865384615385, 0.00329871457482361, 0.00821461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 360, '2021-05-23 00:00:00', 0.000230556600759671, 0.000432115384615389, 0.000377785449896993, 0.000579615384615373, 0.000412881990962979, 0.00078346153846153, 0.000804089164592695, 0.00219423076923078, 0.00329615713894457, 0.00819173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 375, '2021-05-23 00:00:00', 0.00027476283479506, 0.000376153846153851, 0.000277976825265381, 0.000558653846153842, 0.000360981354728406, 0.000793461538461553, 0.000781617848784424, 0.00233230769230769, 0.00329617006772777, 0.00819134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 390, '2021-05-23 00:00:00', 0.000183353798391564, 0.000383846153846149, 0.000256243949271901, 0.000479807692307684, 0.000369224134555754, 0.000802307692307705, 0.000739310515589699, 0.00243596153846155, 0.00329955906145046, 0.00820000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 405, '2021-05-23 00:00:00', 0.000192468578854194, 0.000311923076923062, 0.000316717296897181, 0.000524615384615422, 0.000366197508708913, 0.000813846153846156, 0.000734862650693717, 0.00255865384615387, 0.00331576063903661, 0.00820884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 420, '2021-05-23 00:00:00', 0.000261361597438083, 0.000401730769230788, 0.000321695747323682, 0.000591923076923069, 0.000402689038264573, 0.000837307692307695, 0.000710855389383376, 0.00271423076923079, 0.00331625119675815, 0.00821000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 435, '2021-05-23 00:00:00', 0.000182247507105462, 0.000368076923076926, 0.000211752122866474, 0.00054519230769231, 0.000378035661728409, 0.000865192307692314, 0.000681953895351157, 0.00278865384615386, 0.00331849664758002, 0.00821500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 450, '2021-05-23 00:00:00', 0.000191999699518962, 0.000411730769230785, 0.000278653700164519, 0.00057673076923079, 0.000440685872772805, 0.000954038461538477, 0.000677886421165109, 0.00286000000000004, 0.0033208388942462, 0.00821980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 465, '2021-05-23 00:00:00', 0.000186089721949878, 0.000370769230769251, 0.00024250971431769, 0.000624807692307703, 0.000329693855662382, 0.000954038461538469, 0.00065332772433492, 0.00294134615384619, 0.00332730514658055, 0.00823153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 480, '2021-05-23 00:00:00', 0.000175058671483401, 0.000453461538461563, 0.000246270957718094, 0.000690769230769247, 0.000381573916621889, 0.000940576923076953, 0.000678647438773507, 0.00300211538461541, 0.00333388352895167, 0.00822423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 495, '2021-05-23 00:00:00', 0.000238675511940397, 0.00046499999999998, 0.00032859701763712, 0.000664999999999967, 0.000563655957532184, 0.00122596153846154, 0.000716957916370366, 0.00301557692307693, 0.00332394120215514, 0.00822134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 510, '2021-05-23 00:00:00', 0.000195796695972746, 0.000447884615384603, 0.000267024415478348, 0.000630961538461539, 0.00054356221779605, 0.00138326923076921, 0.000724345885291339, 0.00297480769230772, 0.00332351860001043, 0.00821326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 525, '2021-05-23 00:00:00', 0.000189721759832235, 0.000442884615384647, 0.00043460078940776, 0.000930384615384656, 0.000553581624861779, 0.00143115384615389, 0.000762758052172423, 0.00297538461538465, 0.00332675668458958, 0.00820403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 540, '2021-05-23 00:00:00', 0.000428076961089235, 0.000833269230769232, 0.000532524322304747, 0.00120307692307691, 0.00058457492774995, 0.00157538461538462, 0.00083667494377358, 0.00302019230769231, 0.00332974333152662, 0.00819557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 555, '2021-05-23 00:00:00', 0.000334169291504471, 0.00075365384615383, 0.000309172904076952, 0.00098826923076924, 0.000488632943881376, 0.00155807692307692, 0.00083530512619413, 0.00296442307692309, 0.00342670182312604, 0.00826576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 570, '2021-05-23 00:00:00', 0.000219403474483398, 0.00064673076923077, 0.000320997723452304, 0.000973461538461553, 0.000486902967746155, 0.0016075, 0.000837162538211474, 0.00300634615384616, 0.00350565837117431, 0.00829384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 585, '2021-05-23 00:00:00', 0.000338863541857202, 0.000767500000000015, 0.000455798243153202, 0.00129903846153847, 0.000532103228851205, 0.00179038461538463, 0.000845021529083982, 0.00303076923076925, 0.00354586661317955, 0.00833096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 600, '2021-05-23 00:00:00', 0.000309022590660367, 0.00097480769230769, 0.000334587001448709, 0.0012523076923077, 0.000598693449232463, 0.00180038461538462, 0.000920452083740148, 0.00303403846153847, 0.00355975446970929, 0.00832326923076925 where not exists (select 1 from powerstats_tru[...];
Date: 2021-05-23 15:07:14 Duration: 13s480ms Database: acaweb_fx User: pgperfstats
16 28s791ms 2 13s620ms 15s170ms 14s395ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 15 2 28s791ms 14s395ms [ User: pgperfstats - Total duration: 28s791ms - 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 977050, 1, 930, '2021-05-23 00:00:00', 0.0313290784072256, 0.0616346153846129, 0.0440905187784611, 0.0880769230769228, 0.0566774171551985, 0.119980769230767, 0.189501962644596, 0.308923076923076, 0.200695204227704, 0.51025 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 945, '2021-05-23 00:00:00', 0.0285413128370364, 0.0629423076923071, 0.0400679230998855, 0.0855384615384622, 0.0512409841975978, 0.126461538461538, 0.182283199993857, 0.29925, 0.191408882721297, 0.507596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 960, '2021-05-23 00:00:00', 0.0326831702162524, 0.0614807692307687, 0.0447241158488513, 0.0895576923076909, 0.0819327702824342, 0.164673076923076, 0.181520099543995, 0.295442307692308, 0.193323261563472, 0.512788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 975, '2021-05-23 00:00:00', 0.0277205075433612, 0.0590576923076917, 0.0382887259968456, 0.0914423076923076, 0.124674357365963, 0.184346153846154, 0.174045450518404, 0.287326923076924, 0.194463209888143, 0.520500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 990, '2021-05-23 00:00:00', 0.0376885465156392, 0.0744423076923079, 0.0768936853464172, 0.127673076923077, 0.135988677413288, 0.195403846153847, 0.16884805185546, 0.278769230769231, 0.190958788344903, 0.523673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1005, '2021-05-23 00:00:00', 0.0655023193952234, 0.0874230769230773, 0.106714588794311, 0.144211538461538, 0.124342517018362, 0.187307692307692, 0.159885001942502, 0.264076923076924, 0.187983081276357, 0.530173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1020, '2021-05-23 00:00:00', 0.0683706555362884, 0.0925576923076915, 0.0829074205642377, 0.126596153846153, 0.102603313786642, 0.1745, 0.110032745126166, 0.232749999999999, 0.161362140493411, 0.522596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1035, '2021-05-23 00:00:00', 0.0347470197947328, 0.070346153846152, 0.0342320587483984, 0.0975769230769239, 0.092355758639331, 0.153884615384614, 0.0893896225262457, 0.20526923076923, 0.15713045168316, 0.521326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1050, '2021-05-23 00:00:00', 0.0253995835822911, 0.0686730769230785, 0.0574125723299212, 0.115211538461539, 0.0842972419477653, 0.14375, 0.0812125913882825, 0.190250000000001, 0.155723235754482, 0.512384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1065, '2021-05-23 00:00:00', 0.0507038346296787, 0.0911730769230777, 0.0764441299250632, 0.11275, 0.075008122637074, 0.131538461538463, 0.0764552483482995, 0.17225, 0.156365720225178, 0.512961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1080, '2021-05-23 00:00:00', 0.0398279231386529, 0.0657884615384614, 0.0418019000304275, 0.081173076923077, 0.0429739321700238, 0.109173076923077, 0.069508140087774, 0.151807692307692, 0.156741783001412, 0.508557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1095, '2021-05-23 00:00:00', 0.0230682932581958, 0.0493846153846162, 0.0229194576389037, 0.0691923076923074, 0.0380402216284087, 0.0914615384615385, 0.0579815620560672, 0.140307692307692, 0.156951540782008, 0.504884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1110, '2021-05-23 00:00:00', 0.0222448956980129, 0.0478461538461527, 0.0283311733716661, 0.0676538461538462, 0.0432145675224657, 0.0863269230769232, 0.0575062939699117, 0.133076923076923, 0.157087496442148, 0.507807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1125, '2021-05-23 00:00:00', 0.0147385940254219, 0.0411153846153858, 0.0190732696563712, 0.0549807692307705, 0.0367638252383231, 0.0766730769230779, 0.0554601624175834, 0.128019230769231, 0.158425269934586, 0.509884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1140, '2021-05-23 00:00:00', 0.0201785491587941, 0.0415769230769232, 0.0256062567474309, 0.0595961538461536, 0.0360248471944662, 0.0764807692307693, 0.0554049324380207, 0.125442307692308, 0.159777402850148, 0.511038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1155, '2021-05-23 00:00:00', 0.0190481979765493, 0.0405769230769233, 0.0304292875115662, 0.0536923076923072, 0.0406327643467848, 0.0751923076923082, 0.0556067130701084, 0.123557692307691, 0.164603707080417, 0.515903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1170, '2021-05-23 00:00:00', 0.0228207058476418, 0.0357692307692316, 0.0266124970643479, 0.051250000000002, 0.0331089344205074, 0.0728076923076929, 0.0532932814354094, 0.120076923076923, 0.168511843911524, 0.517807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1185, '2021-05-23 00:00:00', 0.0166034287469143, 0.0349230769230764, 0.01973650463949, 0.0515192307692314, 0.0243357050126261, 0.0700576923076923, 0.0458651241727811, 0.11601923076923, 0.170448638778779, 0.520038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1200, '2021-05-23 00:00:00', 0.0191693665879869, 0.0392692307692313, 0.0238739639324134, 0.0511153846153838, 0.0273299286497407, 0.0677499999999999, 0.0460041135284494, 0.117461538461539, 0.170056949736983, 0.521384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1215, '2021-05-23 00:00:00', 0.0146866894211673, 0.0308269230769232, 0.0214721644496739, 0.0440769230769247, 0.0300696882898056, 0.0631153846153848, 0.0466546724513046, 0.121038461538462, 0.171330575653754, 0.527884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1230, '2021-05-23 00:00:00', 0.0164989510156065, 0.0313461538461548, 0.0187510102291939, 0.0435961538461538, 0.0302990733547051, 0.0685769230769226, 0.0438638277469638, 0.118153846153846, 0.170492174420007, 0.530807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1245, '2021-05-23 00:00:00', 0.014446466163577, 0.0300961538461538, 0.0200824933327877, 0.046442307692307, 0.0315897317786356, 0.0651346153846159, 0.0407697663244926, 0.113923076923078, 0.169678942304396, 0.533288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1260, '2021-05-23 00:00:00', 0.0164361234433822, 0.0336153846153839, 0.0190162784517314, 0.0483269230769232, 0.0277042137866876, 0.0597884615384623, 0.0380954671238517, 0.11123076923077, 0.170177569027179, 0.53425 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1275, '2021-05-23 00:00:00', 0.0138048486465388, 0.0300769230769229, 0.0231851494247105, 0.0431346153846153, 0.0271115927517821, 0.0619615384615392, 0.0369912879556155, 0.108846153846154, 0.171319831354648, 0.537230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1290, '2021-05-23 00:00:00', 0.0203482469477382, 0.0326346153846149, 0.0223759572206071, 0.0432115384615382, 0.0265584985673859, 0.0610769230769228, 0.0390939106019548, 0.110923076923077, 0.171191854811631, 0.537634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1305, '2021-05-23 00:00:00', 0.0177962074611412, 0.0322500000000004, 0.0257558656500725, 0.04973076923077, 0.0248267922894731, 0.0589807692307677, 0.0383534824414225, 0.115519230769231, 0.171067037017207, 0.539865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1320, '2021-05-23 00:00:00', 0.0184641440468986, 0.0357692307692305, 0.0178864473834244, 0.0427499999999986, 0.0233961206514761, 0.0609615384615377, 0.0405339221659304, 0.115673076923077, 0.171373892859579, 0.540365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1335, '2021-05-23 00:00:00', 0.0078476111014751, 0.0242499999999999, 0.017214707486512, 0.0363846153846142, 0.021691907388558, 0.0601730769230751, 0.0447767281588917, 0.121346153846154, 0.171628620752888, 0.542288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1350, '2021-05-23 00:00:00', 0.0145769180028404, 0.0260576923076905, 0.0179410144640682, 0.0434999999999984, 0.0206201264638337, 0.0560192307692288, 0.0519818607415476, 0.125923076923077, 0.171350433771982, 0.543134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1365, '2021-05-23 00:00:00', 0.016343853231766, 0.036807692307691, 0.0189061752223541, 0.0482115384615364, 0.0215003130567543, 0.0572884615384596, 0.0607602128167628, 0.132711538461539, 0.171229783759, 0.543673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1380, '2021-05-23 00:00:00', 0.0131687275245319, 0.0316538461538437, 0.0142395980928582, 0.0361153846153822, 0.0245722482613086, 0.056346153846154, 0.0583751791300155, 0.137807692307692, 0.173603302210706, 0.544942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1395, '2021-05-23 00:00:00', 0.0135948661124471, 0.0225961538461519, 0.0190346748370917, 0.0328269230769219, 0.0328624639742905, 0.0783076923076929, 0.0557007284857765, 0.152634615384616, 0.174739649192735, 0.54575 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1410, '2021-05-23 00:00:00', 0.0127601091145565, 0.0230961538461532, 0.0264775376498647, 0.0440000000000002, 0.0322729703526739, 0.0772307692307702, 0.0549665247778494, 0.159326923076924, 0.176759777229307, 0.547173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1425, '2021-05-23 00:00:00', 0.023412595229589, 0.0344807692307699, 0.0318518988686445, 0.06671153846154, 0.0299122627284924, 0.072711538461538, 0.0553524129138439, 0.171519230769231, 0.177204835843027, 0.547576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 0, '2021-05-23 00:00:00', 0.0317774533035862, 0.0500576923076936, 0.0321453729174188, 0.0602500000000007, 0.0313346514998223, 0.0679038461538468, 0.0583124739261227, 0.180769230769231, 0.182601441775419, 0.550557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 15, '2021-05-23 00:00:00', 0.0217351186933825, 0.0336538461538451, 0.0217036774622327, 0.0399807692307694, 0.0244888750252029, 0.0562499999999991, 0.0590603602583522, 0.184384615384616, 0.181511560343857, 0.548942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 30, '2021-05-23 00:00:00', 0.0141840104993674, 0.0248846153846145, 0.0182078702340906, 0.0350576923076924, 0.028738670008303, 0.0596346153846148, 0.0602584816883478, 0.189769230769231, 0.181830666153556, 0.547865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 45, '2021-05-23 00:00:00', 0.0165404515797333, 0.0265576923076923, 0.0189635277471081, 0.0411538461538443, 0.0353867695832551, 0.0672884615384593, 0.0626622693492688, 0.194, 0.181601348054976, 0.546980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 60, '2021-05-23 00:00:00', 0.015152354475588, 0.0324230769230754, 0.019880489082361, 0.0474230769230765, 0.0313631398055341, 0.0674423076923061, 0.0805604717922174, 0.20351923076923, 0.184864816513622, 0.547096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 75, '2021-05-23 00:00:00', 0.0149064260794319, 0.030192307692307, 0.0238173175522474, 0.0472307692307679, 0.0356562272045383, 0.0745576923076909, 0.0828475430209938, 0.206846153846153, 0.195053006602347, 0.551153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 90, '2021-05-23 00:00:00', 0.0178256945058351, 0.0368461538461516, 0.0203205466310491, 0.0492307692307671, 0.0443214351683781, 0.0800192307692291, 0.0824180898738959, 0.210192307692306, 0.195053006602347, 0.551153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 105, '2021-05-23 00:00:00', 0.01571177902085, 0.0294999999999993, 0.0334137926380952, 0.06030769230769, 0.0531576935599671, 0.0855961538461532, 0.0818643460478742, 0.212365384615385, 0.193492962503708, 0.548442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 120, '2021-05-23 00:00:00', 0.0247003269987697, 0.0503846153846138, 0.0385225408539756, 0.0616153846153837, 0.0488717040989815, 0.0952884615384601, 0.0797722455108673, 0.213365384615385, 0.193227686541431, 0.548173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 135, '2021-05-23 00:00:00', 0.031456856902015, 0.0389230769230753, 0.0456975382269105, 0.0647499999999993, 0.0403168651482792, 0.109519230769231, 0.0792553249848963, 0.210557692307692, 0.195346985170963, 0.551230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 150, '2021-05-23 00:00:00', 0.0211944931164109, 0.0474423076923074, 0.0281694597310359, 0.0714615384615375, 0.0293084196356358, 0.109288461538464, 0.0793789547773107, 0.208461538461539, 0.194916664638624, 0.550384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 165, '2021-05-23 00:00:00', 0.0210328314784282, 0.0569999999999989, 0.0280104170182891, 0.0907884615384616, 0.0363790303080464, 0.115923076923077, 0.0811413984255966, 0.204942307692307, 0.196290609713095, 0.549211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 180, '2021-05-23 00:00:00', 0.0289698052355313, 0.0679807692307708, 0.0313958595996364, 0.0825000000000026, 0.0438694260101664, 0.112942307692309, 0.0816934608060022, 0.196192307692308, 0.201810868236726, 0.552942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 195, '2021-05-23 00:00:00', 0.0183708066905499, 0.0505576923076932, 0.0353266950706611, 0.0758461538461536, 0.045525500039497, 0.107365384615385, 0.0740217977251397, 0.186557692307693, 0.21129398040135, 0.556384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 210, '2021-05-23 00:00:00', 0.0255181383454079, 0.0558461538461549, 0.0280193888913752, 0.0776153846153846, 0.0398744761238795, 0.106076923076924, 0.0666299222456527, 0.181942307692308, 0.215462697110552, 0.564423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 225, '2021-05-23 00:00:00', 0.0221240558251354, 0.052076923076922, 0.0295588591431756, 0.0748846153846144, 0.0447692588553959, 0.102942307692307, 0.0640559400956579, 0.180788461538461, 0.221862511132805, 0.571076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 240, '2021-05-23 00:00:00', 0.0214258291285578, 0.0508846153846162, 0.0314066626934228, 0.0709615384615384, 0.054145604978257, 0.102942307692307, 0.0548259518841217, 0.173749999999999, 0.228410494168184, 0.574923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 255, '2021-05-23 00:00:00', 0.0185758010490911, 0.0439038461538454, 0.022129140203674, 0.0618269230769226, 0.0457112719645308, 0.0950961538461532, 0.0486549230650026, 0.165307692307691, 0.232818509705604, 0.576538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 270, '2021-05-23 00:00:00', 0.01576573694879, 0.0404615384615376, 0.0345447591483175, 0.0660961538461513, 0.041272252739022, 0.0888269230769214, 0.0518476503436143, 0.161673076923075, 0.233425023376803, 0.57280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 285, '2021-05-23 00:00:00', 0.0250275540462594, 0.048461538461537, 0.0307849176358501, 0.0648653846153839, 0.0355634427683603, 0.0855384615384617, 0.0502973313254429, 0.153692307692306, 0.234994088305347, 0.571192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 300, '2021-05-23 00:00:00', 0.02089541723772, 0.0434615384615372, 0.0222066518101075, 0.0561538461538437, 0.0303245521242834, 0.0794615384615375, 0.0490306536770604, 0.147249999999997, 0.23507581837487, 0.568096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 315, '2021-05-23 00:00:00', 0.017360443542721, 0.0377499999999993, 0.0227927873206914, 0.053634615384614, 0.0309457838559889, 0.0746923076923069, 0.0484171933860742, 0.151230769230768, 0.235445495897588, 0.566692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 330, '2021-05-23 00:00:00', 0.0179289302096239, 0.0395576923076921, 0.0216092305775511, 0.0523269230769237, 0.0298305793027622, 0.0737115384615395, 0.0552190637370806, 0.162749999999999, 0.235333557873793, 0.56578846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 345, '2021-05-23 00:00:00', 0.0128778432260158, 0.0333269230769248, 0.0218010232646237, 0.0497692307692328, 0.0294601490935707, 0.0689038461538472, 0.0811647730522003, 0.178096153846152, 0.235068503926964, 0.565807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 360, '2021-05-23 00:00:00', 0.0162058512699785, 0.0354807692307714, 0.0218419585625033, 0.0496346153846174, 0.026024226878342, 0.0674038461538472, 0.0908579470297521, 0.180942307692306, 0.241732723509632, 0.571480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 375, '2021-05-23 00:00:00', 0.0141366000699769, 0.0327884615384612, 0.0165046846496567, 0.0447307692307691, 0.0198137190234064, 0.0667884615384612, 0.102042472303673, 0.188884615384613, 0.248691950319759, 0.575384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 390, '2021-05-23 00:00:00', 0.0091946472722726, 0.0283076923076919, 0.0168065577860361, 0.0444038461538467, 0.0325761592862961, 0.0678846153846149, 0.10173625025223, 0.196230769230767, 0.248260589672656, 0.575403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 405, '2021-05-23 00:00:00', 0.0129479579619581, 0.033480769230769, 0.0165618653724603, 0.0501538461538462, 0.0404210912196172, 0.0757307692307706, 0.119231960415887, 0.217096153846151, 0.248365614491092, 0.575961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 420, '2021-05-23 00:00:00', 0.0122197979336201, 0.0352115384615366, 0.0226633217743146, 0.0491153846153836, 0.0391131888045625, 0.074692307692308, 0.133995057314125, 0.221153846153843, 0.250345109491185, 0.576923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 435, '2021-05-23 00:00:00', 0.0162460882865817, 0.032153846153845, 0.0316869604338823, 0.0527884615384633, 0.0346545146354026, 0.0778461538461544, 0.131409836009334, 0.226749999999998, 0.250317005937547, 0.57678846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 450, '2021-05-23 00:00:00', 0.0290493810340499, 0.0390576923076941, 0.0302924019414856, 0.0535192307692311, 0.0305225578623659, 0.0769423076923089, 0.130733445782454, 0.235423076923076, 0.250173023202865, 0.575807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 465, '2021-05-23 00:00:00', 0.0130124939961552, 0.0347499999999987, 0.0185336284794787, 0.0528461538461553, 0.0259245725430221, 0.0707884615384618, 0.134271253868372, 0.243980769230769, 0.250259964068135, 0.57451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 480, '2021-05-23 00:00:00', 0.0177055402020436, 0.0396153846153863, 0.0244773128867096, 0.0563269230769242, 0.0242506463038381, 0.0734230769230777, 0.135587134912742, 0.245865384615385, 0.249346663225194, 0.574461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 495, '2021-05-23 00:00:00', 0.013701277312719, 0.0347499999999992, 0.0170319157421056, 0.0466153846153842, 0.0218741505329572, 0.0850384615384609, 0.124621883496253, 0.242576923076922, 0.248276781807351, 0.570403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 510, '2021-05-23 00:00:00', 0.012698046488157, 0.0324038461538457, 0.0204091608390416, 0.0534230769230762, 0.0377206788828697, 0.0985192307692289, 0.128136827409068, 0.24555769230769, 0.24856645683104, 0.569711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 525, '2021-05-23 00:00:00', 0.0158205927147538, 0.0383653846153853, 0.0218695081018168, 0.0701538461538444, 0.0741867809083141, 0.11303846153846, 0.128297616741459, 0.24553846153846, 0.247455397690479, 0.569076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 540, '2021-05-23 00:00:00', 0.0232851553900434, 0.0585384615384607, 0.0414555739965633, 0.0797692307692301, 0.0847771218231379, 0.122403846153846, 0.127804748918629, 0.244923076923076, 0.24768574071562, 0.567615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 555, '2021-05-23 00:00:00', 0.031908794302606, 0.0543653846153835, 0.0682178749415296, 0.086538461538461, 0.0794893800357075, 0.132807692307691, 0.121333711784419, 0.249019230769229, 0.245243386172874, 0.564461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 570, '2021-05-23 00:00:00', 0.0447790000575462, 0.0611730769230777, 0.0531875491502967, 0.0888461538461545, 0.0549616544650755, 0.132211538461536, 0.11029997733454, 0.240249999999999, 0.239615778984734, 0.556307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 585, '2021-05-23 00:00:00', 0.0253571413093935, 0.0537692307692301, 0.0356541075419838, 0.0901538461538448, 0.0722122299464982, 0.138115384615382, 0.104074278208476, 0.231346153846152, 0.236091250285854, 0.55003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 600, '2021-05-23 00:00:00', 0.0333647211195387, 0.0767307692307689, 0.0380089311366917, 0.0986730769230747, 0.0880509489749232, 0.140519230769228, 0.10685786569803, 0.230788461538461, 0.23979076215606, 0.55201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 615, '2021-05-23 00:00:00', 0.0197784264754843, 0.0601153846153847, 0.067088795923473, 0.100942307692306, 0.0772769370511025, 0.131249999999999, 0.106993862153216, 0.228442307692308, 0.236368578707069, 0.548749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 630, '2021-05-23 00:00:00', 0.0488220355356679, 0.0756346153846114, 0.0597176594162377, 0.0958269230769193, 0.0579211831848956, 0.12628846153846, 0.101074945537381, 0.226269230769232, 0.234011502840219, 0.547211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 645, '2021-05-23 00:00:00', 0.0301403639404299, 0.0571923076923064, 0.0308326749756467, 0.0824230769230775, 0.0464374724350286, 0.116826923076923, 0.0980947520747958, 0.224403846153848, 0.236350134660095, 0.548615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 660, '2021-05-23 00:00:00', 0.0176477608080584, 0.0597115384615383, 0.0310477795564281, 0.08373076923077, 0.0511163980914754, 0.114384615384618, 0.100331774627982, 0.230750000000002, 0.232762655608998, 0.554423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 675, '2021-05-23 00:00:00', 0.0242379946492128, 0.0554038461538467, 0.0392891646836426, 0.0785384615384627, 0.0414161246933519, 0.0993461538461549, 0.103738645347149, 0.238442307692309, 0.23495359934709, 0.548576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 690, '2021-05-23 00:00:00', 0.0305454012653547, 0.0603076923076933, 0.0330856289974037, 0.0778269230769257, 0.0398577904748663, 0.100288461538462, 0.116887717325382, 0.25246153846154, 0.236567805371865, 0.551057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 705, '2021-05-23 00:00:00', 0.0218385069227583, 0.0540961538461547, 0.0236458566869866, 0.0669423076923081, 0.0353538377853631, 0.0944230769230774, 0.130642624685112, 0.268846153846156, 0.236030728116879, 0.54976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 720, '2021-05-23 00:00:00', 0.016092198300847, 0.0478269230769235, 0.027456595116375, 0.0737692307692305, 0.0365658520817091, 0.0976923076923085, 0.150271033341553, 0.274711538461541, 0.235137718238612, 0.555442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 735, '2021-05-23 00:00:00', 0.0214690833167488, 0.0553076923076924, 0.0217422665296457, 0.0673846153846158, 0.0622161121847451, 0.111769230769232, 0.166413105068264, 0.284807692307694, 0.238197723298554, 0.554153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 750, '2021-05-23 00:00:00', 0.0178380319714769, 0.0453461538461534, 0.0326869769409546, 0.0695384615384613, 0.068398417098193, 0.112711538461538, 0.179603851466328, 0.28871153846154, 0.238068743304242, 0.554442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 765, '2021-05-23 00:00:00', 0.0283187896308066, 0.0539230769230775, 0.0555817381464884, 0.0864807692307695, 0.0614011431865504, 0.115596153846154, 0.181005882819826, 0.302019230769233, 0.237776576610513, 0.554403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 780, '2021-05-23 00:00:00', 0.0396799116003979, 0.0578461538461529, 0.0507917164657611, 0.0765384615384597, 0.0543153647336904, 0.106173076923075, 0.174897399593634, 0.312096153846155, 0.236451345621363, 0.552173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 795, '2021-05-23 00:00:00', 0.0269532073159252, 0.0503461538461527, 0.0295028877334964, 0.0709038461538464, 0.0577310608305062, 0.108846153846155, 0.163589443894911, 0.318615384615386, 0.236471487954433, 0.55123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 810, '2021-05-23 00:00:00', 0.0229158997540654, 0.0500384615384627, 0.0317347661818285, 0.0708461538461543, 0.0634505016043696, 0.117884615384617, 0.159840612919437, 0.315807692307693, 0.233231599158761, 0.549173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 825, '2021-05-23 00:00:00', 0.0166671948634247, 0.0461538461538446, 0.0531235461339539, 0.0781346153846162, 0.0724376017952443, 0.117384615384616, 0.151340868444509, 0.315461538461539, 0.223527758558423, 0.548673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 840, '2021-05-23 00:00:00', 0.0477085905826692, 0.0605192307692328, 0.0522365624973397, 0.0870384615384639, 0.0689827849204775, 0.130230769230771, 0.149880506250299, 0.318115384615385, 0.220317513008976, 0.548057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 855, '2021-05-23 00:00:00', 0.0304772613851481, 0.0567115384615382, 0.0610766353413126, 0.0888461538461528, 0.0695587549098993, 0.143403846153845, 0.140671822119645, 0.310807692307692, 0.214405815793678, 0.548576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 870, '2021-05-23 00:00:00', 0.0535077564470804, 0.0614999999999996, 0.053558382953702, 0.0935961538461547, 0.0788414304401306, 0.144865384615385, 0.1366215224063, 0.309903846153846, 0.211765633334442, 0.550711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 885, '2021-05-23 00:00:00', 0.026260353269638, 0.0598846153846171, 0.0356893002711758, 0.0968846153846167, 0.0940491381386098, 0.158596153846156, 0.131965543288332, 0.30873076923077, 0.208601494389512, 0.547788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 900, '2021-05-23 00:00:00', 0.0250527213322984, 0.067326923076921, 0.0423769213315267, 0.0992884615384607, 0.0956886537763923, 0.152538461538462, 0.114216003189638, 0.308346153846154, 0.199549230478632, 0.542346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 915, '2021-05-23 00:00:00', 0.0355123380509679, 0.0741153846153843, 0.078791965619305, 0.120923076923078, 0.0924235838201142, 0.159326923076925, 0.114260081191317, 0.306884615384615, 0.198052418275098, 0.540596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 930, '2021-05-23 00:00:00', 0.0755190067772034, 0.0860961538461545, 0.0826197592309774, 0.106730769230769, 0.0978110442875217, 0.159096153846153, 0.102875294185953, 0.298615384615383, 0.193963331189565, 0.535576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 945, '2021-05-23 00:00:00', 0.0327276465110746, 0.0668269230769241, 0.050232846287602, 0.0998269230769231, 0.0678464329315714, 0.158961538461539, 0.0858039827836591, 0.275788461538461, 0.197107835577769, 0.531673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 960, '2021-05-23 00:00:00', 0.0371286329483781, 0.076846153846154, 0.0544298737261635, 0.110865384615384, 0.0553301871981675, 0.17401923076923, 0.0858164700885656, 0.27055769230769, 0.200700922729852, 0.538403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 975, '2021-05-23 00:00:00', 0.0379407635461052, 0.0736923076923081, 0.0465793822002163, 0.122326923076923, 0.0510271119489041, 0.172884615384614, 0.0818021181783311, 0.265942307692307, 0.200231354649101, 0.543153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 990, '2021-05-23 00:00:00', 0.0264198133691643, 0.0865576923076924, 0.0376622030484341, 0.122692307692308, 0.0460878091673506, 0.157615384615385, 0.0848583548309499, 0.257403846153846, 0.191367540049545, 0.540846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1005, '2021-05-23 00:00:00', 0.023793058134351, 0.0795192307692311, 0.0320380783059545, 0.111961538461537, 0.0420314900264816, 0.147384615384616, 0.0850522576917365, 0.246057692307693, 0.186589401133568, 0.54226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1020, '2021-05-23 00:00:00', 0.0313911611763565, 0.0837499999999998, 0.0337066758966231, 0.108500000000002, 0.0419141797192587, 0.15246153846154, 0.0833246292890272, 0.238076923076924, 0.190371637553009, 0.543096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1035, '2021-05-23 00:00:00', 0.0275756023715491, 0.0755769230769237, 0.0338599377526815, 0.111346153846155, 0.0502932056888557, 0.155057692307692, 0.0895500912682591, 0.230326923076923, 0.197713059371789, 0.552076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1050, '2021-05-23 00:00:00', 0.0287719681955576, 0.071615384615385, 0.031539157590818, 0.108038461538461, 0.0556219519476054, 0.148807692307691, 0.08257501950441, 0.216923076923077, 0.197425366618918, 0.547153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1065, '2021-05-23 00:00:00', 0.0249604687455969, 0.0867500000000005, 0.0418294200846185, 0.113096153846154, 0.0515198841374738, 0.14653846153846, 0.0883318241283736, 0.205865384615384, 0.201344000502773, 0.550442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1080, '2021-05-23 00:00:00', 0.0448233627269748, 0.0775769230769246, 0.0529204482799803, 0.102923076923076, 0.0488970346749177, 0.132999999999999, 0.0896172995833692, 0.187903846153848, 0.204390900934007, 0.547096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1095, '2021-05-23 00:00:00', 0.0281907854558083, 0.0590961538461518, 0.0322086944783535, 0.0799999999999988, 0.0357301639428729, 0.110230769230768, 0.0831169333853471, 0.168269230769231, 0.212107487264937, 0.541384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1110, '2021-05-23 00:00:00', 0.0207709208714039, 0.0571346153846144, 0.0234649411151702, 0.0807884615384609, 0.0342831423027971, 0.101423076923077, 0.078624827259194, 0.161788461538462, 0.211502849589822, 0.540153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1125, '2021-05-23 00:00:00', 0.0264626369405262, 0.0543653846153829, 0.0306304775321266, 0.0781153846153838, 0.0354648254775594, 0.0929230769230768, 0.074701179065969, 0.153384615384614, 0.20371392932247, 0.536749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1140, '2021-05-23 00:00:00', 0.0219515287710156, 0.0529807692307702, 0.0252227385202647, 0.0649423076923079, 0.0280746258280453, 0.0852307692307701, 0.0711828982270306, 0.149750000000001, 0.202690947959241, 0.533096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1155, '2021-05-23 00:00:00', 0.0173397276174167, 0.0401153846153838, 0.0198566400442309, 0.0523846153846146, 0.0330904587689314, 0.0809615384615381, 0.068459210202413, 0.144711538461538, 0.201839395407492, 0.534692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1170, '2021-05-23 00:00:00', 0.0158190853572018, 0.0357115384615379, 0.0214933621237961, 0.0542307692307702, 0.0356651143922936, 0.0785961538461553, 0.0654857148250949, 0.143326923076924, 0.198797833140955, 0.534461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1185, '2021-05-23 00:00:00', 0.012830627420355, 0.0407500000000016, 0.0288547889639438, 0.0603269230769247, 0.0410141861011335, 0.0807884615384625, 0.0650730240694109, 0.140538461538463, 0.199049043048344, 0.533307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1200, '2021-05-23 00:00:00', 0.0296752162846097, 0.0455384615384625, 0.0328274978544599, 0.0577307692307711, 0.0380631913856612, 0.076442307692307, 0.0642212551682406, 0.14301923076923, 0.202325518372289, 0.531846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1215, '2021-05-23 00:00:00', 0.0165468681675379, 0.0351730769230782, 0.0249867657278509, 0.052038461538463, 0.0310679651979084, 0.0679615384615389, 0.0549913594611416, 0.13698076923077, 0.202848481725799, 0.524442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1230, '2021-05-23 00:00:00', 0.0116475814590889, 0.0363846153846159, 0.016749282418613, 0.0499615384615382, 0.0247317609563084, 0.0630000000000007, 0.046953233688915, 0.131115384615384, 0.203722138255479, 0.522019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1245, '2021-05-23 00:00:00', 0.0132138621850741, 0.0303846153846156, 0.0195751019252661, 0.0457307692307701, 0.0289537562329987, 0.0594999999999993, 0.0458724695382562, 0.127711538461537, 0.203798985616861, 0.520057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1260, '2021-05-23 00:00:00', 0.0169035385462509, 0.034980769230769, 0.0212378472036623, 0.0426153846153853, 0.027374721635396, 0.0616538461538459, 0.0476450982223283, 0.126153846153846, 0.203616922562557, 0.519634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1275, '2021-05-23 00:00:00', 0.0116456165408001, 0.0275961538461544, 0.0178790057372828, 0.0403269230769216, 0.0258999034747217, 0.0612500000000017, 0.0604048552556935, 0.129557692307691, 0.202934434277144, 0.521769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1290, '2021-05-23 00:00:00', 0.0135240526470428, 0.0285, 0.0166192774998008, 0.0414038461538471, 0.0273956832646754, 0.0612884615384629, 0.064114860871837, 0.133153846153845, 0.204649396247864, 0.526846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1305, '2021-05-23 00:00:00', 0.0120016184805983, 0.0346730769230796, 0.0190023986340186, 0.0501346153846186, 0.0257347714491209, 0.0614615384615406, 0.0639384108702669, 0.132403846153847, 0.202641396029082, 0.533846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1320, '2021-05-23 00:00:00', 0.0202864202399992, 0.0366730769230777, 0.0263939095538818, 0.0464615384615389, 0.0337296092248562, 0.0695576923076921, 0.0652547787816792, 0.129384615384613, 0.202921868253238, 0.53373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1335, '2021-05-23 00:00:00', 0.0155189834123848, 0.028173076923077, 0.0153100896847097, 0.0363269230769238, 0.0299943071521638, 0.0665384615384611, 0.0569150784401306, 0.130384615384614, 0.203060776237445, 0.534173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1350, '2021-05-23 00:00:00', 0.010273210119229, 0.0241730769230765, 0.0238914291036613, 0.0485961538461536, 0.0315276252490753, 0.0661346153846142, 0.056348793584792, 0.13055769230769, 0.203367496079236, 0.53446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1365, '2021-05-23 00:00:00', 0.0200490935916343, 0.0376153846153844, 0.0255989182463755, 0.0492307692307682, 0.0318116149567078, 0.0603269230769231, 0.0545522790893844, 0.131365384615384, 0.203820267732288, 0.535692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1380, '2021-05-23 00:00:00', 0.0155157612173514, 0.0313269230769224, 0.0219207313185146, 0.0409615384615384, 0.0340766838852512, 0.0625961538461532, 0.0558893412158206, 0.143961538461538, 0.204848019648338, 0.534634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1395, '2021-05-23 00:00:00', 0.0132546653615311, 0.0246153846153846, 0.01418765714925, 0.0330192307692305, 0.0300232474028949, 0.0738461538461523, 0.0527590313085391, 0.161346153846154, 0.206357762523841, 0.533384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1410, '2021-05-23 00:00:00', 0.00793851371479759, 0.0220000000000001, 0.0262039045828004, 0.0452307692307688, 0.024912215107022, 0.0710384615384591, 0.0576720869692143, 0.179480769230769, 0.206897882652659, 0.533576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1425, '2021-05-23 00:00:00', 0.0250067990754496, 0.0359999999999981, 0.0270086382193091, 0.0614423076923065, 0.0244327648865207, 0.0674999999999982, 0.0685064314779733, 0.194365384615385, 0.208758292327238, 0.53423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 0, '2021-05-23 00:00:00', 0.0244987676299174, 0.0429807692307689, 0.0228049252440047, 0.0502307692307691, 0.0236439941959574, 0.0599615384615373, 0.0814517719503146, 0.208365384615384, 0.213739827468242, 0.535923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 15, '2021-05-23 00:00:00', 0.0177447283612731, 0.0276538461538459, 0.0200337503689685, 0.037134615384614, 0.0368966748553922, 0.0662307692307657, 0.0822626211967117, 0.218173076923076, 0.207262490576563, 0.532500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 30, '2021-05-23 00:00:00', 0.0134523089239199, 0.0257692307692297, 0.0149429298949743, 0.0366346153846138, 0.0438166810525569, 0.0713076923076912, 0.0843950508939035, 0.220769230769229, 0.207296439540465, 0.532576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 45, '2021-05-23 00:00:00', 0.0127758185045621, 0.0263076923076906, 0.0318941759814928, 0.0520384615384591, 0.0382646653635509, 0.0727692307692306, 0.0865036771117044, 0.225884615384613, 0.207420639133287, 0.532192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 60, '2021-05-23 00:00:00', 0.0278267234589612, 0.0424423076923059, 0.0364994467818979, 0.0565192307692306, 0.0399899795141042, 0.0735384615384618, 0.0875996311899492, 0.229653846153845, 0.207333725780815, 0.532076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 75, '2021-05-23 00:00:00', 0.0266255805281594, 0.0341923076923086, 0.0258732710310501, 0.0478846153846166, 0.0399363724711426, 0.0774230769230777, 0.0869998076920938, 0.22555769230769, 0.206811880331266, 0.530923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 90, '2021-05-23 00:00:00', 0.0138782757740833, 0.0355576923076921, 0.0245350063880464, 0.0494423076923082, 0.0299423356059361, 0.0772884615384606, 0.0832490817690161, 0.224980769230767, 0.203669966820381, 0.529153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 105, '2021-05-23 00:00:00', 0.0203847605219783, 0.0354615384615389, 0.0244823327194249, 0.0622692307692308, 0.0296745747166722, 0.0804038461538475, 0.0773180668507562, 0.227711538461538, 0.199755947249483, 0.529038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 120, '2021-05-23 00:00:00', 0.0205109820490252, 0.0534038461538459, 0.0276197602061671, 0.064134615384615, 0.0357212121854787, 0.104750000000001, 0.0966471616042261, 0.234423076923077, 0.198908588397942, 0.530057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 135, '2021-05-23 00:00:00', 0.0183005779648116, 0.0403653846153844, 0.0269925630783464, 0.0599615384615395, 0.0381008378668217, 0.121576923076925, 0.111291331129675, 0.235596153846154, 0.199208472170778, 0.532346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 150, '2021-05-23 00:00:00', 0.0191338604412346, 0.0442307692307705, 0.0386849255077263, 0.0832115384615406, 0.0527909410935092, 0.13571153846154, 0.111450975769616, 0.2345, 0.199814075118308, 0.531269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 165, '2021-05-23 00:00:00', 0.0336146488213777, 0.0657692307692316, 0.0368710434644018, 0.100576923076925, 0.0643218858554377, 0.145250000000001, 0.114813306653083, 0.230346153846153, 0.197448642787084, 0.530442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 180, '2021-05-23 00:00:00', 0.0336884424372243, 0.0693653846153851, 0.0506795665089835, 0.0999615384615381, 0.0815785723185839, 0.140788461538463, 0.11982355617901, 0.21626923076923, 0.192884378479799, 0.522211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 195, '2021-05-23 00:00:00', 0.0392877403073987, 0.0580576923076908, 0.0447483390323477, 0.0840769230769223, 0.070860038103291, 0.129749999999999, 0.0965167343003266, 0.192499999999999, 0.200530799475943, 0.519692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 210, '2021-05-23 00:00:00', 0.0282102545457919, 0.0525384615384621, 0.0511055167878552, 0.087576923076922, 0.0686120868472775, 0.11503846153846, 0.0918454136035088, 0.183, 0.200922339570444, 0.515442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 225, '2021-05-23 00:00:00', 0.0429085610966454, 0.0657307692307688, 0.0611759033758062, 0.0906346153846147, 0.062521999205202, 0.108096153846152, 0.0750789840511562, 0.168576923076925, 0.202159293627573, 0.513499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 240, '2021-05-23 00:00:00', 0.0402624085029896, 0.0576923076923066, 0.0422781085378536, 0.0715384615384599, 0.0498171000916191, 0.0962115384615355, 0.0724269313488792, 0.163903846153845, 0.202501799612135, 0.512673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 255, '2021-05-23 00:00:00', 0.0238632643327651, 0.0416538461538455, 0.0369243301069367, 0.0646153846153827, 0.043469374719008, 0.0884423076923064, 0.0693630388164036, 0.158365384615384, 0.205128897562932, 0.510269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 270, '2021-05-23 00:00:00', 0.0225576185322422, 0.0463846153846144, 0.025342758030953, 0.0593461538461535, 0.0374040978832753, 0.0839423076923073, 0.0676311290411775, 0.151519230769231, 0.204784495544423, 0.509980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 285, '2021-05-23 00:00:00', 0.0205133821237235, 0.0418269230769233, 0.0270675295113203, 0.0591346153846146, 0.0370509628235752, 0.0855769230769223, 0.064472095931854, 0.145634615384615, 0.20666436185646, 0.513538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 300, '2021-05-23 00:00:00', 0.0194203402489417, 0.0410192307692299, 0.0258878646949037, 0.0593076923076907, 0.0494670092081596, 0.0862500000000003, 0.0641422727524225, 0.142865384615385, 0.207778225889639, 0.513865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 315, '2021-05-23 00:00:00', 0.0173298430904183, 0.0407884615384595, 0.0249076216324387, 0.0584807692307686, 0.0628092258044446, 0.0811730769230775, 0.0588054811678693, 0.144269230769231, 0.20800192399258, 0.513596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 330, '2021-05-23 00:00:00', 0.0175191433756172, 0.0395961538461538, 0.0386898366698327, 0.0567884615384616, 0.0515133477848195, 0.0787499999999994, 0.0578299130740635, 0.147173076923077, 0.208043472712943, 0.513942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 345, '2021-05-23 00:00:00', 0.0355167620232388, 0.0430961538461547, 0.0522693652004829, 0.0579423076923083, 0.050534359978746, 0.0798076923076908, 0.0575918396997357, 0.153, 0.207285953548381, 0.513557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 360, '2021-05-23 00:00:00', 0.0240575671767018, 0.0375576923076929, 0.0258817428969651, 0.0517692307692304, 0.0316924220498303, 0.0690192307692291, 0.060447831926509, 0.160403846153845, 0.207066824033655, 0.512519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 375, '2021-05-23 00:00:00', 0.0188726093748419, 0.0358461538461534, 0.020999496330956, 0.0488269230769201, 0.0279242450486761, 0.0677115384615377, 0.0611997014824296, 0.165788461538461, 0.206913300312362, 0.510423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 390, '2021-05-23 00:00:00', 0.0153598377395283, 0.0342307692307671, 0.0254231269637593, 0.0453461538461523, 0.0287468526705377, 0.0661923076923084, 0.0592588844361369, 0.171346153846152, 0.206759042216929, 0.51080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 405, '2021-05-23 00:00:00', 0.0147872086095226, 0.0311923076923074, 0.0205427228365282, 0.0482115384615407, 0.0260703854977251, 0.0647500000000014, 0.0600614973301408, 0.189711538461536, 0.206563355898379, 0.510999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 420, '2021-05-23 00:00:00', 0.0177285515048906, 0.0348076923076934, 0.0189278793155671, 0.0467307692307721, 0.025462612108436, 0.0657307692307694, 0.06551927490911, 0.201653846153845, 0.206576717915198, 0.511596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 435, '2021-05-23 00:00:00', 0.0137402832800263, 0.0321538461538488, 0.0174254124771834, 0.0447500000000016, 0.0239142458347762, 0.0701346153846152, 0.0642898634192175, 0.203942307692306, 0.206455914459684, 0.511230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 450, '2021-05-23 00:00:00', 0.016207832864199, 0.0315769230769241, 0.0202690745870478, 0.0483461538461535, 0.0306130502588989, 0.0768269230769221, 0.0687289212441513, 0.21026923076923, 0.203982363491025, 0.514769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 465, '2021-05-23 00:00:00', 0.0169880500986369, 0.0365769230769217, 0.0222247609660931, 0.0539999999999971, 0.0284854618790288, 0.0746923076923063, 0.0723379143060798, 0.218923076923076, 0.20207341868356, 0.51605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 480, '2021-05-23 00:00:00', 0.0175071523845345, 0.0400961538461535, 0.0242945150504906, 0.0582115384615377, 0.0269625381138061, 0.0740384615384609, 0.0863623248520227, 0.233865384615384, 0.20207341868356, 0.51605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 495, '2021-05-23 00:00:00', 0.0149387467294333, 0.0368846153846161, 0.0184163075727858, 0.0475961538461532, 0.0306497082430599, 0.0862692307692317, 0.0885654560198276, 0.233999999999999, 0.200972332577244, 0.514461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 510, '2021-05-23 00:00:00', 0.0115408471892724, 0.0328653846153836, 0.0162315575820188, 0.0507115384615379, 0.0409858324490128, 0.0994615384615379, 0.0864476119703984, 0.234480769230767, 0.200624077280409, 0.512903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 525, '2021-05-23 00:00:00', 0.0127866516937963, 0.0390384615384599, 0.0270155510771133, 0.0725000000000007, 0.0476642262240626, 0.11053846153846, 0.0847927178477018, 0.238249999999999, 0.20060072570618, 0.512634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 540, '2021-05-23 00:00:00', 0.0252996275436275, 0.0611346153846176, 0.0397397301682622, 0.0836153846153849, 0.0516692327733322, 0.11451923076923, 0.0843142952565894, 0.236596153846153, 0.201673551906197, 0.51380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 555, '2021-05-23 00:00:00', 0.0261951257944057, 0.055730769230767, 0.0379984058370087, 0.080826923076921, 0.0481532489518149, 0.113153846153844, 0.0851821487257651, 0.230538461538461, 0.199802055891479, 0.517192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 570, '2021-05-23 00:00:00', 0.0207826480877315, 0.0529615384615394, 0.0290836459464507, 0.0749615384615384, 0.0324732138136106, 0.114480769230768, 0.081834128671261, 0.226230769230768, 0.200590581878765, 0.514192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 585, '2021-05-23 00:00:00', 0.0263686366731383, 0.05425, 0.0299814301501112, 0.0841153846153845, 0.0405609892156701, 0.125923076923076, 0.0785678467215543, 0.224442307692306, 0.198117676763467, 0.510076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 600, '2021-05-23 00:00:00', 0.0270323808678516, 0.071019230769231, 0.0284861099755375, 0.0915384615384603, 0.0500798477817775, 0.140365384615384, 0.0741060362951951, 0.22176923076923, 0.195989184356217, 0.510903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 615, '2021-05-23 00:00:00', 0.0204321108514524, 0.0566346153846142, 0.041959320959526, 0.0942307692307671, 0.0478624993721991, 0.129173076923076, 0.0789397847437183, 0.213980769230769, 0.193070243295422, 0.517673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 630, '2021-05-23 00:00:00', 0.0331128896585361, 0.0667884615384607, 0.0431912428802215, 0.0982884615384614, 0.0433868821011776, 0.121192307692308, 0.0751302893952576, 0.206403846153845, 0.189453915646644, 0.515115384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 645, '2021-05-23 00:00:00', 0.0213752282938762, 0.062903846153847, 0.021749518120215, 0.0798076923076924, 0.053019386875135, 0.118846153846156, 0.0696868959097629, 0.198711538461539, 0.188942214405926, 0.515403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 660, '2021-05-23 00:00:00', 0.0204871066395824, 0.056807692307693, 0.0341113842941279, 0.0755576923076951, 0.0750954802491221, 0.124365384615388, 0.0704685418084925, 0.195653846153847, 0.187080690118954, 0.516230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 675, '2021-05-23 00:00:00', 0.0201430270431611, 0.0526923076923095, 0.0463996725784193, 0.0849807692307711, 0.068458243870598, 0.113865384615386, 0.0761331323810723, 0.207076923076924, 0.187043133651447, 0.517576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 690, '2021-05-23 00:00:00', 0.0391927436376422, 0.0596346153846176, 0.0654420001575082, 0.0886538461538475, 0.0622249918873813, 0.10851923076923, 0.0717403893322193, 0.209288461538462, 0.188947554791106, 0.513038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 705, '2021-05-23 00:00:00', 0.0355728342764756, 0.0605576923076934, 0.0331508730596262, 0.073903846153847, 0.0314787413002201, 0.0963653846153851, 0.0998817858963582, 0.233134615384616, 0.18799[...];
Date: 2021-05-23 15:22:20 Duration: 15s170ms 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 975825, 1, 915, '2021-05-23 00:00:00', 0.0369438034775071, 0.0797692307692291, 0.0596907060153879, 0.120403846153844, 0.0697859832741396, 0.162288461538459, 0.140408601533581, 0.347846153846154, 0.195715713177596, 0.675903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 930, '2021-05-23 00:00:00', 0.0369922912967654, 0.0815192307692276, 0.0480736814291748, 0.109326923076922, 0.0664654913354401, 0.151692307692307, 0.135989848320212, 0.339826923076925, 0.19820226751012, 0.669673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 945, '2021-05-23 00:00:00', 0.0380245264978366, 0.0787307692307691, 0.0421612335609964, 0.106480769230768, 0.0780994164264668, 0.167826923076925, 0.132460995710495, 0.335346153846157, 0.202376887552369, 0.668769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 960, '2021-05-23 00:00:00', 0.0367452194692904, 0.078865384615384, 0.05581578216295, 0.104192307692306, 0.0838336470912226, 0.182403846153847, 0.130382969923814, 0.332173076923078, 0.208138202052978, 0.674134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 975, '2021-05-23 00:00:00', 0.0274556985818159, 0.0646538461538455, 0.0603491125420703, 0.121346153846154, 0.0912686903935545, 0.193076923076922, 0.131362061318503, 0.321134615384616, 0.211654687022191, 0.676057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 990, '2021-05-23 00:00:00', 0.059119204871305, 0.105596153846155, 0.0638003526635999, 0.140750000000003, 0.0928242777427433, 0.200442307692307, 0.134138888986235, 0.317192307692309, 0.212206714350382, 0.675480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1005, '2021-05-23 00:00:00', 0.0409238504843019, 0.0956923076923104, 0.0816684479135971, 0.145153846153846, 0.0856838284715335, 0.185461538461539, 0.12852187033282, 0.306134615384619, 0.212676656886963, 0.676096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1020, '2021-05-23 00:00:00', 0.0649926179240044, 0.0994038461538458, 0.0681997405815075, 0.12626923076923, 0.0997963002243154, 0.204192307692307, 0.124220591628826, 0.295153846153848, 0.222183165082672, 0.686673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1035, '2021-05-23 00:00:00', 0.0349534195531948, 0.0861923076923071, 0.0550187800105233, 0.120115384615385, 0.0981234093452677, 0.208788461538462, 0.122256722325794, 0.288384615384617, 0.227052860670069, 0.689807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1050, '2021-05-23 00:00:00', 0.038555175248746, 0.0846923076923076, 0.0736803595581312, 0.155846153846152, 0.081134449194864, 0.193173076923077, 0.10316377569372, 0.273730769230772, 0.245458604531316, 0.688442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1065, '2021-05-23 00:00:00', 0.060136050879524, 0.116230769230769, 0.0668476712671894, 0.151865384615387, 0.0650195236951051, 0.175038461538467, 0.10066694515159, 0.258423076923081, 0.248648167404963, 0.685865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1080, '2021-05-23 00:00:00', 0.0307603891142749, 0.0851923076923056, 0.0394748849075156, 0.103942307692306, 0.0437658498761833, 0.141980769230769, 0.0748197731989221, 0.224461538461538, 0.265358927463569, 0.670596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1095, '2021-05-23 00:00:00', 0.0276041872520455, 0.0601346153846156, 0.0277889574084044, 0.0833846153846173, 0.0485689874144147, 0.128557692307692, 0.0664649242371178, 0.207884615384617, 0.260535845016499, 0.665942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1110, '2021-05-23 00:00:00', 0.0209070194322036, 0.0592884615384637, 0.0326699403121556, 0.0912500000000017, 0.0420495495265328, 0.128269230769233, 0.0602904763495986, 0.200192307692308, 0.259338783477105, 0.662269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1125, '2021-05-23 00:00:00', 0.0263129976656781, 0.0650769230769223, 0.0371755502778586, 0.0873076923076916, 0.0417111541990321, 0.117096153846155, 0.0616146866857606, 0.191019230769233, 0.260092649912413, 0.662442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1140, '2021-05-23 00:00:00', 0.0192703139569637, 0.0537500000000009, 0.0245366288199108, 0.0786153846153872, 0.0295934309238726, 0.102365384615389, 0.0653943540258721, 0.181692307692309, 0.261243900186426, 0.664846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1155, '2021-05-23 00:00:00', 0.0201712666929979, 0.0545000000000006, 0.0257741447668336, 0.0690576923076941, 0.0340413775369784, 0.093846153846157, 0.0726749348389523, 0.183884615384616, 0.258814457597598, 0.665288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1170, '2021-05-23 00:00:00', 0.0195601734300953, 0.0490961538461543, 0.0302825921052915, 0.0708461538461543, 0.0363616027403351, 0.0886153846153863, 0.0779366804133093, 0.182115384615383, 0.257874970450053, 0.665903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1185, '2021-05-23 00:00:00', 0.0215260575546524, 0.0518653846153858, 0.0272864646637479, 0.0681346153846177, 0.0365184252756769, 0.0841538461538457, 0.07369138609509, 0.174903846153844, 0.255427364355385, 0.66353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1200, '2021-05-23 00:00:00', 0.0238071498633352, 0.0494038461538465, 0.0217125628292769, 0.058653846153848, 0.0355299873346427, 0.0845000000000012, 0.0829469084136681, 0.18201923076923, 0.254565642131546, 0.662884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1215, '2021-05-23 00:00:00', 0.0154982381132659, 0.0373461538461534, 0.0296409280452657, 0.0587692307692315, 0.0367661686043865, 0.0811346153846175, 0.081467598561546, 0.179519230769231, 0.255119733579233, 0.666038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1230, '2021-05-23 00:00:00', 0.0196794015700126, 0.0406730769230776, 0.0224918104754062, 0.0591923076923088, 0.0351942302963718, 0.0850769230769259, 0.07999787737569, 0.176903846153847, 0.253726898152629, 0.664673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1245, '2021-05-23 00:00:00', 0.0150512457956149, 0.0395000000000011, 0.0161754324636032, 0.0562692307692338, 0.033856808200693, 0.082288461538462, 0.0793880755432584, 0.171442307692309, 0.254547333515793, 0.66625 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1260, '2021-05-23 00:00:00', 0.012791057573405, 0.0381346153846176, 0.0247775410091784, 0.0599423076923102, 0.0306476564545111, 0.0806730769230752, 0.0741353751332937, 0.165076923076923, 0.255791519676595, 0.668692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1275, '2021-05-23 00:00:00', 0.0231396097301064, 0.0413076923076961, 0.0276036299173748, 0.0564038461538455, 0.0311644768187237, 0.0867307692307702, 0.0714921647132398, 0.161019230769233, 0.25874288396012, 0.670000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1290, '2021-05-23 00:00:00', 0.0162716010275564, 0.0362499999999998, 0.0192312646090046, 0.0526923076923057, 0.0236504756823187, 0.0807500000000013, 0.0601020926296396, 0.157307692307694, 0.265876154657361, 0.675980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1305, '2021-05-23 00:00:00', 0.0149941527064585, 0.0397692307692283, 0.0213172736025583, 0.0623846153846159, 0.0328326994602356, 0.0846153846153869, 0.0588231116274785, 0.15546153846154, 0.27021777328666, 0.677750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1320, '2021-05-23 00:00:00', 0.0218458586112217, 0.0473076923076903, 0.0235196480873717, 0.0614230769230762, 0.0388246551324508, 0.0899230769230767, 0.0586656530361172, 0.153826923076926, 0.276754523276219, 0.680884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1335, '2021-05-23 00:00:00', 0.0147561721115122, 0.0342692307692304, 0.0237534450942604, 0.0541153846153856, 0.0463005565675128, 0.0913076923076927, 0.0504091414176211, 0.159192307692311, 0.280743331998357, 0.682538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1350, '2021-05-23 00:00:00', 0.0204479451666533, 0.0410384615384629, 0.0262201038547517, 0.0649230769230765, 0.0513201564839646, 0.0875384615384619, 0.0589239307530022, 0.166980769230772, 0.281171880090892, 0.683115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1365, '2021-05-23 00:00:00', 0.021230638238173, 0.0504999999999995, 0.0429055312912506, 0.07273076923077, 0.0483702427595255, 0.0804038461538458, 0.066388590887288, 0.174250000000001, 0.285270085249861, 0.685807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1380, '2021-05-23 00:00:00', 0.0430051204464704, 0.0545961538461505, 0.0476227846244285, 0.0624807692307686, 0.0548233561962029, 0.0995961538461512, 0.0678815597481818, 0.182384615384618, 0.294810580647201, 0.689538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1395, '2021-05-23 00:00:00', 0.0229629886154642, 0.040673076923076, 0.0254988989204184, 0.0510769230769205, 0.0400285330925153, 0.106711538461537, 0.0658290706182419, 0.19094230769231, 0.295238219331181, 0.689884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1410, '2021-05-23 00:00:00', 0.0204445685847205, 0.0350961538461514, 0.0367215143394833, 0.0785192307692269, 0.0308908500269037, 0.104769230769228, 0.0672366000375929, 0.195596153846157, 0.295452891598384, 0.690865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1425, '2021-05-23 00:00:00', 0.0334002303078267, 0.0653461538461494, 0.030017635841929, 0.0924615384615389, 0.0272932226019597, 0.0999999999999992, 0.0793399719803704, 0.205634615384618, 0.295343433076714, 0.690788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 0, '2021-05-23 00:00:00', 0.0302336796406822, 0.0723461538461522, 0.0252797349669652, 0.0847499999999986, 0.0291493765601618, 0.0941153846153853, 0.0805311406561742, 0.216230769230772, 0.295806915324586, 0.692134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 15, '2021-05-23 00:00:00', 0.0238840870745465, 0.0504807692307681, 0.0219126938975109, 0.0588846153846145, 0.0333433478546118, 0.0813269230769255, 0.0935553641104894, 0.223884615384617, 0.297782670493356, 0.689173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 30, '2021-05-23 00:00:00', 0.0176442298260287, 0.0381730769230783, 0.0277351831545289, 0.0575961538461556, 0.0368182855908029, 0.0813846153846181, 0.108196580352611, 0.236000000000003, 0.296313517046751, 0.688096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 45, '2021-05-23 00:00:00', 0.0219055051036556, 0.0426346153846145, 0.024276714072416, 0.061326923076924, 0.0316242604048509, 0.0790769230769257, 0.112426285251202, 0.242480769230772, 0.290666065336946, 0.686192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 60, '2021-05-23 00:00:00', 0.0193413964176485, 0.0464807692307736, 0.0227040829943731, 0.0578461538461573, 0.0337979801399208, 0.0767884615384658, 0.13785784763243, 0.259615384615389, 0.28941862679942, 0.686692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 75, '2021-05-23 00:00:00', 0.0188169726985626, 0.0389615384615392, 0.0280562895732011, 0.0556538461538501, 0.0420661566875484, 0.0951923076923135, 0.136654364674588, 0.261346153846157, 0.289224352629315, 0.687115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 90, '2021-05-23 00:00:00', 0.0205788633161439, 0.0419807692307724, 0.0198839034242432, 0.0540192307692329, 0.0458641346386656, 0.103326923076927, 0.138334683342194, 0.263269230769233, 0.292203996181804, 0.687846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 105, '2021-05-23 00:00:00', 0.0177099276808717, 0.0378076923076936, 0.0418674281328766, 0.0768076923076961, 0.0579348473585748, 0.107557692307695, 0.140111901707172, 0.264750000000002, 0.296696234193518, 0.687846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 120, '2021-05-23 00:00:00', 0.0352313289340832, 0.0630576923076944, 0.0432937773109034, 0.0816346153846166, 0.0557085409830617, 0.115807692307694, 0.136740226763688, 0.258519230769233, 0.303286795598844, 0.686403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 135, '2021-05-23 00:00:00', 0.0284360077799509, 0.0499423076923068, 0.0388944923923863, 0.0718076923076908, 0.0482194343201342, 0.115923076923077, 0.134816098388193, 0.248096153846155, 0.304336385246021, 0.684153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 150, '2021-05-23 00:00:00', 0.026315752813739, 0.0526730769230759, 0.0424212211045363, 0.0820000000000018, 0.0447343827497376, 0.120250000000002, 0.132084465982362, 0.247615384615386, 0.304345464133213, 0.68430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 165, '2021-05-23 00:00:00', 0.0331342955027196, 0.0656923076923093, 0.0356038459461043, 0.0970769230769226, 0.0446154164456106, 0.129653846153847, 0.123831517051937, 0.24473076923077, 0.302325247679738, 0.682653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 180, '2021-05-23 00:00:00', 0.0291345948210162, 0.0692692307692298, 0.0351380792785355, 0.0932692307692334, 0.0477065912233734, 0.133826923076923, 0.114593824508062, 0.238730769230772, 0.295808621214147, 0.685096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 195, '2021-05-23 00:00:00', 0.0250604499928894, 0.0593846153846164, 0.0394422313692436, 0.0889807692307705, 0.054744174259778, 0.129269230769231, 0.105106065476737, 0.226250000000002, 0.28871928674486, 0.686057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 210, '2021-05-23 00:00:00', 0.0266154957756689, 0.0622692307692319, 0.0357147513156482, 0.0887115384615385, 0.0635100749124435, 0.128980769230771, 0.0895234305385146, 0.217730769230771, 0.288040229562038, 0.697576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 225, '2021-05-23 00:00:00', 0.02740449149038, 0.0648846153846142, 0.0425251825845138, 0.0896346153846143, 0.060948162084991, 0.13246153846154, 0.085017319502465, 0.21573076923077, 0.281531706098017, 0.695692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 240, '2021-05-23 00:00:00', 0.0241453610769958, 0.0599615384615389, 0.0341312004792337, 0.0923269230769239, 0.0733787671028772, 0.13671153846154, 0.072588333455493, 0.199615384615386, 0.272777235825522, 0.697096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 255, '2021-05-23 00:00:00', 0.0257388736230738, 0.0624807692307713, 0.0336547002089453, 0.0841730769230793, 0.0676393405099109, 0.123403846153849, 0.0647097067977121, 0.196384615384618, 0.26861072276552, 0.703403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 270, '2021-05-23 00:00:00', 0.0252512071303237, 0.0532115384615389, 0.0617628217769084, 0.0881153846153845, 0.0644820428193305, 0.105923076923078, 0.0669313540416286, 0.184884615384615, 0.270202898834304, 0.700942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 285, '2021-05-23 00:00:00', 0.0500030460610609, 0.0622307692307669, 0.0497194784612778, 0.0765576923076911, 0.0523054527235473, 0.095903846153845, 0.0654704043530628, 0.173923076923076, 0.274336927181494, 0.70051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 300, '2021-05-23 00:00:00', 0.0236162346376703, 0.0460576923076925, 0.0264443101339718, 0.0573076923076916, 0.0360277884203511, 0.0836923076923078, 0.0609425990963232, 0.170096153846155, 0.270583967487983, 0.698711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 315, '2021-05-23 00:00:00', 0.0215143333259866, 0.04655769230769, 0.0290584556739325, 0.0659230769230758, 0.0424080770608617, 0.0922499999999999, 0.0629630935854166, 0.179365384615386, 0.272034647821531, 0.698519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 330, '2021-05-23 00:00:00', 0.023531713462081, 0.0471923076923067, 0.0284780684846294, 0.0615961538461545, 0.0409328765739138, 0.0914038461538459, 0.0602050247072429, 0.185750000000002, 0.271590903467242, 0.698326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 345, '2021-05-23 00:00:00', 0.0206990245032118, 0.0440192307692311, 0.0331107756106432, 0.0652884615384612, 0.0316354778933134, 0.0927884615384619, 0.0746205993419618, 0.210576923076926, 0.27556064877599, 0.696365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 360, '2021-05-23 00:00:00', 0.0264099631549544, 0.0461153846153834, 0.0286716155537406, 0.0633076923076891, 0.0279136098594307, 0.0899807692307693, 0.0872052684541127, 0.219173076923077, 0.275977837042144, 0.698057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 375, '2021-05-23 00:00:00', 0.0175379149712386, 0.0399615384615385, 0.0236127817407931, 0.0627115384615389, 0.0240903427826303, 0.0847692307692305, 0.0886667420955902, 0.234634615384616, 0.274454157584438, 0.699269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 390, '2021-05-23 00:00:00', 0.0191044094789271, 0.041961538461536, 0.0239954162289405, 0.0584999999999989, 0.026962167226289, 0.0834615384615374, 0.0928207142829635, 0.245250000000001, 0.272740878011457, 0.702057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 405, '2021-05-23 00:00:00', 0.0145289234076248, 0.0395192307692342, 0.0159271418074257, 0.0584230769230755, 0.0489330193694927, 0.0894038461538462, 0.0929813980568978, 0.258403846153846, 0.27353826901438, 0.702769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 420, '2021-05-23 00:00:00', 0.0171598032084822, 0.0436730769230767, 0.0249861884925366, 0.060019230769232, 0.0525949105464068, 0.0897692307692309, 0.0957800786256647, 0.266788461538464, 0.273942310743309, 0.705480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 435, '2021-05-23 00:00:00', 0.0151435312414772, 0.0370576923076954, 0.0446681266504593, 0.0618076923076961, 0.0407638272906829, 0.0934807692307718, 0.0981656997906325, 0.274269230769232, 0.274287510582486, 0.706038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 450, '2021-05-23 00:00:00', 0.0395292734759731, 0.0482884615384653, 0.0376083255921611, 0.0673846153846185, 0.0350042634765867, 0.0935384615384638, 0.0935537607680519, 0.279115384615386, 0.273619980714407, 0.706576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 465, '2021-05-23 00:00:00', 0.0192407520243224, 0.0485576923076951, 0.0211623849899198, 0.0745576923076947, 0.0295176414004565, 0.0933653846153855, 0.0917795121263628, 0.287826923076926, 0.27344923027586, 0.705807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 480, '2021-05-23 00:00:00', 0.0192769391920858, 0.0565961538461535, 0.0267074823857378, 0.0719807692307691, 0.0233627991605336, 0.0899038461538425, 0.0983053347797215, 0.298826923076925, 0.2728670491988, 0.704442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 495, '2021-05-23 00:00:00', 0.0219606728914732, 0.0471346153846169, 0.0215092198478136, 0.0605576923076912, 0.0316452268851989, 0.0954038461538469, 0.128486846079216, 0.314519230769232, 0.269549111409289, 0.707288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 510, '2021-05-23 00:00:00', 0.0164356203224764, 0.0409807692307681, 0.0185823737822858, 0.0602307692307693, 0.0374706500528735, 0.110480769230767, 0.149170387863623, 0.333730769230769, 0.271077647831477, 0.710134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 525, '2021-05-23 00:00:00', 0.0145859389613607, 0.0459807692307718, 0.029929609727851, 0.0803076923076937, 0.0631673996980676, 0.145403846153845, 0.149055472379089, 0.338423076923077, 0.270552481045729, 0.710250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 540, '2021-05-23 00:00:00', 0.0299514799942528, 0.0716346153846169, 0.0349426838386235, 0.0996346153846145, 0.0809657857464387, 0.16403846153846, 0.149422302938296, 0.341230769230768, 0.266400898011884, 0.714038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 555, '2021-05-23 00:00:00', 0.0287708787064022, 0.0667884615384612, 0.0647526328541063, 0.117711538461538, 0.0892964746483044, 0.178403846153846, 0.147196880192691, 0.337192307692306, 0.27122473225098, 0.716153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 570, '2021-05-23 00:00:00', 0.0626334298794307, 0.0915576923076939, 0.0761780732635962, 0.127173076923078, 0.0881472042403164, 0.189980769230769, 0.145671444062946, 0.336480769230768, 0.270443758549649, 0.719557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 585, '2021-05-23 00:00:00', 0.0279554384415895, 0.0769423076923072, 0.0475378391793958, 0.131884615384613, 0.0624070786172429, 0.186788461538459, 0.121567904418127, 0.323846153846153, 0.271843776544824, 0.720173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 600, '2021-05-23 00:00:00', 0.040529419514147, 0.107576923076923, 0.0450214820519468, 0.137923076923076, 0.0657485331804817, 0.186019230769232, 0.116048583990299, 0.327076923076924, 0.275829975500512, 0.723346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 615, '2021-05-23 00:00:00', 0.0379315020287076, 0.091673076923079, 0.0648254846610407, 0.133788461538463, 0.0755106844197479, 0.17721153846154, 0.128109244247004, 0.326038461538464, 0.280757985022413, 0.726115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 630, '2021-05-23 00:00:00', 0.040866127595057, 0.0949038461538478, 0.0522109515479136, 0.128788461538464, 0.0562631625625383, 0.168711538461539, 0.117856287975585, 0.32023076923077, 0.278249771580525, 0.718846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 645, '2021-05-23 00:00:00', 0.0320749902572078, 0.0837499999999987, 0.0360034667134231, 0.11101923076923, 0.0551996934216678, 0.159884615384616, 0.109971912497969, 0.318307692307692, 0.283949193722016, 0.723269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 660, '2021-05-23 00:00:00', 0.028222767677613, 0.0817692307692293, 0.04424957192318, 0.121769230769228, 0.0451214301805524, 0.182211538461537, 0.124891799324301, 0.336192307692308, 0.28779983495478, 0.734749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 675, '2021-05-23 00:00:00', 0.0380315658368144, 0.0819999999999996, 0.0433987282692096, 0.118519230769231, 0.060293130110001, 0.180192307692307, 0.128470225523868, 0.334673076923077, 0.273993801867009, 0.738711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 690, '2021-05-23 00:00:00', 0.0326959712879355, 0.0890576923076912, 0.0370773671374615, 0.134865384615382, 0.0935388771498837, 0.193307692307689, 0.144087147774694, 0.340384615384615, 0.275424400488799, 0.743096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 705, '2021-05-23 00:00:00', 0.0353346637388608, 0.0860384615384602, 0.0572270780447392, 0.118538461538461, 0.0828558920424725, 0.166826923076924, 0.152353931306731, 0.330596153846153, 0.277075285520295, 0.738076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 720, '2021-05-23 00:00:00', 0.0346428369774524, 0.0816153846153852, 0.0710172270541558, 0.123942307692308, 0.0712400843302748, 0.151519230769231, 0.175235797185919, 0.339230769230769, 0.267967033707218, 0.743134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 735, '2021-05-23 00:00:00', 0.0448936692470294, 0.0826923076923052, 0.0397971780986475, 0.102346153846154, 0.0446821983138014, 0.137173076923075, 0.190336456146641, 0.345557692307692, 0.266280812590476, 0.736134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 750, '2021-05-23 00:00:00', 0.0214145619039585, 0.0707884615384596, 0.0352175218627578, 0.096423076923076, 0.0473240587699505, 0.137442307692308, 0.196385899540833, 0.345307692307693, 0.261157909790518, 0.729923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 765, '2021-05-23 00:00:00', 0.0271795242500953, 0.0730576923076924, 0.0283397044119009, 0.0996730769230757, 0.0574628609156884, 0.139596153846155, 0.195982931949148, 0.34651923076923, 0.260298633969048, 0.726826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 780, '2021-05-23 00:00:00', 0.0272830462995717, 0.0742307692307673, 0.0394750407999013, 0.108673076923076, 0.0601001215920963, 0.145769230769229, 0.190173083107102, 0.367807692307691, 0.258553688071515, 0.72301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 795, '2021-05-23 00:00:00', 0.0278892383435716, 0.0684807692307705, 0.0385319298165114, 0.0975192307692313, 0.0677624612440121, 0.140634615384614, 0.183511581064018, 0.364403846153844, 0.255742064317814, 0.715711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 810, '2021-05-23 00:00:00', 0.0249020002285904, 0.0710192307692315, 0.0353285513212981, 0.0984423076923077, 0.0709254212861315, 0.143346153846153, 0.195784052937453, 0.368153846153845, 0.257684984339105, 0.710865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 825, '2021-05-23 00:00:00', 0.0287947978741905, 0.0679038461538452, 0.0603677862388964, 0.10148076923077, 0.075531440218882, 0.154538461538461, 0.190805834655185, 0.369942307692308, 0.25541092456004, 0.708096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 840, '2021-05-23 00:00:00', 0.052389506436074, 0.0770961538461547, 0.055977361495519, 0.10925, 0.0995533505984838, 0.172519230769231, 0.198571096548857, 0.391403846153847, 0.254903315758377, 0.711403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 855, '2021-05-23 00:00:00', 0.0274670991999782, 0.0681923076923086, 0.0549963215553129, 0.112846153846156, 0.0937144948151637, 0.16944230769231, 0.182402209838166, 0.382615384615387, 0.25283366377613, 0.70219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 870, '2021-05-23 00:00:00', 0.0524710506264727, 0.0793653846153859, 0.0825167582047154, 0.122653846153846, 0.103824854368381, 0.174096153846157, 0.180851609380137, 0.386730769230769, 0.251987646217337, 0.700076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 885, '2021-05-23 00:00:00', 0.0682118419676193, 0.0888461538461567, 0.0691701052589793, 0.123788461538466, 0.0914941864483571, 0.173884615384616, 0.175652012841829, 0.382519230769232, 0.255130024919421, 0.693519230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 900, '2021-05-23 00:00:00', 0.0339825520841774, 0.0844230769230805, 0.047198993633338, 0.118250000000002, 0.0881585285372085, 0.174615384615385, 0.167067619889029, 0.36801923076923, 0.253967300287624, 0.691019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 915, '2021-05-23 00:00:00', 0.034398820418059, 0.0846730769230773, 0.0456257729123173, 0.116634615384614, 0.0872617106974522, 0.177384615384616, 0.154463922847826, 0.361711538461537, 0.246835514369075, 0.686365384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 930, '2021-05-23 00:00:00', 0.0354410290265619, 0.0919423076923078, 0.0610258110588028, 0.127019230769232, 0.0806149728409926, 0.185923076923078, 0.151819443621491, 0.355288461538461, 0.244994038389005, 0.683326923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 945, '2021-05-23 00:00:00', 0.0396304855460506, 0.0821538461538433, 0.0663712171165977, 0.128461538461537, 0.0685146952232758, 0.176211538461535, 0.151059840409741, 0.350153846153845, 0.238669272296334, 0.689807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 960, '2021-05-23 00:00:00', 0.0567388653936097, 0.0958269230769232, 0.0630148090042864, 0.130115384615383, 0.0714774547564584, 0.197942307692306, 0.138585664981852, 0.345442307692308, 0.234214360231096, 0.69994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 975, '2021-05-23 00:00:00', 0.0321046186468811, 0.0824423076923084, 0.04415234552529, 0.132519230769229, 0.0842367725293066, 0.203576923076921, 0.142001268954246, 0.344096153846153, 0.234184208394885, 0.701711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 990, '2021-05-23 00:00:00', 0.0440212055543846, 0.100557692307691, 0.0746830327759602, 0.169153846153847, 0.0984188302808246, 0.218615384615383, 0.133754817310801, 0.341134615384616, 0.2286168511186, 0.708230769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1005, '2021-05-23 00:00:00', 0.047863298931597, 0.117153846153847, 0.052713379559797, 0.143596153846153, 0.0715807129158299, 0.193961538461538, 0.120964451230675, 0.322461538461538, 0.21812778276823, 0.707480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1020, '2021-05-23 00:00:00', 0.0312583834908605, 0.0924423076923064, 0.0679729612532675, 0.131288461538461, 0.0909993068443588, 0.204076923076924, 0.114766257437253, 0.306423076923076, 0.212549009732958, 0.69669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1035, '2021-05-23 00:00:00', 0.0472359543633384, 0.0868461538461537, 0.0530366962946042, 0.126365384615386, 0.0823433898145676, 0.201423076923078, 0.112313758661241, 0.296096153846155, 0.211826689863343, 0.695057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1050, '2021-05-23 00:00:00', 0.0347141347846393, 0.0883653846153846, 0.0639899871975183, 0.15446153846154, 0.0818917038157465, 0.187365384615385, 0.112214053692723, 0.282076923076924, 0.213106452272097, 0.691000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1065, '2021-05-23 00:00:00', 0.0447498560375876, 0.115480769230771, 0.0553373847759924, 0.135115384615385, 0.0807384118858359, 0.169134615384616, 0.106429147612572, 0.264288461538463, 0.203027888383685, 0.683711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1080, '2021-05-23 00:00:00', 0.0310724958765792, 0.0824999999999977, 0.0450330818569922, 0.109538461538458, 0.0599778420623945, 0.154807692307691, 0.095742806518295, 0.238749999999999, 0.206357044016881, 0.67848076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1095, '2021-05-23 00:00:00', 0.0364458291377563, 0.0734615384615389, 0.0479261812181423, 0.102326923076924, 0.0440316887637174, 0.13748076923077, 0.082196874355697, 0.220615384615386, 0.211739418952783, 0.673192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1110, '2021-05-23 00:00:00', 0.0287610915059811, 0.0699038461538471, 0.0356328715999922, 0.0993076923076937, 0.0319829582025299, 0.12251923076923, 0.0809573676981643, 0.207653846153847, 0.217087997046218, 0.666538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1125, '2021-05-23 00:00:00', 0.030238716903995, 0.0629999999999986, 0.0263812360473243, 0.0814807692307691, 0.029452053604775, 0.105711538461537, 0.0719480795702465, 0.194115384615385, 0.218807977811245, 0.659865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1140, '2021-05-23 00:00:00', 0.0177297772123603, 0.0522500000000002, 0.020696376494452, 0.0779999999999975, 0.0260208274568392, 0.105711538461539, 0.0718707627513567, 0.196942307692307, 0.218923433225831, 0.659519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1155, '2021-05-23 00:00:00', 0.0223702842043777, 0.0535192307692283, 0.0220315595313765, 0.0700192307692284, 0.0273796176295136, 0.102211538461538, 0.076185956711193, 0.188499999999997, 0.2206466484258, 0.656211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1170, '2021-05-23 00:00:00', 0.0164194654649271, 0.0451730769230762, 0.0284300017587071, 0.0682500000000018, 0.0322926998180459, 0.0965384615384634, 0.081401911241972, 0.180634615384615, 0.215883797090365, 0.658423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1185, '2021-05-23 00:00:00', 0.0244103146546386, 0.05171153846154, 0.0280710910697481, 0.0718846153846159, 0.0317544666755073, 0.0926153846153852, 0.0741571953041928, 0.174019230769231, 0.214180079695712, 0.656942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1200, '2021-05-23 00:00:00', 0.0213527155541952, 0.051038461538462, 0.0263679000651547, 0.068384615384614, 0.0340869702153378, 0.0966923076923064, 0.0661505392733397, 0.178923076923076, 0.214281645181146, 0.655288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1215, '2021-05-23 00:00:00', 0.0194582788392141, 0.0437307692307654, 0.0247955951423128, 0.0596923076923041, 0.0380740018304395, 0.0884807692307692, 0.0580407582254446, 0.174480769230768, 0.210886228897152, 0.659692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1230, '2021-05-23 00:00:00', 0.0208181134148558, 0.0445769230769195, 0.029766165614407, 0.0697692307692316, 0.0429512066634441, 0.103115384615385, 0.0548786493442218, 0.171384615384613, 0.212375454905115, 0.659076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1245, '2021-05-23 00:00:00', 0.0180047536458018, 0.0436346153846182, 0.0255069522951001, 0.0597692307692303, 0.0395392356254678, 0.0961346153846164, 0.050911476717323, 0.16103846153846, 0.216103861247675, 0.658326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1260, '2021-05-23 00:00:00', 0.0204793704831117, 0.0422307692307686, 0.032443513041308, 0.071692307692309, 0.0451652904511706, 0.0977884615384617, 0.0482920283276642, 0.157499999999997, 0.219323824515259, 0.656999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1275, '2021-05-23 00:00:00', 0.0248112645013094, 0.0496730769230807, 0.0264733901232051, 0.0639038461538496, 0.0364091281876492, 0.0917692307692339, 0.0447817098653173, 0.155307692307692, 0.220357671664815, 0.650788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1290, '2021-05-23 00:00:00', 0.0201500906659536, 0.0426153846153864, 0.0242063326107356, 0.0665576923076926, 0.0272323972785814, 0.0847884615384625, 0.0505448315854334, 0.156499999999998, 0.221802240399312, 0.649423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1305, '2021-05-23 00:00:00', 0.0186827460508342, 0.0467500000000008, 0.0245279746098504, 0.0631923076923104, 0.0230147862170247, 0.0770961538461558, 0.0498345107484591, 0.158538461538459, 0.220308208059667, 0.651442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1320, '2021-05-23 00:00:00', 0.0177452485514803, 0.044423076923077, 0.0170599959419224, 0.0552884615384626, 0.0312407832562099, 0.0765576923076911, 0.0580305622396163, 0.155384615384615, 0.218903291783944, 0.652634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1335, '2021-05-23 00:00:00', 0.0122965442299854, 0.0352500000000033, 0.0163170628012991, 0.0475576923076926, 0.0332388558536763, 0.0736923076923065, 0.0576785021943558, 0.16401923076923, 0.219021765690431, 0.652923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1350, '2021-05-23 00:00:00', 0.0157609180716599, 0.0374423076923067, 0.0318245974051512, 0.0587499999999996, 0.0354056275405255, 0.0774615384615361, 0.0567168981738368, 0.17055769230769, 0.218888925116055, 0.652692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1365, '2021-05-23 00:00:00', 0.0225681531911999, 0.0471923076923073, 0.0230239340352934, 0.0608076923076902, 0.0266650808823368, 0.075057692307691, 0.0602791455199497, 0.174653846153844, 0.218888925116055, 0.652692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1380, '2021-05-23 00:00:00', 0.0137121647283886, 0.0412884615384608, 0.0177725479754179, 0.05278846153846, 0.0178737129714199, 0.0835192307692295, 0.0739457935559241, 0.187403846153844, 0.220422862837634, 0.653538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1395, '2021-05-23 00:00:00', 0.0163763431627624, 0.0377692307692318, 0.0180371944773945, 0.0505961538461566, 0.02147940874419, 0.0917500000000008, 0.0770541767449746, 0.201115384615382, 0.221164870628226, 0.653999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1410, '2021-05-23 00:00:00', 0.012983199202758, 0.0352115384615372, 0.0170748240220711, 0.0655192307692288, 0.0198956991873572, 0.0903269230769231, 0.0750527506798739, 0.223846153846151, 0.225002341868155, 0.655923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1425, '2021-05-23 00:00:00', 0.0186080214299762, 0.0560384615384607, 0.0234499138919198, 0.081461538461541, 0.019314532193303, 0.0876346153846168, 0.0738015217687588, 0.230730769230768, 0.225002341868155, 0.655923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 0, '2021-05-23 00:00:00', 0.0257307956766548, 0.0640769230769279, 0.0252323434077398, 0.0733653846153879, 0.0234059903574955, 0.0840961538461542, 0.076496467992873, 0.240480769230768, 0.22548719219981, 0.656576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 15, '2021-05-23 00:00:00', 0.0261876659164912, 0.0440769230769231, 0.0233625686812162, 0.0595192307692307, 0.0316613085885346, 0.0865384615384604, 0.0900615003547773, 0.256076923076921, 0.226027654026262, 0.655096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 30, '2021-05-23 00:00:00', 0.0157898336328772, 0.0416730769230786, 0.019059148822709, 0.056134615384614, 0.0477784953235723, 0.0957692307692306, 0.0883002918367826, 0.257692307692306, 0.225936945764827, 0.654788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 45, '2021-05-23 00:00:00', 0.0166018534646433, 0.0403076923076918, 0.0244593225895238, 0.066961538461539, 0.0487992433737018, 0.0991153846153845, 0.0888438214812057, 0.260230769230768, 0.225945416315194, 0.654634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 60, '2021-05-23 00:00:00', 0.0266511942292668, 0.0548846153846145, 0.0389148379848171, 0.0767692307692311, 0.0556627896699931, 0.100615384615384, 0.0877111540139616, 0.258942307692307, 0.226147573500137, 0.654249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 75, '2021-05-23 00:00:00', 0.0285303414738676, 0.0475961538461559, 0.04078714446791, 0.0683653846153847, 0.0558675115443118, 0.110173076923075, 0.0881732123981825, 0.250846153846153, 0.221549667985796, 0.650153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 90, '2021-05-23 00:00:00', 0.0224572071693276, 0.0481153846153864, 0.0318601028536645, 0.0656153846153847, 0.0470906000745829, 0.109730769230768, 0.0804412279483952, 0.244634615384615, 0.212414703243081, 0.645615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 105, '2021-05-23 00:00:00', 0.0178953474830336, 0.0432884615384605, 0.0360806201976354, 0.0848653846153805, 0.0465628483466549, 0.111173076923074, 0.0771419695207349, 0.242788461538462, 0.210188882089056, 0.644384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 120, '2021-05-23 00:00:00', 0.034284466094494, 0.0692692307692292, 0.0412511631537641, 0.0864615384615359, 0.0600015801073984, 0.127980769230769, 0.0790927911720438, 0.240480769230769, 0.212427866490108, 0.64703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 135, '2021-05-23 00:00:00', 0.0253968804868153, 0.0501923076923069, 0.0276520968741662, 0.0740384615384609, 0.0585600940520457, 0.134769230769231, 0.0815641536083453, 0.233865384615385, 0.212169610127225, 0.648211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 150, '2021-05-23 00:00:00', 0.0228800971622449, 0.0563269230769231, 0.0580325903132144, 0.0966923076923108, 0.0597836612616343, 0.152884615384616, 0.0838435539469864, 0.233192307692308, 0.210768751332976, 0.646442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 165, '2021-05-23 00:00:00', 0.0494047957809146, 0.0759230769230803, 0.0475496703863041, 0.112634615384616, 0.049065529181352, 0.151115384615387, 0.0858821016546246, 0.226153846153847, 0.203098312684734, 0.642269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 180, '2021-05-23 00:00:00', 0.0318374235525046, 0.0763076923076894, 0.0488572803802456, 0.110423076923073, 0.0617462580616458, 0.143403846153845, 0.0883418730753507, 0.216942307692306, 0.196371665863095, 0.639634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 195, '2021-05-23 00:00:00', 0.0384196113783236, 0.0640576923076921, 0.0355678387570313, 0.0858653846153841, 0.0675215976843417, 0.137384615384614, 0.0700362790603221, 0.195903846153844, 0.197816609903835, 0.635634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 210, '2021-05-23 00:00:00', 0.023346618928331, 0.0577307692307678, 0.0366701513495652, 0.0894999999999994, 0.0594533333477071, 0.127826923076922, 0.0651719766346012, 0.191557692307691, 0.198407662111661, 0.634596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 225, '2021-05-23 00:00:00', 0.0362486339265153, 0.0637115384615371, 0.0547425758928522, 0.099019230769227, 0.059758359569701, 0.123692307692306, 0.0601101456942508, 0.186519230769228, 0.200593883640168, 0.632615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 240, '2021-05-23 00:00:00', 0.0340920022202348, 0.0627307692307665, 0.0424184103716924, 0.0878076923076913, 0.0461586228297408, 0.112038461538463, 0.058373034475224, 0.182365384615381, 0.199624559148878, 0.630730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 255, '2021-05-23 00:00:00', 0.0277191200326486, 0.0514807692307702, 0.0294279890318977, 0.070442307692309, 0.0371225050961742, 0.0950961538461548, 0.0592162269860321, 0.180192307692308, 0.19760623627655, 0.62726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 270, '2021-05-23 00:00:00', 0.0229530289605002, 0.0506923076923103, 0.0207521361273061, 0.0676346153846175, 0.0297388440621681, 0.0923269230769218, 0.0633116497968551, 0.179249999999998, 0.195886883567648, 0.628365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 285, '2021-05-23 00:00:00', 0.0196154570134427, 0.0488846153846165, 0.0270404611362597, 0.0725576923076917, 0.0366436897705497, 0.0939999999999968, 0.0625393783639841, 0.18007692307692, 0.195592662478386, 0.628480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 300, '2021-05-23 00:00:00', 0.0258028993600448, 0.0519807692307709, 0.0266648428863517, 0.0645769230769226, 0.0329576476475746, 0.0904423076923061, 0.0662516676132622, 0.179788461538459, 0.196499466626794, 0.627596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 315, '2021-05-23 00:00:00', 0.0189345024918916, 0.0431538461538423, 0.0278569767535254, 0.0681346153846139, 0.0361273655067944, 0.0915576923076911, 0.0716890534504055, 0.186096153846152, 0.196201219317153, 0.627961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 330, '2021-05-23 00:00:00', 0.0226423361121447, 0.0491538461538453, 0.0218920164584105, 0.0650961538461531, 0.039923600115145, 0.0944230769230769, 0.0690074717247786, 0.187865384615382, 0.196279523012069, 0.625865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 345, '2021-05-23 00:00:00', 0.015670366448024, 0.0450961538461544, 0.0251262734082193, 0.0679807692307692, 0.0406296074310355, 0.0997500000000008, 0.0859722607320793, 0.199980769230767, 0.196287008269482, 0.625019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 360, '2021-05-23 00:00:00', 0.0158778510462261, 0.0456153846153854, 0.025645302463836, 0.0681923076923075, 0.0346186532644757, 0.0933653846153844, 0.0937053155047577, 0.199115384615381, 0.199739204002076, 0.62051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 375, '2021-05-23 00:00:00', 0.0213385530473345, 0.042576923076922, 0.0228763314030367, 0.058057692307693, 0.0312860807093788, 0.0841730769230738, 0.0914006753888523, 0.220211538461537, 0.196372620682836, 0.618384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 390, '2021-05-23 00:00:00', 0.0151511994955448, 0.0383269230769268, 0.0279897233888527, 0.0592692307692312, 0.0309738847815598, 0.0808076923076945, 0.0855614489034718, 0.225692307692306, 0.19415974390652, 0.618384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 405, '2021-05-23 00:00:00', 0.0233328095179262, 0.0394999999999957, 0.0255122293450358, 0.0590769230769177, 0.0265640010888017, 0.0751153846153825, 0.094336835125727, 0.247461538461535, 0.1922622777914, 0.616788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 420, '2021-05-23 00:00:00', 0.0232260877860668, 0.0421346153846111, 0.0266338203158188, 0.0545961538461538, 0.0278461155970839, 0.076115384615384, 0.104898934877631, 0.263942307692306, 0.19150066981204, 0.617057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 435, '2021-05-23 00:00:00', 0.0140903676864148, 0.0355384615384623, 0.0205665149809443, 0.0511923076923078, 0.0328405061799298, 0.086673076923077, 0.100840065679044, 0.285826923076921, 0.190414362944036, 0.620480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 450, '2021-05-23 00:00:00', 0.0184254005279493, 0.0363461538461519, 0.0238246478705129, 0.0590769230769209, 0.0422573844252328, 0.0975576923076875, 0.115869608413277, 0.305884615384613, 0.190454877555325, 0.620903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 465, '2021-05-23 00:00:00', 0.0210315148143116, 0.0462692307692298, 0.0317280026765982, 0.076615384615387, 0.0413175367871096, 0.103173076923075, 0.109987756311607, 0.319442307692308, 0.186705647601118, 0.619826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 480, '2021-05-23 00:00:00', 0.0271692133461073, 0.0586153846153852, 0.0378657954034864, 0.077461538461535, 0.0416406051829223, 0.0989999999999983, 0.112362656334129, 0.335557692307691, 0.186096696329124, 0.620596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 495, '2021-05-23 00:00:00', 0.0253914355639886, 0.0492499999999947, 0.0333259427704389, 0.0694615384615351, 0.0575650835676793, 0.111673076923075, 0.112960192103237, 0.33875, 0.186014041033297, 0.621788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 510, '2021-05-23 00:00:00', 0.0228223321804297, 0.0451730769230745, 0.0325398749465699, 0.0677115384615366, 0.0537643612299228, 0.115557692307691, 0.107529747225881, 0.334442307692309, 0.180239120017309, 0.620096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 525, '2021-05-23 00:00:00', 0.0208087721886709, 0.0462499999999989, 0.0380135046853298, 0.0849423076923072, 0.0544271566831777, 0.125346153846154, 0.0996273537507878, 0.330980769230771, 0.176756116203607, 0.617769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 540, '2021-05-23 00:00:00', 0.0374478509191328, 0.0773076923076941, 0.0391510487137263, 0.099269230769232, 0.063238316038493, 0.14226923076923, 0.0967503051078486, 0.334192307692307, 0.177861813257886, 0.620269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 555, '2021-05-23 00:00:00', 0.0281564653048199, 0.0675576923076919, 0.0383035045594816, 0.0965384615384634, 0.0624891498274192, 0.159923076923079, 0.0905795803954498, 0.328596153846155, 0.176344562193971, 0.617269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 570, '2021-05-23 00:00:00', 0.0330859254296827, 0.0725384615384636, 0.0414504709075987, 0.103307692307692, 0.0620552266440649, 0.161865384615386, 0.0911973114482264, 0.32398076923077, 0.175253527342969, 0.614826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 585, '2021-05-23 00:00:00', 0.0337283491807936, 0.0718076923076925, 0.0480361882814975, 0.125153846153847, 0.0828302991757161, 0.177461538461538, 0.0863537180171465, 0.315230769230769, 0.173553796802647, 0.608403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 600, '2021-05-23 00:00:00', 0.0359130413424083, 0.0969423076923076, 0.0486188195597619, 0.12251923076923, 0.0930957819419581, 0.185730769230772, 0.0898593623391561, 0.32175, 0.180947961069981, 0.611769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 615, '2021-05-23 00:00:00', 0.0390234052056721, 0.0843846153846128, 0.0761403385456479, 0.130134615384613, 0.0779945190381995, 0.19875, 0.083667558734643, 0.316403846153846, 0.192149081744837, 0.61448076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 630, '2021-05-23 00:00:00', 0.0491229697172939, 0.0923846153846154, 0.0670992834995565, 0.13242307692308, 0.0697989006966567, 0.199942307692309, 0.0767211759956386, 0.301326923076924, 0.19979434041418, 0.611538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 645, '2021-05-23 00:00:00', 0.0345065879997525, 0.0867692307692324, 0.0526094061493274, 0.134019230769233, 0.0675887223182616, 0.197346153846156, 0.0789033025534811, 0.291134615384617, 0.200362824741668, 0.614192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 660, '2021-05-23 00:00:00', 0.0481046615364715, 0.09396153846154, 0.0562332504977117, 0.137961538461538, 0.0837298701411014, 0.191865384615385, 0.0900222728850171, 0.283980769230771, 0.206351362971021, 0.615249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 675, '2021-05-23 00:00:00', 0.0386707054698847, 0.0867115384615376, 0.0621117014864229, 0.13171153846154, 0.0729984931351319, 0.1695, 0.115128999554675, 0.281057692307693, 0.21263652989586, 0.615576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 690, '2021-05-23 00:00:00', 0.0624036364818091, 0.0969230769230779, 0.0837365741247729, 0.126923076923075, 0.0748573617981833, 0.162230769230769, 0.117877400456833, 0.273692307692309, 0.215734987890[...];
Date: 2021-05-23 15:08:12 Duration: 13s620ms Database: acaweb_fx User: pgperfstats
17 28s762ms 2 14s227ms 14s535ms 14s381ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 15 2 28s762ms 14s381ms [ User: pgperfstats - Total duration: 28s762ms - 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 975930, 1, 915, '2021-05-23 00:00:00', 14.8779909727295, 19.4292307692306, 17.574765322867, 27.561923076923, 25.814175604769, 39.7730769230767, 89.8171910356723, 166.778461538461, 131.510526249656, 269.002307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 930, '2021-05-23 00:00:00', 13.5504317104091, 19.8434615384613, 22.711632441413, 29.1619230769229, 25.8720572076099, 39.8519230769231, 92.0484888749067, 166.591923076923, 142.321747574344, 278.036153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 945, '2021-05-23 00:00:00', 14.9506929553835, 17.6203846153847, 16.1582756934215, 24.1142307692309, 33.0704015304413, 67.4757692307693, 90.719703265693, 164.873846153846, 151.920886833094, 283.558076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 960, '2021-05-23 00:00:00', 11.7401024762923, 18.033076923077, 22.3938105597197, 28.599230769231, 34.2506149523683, 76.666153846154, 90.2916956680702, 165.781153846154, 152.965025657702, 288.297692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 975, '2021-05-23 00:00:00', 20.7793703502739, 20.7819230769232, 31.514382623714, 62.1380769230769, 35.2722591477299, 90.3957692307693, 89.0017314023463, 167.653846153846, 152.641207347366, 289.112692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 990, '2021-05-23 00:00:00', 33.8631227420944, 57.8446153846154, 35.4240274476999, 71.0238461538463, 38.8633514687633, 98.0892307692308, 88.9655747328059, 170.306538461538, 152.339806701486, 289.395384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1005, '2021-05-23 00:00:00', 25.2664985976415, 42.6092307692309, 33.5036142895291, 66.8976923076925, 44.2722040388948, 92.6823076923077, 89.3894583055176, 160.851923076923, 146.806070916703, 285.025 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1020, '2021-05-23 00:00:00', 29.8791659161723, 45.7803846153847, 37.0226885052104, 64.8880769230769, 51.1895764990671, 95.3769230769233, 90.5728364169713, 155.996153846154, 147.009556214763, 283.112307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1035, '2021-05-23 00:00:00', 20.6553974506942, 38.5003846153845, 31.4510093955662, 55.0099999999999, 69.3513210211934, 93.9807692307692, 87.7080942751844, 146.175769230769, 144.878290397359, 279.247307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1050, '2021-05-23 00:00:00', 22.296242857003, 37.5284615384615, 39.097309094892, 62.8176923076925, 66.1650581093628, 88.6811538461539, 86.8082708643684, 143.167692307692, 141.419912192242, 276.457307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1065, '2021-05-23 00:00:00', 34.7975200000496, 44.1930769230772, 62.2421125012269, 69.3738461538463, 63.5703486274489, 84.5161538461538, 81.8127365596864, 137.489230769231, 140.248013341202, 273.963076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1080, '2021-05-23 00:00:00', 39.7322857384271, 43.955, 39.7890367815057, 53.78, 49.4584878816416, 73.0134615384614, 70.7383317619349, 129.947307692308, 136.885719619857, 269.500384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1095, '2021-05-23 00:00:00', 18.3520652411489, 31.0188461538462, 26.4968916638568, 48.1196153846151, 46.5933665664976, 66.02, 64.0042818567635, 120.75, 133.252472337866, 262.058076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1110, '2021-05-23 00:00:00', 17.4536372096522, 33.0503846153845, 24.896805133313, 42.0946153846153, 39.6982926759405, 59.6357692307691, 54.286367515243, 114.355, 132.620806677709, 258.140384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1125, '2021-05-23 00:00:00', 15.1813569931626, 26.191923076923, 29.897673395459, 40.0923076923076, 33.3598376587085, 54.523846153846, 50.3922283141117, 108.452307692308, 134.506897621818, 254.369615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1140, '2021-05-23 00:00:00', 22.5279119726211, 27.9153846153847, 28.7310977192632, 40.8719230769231, 28.787340454817, 54.3623076923077, 57.9775718877568, 113.075, 135.294092344731, 255.099230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1155, '2021-05-23 00:00:00', 20.0413987996385, 28.7053846153845, 20.9030804796437, 38.2615384615384, 29.7296338278568, 55.9634615384615, 61.0414558098398, 112.830769230769, 135.735850561075, 253.463461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1170, '2021-05-23 00:00:00', 12.8282411049277, 22.2346153846155, 20.1990895948689, 34.9273076923077, 30.5674645333893, 51.9, 59.6483728735458, 106.752307692308, 135.016689530762, 251.640384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1185, '2021-05-23 00:00:00', 16.0217948912869, 25.4334615384613, 19.8442627089428, 36.1676923076923, 28.3007074225256, 50.7361538461538, 59.4789489949046, 103.661538461538, 135.238412804374, 248.515384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1200, '2021-05-23 00:00:00', 13.9826671949259, 23.4358333333335, 14.7926161993657, 33.0937500000001, 28.2925124396, 50.1858333333336, 57.8995634823724, 103.469166666667, 140.41421186174, 249.351666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1215, '2021-05-23 00:00:00', 10.1243490397289, 23.015, 17.7823556907695, 34.8950000000001, 27.152551312052, 49.1058333333335, 56.930250682336, 101.879166666667, 139.858188173862, 248.870833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1230, '2021-05-23 00:00:00', 14.927158639079, 23.9529166666667, 21.8107930335791, 33.5133333333335, 25.8550899314299, 47.1616666666666, 51.2117936042732, 98.0229166666664, 138.782708723312, 247.486666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1245, '2021-05-23 00:00:00', 10.500869943258, 23.6400000000003, 12.8918262990969, 34.4587500000002, 22.104326286492, 48.6116666666668, 43.9473646614722, 94.5879166666665, 137.623075968201, 246.780416666666 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1260, '2021-05-23 00:00:00', 14.3295997243771, 25.7625, 20.1403928935311, 33.9579166666666, 28.6236513510533, 53.2541666666668, 43.9970488449533, 93.3612499999998, 136.745592155334, 246.275 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1275, '2021-05-23 00:00:00', 12.2667023003775, 21.3087499999999, 18.1268422102276, 33.5379166666667, 31.136426239202, 53.5995833333335, 39.7720375676504, 88.0037499999997, 133.618418030437, 243.6675 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1290, '2021-05-23 00:00:00', 17.1281189902723, 24.9808333333335, 24.7625150579004, 37.8370833333335, 30.9504557779417, 53.6954166666666, 37.5111007313796, 86.5254166666662, 131.933358581224, 242.8025 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1305, '2021-05-23 00:00:00', 18.1196604678735, 26.1445833333336, 22.7810892208199, 39.3350000000003, 23.4959604260092, 54.2220833333333, 29.4647854545736, 82.7291666666664, 129.597176655595, 243.648333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1320, '2021-05-23 00:00:00', 13.0800760576501, 25.28375, 17.4948022042739, 35.0245833333331, 25.3050063214284, 56.8366666666664, 26.9982436895225, 78.4316666666663, 128.402056777852, 245.1325 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1335, '2021-05-23 00:00:00', 13.3580972087705, 27.1990909090907, 16.0273518105958, 39.2281818181814, 23.1025507858733, 61.5163636363633, 28.330573869953, 80.8459090909087, 133.306339587592, 248.468636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1350, '2021-05-23 00:00:00', 15.0149505143798, 28.7979166666665, 22.8920196207942, 47.8966666666666, 23.0892255912966, 55.1408333333333, 27.9545431446757, 77.0070833333331, 127.250645879031, 245.35625 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1365, '2021-05-23 00:00:00', 16.221661974352, 36.3029166666668, 18.9072160089775, 42.6720833333335, 21.2120251605789, 46.2887500000002, 46.4986000237282, 75.4629166666667, 126.325666236122, 246.8575 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1380, '2021-05-23 00:00:00', 10.4175801400336, 22.2395454545453, 9.35538741010066, 25.4354545454544, 15.7154130370918, 35.3045454545454, 40.9012254920711, 65.6009090909091, 127.683389781028, 245.264545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1410, '2021-05-23 00:00:00', 5.2736402404107, 11.9236363636363, 9.0751783639585, 16.6236363636363, 14.8543504857995, 28.4195454545455, 38.4257441576509, 64.5804545454546, 125.094684516858, 243.409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1425, '2021-05-23 00:00:00', 7.13800286133917, 10.1409090909094, 10.6031375328782, 21.2627272727275, 13.2230293992532, 26.8527272727274, 38.6117092909949, 64.5109090909093, 124.948724323047, 242.243636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 60, '2021-05-23 00:00:00', 5.99869570438843, 12.5430769230768, 8.87634520249452, 17.1080769230768, 10.1851779864362, 23.6588461538463, 37.0582033770994, 66.3915384615385, 115.37323492841, 238.334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 75, '2021-05-23 00:00:00', 7.14383384465233, 11.2949999999997, 8.72899378287891, 15.9173076923076, 12.9218851030098, 24.8088461538461, 37.9714841447346, 66.6019230769233, 115.038644672127, 239.96 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 90, '2021-05-23 00:00:00', 6.34929282555255, 11.5107692307692, 8.00469989828095, 16.5073076923077, 11.7750494037832, 24.2926923076923, 40.2045922443997, 68.1315384615386, 115.385005553648, 240.668846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 105, '2021-05-23 00:00:00', 5.66632504701768, 11.4965384615387, 10.1456217461219, 18.1161538461539, 12.005665412629, 25.7249999999999, 40.2742115560508, 67.1673076923078, 115.931718221745, 240.114615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 120, '2021-05-23 00:00:00', 8.5010435920448, 13.446923076923, 8.8769952036797, 17.7496153846153, 12.4622216873483, 25.7842307692306, 40.6836969294353, 66.3003846153847, 115.914411701048, 240.72 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 135, '2021-05-23 00:00:00', 6.33057169614231, 11.5950000000003, 8.98741990014606, 17.4526923076923, 13.7870326198766, 26.7073076923078, 39.8512107489075, 64.4330769230771, 115.907986886814, 240.541923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 150, '2021-05-23 00:00:00', 7.91121533987331, 12.561923076923, 10.6612950360713, 17.6303846153845, 17.4725569834086, 32.2934615384615, 39.697383446035, 63.0673076923078, 115.655076084683, 240.138076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 165, '2021-05-23 00:00:00', 7.71771265436755, 11.2938461538463, 10.4641545213244, 18.3253846153848, 19.8027184031346, 33.0980769230771, 39.5163086566314, 62.4053846153846, 115.671816627906, 239.085 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 180, '2021-05-23 00:00:00', 6.63277002117853, 13.6330769230768, 16.2974206972947, 25.6157692307692, 34.6453341180864, 38.7380769230768, 40.5518139231963, 61.9526923076923, 115.524893184909, 238.425769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 195, '2021-05-23 00:00:00', 14.175605530412, 17.8780769230769, 18.2808452085362, 23.5084615384615, 34.753593319474, 34.6938461538462, 40.8633173866997, 58.4196153846154, 115.762053456483, 236.742692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 210, '2021-05-23 00:00:00', 7.48845470348532, 12.1753846153846, 27.9499596807196, 23.2130769230769, 29.8824712936429, 33.1688461538461, 36.2112508823092, 54.5276923076923, 115.518674153376, 235.136923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 225, '2021-05-23 00:00:00', 24.3107049576615, 18.0765384615384, 26.7022322316666, 23.3230769230768, 27.2016592621735, 32.6511538461539, 32.7144824292757, 52.6761538461538, 115.83289593402, 234.792692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 240, '2021-05-23 00:00:00', 12.5891887011773, 14.4880769230769, 14.950033645447, 21.8950000000002, 18.7699549116297, 28.4807692307693, 24.8287926903734, 48.8576923076923, 111.764488206916, 234.638076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 255, '2021-05-23 00:00:00', 11.2843718750927, 15.3538461538462, 13.6213992729767, 21.206923076923, 17.247825731423, 25.9173076923078, 23.3218351336254, 46.4449999999999, 111.052687808709, 234.151538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 270, '2021-05-23 00:00:00', 9.63725782894401, 13.5023076923075, 13.0971347013237, 17.3657692307691, 16.7360562214087, 25.3253846153847, 22.1453325660634, 45.8076923076922, 111.241960255043, 233.844230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 285, '2021-05-23 00:00:00', 6.63482988014479, 10.9965384615382, 9.49904714249719, 15.7238461538462, 13.120794206731, 24.2638461538461, 22.2228286089918, 47.2507692307691, 111.614772794644, 234.575 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 300, '2021-05-23 00:00:00', 7.59839105438664, 11.1911538461541, 11.8862876199682, 17.3857692307693, 13.0544794080568, 23.0638461538462, 22.5157910399313, 47.1330769230768, 111.654815526039, 234.993076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 315, '2021-05-23 00:00:00', 10.2192909057028, 12.3811538461536, 11.3382818193668, 17.7611538461537, 12.6307980928182, 21.8726923076923, 20.9875447788959, 48.1196153846153, 111.654815526039, 234.993076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 330, '2021-05-23 00:00:00', 7.866113154147, 12.001923076923, 9.57810512816341, 14.6546153846153, 11.180370545669, 20.0015384615384, 20.0014776069555, 47.8723076923075, 111.620732673708, 235.068846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 345, '2021-05-23 00:00:00', 6.03173326282281, 9.03692307692304, 7.81887251364397, 13.320769230769, 11.4517407477572, 21.0230769230767, 20.6642044161842, 49.0480769230769, 111.737078177025, 235.626538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 360, '2021-05-23 00:00:00', 6.04531377311278, 9.06884615384605, 7.09533944544993, 13.7146153846152, 11.9006041281686, 22.4211538461537, 23.746214804437, 52.2415384615384, 111.737078177025, 235.626538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 375, '2021-05-23 00:00:00', 4.90534477734409, 9.56923076923053, 9.83421844690956, 15.4073076923075, 11.5825771079469, 22.5973076923076, 25.0968132362533, 56.5588461538462, 111.736952475274, 235.737307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 390, '2021-05-23 00:00:00', 6.99598567311721, 9.73346153846153, 8.37088084695086, 15.073076923077, 10.3007024779121, 21.1934615384615, 29.3299784075034, 58.9942307692309, 111.736952475274, 235.737307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 405, '2021-05-23 00:00:00', 5.97838352219573, 9.91846153846172, 7.52841878382272, 14.5457692307693, 9.04003417284206, 22.0153846153847, 31.3227356330582, 62.8034615384617, 111.978631989116, 236.616923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 420, '2021-05-23 00:00:00', 5.43242868196293, 10.3542307692307, 8.38501186641973, 15.3300000000001, 9.69933543322164, 21.8196153846155, 35.7608099482358, 67.8119230769232, 112.087982450601, 236.505384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 435, '2021-05-23 00:00:00', 6.10232147503033, 9.86076923076934, 6.33385006259103, 14.9238461538462, 12.2553486031453, 22.9342307692309, 42.6308474175504, 70.9865384615387, 112.064404172161, 235.547692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 450, '2021-05-23 00:00:00', 4.62344280646091, 10.4707692307693, 6.57606261667716, 14.5865384615385, 14.1653961252278, 24.3692307692306, 48.1524657664032, 72.8307692307693, 111.890208728846, 235.345769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 465, '2021-05-23 00:00:00', 6.67398245773497, 10.9046153846152, 11.718004949649, 17.2899999999999, 17.5879114778829, 26.7930769230768, 50.3906960459965, 73.4400000000002, 111.300186630571, 235.48 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 480, '2021-05-23 00:00:00', 8.07139259741098, 12.3876923076925, 13.1012742128392, 18.5449999999999, 17.1828514558511, 27.038076923077, 50.805416127084, 74.4503846153849, 110.068339328172, 235.072307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 495, '2021-05-23 00:00:00', 9.31853623368289, 12.4384615384615, 12.4772909535067, 19.4784615384615, 13.9053763869066, 27.9726923076923, 58.8501950222244, 75.5930769230771, 110.396137332092, 234.764615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 510, '2021-05-23 00:00:00', 7.88681985242562, 12.7007692307693, 9.03504731586942, 18.3600000000002, 12.4789802406349, 26.8296153846154, 66.4945818139748, 76.0588461538463, 110.581993741505, 236.389615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 525, '2021-05-23 00:00:00', 7.18513675261964, 12.4130769230771, 8.88770580417356, 19.9423076923077, 15.3307930448694, 29.9592307692309, 70.6480985350306, 77.6588461538463, 111.404438437337, 237.653461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 540, '2021-05-23 00:00:00', 8.18469111301009, 16.393846153846, 11.8286758996289, 21.3615384615384, 24.1603579825743, 34.8346153846156, 70.9245674827516, 77.8938461538464, 111.732564644333, 237.495 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 555, '2021-05-23 00:00:00', 7.56356103554809, 13.5434615384614, 12.6400742268999, 20.5773076923077, 23.9942161908942, 38.5211538461539, 69.4377963803133, 74.2369230769231, 112.20215694965, 240.081923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 570, '2021-05-23 00:00:00', 8.39255112951573, 13.1976923076924, 16.2761164948472, 22.2480769230772, 23.8737063862185, 39.0338461538465, 68.5639253386659, 73.7253846153847, 110.043312363115, 239.869615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 585, '2021-05-23 00:00:00', 11.9766967643257, 15.444230769231, 19.1453304529808, 29.3530769230771, 26.0813853956004, 43.0219230769231, 67.9794159614625, 74.1676923076924, 108.835385382626, 239.220769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 600, '2021-05-23 00:00:00', 17.8273405066053, 24.7984615384617, 20.7875303006392, 32.1400000000001, 28.3521992417899, 45.1546153846153, 66.9823520500277, 74.3169230769233, 107.711395992325, 238.331153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 615, '2021-05-23 00:00:00', 12.0497887118405, 18.6100000000004, 16.8479679349903, 27.4765384615386, 29.1935768383286, 41.5638461538464, 61.0939385687824, 69.0646153846156, 104.299793882089, 236.230384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 630, '2021-05-23 00:00:00', 10.1133305858389, 17.6534615384615, 17.7308630750061, 27.8657692307693, 27.8900882862604, 38.9461538461539, 53.2368552559077, 67.4884615384618, 100.828575580232, 234.321538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 645, '2021-05-23 00:00:00', 14.4805444011558, 18.9330769230768, 19.8535523812202, 27.983076923077, 27.4896504972609, 36.3626923076922, 53.3994602464801, 68.7011538461538, 100.89345171097, 233.776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 660, '2021-05-23 00:00:00', 15.3153634678988, 18.7030769230771, 21.8634190337687, 25.3503846153847, 24.1969292775249, 33.4976923076926, 49.6262591965801, 67.6546153846155, 98.7996305232893, 232.406538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 675, '2021-05-23 00:00:00', 12.1637695827215, 14.8376923076922, 14.5799142183825, 22.9811538461537, 24.5724390355098, 30.4280769230769, 41.2917737979929, 65.4492307692308, 98.6027088448309, 232.233461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 690, '2021-05-23 00:00:00', 9.4772596574848, 16.9088461538461, 10.2922837115969, 20.9300000000002, 27.9576702782013, 30.4492307692308, 37.2344913549459, 67.0623076923079, 98.950465382355, 231.729230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 705, '2021-05-23 00:00:00', 9.13622864458617, 13.4653846153848, 19.9773572480293, 20.5011538461537, 34.0838167960195, 30.7992307692309, 38.777155987276, 71.5123076923077, 99.5795175819113, 232.695384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 720, '2021-05-23 00:00:00', 15.0766213517688, 14.9992307692308, 23.9291293229369, 21.993076923077, 30.1908364931123, 31.0619230769232, 37.2532781933865, 73.5519230769232, 99.0777461289871, 234.305 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 735, '2021-05-23 00:00:00', 12.9444097408286, 14.0534615384617, 19.0543946071805, 20.8846153846157, 20.4314083553879, 28.9507692307694, 35.244801168181, 73.3657692307694, 99.2684353930525, 235.344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 750, '2021-05-23 00:00:00', 11.9200097896191, 14.904230769231, 15.7605949175101, 21.008076923077, 18.1500675650363, 30.1961538461539, 35.0807353049855, 74.8184615384616, 98.5355100669493, 236.351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 765, '2021-05-23 00:00:00', 12.6805836616458, 15.1649999999998, 12.0889932646951, 21.256923076923, 16.6893772202558, 29.4499999999999, 45.820909249616, 97.3573076923076, 98.3005083616248, 238.048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 780, '2021-05-23 00:00:00', 11.4382775195997, 15.6761538461539, 13.9829259620987, 21.9176923076925, 17.109713251205, 32.3965384615386, 59.1308462427576, 117.025769230769, 98.4707499030121, 238.192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 795, '2021-05-23 00:00:00', 7.31168434767261, 13.5700000000002, 10.076901935386, 19.086153846154, 14.3342297853237, 30.7265384615386, 61.4650940453197, 125.365, 97.5402706806862, 240.542692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 810, '2021-05-23 00:00:00', 9.91143044865195, 13.7715384615384, 13.5636436674834, 22.5815384615385, 14.9622105935639, 32.1846153846156, 61.0151482981576, 128.534615384615, 98.1454810684314, 241.056923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 825, '2021-05-23 00:00:00', 10.9368588093374, 16.5738461538462, 12.6596272700021, 23.951153846154, 19.7709268488237, 34.4326923076924, 61.5051516491474, 129.399230769231, 101.486574661191, 242.717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 840, '2021-05-23 00:00:00', 7.90589097786241, 15.3719230769232, 8.64912050664477, 22.4215384615386, 19.4929089000236, 32.5142307692309, 68.7095785596605, 134.535384615384, 101.65697785426, 242.827692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 855, '2021-05-23 00:00:00', 8.07039939913357, 15.0676923076922, 18.5049573940025, 23.9119230769229, 22.0257718453773, 33.2442307692306, 71.4616051026434, 141.119615384615, 102.457040273172, 244.181538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 870, '2021-05-23 00:00:00', 18.1110860949436, 17.9934615384616, 18.8392789711773, 23.0980769230771, 22.4093218240843, 35.6861538461542, 74.1191898125008, 147.432307692308, 104.890910005806, 248.065384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 885, '2021-05-23 00:00:00', 10.7435683801267, 14.6584615384616, 14.0867288772636, 23.1923076923078, 23.0226004178502, 39.645, 71.2269556407273, 151.124615384615, 103.855780616125, 251.169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 900, '2021-05-23 00:00:00', 10.6050162586463, 17.4853846153846, 15.0386422106007, 26.7034615384618, 26.3293378104818, 40.4115384615385, 70.5747769379837, 154.250384615385, 107.307539094239, 256.037692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 915, '2021-05-23 00:00:00', 13.3850777302992, 18.7046153846157, 20.7270432081821, 30.0019230769231, 27.0042220886917, 40.4611538461539, 70.4027523281911, 160.979230769231, 109.080400253137, 256.609230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 930, '2021-05-23 00:00:00', 18.6266738803835, 24.0203846153845, 23.1396209529491, 30.0753846153846, 27.6385639279612, 43.12, 70.8152777269034, 160.806538461538, 111.877680301026, 268.171538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 945, '2021-05-23 00:00:00', 14.4263352188336, 18.3296153846154, 17.1893370570694, 26.3326923076923, 39.7218379929539, 76.6015384615384, 71.4426230944483, 157.821153846154, 115.185861172949, 269.033076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 960, '2021-05-23 00:00:00', 11.6466918974378, 19.8980769230769, 16.6991648478413, 29.9888461538462, 51.7070979504899, 97.2123076923076, 71.87541172056, 159.725, 119.6097360695, 274.881153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 975, '2021-05-23 00:00:00', 16.0131978500427, 22.1157692307691, 37.8519302627408, 69.8961538461537, 51.5454493641666, 104.033076923077, 70.548767761141, 160.556153846154, 117.21829280515, 279.128076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 990, '2021-05-23 00:00:00', 37.6376757313939, 62.7623076923075, 48.6084947261123, 90.0565384615384, 53.1647766983426, 104.855769230769, 72.0474495827899, 160.690769230769, 114.064072968459, 280.813076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1005, '2021-05-23 00:00:00', 25.6907464693778, 49.3769230769232, 37.8653356494587, 67.9396153846155, 49.1388651695768, 87.283076923077, 67.4554366868632, 148.301153846154, 114.559782995605, 275.84 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1020, '2021-05-23 00:00:00', 17.477033743217, 42.4973076923077, 28.7242241697464, 58.4230769230769, 40.6544747030952, 79.1142307692307, 51.9648900523598, 138.546923076923, 106.089461642231, 267.526538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1035, '2021-05-23 00:00:00', 23.0553189491309, 45.6196153846154, 26.1191262075545, 61.4046153846153, 34.7886206085576, 82.2796153846154, 50.8065854726, 135.969230769231, 104.982952064389, 266.961923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1050, '2021-05-23 00:00:00', 16.5072460592777, 37.6726923076922, 24.0870246845444, 54.6930769230769, 37.6776865613507, 81.5038461538463, 50.20720221856, 134.308846153846, 104.559269826331, 264.738846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1065, '2021-05-23 00:00:00', 19.5231787922418, 37.113076923077, 22.116948475008, 52.0053846153848, 39.076404519273, 77.0330769230769, 48.3461144234586, 128.070384615385, 106.461530560971, 261.125769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1080, '2021-05-23 00:00:00', 15.9987703229391, 37.7996153846154, 28.7374479703079, 55.6703846153848, 32.621969041642, 73.258076923077, 45.8162480349491, 121.15, 106.530294534177, 260.281538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1095, '2021-05-23 00:00:00', 23.8939720142003, 34.871153846154, 30.2658854716763, 49.3307692307692, 38.5485039677787, 72.1869230769232, 53.9968198379808, 117.723846153846, 106.456419851217, 259.033461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1110, '2021-05-23 00:00:00', 19.4268662028013, 33.2623076923075, 19.2575342019288, 45.7265384615385, 30.3188830852732, 63.8234615384614, 61.2071742149936, 115.280769230769, 104.025957674774, 259.163076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1125, '2021-05-23 00:00:00', 12.0996399183548, 28.5769230769234, 22.0109043325908, 48.7884615384617, 22.9526881683573, 58.983076923077, 62.542363775407, 113.051153846154, 103.147962724204, 260.236923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1140, '2021-05-23 00:00:00', 18.804351345858, 32.0115384615385, 21.8160100702357, 40.0207692307691, 27.690672211748, 52.7165384615385, 65.9613851932731, 112.056153846154, 105.385813078203, 257.713076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1155, '2021-05-23 00:00:00', 18.3141837256937, 24.7215384615383, 23.3371533297973, 35.8384615384614, 28.194149401277, 50.8726923076924, 65.6623673382365, 112.702692307692, 105.747343226128, 257.089230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1170, '2021-05-23 00:00:00', 20.6173798865088, 26.1557692307693, 23.0907778461113, 36.2784615384617, 32.4019117099831, 54.9823076923079, 65.3779419214508, 109.796730769231, 109.608610279415, 258.120769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1185, '2021-05-23 00:00:00', 14.592779373586, 26.9146153846155, 20.8821844605911, 37.8996153846155, 33.8922275364813, 60.0892307692308, 65.97133076193, 107.5675, 112.572344659574, 261.656923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1200, '2021-05-23 00:00:00', 19.8207552289552, 26.0053846153847, 33.1678237058843, 40.7742307692307, 33.6841883587032, 55.1742307692308, 65.6167728864993, 104.679038461539, 114.025551695156, 262.699230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1215, '2021-05-23 00:00:00', 18.5404899611633, 27.1799999999999, 20.3585667320815, 36.9892307692308, 24.1921159566818, 51.1576923076925, 51.9110541307101, 97.1701923076925, 115.25764253986, 260.869615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1230, '2021-05-23 00:00:00', 10.2912796019812, 23.0003846153848, 18.4408404780925, 33.4184615384616, 25.9128996803937, 50.8246153846155, 50.0096313435261, 94.5736538461539, 116.461518045166, 262.534230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1245, '2021-05-23 00:00:00', 15.7776789021219, 22.3634615384614, 20.0466004484169, 35.4284615384616, 25.8415499177942, 49.9130769230771, 48.009349637897, 91.5755769230771, 120.334416160197, 265.533846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1260, '2021-05-23 00:00:00', 14.4084916682436, 25.4280769230771, 16.9772169731628, 36.018076923077, 21.1710970937703, 49.4719230769231, 41.4053514420352, 88.2659615384619, 119.031801274346, 265.221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1275, '2021-05-23 00:00:00', 13.9464544818884, 24.413846153846, 17.993427740321, 34.1053846153845, 29.523318682018, 50.7249999999999, 40.5734612813122, 87.6771153846156, 123.335872476496, 266.723461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1290, '2021-05-23 00:00:00', 16.5200242875589, 25.7823076923076, 18.6977763260357, 36.7134615384613, 37.847167738764, 51.6546153846154, 39.8424266141006, 86.4575000000001, 125.078571562653, 268.048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1305, '2021-05-23 00:00:00', 12.6184954912039, 24.6773076923077, 23.9685581640101, 38.1126923076923, 35.2750938002351, 51.6111538461538, 38.0316565391961, 84.9363461538463, 126.273762011201, 268.572692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1320, '2021-05-23 00:00:00', 16.6316078181091, 27.4311538461538, 25.7102398546691, 35.3557692307694, 34.5091817258046, 55.1507692307692, 36.1940339968004, 81.1948076923078, 142.697223779797, 274.047692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1335, '2021-05-23 00:00:00', 14.3381105053043, 23.6429166666668, 17.9101960071489, 33.5891666666667, 32.4289936921277, 61.4283333333332, 39.8787544362846, 83.4252083333333, 147.566889692947, 267.818541666666 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1350, '2021-05-23 00:00:00', 16.043915673982, 26.6669230769232, 25.7043544260799, 44.8326923076922, 32.7021368585507, 59.3236538461539, 39.0329363097569, 81.9851923076922, 143.002822892122, 273.363653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1365, '2021-05-23 00:00:00', 20.6315690778812, 34.728846153846, 29.757658264464, 47.8557692307692, 30.751328792428, 51.6874999999999, 37.979727888704, 80.5575, 142.880002827682, 273.430961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1380, '2021-05-23 00:00:00', 27.4240931805478, 32.3145833333335, 26.8208275782776, 35.8306250000001, 27.2094286918584, 41.3535416666666, 37.2969087621961, 74.0247916666667, 150.236427664593, 265.998125 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1410, '2021-05-23 00:00:00', 8.94335948848167, 14.6593750000002, 9.91187577991417, 18.3147916666668, 12.6118989260115, 29.8152083333331, 35.3488942177612, 64.580625, 147.934157199273, 263.420208333333 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1425, '2021-05-23 00:00:00', 4.73806507853226, 10.3145833333332, 9.18686266644776, 21.6224999999999, 11.8601275670119, 27.7520833333332, 35.3669834133598, 62.8712500000001, 150.388759576855, 264.26625 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 60, '2021-05-23 00:00:00', 5.81480323101167, 14.4361538461539, 8.89969165412279, 19.6465384615384, 9.65321574159868, 24.866923076923, 39.4140089503524, 65.0215384615386, 146.166313118363, 270.861153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 75, '2021-05-23 00:00:00', 7.20511426269304, 11.1834615384616, 10.0516117039087, 16.3146153846154, 13.5537021680994, 25.7676923076923, 39.9922494741167, 65.8050000000001, 146.156696738072, 270.845769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 90, '2021-05-23 00:00:00', 8.81968351952699, 12.3257692307694, 9.76979899801118, 17.0173076923078, 15.0469973135457, 27.8619230769233, 40.861394659733, 65.8715384615386, 145.19802169928, 271.134230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 105, '2021-05-23 00:00:00', 6.69254360061672, 11.7796153846155, 11.6042686310487, 20.3323076923077, 14.8256241845508, 28.3626923076923, 43.3446363304086, 65.9288461538462, 144.352356757825, 271.701538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 120, '2021-05-23 00:00:00', 9.73889490650787, 15.745, 12.0897597100256, 21.0453846153847, 21.5326392108497, 30.5407692307693, 43.4062135661917, 66.6180769230769, 144.956439443027, 272.86 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 135, '2021-05-23 00:00:00', 9.11544413872161, 13.2946153846153, 11.574463190742, 19.066923076923, 21.8844778465327, 32.2711538461538, 45.7150522055248, 65.1330769230768, 145.331466085688, 273.651153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 150, '2021-05-23 00:00:00', 7.3712245616628, 12.2134615384614, 18.5229269700677, 21.3034615384614, 33.2530692996323, 37.8746153846153, 45.8052631708831, 64.0230769230767, 145.029996984709, 274.674230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 165, '2021-05-23 00:00:00', 17.4997014304202, 16.606923076923, 18.6843020783182, 25.508076923077, 33.4103228635424, 40.4346153846154, 46.2149030308823, 63.8969230769229, 144.747560641064, 274.973461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 180, '2021-05-23 00:00:00', 9.9290529488737, 16.9926923076923, 23.5140335871679, 28.6634615384615, 26.8837957170085, 39.1380769230769, 42.0040416315456, 62.0057692307691, 143.418815650045, 273.492307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 195, '2021-05-23 00:00:00', 21.7574275628773, 19.0869230769232, 23.357921683759, 28.2642307692307, 23.8459145251019, 36.0034615384615, 47.1167071021934, 63.0680769230768, 142.946613836721, 273.680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 210, '2021-05-23 00:00:00', 13.0823322138618, 17.6519230769231, 16.5861085388206, 23.7226923076926, 16.0761827080171, 30.0776923076923, 43.2181964614981, 60.3157692307691, 141.982600863085, 273.949615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 225, '2021-05-23 00:00:00', 11.041522895242, 15.8103846153847, 12.7111064216118, 20.8623076923077, 11.9543384657559, 27.721923076923, 41.7500314306655, 57.2873076923074, 141.033993552564, 274.934230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 240, '2021-05-23 00:00:00', 7.36287176415454, 14.3561538461537, 10.8105603711584, 18.8934615384614, 20.9574827319873, 30.9976923076923, 39.8590214554325, 56.1292307692306, 141.033993552564, 274.934230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 255, '2021-05-23 00:00:00', 8.45448120593665, 12.5173076923077, 9.18018582851982, 18.9603846153845, 20.1841890940562, 31.0742307692308, 41.8220699576011, 54.2665384615383, 140.4728077097, 275.664615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 270, '2021-05-23 00:00:00', 8.07672568843074, 14.4153846153845, 18.1425883659248, 23.8861538461537, 23.1951954043538, 32.5053846153845, 43.0332280631894, 54.8015384615382, 141.773683991831, 278.006153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 285, '2021-05-23 00:00:00', 13.230037874241, 15.7469230769231, 14.1691727134868, 21.1407692307691, 20.4057761807402, 28.6584615384614, 39.3184684281886, 50.8865384615383, 145.427992504353, 280.039615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 300, '2021-05-23 00:00:00', 10.781276740435, 14.8180769230767, 17.2170238873754, 20.2034615384615, 17.6335021915232, 27.0334615384614, 37.7386868814808, 49.6734615384614, 146.373759641332, 280.693461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 315, '2021-05-23 00:00:00', 10.7182211497702, 12.6038461538462, 12.8854312246874, 18.0953846153845, 13.56849212755, 24.0211538461536, 32.3690777060215, 48.2865384615383, 146.174653461588, 281.318846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 330, '2021-05-23 00:00:00', 9.1077214578534, 12.286923076923, 10.2317712805975, 17.2834615384614, 14.6094671518691, 23.8276923076923, 32.1044367626369, 48.5696153846154, 145.940944769293, 281.558076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 345, '2021-05-23 00:00:00', 8.09153302010101, 10.8511538461537, 10.2405528095975, 15.3746153846154, 15.9713990139106, 22.3576923076921, 30.6974042200013, 49.0853846153846, 145.691443318247, 281.938076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 360, '2021-05-23 00:00:00', 7.21153230276672, 10.786923076923, 13.718581363078, 16.8811538461538, 19.1126223334619, 22.1873076923074, 31.6412162000038, 50.1388461538461, 145.734924263726, 282.693076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 375, '2021-05-23 00:00:00', 13.7003466154919, 12.4642307692308, 15.750716950715, 16.3526923076921, 26.4018091134217, 25.7426923076921, 33.3238020639901, 54.7399999999999, 145.714647048475, 282.887307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 390, '2021-05-23 00:00:00', 11.1736951879782, 11.2680769230767, 17.338821169228, 15.8865384615385, 27.2807156910408, 27.0361538461537, 39.0955603873379, 62.0049999999999, 145.648627564898, 282.776538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 405, '2021-05-23 00:00:00', 11.0198442890019, 11.0480769230771, 21.6086508602459, 20.22, 22.4182060800179, 26.8103846153845, 40.2753329203639, 63.4646153846154, 145.648627564898, 282.776538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 420, '2021-05-23 00:00:00', 17.0214308898656, 14.3315384615384, 19.2159134413283, 19.8457692307691, 19.5529569670125, 25.893076923077, 42.8836563685801, 65.6865384615385, 145.630530096384, 282.738076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 435, '2021-05-23 00:00:00', 10.07461184593, 12.6803846153845, 12.8685583497141, 17.885, 18.7297161381421, 27.0811538461541, 44.9644832215895, 66.1907692307693, 145.418862588254, 282.347307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 450, '2021-05-23 00:00:00', 9.83861259762535, 12.4253846153847, 12.2077592538515, 18.2550000000002, 19.3981398473785, 29.1484615384618, 47.7723929433983, 67.4934615384617, 145.21487219078, 282.634230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 465, '2021-05-23 00:00:00', 8.04713232247274, 12.0088461538463, 13.4028319912105, 19.294230769231, 18.078473233698, 27.0976923076923, 46.3783356254254, 67.209230769231, 145.005168378977, 283.253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 480, '2021-05-23 00:00:00', 11.2939999318904, 15.4976923076923, 16.0499722309847, 20.933846153846, 14.9969358716525, 26.0184615384615, 45.8723040775651, 66.4257692307694, 144.667471733788, 283.884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 495, '2021-05-23 00:00:00', 9.1624038582427, 12.6673076923077, 12.5691065773924, 17.8780769230769, 18.6083048002354, 27.1365384615383, 47.0705110642124, 65.8396153846154, 143.621792608761, 283.951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 510, '2021-05-23 00:00:00', 7.53135366318712, 11.9499999999997, 11.7070604074899, 18.0807692307691, 17.797920764473, 26.4034615384614, 44.2735204782549, 64.4034615384615, 143.387528229781, 284.189615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 525, '2021-05-23 00:00:00', 9.70209871823945, 13.3965384615384, 15.0560302255888, 21.0430769230769, 19.3843335315283, 28.7576923076924, 43.3588329817402, 65.6284615384614, 143.346824013005, 284.921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 540, '2021-05-23 00:00:00', 14.7625832479904, 17.7080769230768, 17.8661745076684, 22.1234615384614, 24.2091051053111, 31.325, 43.0393105839121, 66.7334615384614, 142.847750960998, 285.421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 555, '2021-05-23 00:00:00', 9.11628589182751, 12.8126923076923, 11.7646128054234, 18.4276923076925, 21.8036040245994, 33.5173076923074, 37.266258190734, 66.0834615384614, 142.641307799022, 285.681153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 570, '2021-05-23 00:00:00', 10.8288366872898, 13.2500000000002, 18.2084897738979, 21.2903846153847, 30.5084444123511, 41.5773076923075, 38.4308508382762, 68.7619230769229, 142.746723976958, 286.883076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 585, '2021-05-23 00:00:00', 13.3386742277425, 15.463076923077, 17.282683948436, 28.8426923076922, 27.5031624363452, 41.8199999999999, 36.9807697074281, 69.4719230769229, 143.610798718138, 288.827307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 600, '2021-05-23 00:00:00', 15.3389459922721, 24.8619230769231, 23.3367177179257, 35.8746153846154, 26.0255589668785, 43.0134615384616, 37.3016860683062, 71.4565384615384, 143.605161250723, 289.095384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 615, '2021-05-23 00:00:00', 15.8640287249051, 22.8892307692309, 16.3507082556548, 28.5173076923078, 19.3295503270551, 36.4403846153846, 36.7702003007035, 66.656923076923, 143.135076540148, 287.968076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 630, '2021-05-23 00:00:00', 11.0394524390408, 17.2530769230771, 12.3740826730713, 24.0649999999999, 19.0345456473226, 32.3399999999999, 44.63704719349, 69.6630769230768, 142.81402900922, 287.675384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 645, '2021-05-23 00:00:00', 10.9187836248439, 17.2896153846154, 14.3614797823368, 25.0115384615384, 19.7784327138273, 33.4261538461538, 44.5852954925035, 70.4030769230768, 143.493102052383, 287.526153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 660, '2021-05-23 00:00:00', 9.88797603930387, 17.2669230769232, 13.843225707905, 23.2250000000001, 17.9895775808791, 31.0284615384615, 45.721163988481, 71.1326923076924, 143.377603681811, 286.911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 675, '2021-05-23 00:00:00', 9.72459631750676, 13.7415384615382, 10.8448339846144, 19.8580769230768, 12.4465822803506, 25.3876923076922, 46.3124298384191, 69.1684615384614, 140.497232159433, 284.082692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 690, '2021-05-23 00:00:00', 8.30425977806205, 14.3223076923076, 10.5814891274265, 18.4080769230766, 12.8171371398429, 26.2273076923076, 51.5182218293834, 77.1173076923076, 139.480532037215, 283.475769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 705, '2021-05-23 00:00:00', 6.23564443650054, 10.6115384615383, 10.189869214832, 17.6611538461537, 16.6534770543571, 28.1849999999999, 63.0781948329583, 90.4992307692305, 138.43062118621, 283.045 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 720, '2021-05-23 00:00:00', 9.16001280650767, 13.9311538461537, 12.0061649356295, 20.3226923076924, 19.2109026296568, 31.1803846153845, 70.3138962477438, 98.8484615384613, 137.948352717184, 282.294230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 735, '2021-05-23 00:00:00', 9.30438593021947, 14.6315384615384, 15.8926242060224, 22.8280769230769, 21.5572442544532, 33.4596153846152, 76.551175772511, 103.918076923077, 137.537781877731, 282.130384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 750, '2021-05-23 00:00:00', 10.3734314476937, 15.36, 15.0424609535295, 23.4134615384615, 25.5292473148258, 34.6973076923075, 78.8853627097334, 105.775384615384, 137.050049077532, 281.868076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 765, '2021-05-23 00:00:00', 11.8535463047983, 15.8999999999999, 16.5926873837658, 23.6088461538459, 26.0388383410981, 34.6430769230769, 81.3649124462421, 129.494230769231, 137.048678410826, 282.403076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 780, '2021-05-23 00:00:00', 10.5849950110813, 15.4992307692304, 17.7284220348613, 22.5403846153843, 25.5008841385188, 35.4603846153844, 83.5487429800024, 136.831538461538, 134.882589787735, 281.089615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 795, '2021-05-23 00:00:00', 13.479052854194, 16.0246153846153, 15.6831568446974, 23.743846153846, 27.8157043301913, 38.490769230769, 87.4134272532194, 149.631923076923, 135.537747494365, 281.880384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 810, '2021-05-23 00:00:00', 11.1729627501117, 15.6538461538461, 18.3712449601168, 25.6842307692307, 35.2764038896345, 40.9007692307692, 83.914470471198, 161.042307692308, 135.699297625868, 280.611923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 825, '2021-05-23 00:00:00', 14.2309767003587, 17.5046153846153, 21.6973890240633, 28.0623076923074, 31.3643679748458, 40.0823076923075, 82.4207345430467, 165.808846153846, 133.194295052812, 279.118846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 840, '2021-05-23 00:00:00', 13.6449717309516, 20.9915384615382, 25.0566299778353, 30.6846153846153, 28.1062908370244, 38.5261538461539, 80.8301518646449, 168.047692307692, 131.374818772619, 277.563461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 855, '2021-05-23 00:00:00', 19.2495223677008, 19.3492307692309, 18.7670763142427, 26.5042307692308, 22.2315798670411, 35.4292307692308, 76.4376753339711, 168.902307692308, 127.185908039555, 275.840384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 870, '2021-05-23 00:00:00', 9.65385349923116, 17.3692307692308, 13.1089084272435, 23.5080769230771, 32.2707503690976, 43.5757692307693, 74.1666017184391, 171.652307692308, 122.372343836343, 274.19 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 885, '2021-05-23 00:00:00', 10.3745224690849, 16.5473076923077, 13.827863442507, 24.2592307692308, 52.9258887938161, 58.3661538461539, 73.0425582762439, 171.916538461538, 121.542939332314, 275.068461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 900, '2021-05-23 00:00:00', 10.6216206788867, 17.1953846153844, 32.5378144034575, 35.6469230769229, 63.4846489803154, 69.421923076923, 72.9664029716103, 172.418846153846, 121.34012257224, 276.164615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 915, '2021-05-23 00:00:00', 30.2510319239119, 27.5026923076924, 51.1935027863739, 50.5765384615385, 68.5971945389561, 73.2788461538463, 71.0760079481549, 173.335384615385, 119.012888018322, 274.127692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 97[...];
Date: 2021-05-23 15:13:23 Duration: 14s535ms 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 975955, 1, 915, '2021-05-23 00:00:00', 2.61250522266682, 4.46653846153845, 4.65175321787384, 6.87000000000001, 5.79609544965729, 9.1776923076923, 21.9684544885475, 31.4361538461539, 24.0780706740515, 52.9892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 930, '2021-05-23 00:00:00', 3.85059086375064, 5.00499999999997, 4.24940683643478, 6.44769230769228, 5.46693383337143, 9.21846153846148, 22.3966833567967, 31.3057692307692, 24.7146908413724, 53.9592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 945, '2021-05-23 00:00:00', 2.12182432391056, 3.74769230769234, 2.97200093177326, 5.23846153846157, 7.05092466385679, 12.7711538461538, 22.4754315950687, 31.4242307692307, 26.0816246308511, 54.9592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 960, '2021-05-23 00:00:00', 2.49190566558083, 4.09461538461537, 4.13673464685148, 6.49846153846149, 8.25661059161315, 15.0223076923077, 22.6145994539266, 32.1773076923077, 26.6749769374856, 55.8511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 975, '2021-05-23 00:00:00', 3.59364912032325, 4.94499999999995, 6.4379372831318, 11.3126923076922, 9.56023849879522, 16.7380769230769, 22.0453672544736, 32.6757692307692, 27.403857864289, 56.4753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 990, '2021-05-23 00:00:00', 6.44557667050704, 9.4411538461538, 7.26094827458192, 12.7453846153846, 11.0922650319248, 18.3134615384615, 21.5697473185157, 32.3907692307692, 28.5317119252354, 56.6542307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1005, '2021-05-23 00:00:00', 5.78247805543078, 8.29269230769235, 7.73172375048709, 12.2180769230769, 10.3926731661522, 17.6134615384615, 20.3910249978155, 31.1926923076923, 28.4242579823318, 56.3653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1020, '2021-05-23 00:00:00', 6.04695844714834, 8.24769230769227, 8.26339405962318, 12.1157692307692, 10.6784447153348, 17.7784615384615, 19.4138058449294, 29.7957692307692, 28.389431446335, 56.2453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1035, '2021-05-23 00:00:00', 4.27497766076042, 7.79499999999995, 5.43504989715973, 10.6207692307692, 13.614528286413, 17.1873076923076, 17.889059110142, 27.9703846153845, 28.2662597890407, 55.8223076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1050, '2021-05-23 00:00:00', 4.15567652550285, 6.9192307692307, 7.87437655651839, 11.4269230769231, 13.567691034218, 16.19, 17.711267078853, 27.7384615384615, 28.3805806413199, 55.8484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1065, '2021-05-23 00:00:00', 7.35894352785464, 8.65538461538461, 12.9087624682437, 13.3573076923077, 13.2040634829411, 16.5373076923077, 17.2625191494352, 27.4107692307692, 28.6660394087606, 55.2592307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1080, '2021-05-23 00:00:00', 7.99008551990428, 8.58115384615382, 8.24070721386307, 10.5907692307692, 10.1628481471258, 14.6123076923077, 15.3488635911087, 26.5115384615385, 28.3299261830747, 54.5115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1095, '2021-05-23 00:00:00', 3.49839400516652, 6.1238461538462, 5.26966541048499, 9.54846153846155, 8.81845121584024, 12.5053846153846, 12.9276703832694, 25.1315384615385, 27.261755948299, 53.2342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1110, '2021-05-23 00:00:00', 3.98940165168436, 6.4484615384615, 5.47444704619006, 8.52230769230765, 8.65043167442218, 11.228076923077, 11.390932351926, 23.8496153846154, 26.7182341885434, 52.3269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1125, '2021-05-23 00:00:00', 3.38767776144435, 5.54615384615377, 5.58212467131951, 7.20038461538458, 7.13797912577504, 10.775, 10.576248840608, 23.2665384615385, 26.0231154641703, 51.6476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1140, '2021-05-23 00:00:00', 4.21096882694924, 5.2223076923077, 5.85379619103315, 8.01538461538467, 6.38943671527169, 11.4715384615385, 12.84627609016, 25.4342307692308, 25.9498594986563, 51.86 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1155, '2021-05-23 00:00:00', 4.55413989177393, 5.65307692307689, 4.91751151889469, 8.00346153846147, 6.29949653665959, 11.8261538461538, 12.9805391851981, 25.4715384615385, 25.5838022464335, 51.4457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1170, '2021-05-23 00:00:00', 3.39072619859612, 4.95807692307694, 4.19166799918411, 7.41615384615385, 6.88355231414263, 10.9173076923077, 12.3360210827417, 24.2219230769231, 25.1069616946866, 50.9615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1185, '2021-05-23 00:00:00', 3.17767297538022, 5.08846153846155, 4.14928733454503, 7.38576923076927, 6.51704124702193, 10.8111538461539, 12.5494363036138, 23.1634615384615, 24.9718466246722, 50.6396153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1200, '2021-05-23 00:00:00', 2.93175863529934, 4.91000000000001, 4.24414325780289, 7.13958333333337, 7.21952424011601, 10.6779166666666, 12.2553378787261, 23.1675, 25.55084569561, 52.05125 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1215, '2021-05-23 00:00:00', 2.65980262425618, 4.79750000000007, 4.31085149126137, 7.43833333333339, 6.28779056147128, 10.1483333333334, 12.1259156459883, 23.2870833333334, 25.307536509243, 52.3370833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1230, '2021-05-23 00:00:00', 3.50544255925444, 5.09833333333323, 5.28611525534147, 7.10666666666657, 5.86123540175476, 10.0925, 11.3497607393539, 22.6891666666667, 25.079307304854, 52.49875 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1245, '2021-05-23 00:00:00', 2.58010107514629, 5.23541666666667, 3.06012740096627, 7.24166666666666, 5.34001356997676, 10.7433333333334, 10.0920474413258, 22.4070833333333, 24.8931883144068, 52.6562499999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1260, '2021-05-23 00:00:00', 3.06768426917803, 5.24791666666668, 4.42525605170918, 7.56708333333332, 6.80353786909658, 12.0716666666667, 9.8221190783051, 22.3683333333333, 24.5498169065458, 52.5833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1275, '2021-05-23 00:00:00', 3.17870176763042, 4.87833333333327, 4.52150832134592, 7.59875, 7.05088934672147, 12.2716666666666, 9.18703243905405, 21.6954166666667, 23.7886437671971, 51.98375 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1290, '2021-05-23 00:00:00', 3.98717827287799, 5.31083333333333, 5.86157099187186, 8.66833333333331, 5.96695750647329, 12.3991666666667, 8.1890499417988, 21.1645833333333, 22.606113059191, 51.3579166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1305, '2021-05-23 00:00:00', 4.28807342892864, 6.46208333333334, 4.93657627572861, 9.31875, 4.37964163711661, 13.2499999999999, 6.83140158715083, 20.4104166666666, 22.801633046017, 51.5849999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1320, '2021-05-23 00:00:00', 3.21794264885253, 6.09374999999994, 3.29800422741666, 8.17666666666662, 5.98791280988964, 14.6129166666666, 6.92925010843286, 18.9387499999999, 22.6476640507694, 51.0499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1335, '2021-05-23 00:00:00', 2.74096469256492, 6.18272727272735, 3.55078882766934, 9.5481818181818, 5.50995981317988, 15.66, 6.65971004464816, 19.6395454545454, 23.2055672199581, 52.605 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1350, '2021-05-23 00:00:00', 3.74507848546855, 7.04958333333322, 6.1316191681471, 12.3033333333333, 6.11987188461146, 13.6883333333333, 7.34166360278929, 18.06375, 22.7622315541794, 51.27125 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1365, '2021-05-23 00:00:00', 5.37432537053772, 9.32916666666671, 5.7576464595894, 10.6933333333334, 6.26001383292435, 11.4208333333334, 9.54737793126028, 17.1958333333333, 22.7701782428276, 51.2954166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1380, '2021-05-23 00:00:00', 2.44404944827802, 5.91409090909096, 2.40508620729118, 6.44795454545457, 3.96810195394259, 8.72045454545456, 7.73219693751527, 15.7286363636364, 21.3374230776134, 51.0295454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1410, '2021-05-23 00:00:00', 1.73640253888791, 3.14340909090908, 2.78961249617001, 4.53954545454547, 5.03069807881297, 7.59227272727282, 7.30868156307795, 15.845, 20.9356968759019, 50.5831818181817 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1425, '2021-05-23 00:00:00', 2.20469019920232, 2.94727272727271, 3.14966737060512, 5.48045454545457, 4.71216377536765, 7.50727272727272, 7.85370843278421, 16.3486363636364, 20.697066133556, 50.3968181818181 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 60, '2021-05-23 00:00:00', 1.82000950969621, 3.12884615384615, 3.82298097542495, 4.6534615384616, 4.02062375566465, 6.3607692307692, 7.47906358803329, 15.7319230769231, 19.9348448239218, 48.646923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 75, '2021-05-23 00:00:00', 2.9149167820289, 3.20961538461547, 3.15497965371961, 4.43384615384616, 4.02787588610257, 6.97192307692309, 7.67817021471607, 15.8046153846154, 19.8786042266552, 48.655 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 90, '2021-05-23 00:00:00', 2.16924875333518, 3.13192307692307, 2.85909872835157, 4.56846153846153, 3.63143929931587, 6.9092307692308, 8.23963684786013, 16.2192307692308, 19.9448254789209, 48.6692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 105, '2021-05-23 00:00:00', 1.87383953832366, 3.1411538461538, 3.34002913391269, 5.15884615384612, 3.0879735202133, 7.0173076923077, 7.7185183512421, 15.8415384615385, 19.9589220766437, 48.8276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 120, '2021-05-23 00:00:00', 2.56600416691311, 3.76576923076924, 2.54008358433035, 4.93615384615389, 2.81086258318297, 7.0526923076923, 7.84473208838011, 15.6215384615385, 20.1783475156301, 48.9573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 135, '2021-05-23 00:00:00', 1.63462778637827, 3.25000000000002, 1.94891247780743, 4.75961538461537, 3.18321936700277, 7.44846153846153, 7.74496029686397, 15.295, 19.8530771767152, 49.0942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 150, '2021-05-23 00:00:00', 1.83710709038373, 3.38230769230766, 2.60709956730574, 4.98807692307689, 4.15977373645022, 8.07153846153845, 7.86907287081225, 14.9003846153846, 19.8353427846511, 48.9807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 165, '2021-05-23 00:00:00', 2.22864139366076, 3.3223076923077, 2.54775850202001, 5.10576923076925, 4.6954668974038, 8.13576923076924, 7.92417746277416, 14.8373076923077, 19.6297861464113, 48.801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 180, '2021-05-23 00:00:00', 1.55257265406609, 3.58461538461541, 3.6770491722827, 6.23884615384614, 6.06384443934827, 8.6557692307692, 7.93415537650113, 14.6084615384616, 19.4798018944277, 48.6653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 195, '2021-05-23 00:00:00', 3.11772266492464, 4.38115384615375, 4.12096510354255, 5.76576923076917, 5.97240810857602, 7.67884615384617, 7.77714779634244, 13.9703846153846, 19.1702836221545, 48.376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 210, '2021-05-23 00:00:00', 1.94071806694962, 3.14115384615388, 4.06043711174813, 5.01846153846154, 4.88987734626738, 7.13269230769235, 7.30309596098705, 12.9411538461538, 18.6643227740892, 47.8861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 225, '2021-05-23 00:00:00', 3.1430422303141, 3.78769230769227, 4.08181452863229, 5.00538461538465, 4.40339870484677, 7.23807692307693, 6.52743470638761, 12.7303846153846, 18.3271679796373, 47.636923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 240, '2021-05-23 00:00:00', 2.04131710874659, 3.37653846153848, 2.74730259317417, 5.0034615384616, 3.54992509130074, 6.54807692307699, 5.66487053284062, 12.2069230769231, 17.7758326517083, 47.2576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 255, '2021-05-23 00:00:00', 2.08220271679925, 3.54807692307698, 3.0461000539152, 5.15846153846157, 3.90393665222887, 6.31576923076927, 5.53138830813613, 11.7661538461538, 17.7758326517083, 47.2576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 270, '2021-05-23 00:00:00', 2.18559736597438, 3.53961538461534, 2.65305945307278, 4.14269230769229, 3.71352068072252, 6.30038461538463, 5.15366564092605, 11.3084615384615, 17.7758326517083, 47.2576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 285, '2021-05-23 00:00:00', 1.46810233346942, 2.69269230769239, 1.99691608390389, 3.89461538461546, 3.00889389336654, 6.1723076923078, 4.88424980461138, 11.1319230769231, 17.7646083418256, 47.2284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 300, '2021-05-23 00:00:00', 1.67118088143135, 2.90846153846162, 2.72640459213227, 4.51500000000008, 3.46687400760622, 6.04076923076933, 5.04686688794298, 11.1557692307692, 17.7646083418256, 47.2284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 315, '2021-05-23 00:00:00', 2.32534070291115, 3.26423076923075, 2.67814895891804, 4.64461538461545, 3.3451497149432, 5.88115384615391, 4.4868171346735, 11.2699999999999, 17.7646083418256, 47.2284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 330, '2021-05-23 00:00:00', 2.23453275102074, 3.24384615384616, 2.97487375297736, 4.08461538461541, 3.33806060690703, 5.45384615384616, 4.29066738577866, 11.1788461538461, 17.7646083418256, 47.2284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 345, '2021-05-23 00:00:00', 1.68956603440509, 2.50576923076927, 1.88020493972988, 3.5788461538462, 2.76331865697751, 5.67499999999997, 4.03525593507259, 10.8676923076922, 17.7646083418256, 47.2284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 360, '2021-05-23 00:00:00', 1.54744161067921, 2.63346153846157, 1.7922348747175, 3.8246153846154, 2.77527503834506, 5.79346153846154, 4.69659942446083, 11.4830769230768, 17.7646083418256, 47.2284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 375, '2021-05-23 00:00:00', 1.51360964381376, 2.67307692307692, 2.66635334377228, 4.38192307692307, 2.98857599226423, 5.72769230769226, 4.42420009284594, 12.2723076923076, 17.7645794381793, 47.2188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 390, '2021-05-23 00:00:00', 1.89429719055736, 3.00538461538463, 2.07533722931586, 4.00615384615384, 2.69631486406057, 5.1846153846153, 5.05323189804155, 12.8838461538461, 17.7645794381793, 47.2188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 405, '2021-05-23 00:00:00', 1.37836982867999, 2.49076923076924, 1.90816496625991, 3.59153846153841, 2.39014840221594, 5.28423076923069, 5.89974843009951, 13.6065384615385, 17.9613685832849, 47.3057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 420, '2021-05-23 00:00:00', 1.88134861612215, 2.89384615384613, 2.20719913011947, 3.81999999999992, 3.02031727829019, 5.53730769230761, 6.71474634379725, 14.3376923076923, 17.9605730249514, 47.3092307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 435, '2021-05-23 00:00:00', 1.42374527756357, 2.54115384615387, 1.7670399412142, 3.81692307692302, 2.70737033924919, 5.72307692307683, 7.79302793922477, 15.4626923076924, 17.8766892477756, 47.0723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 450, '2021-05-23 00:00:00', 1.50244462332358, 2.83038461538453, 2.03867392797755, 3.96076923076913, 2.71921266885502, 5.8015384615384, 8.13874362823606, 16.0196153846154, 17.8334848917594, 47.0207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 465, '2021-05-23 00:00:00', 1.75907480052624, 2.83192307692303, 2.48507049892265, 4.2892307692307, 3.18848623355013, 6.01269230769227, 8.39081465743251, 16.2388461538462, 17.8197450037872, 46.9 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 480, '2021-05-23 00:00:00', 1.86855468621726, 3.0638461538461, 2.4256399948499, 4.35423076923077, 3.30538593115026, 5.92807692307691, 8.5303564719454, 16.5215384615385, 17.7069054456598, 46.8326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 495, '2021-05-23 00:00:00', 1.72094146863321, 2.81346153846151, 2.08766859291553, 4.12192307692306, 2.53770289829206, 5.98999999999997, 8.95523485926608, 16.5992307692308, 17.572553866317, 46.7642307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 510, '2021-05-23 00:00:00', 1.51634971610719, 2.82269230769239, 1.85916014951332, 3.92269230769232, 1.83027160657812, 5.83307692307694, 9.29675792124075, 16.8196153846154, 17.4768646897724, 46.8507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 525, '2021-05-23 00:00:00', 1.43543705485875, 2.79653846153848, 1.87049232515441, 4.63153846153845, 2.20636021189095, 6.1642307692307, 10.2900415862208, 17.3096153846154, 17.6121420223487, 47.0288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 540, '2021-05-23 00:00:00', 1.86361472578266, 3.97038461538458, 1.89160460984852, 4.93999999999995, 4.51881946802653, 7.58576923076921, 10.2111714087298, 17.7084615384616, 17.6929495388591, 46.9007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 555, '2021-05-23 00:00:00', 1.31860929070693, 3.06769230769228, 1.96391230416784, 4.37653846153839, 4.32890464027741, 8.44923076923083, 9.76984125530428, 17.4130769230769, 18.1446732679318, 46.75 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 570, '2021-05-23 00:00:00', 1.66010106272526, 3.18346153846152, 4.03182119566902, 5.46307692307696, 5.25477729894786, 9.1773076923078, 9.81870854738346, 17.3915384615385, 17.9903936460118, 46.8834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 585, '2021-05-23 00:00:00', 3.13301685526666, 3.93115384615378, 4.23156346810674, 7.29423076923079, 5.6959649415516, 10.2838461538462, 10.049135906213, 17.5473076923077, 17.982609808881, 46.8834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 600, '2021-05-23 00:00:00', 4.19480684436588, 6.34269230769235, 5.1209995568774, 8.18269230769236, 6.1320940832765, 10.9046153846155, 9.99735042591093, 17.8065384615385, 18.0797321457354, 46.7876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 615, '2021-05-23 00:00:00', 3.00687847340831, 4.99307692307695, 3.67104445418681, 6.85923076923081, 5.29114501204243, 10.3865384615385, 9.23882080387715, 16.9546153846155, 18.1530822303414, 45.8476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 630, '2021-05-23 00:00:00', 1.87927449176129, 4.25615384615395, 3.52517233621281, 6.58000000000008, 4.66520819883329, 9.49346153846161, 8.09035476069164, 16.4719230769231, 17.9960409150286, 45.4938461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 645, '2021-05-23 00:00:00', 2.87254901544844, 4.56538461538466, 3.94188100355068, 6.96538461538468, 4.33881360955517, 9.08346153846156, 8.40149276113388, 16.4761538461539, 18.1671111627579, 45.34 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 660, '2021-05-23 00:00:00', 2.55154505228621, 4.86307692307698, 3.25821303076489, 6.468076923077, 4.04488836015949, 8.25538461538461, 7.95481362736767, 15.9103846153846, 18.0571040910177, 45.0519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 675, '2021-05-23 00:00:00', 2.20565287735507, 4.00615384615388, 2.98447810152148, 5.73153846153844, 4.0722085672746, 7.24115384615381, 7.21103796006784, 15.2273076923077, 18.0044492962583, 44.9723076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 690, '2021-05-23 00:00:00', 1.98266118754953, 4.1757692307692, 2.24314024390951, 5.24692307692303, 3.61590461072281, 6.72307692307688, 7.26028005393322, 15.3823076923077, 18.0536550912508, 44.8330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 705, '2021-05-23 00:00:00', 1.79690691510118, 3.47769230769226, 2.94556386139199, 4.59230769230766, 4.85774517176914, 6.54807692307692, 7.29993889331649, 15.7096153846154, 18.1142258629891, 44.9788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 720, '2021-05-23 00:00:00', 2.21135798862282, 3.46807692307696, 2.79381173309874, 4.71000000000004, 4.15577692449373, 6.87461538461545, 7.29936583125287, 16.1384615384615, 18.0130299334846, 45.0992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 735, '2021-05-23 00:00:00', 1.8916666237434, 3.18115384615388, 3.11488298335589, 4.75999999999999, 3.42920946261121, 7.25153846153844, 7.90954571291025, 16.6257692307693, 17.8903601374079, 45.1953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 750, '2021-05-23 00:00:00', 1.89116459845817, 3.69346153846151, 2.16235715401934, 5.08730769230769, 2.37183865711495, 7.42115384615386, 7.41560704502032, 16.4103846153847, 17.7512435664053, 45.2380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 765, '2021-05-23 00:00:00', 1.48951019311209, 3.68384615384618, 1.83039819123095, 5.49846153846149, 3.02808456847653, 7.54192307692305, 8.3270646781352, 19.356923076923, 17.9477270941518, 45.9603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 780, '2021-05-23 00:00:00', 1.66394771552474, 3.93499999999996, 2.03101566103876, 5.3361538461538, 3.4286131980056, 7.7673076923077, 10.3125979491852, 22.3273076923077, 18.0590841236375, 45.9507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 795, '2021-05-23 00:00:00', 1.55927167416264, 3.5980769230769, 2.63721091015008, 5.11423076923081, 4.20144238968551, 8.203076923077, 10.7568677811684, 23.7726923076923, 18.5812872949767, 46.1815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 810, '2021-05-23 00:00:00', 2.24527113319044, 3.57230769230775, 2.64597857424895, 5.44884615384624, 4.31392821166341, 8.35615384615389, 10.7527168373678, 25.0292307692308, 19.1448185559034, 46.4984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 825, '2021-05-23 00:00:00', 2.03669328531858, 3.90653846153847, 3.66886987420474, 5.9569230769231, 4.68286849960749, 8.44423076923081, 11.5099755262722, 25.8561538461538, 19.605175678494, 46.3657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 840, '2021-05-23 00:00:00', 3.06856220402988, 4.07500000000006, 3.12119023155254, 5.57730769230775, 4.08015874502648, 7.74076923076924, 11.988457634806, 26.6473076923076, 19.685811528572, 46.3034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 855, '2021-05-23 00:00:00', 1.87911632259576, 3.56307692307688, 3.81880297394955, 5.41192307692303, 3.58232457834509, 6.95423076923068, 13.2454427402264, 27.0757692307691, 19.5945133019032, 46.2765384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 870, '2021-05-23 00:00:00', 3.61694892671456, 4.2565384615385, 3.46174195812103, 5.44576923076924, 5.03998571426556, 7.56000000000005, 13.4309005425777, 27.8642307692307, 19.2852059241912, 46.8734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 885, '2021-05-23 00:00:00', 2.24443054281901, 3.57269230769234, 2.31742990932095, 4.86423076923074, 4.51841360860884, 7.78846153846149, 12.8329554842811, 28.3923076923076, 20.0658321186884, 47.1811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 900, '2021-05-23 00:00:00', 1.70415510308899, 3.79615384615377, 3.64535981130068, 5.56807692307694, 4.55806316829338, 8.39038461538453, 13.0448202983171, 28.7761538461538, 20.0269571289838, 47.3003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 915, '2021-05-23 00:00:00', 2.64013344651086, 3.79615384615386, 3.25920490540009, 5.84384615384609, 4.19441469282485, 8.91115384615385, 13.1765453917762, 29.6273076923076, 20.0072441034588, 47.4138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 930, '2021-05-23 00:00:00', 2.69760215462076, 4.70576923076912, 3.28003076908636, 6.52461538461526, 3.83771318124976, 8.75230769230771, 13.3240272960024, 29.7292307692307, 21.9586234436146, 49.4465384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 945, '2021-05-23 00:00:00', 2.59367873581429, 4.32423076923071, 2.87833114040862, 6.13692307692306, 7.45845721312391, 13.34, 13.4301226124193, 29.3742307692307, 22.0012311963182, 50.0530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 960, '2021-05-23 00:00:00', 2.29345624297948, 4.61846153846155, 3.17965948830043, 6.07230769230773, 10.0877764951146, 17.1788461538462, 13.3377635537367, 29.6438461538461, 22.7882478889043, 51.0453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 975, '2021-05-23 00:00:00', 2.71207309295649, 4.3673076923077, 6.54030590910048, 11.7942307692308, 9.29990636842863, 18.7876923076923, 13.0874449054752, 29.6730769230769, 22.784756172629, 51.2846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 990, '2021-05-23 00:00:00', 5.73043716952258, 10.603076923077, 8.75606026615945, 15.4792307692307, 9.57387152619048, 19.8099999999999, 12.8280626032869, 29.3430769230769, 22.7194324177479, 51.7442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1005, '2021-05-23 00:00:00', 5.05191905654141, 9.15307692307692, 6.62316605675757, 13.0661538461538, 10.0361938234343, 17.8676923076923, 12.4094893715068, 27.1476923076923, 22.6247661747374, 51.7773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1020, '2021-05-23 00:00:00', 4.53686920175644, 8.97692307692305, 7.26983767674028, 12.4396153846154, 10.8356168544012, 16.3861538461538, 11.0952134447524, 25.5557692307692, 22.280748561517, 50.3326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1035, '2021-05-23 00:00:00', 5.05478492276222, 8.87884615384613, 6.96474454774793, 11.8288461538461, 8.38960679375651, 15.0930769230768, 10.2520802541953, 24.9015384615385, 21.9365113592701, 49.7888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1050, '2021-05-23 00:00:00', 3.5429936277326, 7.15038461538463, 5.29033283815502, 10.4284615384615, 7.73826714849886, 14.2176923076922, 10.4489954761947, 25.0476923076923, 22.1539967187726, 49.6788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1065, '2021-05-23 00:00:00', 4.69902307359237, 7.78538461538465, 4.62351907267447, 10.2838461538461, 7.59179123486974, 14.3530769230769, 10.4461543383936, 24.5973076923077, 22.9293876063013, 49.64 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1080, '2021-05-23 00:00:00', 3.46945032223571, 7.06153846153846, 5.84541940325914, 10.1, 7.05818385879932, 13.7692307692308, 10.8300826689082, 23.6388461538461, 23.5594780926913, 49.66 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1095, '2021-05-23 00:00:00', 4.90587672710373, 7.28769230769231, 6.02035941937534, 10.3465384615385, 7.51664549772449, 14.1965384615385, 11.3880636835917, 23.8276923076923, 23.8619686981994, 49.7930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1110, '2021-05-23 00:00:00', 3.39976182423679, 6.7073076923076, 3.77615970979064, 8.92307692307689, 5.75111194599656, 12.0938461538461, 11.8826529089192, 22.9780769230769, 23.7075542423474, 50.0580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1125, '2021-05-23 00:00:00', 3.00234185518323, 5.56384615384611, 4.39645789244025, 8.62499999999996, 4.81229529434759, 11.525, 11.7334230365161, 22.678076923077, 23.5160645615192, 50.3726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1140, '2021-05-23 00:00:00', 3.79331760620414, 5.99769230769231, 4.28493180988738, 7.86384615384617, 5.3618878564006, 11.1642307692308, 12.4309066195759, 24.3507692307693, 23.631041882692, 50.3973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1155, '2021-05-23 00:00:00', 3.12030001023084, 5.31192307692303, 4.28014176616401, 8.02153846153839, 5.43847344248511, 10.9142307692308, 12.4384066751085, 23.7838461538462, 23.8463491545352, 50.46 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1170, '2021-05-23 00:00:00', 3.39536770411598, 5.58461538461531, 4.25379947811366, 7.58499999999998, 5.31218536805855, 10.5057692307693, 12.8034155358879, 23.1757692307693, 24.5549035930003, 50.5976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1185, '2021-05-23 00:00:00', 2.51613366405388, 5.24615384615383, 3.45421751130193, 7.18115384615385, 5.70099284200708, 10.6907692307693, 12.8211996858569, 22.3857692307693, 24.6664490662613, 50.4784615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1200, '2021-05-23 00:00:00', 3.46181917494257, 5.23000000000002, 5.30653054844107, 7.7776923076923, 6.21763686249424, 10.2619230769231, 12.5313230009384, 22.178076923077, 24.5738825460002, 50.8907692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1215, '2021-05-23 00:00:00', 3.27635745208695, 5.20692307692305, 3.9592885141729, 7.00153846153846, 5.47773254605901, 10.2253846153847, 10.4151543140088, 21.2707692307693, 24.018044178364, 50.4130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1230, '2021-05-23 00:00:00', 2.03809024485027, 4.47038461538463, 3.71535648978055, 6.58461538461539, 5.99369247947061, 10.4984615384616, 10.1777232152459, 20.9153846153847, 24.6121803866423, 51.0992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1245, '2021-05-23 00:00:00', 3.19096293640946, 4.75730769230769, 4.38466069207363, 7.55423076923078, 5.65520145869813, 11.0965384615385, 9.75711975155339, 20.4253846153847, 25.255391515781, 51.9361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1260, '2021-05-23 00:00:00', 3.63233870413237, 5.8226923076923, 4.18022805781993, 7.8188461538462, 4.97894608866625, 10.7980769230769, 8.97289004981966, 19.9696153846155, 24.7385993509364, 51.7553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1275, '2021-05-23 00:00:00', 3.06394948743266, 5.20230769230772, 3.88239468131955, 7.7626923076923, 5.96827056511856, 11.2684615384616, 9.35122903481345, 19.5273076923077, 25.873087805969, 52.1961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1290, '2021-05-23 00:00:00', 3.63192426217207, 6.09461538461542, 4.22400657414985, 8.1565384615385, 7.34989717353497, 12.0126923076924, 9.00035596731934, 19.6965384615385, 26.8261096350896, 52.9869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1305, '2021-05-23 00:00:00', 2.73084129049015, 5.63692307692309, 4.74366842789902, 8.973076923077, 6.69330669113094, 12.4723076923077, 8.8462101750714, 19.7776923076923, 27.5555929601345, 53.5007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1320, '2021-05-23 00:00:00', 3.26164519600393, 6.34576923076933, 4.89228392471241, 8.22500000000001, 7.96512406586461, 13.7242307692308, 9.4133667401528, 19.3042307692308, 29.7363357527453, 53.96 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1335, '2021-05-23 00:00:00', 3.1760871697963, 5.42083333333333, 4.46758632107235, 8.12333333333333, 6.82442475146483, 13.0641666666667, 9.39575866964774, 19.87875, 30.9101592862516, 54.2841666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1350, '2021-05-23 00:00:00', 3.85060157138327, 6.14269230769231, 6.45508748674552, 11.1123076923077, 7.2888100115599, 12.5092307692307, 9.42320455047009, 19.0899999999999, 29.5117568749498, 53.8453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1365, '2021-05-23 00:00:00', 5.61900917901427, 8.89192307692308, 5.62935587242994, 10.0834615384615, 6.61925523349532, 10.9096153846154, 9.58613453820763, 18.5907692307692, 29.6672821705092, 53.7392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1380, '2021-05-23 00:00:00', 2.9881936766674, 5.81666666666662, 3.36977160775113, 6.87708333333334, 3.50175729693915, 8.29791666666667, 8.39368058314611, 16.8529166666667, 30.7941095881353, 52.94125 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1410, '2021-05-23 00:00:00', 2.2670081397731, 3.64708333333334, 2.20839439346821, 4.51333333333334, 3.13832954274098, 7.29916666666674, 8.10321246012422, 16.2550000000001, 30.6097577952294, 52.80875 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1425, '2021-05-23 00:00:00', 1.14969868453324, 2.62625000000001, 2.35608920471609, 4.86541666666665, 2.87985805683825, 7.02541666666669, 8.0426228236849, 15.7458333333334, 31.8383070702801, 53.5116666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 60, '2021-05-23 00:00:00', 1.60188470726976, 3.41884615384611, 2.23659387324703, 5.0419230769231, 2.48720012494738, 6.55730769230774, 8.18424204469502, 15.7646153846154, 30.5204098369498, 53.5038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 75, '2021-05-23 00:00:00', 1.9245056108399, 3.06461538461536, 2.4884086975724, 4.57461538461533, 2.86709633333366, 6.70576923076923, 8.28149036196896, 15.7111538461539, 30.5204098369498, 53.5038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 90, '2021-05-23 00:00:00', 2.17575963745997, 3.52499999999992, 2.3619008316315, 4.79653846153841, 3.71665351958117, 7.23576923076918, 8.21882680192251, 15.645, 29.9266500322679, 53.7230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 105, '2021-05-23 00:00:00', 1.8503631660174, 3.24038461538458, 2.63641434819804, 5.40615384615386, 4.68367226075368, 7.74461538461534, 8.1514112511034, 15.4757692307693, 29.7078477277534, 53.6961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 120, '2021-05-23 00:00:00', 2.48504660225613, 4.36384615384621, 3.52179578318522, 5.77153846153848, 6.76808766309832, 8.30115384615379, 8.17330325840451, 15.543076923077, 29.7419570200855, 53.7807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 135, '2021-05-23 00:00:00', 2.68801820048785, 3.74538461538457, 4.11997888344105, 5.50499999999999, 6.60661444777421, 9.0523076923077, 8.6897439193923, 15.3457692307693, 29.744464462381, 53.7369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 150, '2021-05-23 00:00:00', 2.31685250684239, 3.5584615384615, 5.29742067860897, 5.7046153846153, 7.01287871320718, 9.46038461538454, 8.20275781954789, 14.9303846153847, 29.7486191948467, 53.74 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 165, '2021-05-23 00:00:00', 4.96637755310645, 4.48499999999993, 5.0739704980798, 7.05615384615381, 7.05262124756016, 10.2276923076923, 8.39467322862443, 15.0688461538462, 29.7207102513744, 53.7746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 180, '2021-05-23 00:00:00', 2.4779398390909, 4.73461538461538, 4.38748485861944, 6.94923076923076, 5.51898364389115, 9.81269230769231, 7.35276178358531, 14.5953846153847, 29.7589218890739, 53.66 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 195, '2021-05-23 00:00:00', 3.63525508574865, 4.34346153846151, 4.71142774375393, 6.82923076923073, 5.26739474357254, 8.59923076923078, 7.82975359667314, 14.2457692307693, 29.8154046193471, 53.5938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 210, '2021-05-23 00:00:00', 3.43667551790736, 4.72115384615379, 4.28718679501897, 6.2511538461538, 4.03845934065881, 7.77461538461538, 7.5319115665384, 13.7103846153846, 29.5386846329716, 53.5353846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 225, '2021-05-23 00:00:00', 3.17996344923365, 4.09653846153843, 3.34497621010286, 5.42538461538461, 3.07373428609871, 6.99769230769233, 6.91762960735947, 12.9307692307693, 28.8564702356601, 53.5876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 240, '2021-05-23 00:00:00', 2.28590278412307, 4.0334615384615, 2.49441483811652, 5.13576923076922, 3.65895504208508, 7.38999999999996, 7.03509107698956, 12.7323076923077, 28.7088579629783, 53.5715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 255, '2021-05-23 00:00:00', 1.84831615677214, 3.37615384615385, 1.94225756827933, 4.66269230769226, 3.6815739109162, 6.99230769230766, 7.35632651845703, 12.3596153846154, 28.6859313574817, 53.7446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 270, '2021-05-23 00:00:00', 1.60790169045048, 3.63961538461534, 3.44552320465935, 5.53307692307684, 4.24159623436561, 7.22884615384611, 7.3862820042396, 12.3446153846153, 28.7026340361888, 53.5761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 285, '2021-05-23 00:00:00', 3.01359545036514, 3.88153846153841, 3.39200818667371, 5.10653846153843, 3.96658310620883, 6.55846153846149, 7.01478466142425, 11.4496153846154, 29.498962821402, 53.9634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 300, '2021-05-23 00:00:00', 2.52372435408164, 3.76384615384614, 3.21370574499044, 4.84615384615385, 3.40986297942623, 6.47846153846154, 6.78066295828405, 11.5730769230769, 29.9117800128722, 54.0765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 315, '2021-05-23 00:00:00', 1.96878037217109, 3.23807692307694, 2.77309260851212, 4.54115384615385, 3.20530879347659, 6.10269230769229, 6.85056511986699, 11.9376923076922, 29.9950904905863, 53.8515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 330, '2021-05-23 00:00:00', 2.05260285041669, 3.12769230769226, 2.33987682121554, 4.24346153846152, 3.62353562995297, 5.99769230769229, 6.74537133607472, 11.9576923076922, 30.1407602068387, 53.6246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 345, '2021-05-23 00:00:00', 1.87319936102752, 3.06038461538455, 2.62498506955461, 4.36884615384609, 3.73368914284309, 6.17884615384607, 6.63048114044869, 12.021923076923, 30.1262071650887, 53.6130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 360, '2021-05-23 00:00:00', 1.89019205373419, 3.16499999999996, 3.46356934612039, 4.70615384615387, 4.32846146054043, 6.08884615384613, 6.72711409149566, 12.07, 30.143727861441, 53.5742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 375, '2021-05-23 00:00:00', 2.99122192680266, 3.39384615384615, 3.32388449766927, 4.51807692307688, 4.80120959118239, 6.31153846153842, 6.83953188906508, 12.7473076923076, 30.1343499783118, 53.5838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 390, '2021-05-23 00:00:00', 2.62921725702072, 3.10923076923076, 3.60811299498995, 4.25076923076921, 5.24368767772639, 6.27730769230764, 7.03355234681485, 13.5311538461538, 30.0284560145103, 53.5788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 405, '2021-05-23 00:00:00', 2.22349980540029, 3.05076923076917, 3.63111137892437, 4.78538461538455, 4.09144759035425, 6.13076923076918, 7.19928787076574, 13.9546153846154, 30.0015851273536, 53.5069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 420, '2021-05-23 00:00:00', 2.78076215341156, 3.47692307692303, 3.27240746475504, 4.61884615384609, 3.82473562686165, 6.11884615384614, 7.87896506284538, 14.3923076923077, 30.0492134698039, 53.4569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 435, '2021-05-23 00:00:00', 1.75738424501169, 3.11923076923071, 2.33670540587512, 4.2880769230769, 4.00955215224073, 6.53730769230767, 8.38044798692398, 14.8573076923076, 30.0563124510284, 53.4169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 450, '2021-05-23 00:00:00', 1.78520350057393, 3.02653846153848, 2.74172601447728, 4.54153846153851, 3.73884953510488, 6.76038461538456, 8.62320975400328, 15.4723076923076, 30.0028685192702, 53.5607692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 465, '2021-05-23 00:00:00', 2.22731822188452, 3.40230769230769, 3.04930842096269, 5.01461538461541, 3.55336012160976, 6.36807692307693, 8.45950342241472, 15.4530769230769, 29.9736143042766, 53.6176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 480, '2021-05-23 00:00:00', 1.88430558521208, 3.78653846153851, 2.67635955386015, 5.02730769230764, 2.72043675792067, 6.3119230769231, 8.24714802919069, 15.2688461538461, 30.0578502865084, 53.5996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 495, '2021-05-23 00:00:00', 1.85854554382223, 3.18346153846147, 2.29026985309587, 4.17000000000002, 3.31416635300406, 6.8188461538461, 8.45402327524956, 15.2615384615384, 30.0228370437213, 53.7019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 510, '2021-05-23 00:00:00', 1.54308801284468, 2.89384615384622, 1.97444788777485, 4.39730769230772, 2.99281943221542, 6.85192307692303, 7.97904957710164, 14.971923076923, 29.6936362542548, 53.685 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 525, '2021-05-23 00:00:00', 1.60456085533125, 3.25346153846151, 2.61837592059246, 5.13269230769221, 3.22411225706451, 7.14038461538453, 7.63990894025475, 15.1761538461538, 29.6938652690313, 53.6588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 540, '2021-05-23 00:00:00', 2.49875439738715, 4.29153846153841, 2.9087319997129, 5.63538461538453, 3.27134093889058, 7.08653846153848, 7.40128559518809, 15.2926923076923, 29.6681752750964, 53.488076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 555, '2021-05-23 00:00:00', 1.68354703390922, 3.28884615384606, 2.15575280443884, 4.43692307692305, 4.09659229867196, 8.12730769230765, 7.08517851683249, 14.9211538461538, 29.545045600548, 53.6665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 570, '2021-05-23 00:00:00', 1.91000056383389, 3.32692307692306, 2.17740890474469, 4.53153846153847, 5.75449123594915, 9.57576923076922, 7.01327085986605, 14.9680769230769, 29.915958882278, 53.9396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 585, '2021-05-23 00:00:00', 1.89190734038835, 3.63423076923078, 3.88211696807893, 7.44192307692305, 5.56039976426713, 10.1584615384616, 7.06045437631319, 15.28, 30.073838405856, 54.1126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 600, '2021-05-23 00:00:00', 3.04767394278628, 6.2126923076923, 4.52476216119532, 8.19384615384617, 5.13371128312274, 10.0234615384615, 8.11649789010013, 15.795, 30.245328793818, 54.4446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 615, '2021-05-23 00:00:00', 2.87692691279057, 4.83269230769235, 2.92433989921737, 6.43038461538462, 3.48716283178531, 8.42384615384608, 8.0989636658982, 14.3326923076923, 30.3431722392116, 54.1515384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 630, '2021-05-23 00:00:00', 2.01319451465732, 4.25807692307692, 2.29145063224147, 5.91499999999989, 4.18327740487688, 8.49538461538453, 8.85038272966421, 14.5976923076923, 30.4414473349437, 54.3196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 645, '2021-05-23 00:00:00', 2.30847668720827, 4.26384615384609, 3.09687574575004, 5.8792307692307, 4.38059583232163, 8.15038461538456, 9.97697355838005, 15.0857692307692, 30.9642009498314, 54.3373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 660, '2021-05-23 00:00:00', 2.19252537920592, 4.22653846153846, 3.56569874477108, 6.09346153846151, 4.82675710532927, 7.56192307692312, 9.82718390681998, 14.7634615384616, 30.7789118616078, 54.2507692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 675, '2021-05-23 00:00:00', 2.21993194628889, 3.86461538461533, 2.23788378745497, 4.9496153846154, 3.13357903019237, 6.23153846153844, 9.58904246442863, 14.3092307692307, 29.9071171771228, 53.5646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 690, '2021-05-23 00:00:00', 1.65591136886566, 3.38769230769234, 2.41380685608056, 4.32653846153851, 3.09276565303855, 6.0307692307692, 9.93089644261008, 15.231923076923, 29.5117873816809, 53.3423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 705, '2021-05-23 00:00:00', 1.86394915744458, 2.90769230769234, 2.2303271922781, 4.11076923076924, 3.08661656934476, 6.52538461538464, 11.3242750829289, 17.3869230769231, 29.2849389592356, 53.2346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 720, '2021-05-23 00:00:00', 1.52320471880324, 3.07384615384616, 2.50588148163467, 4.685, 3.57135623882796, 7.03423076923078, 11.8026630111109, 18.9669230769231, 29.1815192518511, 53.0246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 735, '2021-05-23 00:00:00', 2.04748810459583, 3.51653846153851, 2.85396040617249, 5.22500000000008, 3.76693060114546, 7.42692307692313, 11.8427337280649, 19.5630769230769, 29.1064591007669, 53.0442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 750, '2021-05-23 00:00:00', 2.01761935115473, 3.81961538461542, 2.99954304212132, 5.47230769230772, 4.04643668505435, 7.47461538461544, 11.9489463713172, 19.6207692307692, 28.9947966392911, 53.1580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 765, '2021-05-23 00:00:00', 2.13683507876629, 3.86192307692312, 2.97493976668174, 5.44884615384616, 4.00358933189472, 7.41346153846152, 14.4135472226118, 22.5865384615384, 28.7757627847839, 53.3596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 780, '2021-05-23 00:00:00', 1.86818962140848, 3.6973076923077, 2.8784861405847, 5.27230769230771, 5.49227386005523, 7.91807692307688, 14.836110048952, 24.5857692307692, 28.5123145001216, 53.166923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 795, '2021-05-23 00:00:00', 2.28575293099198, 3.98769230769234, 2.85234543166467, 5.37230769230765, 5.70237828926196, 8.43307692307686, 15.3368083180502, 26.8757692307692, 28.5265326777613, 53.1188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 810, '2021-05-23 00:00:00', 2.24622558631479, 3.6957692307692, 5.22066062722095, 6.09576923076915, 6.00001538459567, 8.49384615384611, 15.1024964619964, 28.7907692307692, 28.4919995815289, 53.1119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 825, '2021-05-23 00:00:00', 3.57986566142451, 4.17692307692306, 3.91211766379604, 6.12384615384615, 5.43482249373992, 8.66653846153848, 15.0390473920903, 29.3923076923077, 27.3505781938602, 52.4965384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 840, '2021-05-23 00:00:00', 2.43964187157425, 4.65730769230765, 3.81877120792301, 6.11846153846155, 5.13796794612274, 8.50115384615382, 15.2504389445026, 29.83, 26.8983519655301, 52.2223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 855, '2021-05-23 00:00:00', 2.25313811929399, 3.91076923076929, 3.26127799395358, 6.123076923077, 4.09077620996306, 7.79500000000004, 14.4533472088116, 29.6884615384616, 26.0732486306146, 51.8969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 870, '2021-05-23 00:00:00', 2.77981728785299, 4.5819230769231, 3.50206347963381, 5.76384615384611, 5.39977572183826, 8.86461538461539, 14.7848167856289, 29.8807692307693, 25.6937468956643, 51.8484615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 885, '2021-05-23 00:00:00', 2.47249360269846, 3.85615384615385, 2.86799849801484, 5.13076923076929, 8.54532924153026, 11.1803846153847, 14.8245531259669, 29.8292307692308, 25.7574390061172, 52.1819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 900, '2021-05-23 00:00:00', 2.55903371186499, 3.80153846153848, 5.35718251150159, 7.22269230769231, 9.46646625645572, 13.0007692307692, 15.551038372454, 30.2623076923077, 25.7462811295146, 52.44 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 915, '2021-05-23 00:00:00', 4.44771251492094, 5.75115384615387, 8.30776964422681, 9.46730769230773, 9.27831052260294, 12.9769230769231, 15.7532419374064, 30.7434615384615, 25.2273417850249, 52.1084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 9759[...];
Date: 2021-05-23 15:14:34 Duration: 14s227ms Database: acaweb_fx User: pgperfstats
18 27s794ms 2 13s691ms 14s103ms 13s897ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, 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 #18
Day Hour Count Duration Avg duration May 23 15 2 27s794ms 13s897ms [ User: pgperfstats - Total duration: 27s794ms - 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 975875, 1, 915, '2021-05-23 00:00:00', 0.000379730116712473, 0.000980192307692307, 0.000829339797670404, 0.00158250000000001, 0.000888586712793914, 0.00228788461538464, 0.00188033267310294, 0.00503019230769232, 0.00163376431781144, 0.00771538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 930, '2021-05-23 00:00:00', 0.000728537549847933, 0.00130980769230771, 0.000760553770920585, 0.00174596153846155, 0.000920968804282514, 0.00234846153846156, 0.00186215868323259, 0.00504019230769231, 0.00158189929661007, 0.00768576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 945, '2021-05-23 00:00:00', 0.0005643996470042, 0.0012348076923077, 0.000576521798907384, 0.00161076923076924, 0.000977926633239928, 0.00253249999999997, 0.00187944926466812, 0.00508153846153844, 0.001547990968469, 0.00777903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 960, '2021-05-23 00:00:00', 0.000379509602594663, 0.00113153846153846, 0.000632065752421861, 0.00156634615384616, 0.00100999977151561, 0.00265153846153845, 0.0019018100689768, 0.00503846153846153, 0.00159518285665121, 0.00789788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 975, '2021-05-23 00:00:00', 0.000465517288780817, 0.00111211538461539, 0.000807129576862426, 0.00194807692307689, 0.00124358317590125, 0.00295365384615381, 0.00181900814054931, 0.00491884615384614, 0.00157060875018378, 0.00790961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 990, '2021-05-23 00:00:00', 0.000763922091275298, 0.00158019230769228, 0.000845794233023241, 0.00214173076923075, 0.00127071755924935, 0.0030636538461538, 0.0018763206323506, 0.00481634615384613, 0.00156227547309884, 0.0078405769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1005, '2021-05-23 00:00:00', 0.000724036362240268, 0.00149557692307693, 0.00111027018541225, 0.00219326923076922, 0.00118323311962801, 0.00272884615384615, 0.00184655625422027, 0.00459999999999997, 0.00168794426630559, 0.00775961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1020, '2021-05-23 00:00:00', 0.000820980277098425, 0.00157884615384616, 0.00094704089750044, 0.00213230769230769, 0.00126758141902053, 0.00303442307692307, 0.00179126990836538, 0.0043782692307692, 0.00162822330022165, 0.00775365384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1035, '2021-05-23 00:00:00', 0.000552505099175895, 0.00132826923076924, 0.000581087210454562, 0.0017321153846154, 0.00129112759305129, 0.00296730769230765, 0.00155133441318707, 0.00415269230769228, 0.00171386554763921, 0.00771634615384611 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1050, '2021-05-23 00:00:00', 0.000476207776242533, 0.00123038461538462, 0.000981544015236288, 0.00224442307692306, 0.00124304520618335, 0.0027807692307692, 0.00145824742017999, 0.00396346153846153, 0.00179751045787054, 0.00777461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1065, '2021-05-23 00:00:00', 0.000915748894873221, 0.00177903846153845, 0.00122002704888046, 0.00228999999999997, 0.00118494388052768, 0.00254999999999997, 0.00144363916490983, 0.00377403846153845, 0.0018582422732663, 0.00775788461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1080, '2021-05-23 00:00:00', 0.00074143916706734, 0.00140903846153845, 0.000734347983954801, 0.00164519230769228, 0.00102270102406098, 0.00210423076923076, 0.00126399222551162, 0.0033478846153846, 0.00207741099966726, 0.00782269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1095, '2021-05-23 00:00:00', 0.000426831979192703, 0.00104653846153843, 0.00052181123170975, 0.00133519230769229, 0.000834303025561796, 0.00194846153846154, 0.00115888741405778, 0.00313903846153844, 0.00203405911910153, 0.00785249999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1110, '2021-05-23 00:00:00', 0.000371034520475669, 0.000936153846153847, 0.00058699498752938, 0.00137365384615384, 0.000728368065240087, 0.00185596153846155, 0.00110971895263899, 0.00296807692307693, 0.00210113113309512, 0.00786903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1125, '2021-05-23 00:00:00', 0.000509007480676475, 0.000978846153846144, 0.000601696863366125, 0.00137634615384618, 0.000756428755097556, 0.00186230769230767, 0.00107134891608665, 0.0029025, 0.00207667453284925, 0.00782134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1140, '2021-05-23 00:00:00', 0.000348410456435878, 0.000884615384615424, 0.000465938465729277, 0.00117557692307696, 0.000718557315309359, 0.00166115384615385, 0.00102164256883782, 0.00277346153846156, 0.00215922786234766, 0.00776480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1155, '2021-05-23 00:00:00', 0.000353311640601658, 0.000813653846153873, 0.00057536062270008, 0.00123461538461538, 0.000688325979348576, 0.00162442307692309, 0.000944715504591397, 0.00275923076923079, 0.00219808766536174, 0.00780076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1170, '2021-05-23 00:00:00', 0.000385779530501342, 0.000830384615384624, 0.000406214418560109, 0.00114307692307693, 0.000547434470964326, 0.00146250000000002, 0.000902454175269594, 0.00267153846153846, 0.00238311752026304, 0.00790634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1185, '2021-05-23 00:00:00', 0.000312284879803403, 0.000814615384615384, 0.000377359449127954, 0.00106192307692308, 0.000561272626749666, 0.00142019230769232, 0.000892384467850927, 0.00265096153846152, 0.0024267280678693, 0.00788865384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1200, '2021-05-23 00:00:00', 0.000395148511516682, 0.000737884615384599, 0.000471686703388858, 0.0010021153846154, 0.000685479759000929, 0.0014725, 0.00100075371595614, 0.00274499999999997, 0.00242385725652317, 0.00789999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1215, '2021-05-23 00:00:00', 0.000290776744917145, 0.000668653846153846, 0.000492106148649314, 0.00100769230769232, 0.000612643860656416, 0.0014075, 0.000979493295221874, 0.00268134615384612, 0.00252253096344495, 0.00805730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1230, '2021-05-23 00:00:00', 0.000370988751643669, 0.000704423076923089, 0.00054189698850777, 0.0010328846153846, 0.000579302133207213, 0.00134980769230769, 0.000939696698203925, 0.00261673076923073, 0.00255034547433511, 0.00807403846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1245, '2021-05-23 00:00:00', 0.000330755138340215, 0.000695192307692302, 0.000340529056706657, 0.00091596153846157, 0.000452714717437616, 0.00129884615384615, 0.000941871296123585, 0.00253346153846153, 0.00257770945578853, 0.00811596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1260, '2021-05-23 00:00:00', 0.000301279578822374, 0.000694230769230782, 0.000418551209990614, 0.000963653846153857, 0.00062388870432523, 0.00145134615384611, 0.000976362893600498, 0.00248249999999998, 0.00263611325921037, 0.00818634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1275, '2021-05-23 00:00:00', 0.000305739456702272, 0.000631153846153873, 0.000404057355030006, 0.000912115384615339, 0.000659402643423474, 0.00145461538461535, 0.000995772371269939, 0.00246615384615383, 0.00268348865930443, 0.00822076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1290, '2021-05-23 00:00:00', 0.000272245364444498, 0.000686538461538416, 0.000496507184857737, 0.00115423076923071, 0.000604534404441851, 0.00139538461538458, 0.000951414271169285, 0.00240365384615383, 0.00274989533367251, 0.00824288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1305, '2021-05-23 00:00:00', 0.000401860863790119, 0.000891923076923036, 0.000483011864800929, 0.00106769230769229, 0.000538063050351775, 0.00139538461538459, 0.000913016134325362, 0.00229730769230769, 0.00289811694832245, 0.00832461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1320, '2021-05-23 00:00:00', 0.00031829328517047, 0.000691153846153839, 0.000350302561531286, 0.000883269230769201, 0.000419717899766751, 0.00131134615384612, 0.000830040986013046, 0.00216903846153844, 0.00296192809474867, 0.00840596153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1335, '2021-05-23 00:00:00', 0.000252934470078422, 0.000600384615384603, 0.000271305178719475, 0.000962499999999994, 0.000473550907018933, 0.00133730769230768, 0.000803517555214861, 0.00212230769230768, 0.00298423230689879, 0.00844769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1350, '2021-05-23 00:00:00', 0.000324572855398527, 0.000723461538461547, 0.000382794783341974, 0.00103038461538461, 0.000499528739451947, 0.00139519230769231, 0.000824990279662997, 0.00206980769230769, 0.00298878174950159, 0.00848288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1365, '2021-05-23 00:00:00', 0.000322963441608109, 0.000759230769230781, 0.000486267574331401, 0.00102307692307693, 0.000503908263934551, 0.00135846153846153, 0.00078634404781777, 0.00200019230769229, 0.00296550214323619, 0.00848019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1380, '2021-05-23 00:00:00', 0.000516418286037438, 0.000794615384615381, 0.000534784643931189, 0.00110884615384613, 0.000795073194501852, 0.00167076923076922, 0.000806927529869647, 0.00200903846153845, 0.00301011543990235, 0.00850480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1395, '2021-05-23 00:00:00', 0.000384424444912312, 0.000788076923076936, 0.000396580431263981, 0.00101096153846154, 0.000709009059288964, 0.00156038461538462, 0.000729158735487996, 0.00192230769230768, 0.00298070056943252, 0.00852673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1410, '2021-05-23 00:00:00', 0.000248541669621957, 0.000594807692307695, 0.00063252062903422, 0.00118288461538464, 0.000605516213338161, 0.00144173076923077, 0.00064347186299136, 0.00184403846153846, 0.00289059379712889, 0.00850749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1425, '2021-05-23 00:00:00', 0.000552731295129342, 0.00104826923076924, 0.000516222708349197, 0.00127326923076922, 0.000586934834542965, 0.00142749999999998, 0.00062059797466144, 0.00186038461538461, 0.00287345750594324, 0.00849903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 0, '2021-05-23 00:00:00', 0.000440656372314712, 0.000964038461538475, 0.000542428903529879, 0.00117365384615387, 0.000574966219743509, 0.00135192307692307, 0.00052657416016538, 0.00179711538461539, 0.00286396081301081, 0.00854346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 15, '2021-05-23 00:00:00', 0.000373409086865656, 0.000672884615384617, 0.00040495303621341, 0.000914807692307682, 0.000403035405965203, 0.00116153846153845, 0.000476119611668551, 0.00174173076923078, 0.00284383219238785, 0.00855153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 30, '2021-05-23 00:00:00', 0.000421058373442624, 0.000716923076923068, 0.000429737173702142, 0.00096403846153844, 0.000379598421411974, 0.00112480769230767, 0.000494278650778506, 0.00179923076923077, 0.00284016792569626, 0.00855538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 45, '2021-05-23 00:00:00', 0.000353600817959335, 0.000668461538461528, 0.000293655475790132, 0.000883461538461519, 0.000270743207884107, 0.000968269230769237, 0.000607387881391759, 0.00182096153846155, 0.00284574403546499, 0.00855134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 60, '2021-05-23 00:00:00', 0.000243027459670373, 0.000637115384615391, 0.000281972243587628, 0.000772884615384623, 0.000248740906289109, 0.000884038461538471, 0.000622820167896407, 0.0018298076923077, 0.00284291692700405, 0.00855442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 75, '2021-05-23 00:00:00', 0.000133619004866601, 0.000404038461538452, 0.000177037153858049, 0.000521923076923089, 0.000359067381720181, 0.000855769230769269, 0.000663851726957639, 0.00183634615384616, 0.00284013326474982, 0.00854980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 90, '2021-05-23 00:00:00', 0.000185096232767235, 0.000398846153846162, 0.000281497164898942, 0.000589423076923078, 0.000410290703694897, 0.000892307692307731, 0.000662211330433001, 0.00187538461538461, 0.00284069650180806, 0.00854615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 105, '2021-05-23 00:00:00', 0.000226021867560128, 0.000453269230769211, 0.000328931662297103, 0.000709038461538478, 0.000385896408977224, 0.000860961538461551, 0.000668070701002874, 0.0019076923076923, 0.00283988940738082, 0.00853961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 120, '2021-05-23 00:00:00', 0.000238951958480233, 0.000554038461538487, 0.000265669256494153, 0.000671923076923106, 0.000327404713090477, 0.000905384615384628, 0.000631361928386088, 0.00190173076923076, 0.00283532299747311, 0.00854249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 135, '2021-05-23 00:00:00', 0.000134964952715646, 0.000381538461538467, 0.000173197530627258, 0.000564230769230751, 0.000266890354899619, 0.000892307692307705, 0.000609473164677113, 0.00185653846153846, 0.0028350519463427, 0.00853653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 150, '2021-05-23 00:00:00', 0.000177615834359959, 0.00037576923076925, 0.000257603451959655, 0.000648461538461559, 0.000327952916414247, 0.000961346153846149, 0.000576779020476252, 0.00186903846153844, 0.00283503588364211, 0.00853730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 165, '2021-05-23 00:00:00', 0.00025840464689798, 0.000520192307692308, 0.000261938630510746, 0.000725384615384611, 0.000479749774521956, 0.00109038461538462, 0.00058076686703544, 0.00186807692307691, 0.00285330626709544, 0.00854942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 180, '2021-05-23 00:00:00', 0.000221491187530881, 0.000572115384615383, 0.000296021049147648, 0.00076730769230768, 0.000473451037189063, 0.00109826923076923, 0.000553064608828373, 0.0018476923076923, 0.00283386059045851, 0.00856538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 195, '2021-05-23 00:00:00', 0.000159928469587523, 0.000511346153846156, 0.000355260684351885, 0.000796923076923088, 0.000416329750964853, 0.00102269230769232, 0.000554233392936708, 0.00176057692307691, 0.00283346140585356, 0.00856153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 210, '2021-05-23 00:00:00', 0.000328952884164305, 0.000565000000000021, 0.000330424028275049, 0.000715961538461557, 0.000423053915458311, 0.000986153846153867, 0.000435210691681451, 0.00167711538461539, 0.00279911021576502, 0.008625 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 225, '2021-05-23 00:00:00', 0.000150645789340899, 0.000458076923076926, 0.000297772564216374, 0.000702500000000025, 0.000367625698021978, 0.000980576923076933, 0.000398997011748985, 0.00166615384615383, 0.00277389490816407, 0.00865519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 240, '2021-05-23 00:00:00', 0.000248615241812632, 0.000531538461538459, 0.00027908697293415, 0.000691538461538449, 0.000376781971232906, 0.000924423076923078, 0.000429655855128435, 0.00167692307692305, 0.00281946528618461, 0.0086925 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 255, '2021-05-23 00:00:00', 0.000227107988546278, 0.000469038461538468, 0.000354599232069963, 0.000698846153846172, 0.000441153078263698, 0.000920961538461542, 0.000457785304062258, 0.00170923076923075, 0.00289919267277051, 0.00871692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 270, '2021-05-23 00:00:00', 0.000222337235194284, 0.000515384615384618, 0.000348661892647602, 0.000643653846153844, 0.000436411635253487, 0.00092134615384616, 0.000456317871664033, 0.00168, 0.00291398247183367, 0.00871038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 285, '2021-05-23 00:00:00', 0.000328576475116536, 0.000477500000000002, 0.000403896073837766, 0.000689038461538458, 0.00037574971211413, 0.000929615384615394, 0.000469178004599526, 0.00167000000000001, 0.00291064616801572, 0.00870865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 300, '2021-05-23 00:00:00', 0.000278815971841371, 0.000492115384615363, 0.000287960734502792, 0.000640769230769227, 0.000345219495393876, 0.000907499999999984, 0.000481031583802324, 0.00167076923076922, 0.00293686602324, 0.00873596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 315, '2021-05-23 00:00:00', 0.000146008956521872, 0.000413846153846158, 0.000230625570668443, 0.00063692307692309, 0.000426228405724153, 0.000899423076923077, 0.000593031326192919, 0.00178692307692304, 0.00294186570838198, 0.00872038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 330, '2021-05-23 00:00:00', 0.000187478921892169, 0.000447884615384612, 0.000288774932323551, 0.000605192307692293, 0.000405060299404738, 0.000844615384615375, 0.000688692992894173, 0.00179903846153844, 0.00297031220840245, 0.00870615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 345, '2021-05-23 00:00:00', 0.000227436550746356, 0.00042923076923078, 0.000370798307190559, 0.000614230769230796, 0.000343048998518582, 0.000768846153846169, 0.000718218870647261, 0.00192211538461535, 0.00294122603949181, 0.00868615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 360, '2021-05-23 00:00:00', 0.000271305178719461, 0.000417500000000019, 0.000233114696101422, 0.000527692307692297, 0.000237638137964809, 0.000743269230769232, 0.000749707635322967, 0.00207153846153845, 0.0029193636095244, 0.00868326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 375, '2021-05-23 00:00:00', 0.000125189241366175, 0.000352115384615351, 0.000231634659290445, 0.00051615384615382, 0.000269254240735113, 0.000745384615384579, 0.000802075025265004, 0.00230788461538458, 0.00290999873116545, 0.00866884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 390, '2021-05-23 00:00:00', 0.000146456609483952, 0.000373461538461551, 0.000199711330135808, 0.000538846153846165, 0.000278019091762812, 0.000721153846153848, 0.00097747053860778, 0.00253557692307692, 0.00290925909151082, 0.00866769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 405, '2021-05-23 00:00:00', 0.000146014224807558, 0.000366923076923081, 0.000176871530952641, 0.00050846153846153, 0.00035440811980628, 0.000748653846153823, 0.000979758368955576, 0.00270730769230767, 0.00291356697194348, 0.0086625 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 420, '2021-05-23 00:00:00', 0.000161177040739467, 0.000369038461538462, 0.000185237996600597, 0.000493653846153852, 0.000353057197370895, 0.000804230769230734, 0.000914249671336256, 0.00287230769230767, 0.00291259747278292, 0.00864403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 435, '2021-05-23 00:00:00', 0.000149968714686125, 0.000351153846153841, 0.000246247530249261, 0.000579615384615356, 0.000312135633733425, 0.00086057692307689, 0.000951424458378069, 0.00301749999999997, 0.00291899100059223, 0.0086376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 450, '2021-05-23 00:00:00', 0.000218404705500186, 0.000456153846153845, 0.000278407006985229, 0.000612307692307664, 0.000252738919714516, 0.000885192307692325, 0.000924838031557604, 0.0030957692307692, 0.00287219227447232, 0.00862230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 465, '2021-05-23 00:00:00', 0.000213359934238984, 0.000422692307692284, 0.00021975580853441, 0.000653846153846159, 0.000240122805119504, 0.000870192307692312, 0.000937456316931026, 0.00319788461538462, 0.0029033178699285, 0.00861442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 480, '2021-05-23 00:00:00', 0.000180927205931404, 0.000495576923076924, 0.000194827833266627, 0.00067826923076925, 0.000265530890568596, 0.000920576923076899, 0.000994564226181477, 0.00338999999999998, 0.00290858229409767, 0.0086151923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 495, '2021-05-23 00:00:00', 0.000142232204510774, 0.000410000000000021, 0.000187972993150172, 0.000579615384615407, 0.000343026406249751, 0.0010586538461538, 0.00109448245584558, 0.00344038461538459, 0.00290244827688626, 0.00860999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 510, '2021-05-23 00:00:00', 0.000161747191153836, 0.0004519230769231, 0.000205573587797675, 0.00064749999999998, 0.00043891737438664, 0.00116230769230764, 0.00139500969117119, 0.00359903846153845, 0.0028890738800895, 0.00861826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 525, '2021-05-23 00:00:00', 0.00016294465790095, 0.000444807692307686, 0.000316379762067915, 0.000886923076923046, 0.000520256630460816, 0.00132480769230766, 0.00140476896540103, 0.00375038461538461, 0.00290112374116279, 0.00860480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 540, '2021-05-23 00:00:00', 0.000292036615196421, 0.000765769230769226, 0.00038206790576464, 0.000966730769230766, 0.000613535937133157, 0.00156211538461539, 0.00139124205713401, 0.00382230769230768, 0.00292426640373272, 0.00860500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 555, '2021-05-23 00:00:00', 0.00027219365278305, 0.000699230769230773, 0.000434522770935583, 0.00105596153846153, 0.000543939476271158, 0.00177192307692306, 0.00140268747547205, 0.00388692307692307, 0.00303916084698494, 0.00861942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 570, '2021-05-23 00:00:00', 0.000336030676255332, 0.000778846153846132, 0.000523107578287217, 0.00123846153846154, 0.000657643929844668, 0.00194846153846154, 0.00138533755953057, 0.00385807692307691, 0.00318303660652237, 0.00864403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 585, '2021-05-23 00:00:00', 0.000326354043239036, 0.000894807692307704, 0.000423645897128529, 0.00132961538461538, 0.000660703500357476, 0.00201365384615384, 0.00139932467228357, 0.00380346153846154, 0.00326576818622418, 0.00862538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 600, '2021-05-23 00:00:00', 0.000367200008379387, 0.00110461538461539, 0.000605165584460476, 0.0015542307692308, 0.000668785955180084, 0.00210557692307692, 0.00138935541224643, 0.0038026923076923, 0.00321771318700817, 0.00859692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 615, '2021-05-23 00:00:00', 0.000544980627743225, 0.00111326923076924, 0.000545987214558674, 0.00149096153846154, 0.000645885796049469, 0.00201269230769228, 0.00129223165641695, 0.00371557692307693, 0.00323556928768103, 0.00859384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 630, '2021-05-23 00:00:00', 0.000296513652558926, 0.000922884615384606, 0.000537215935670619, 0.00139980769230767, 0.00065334397231001, 0.0020028846153846, 0.00115771407722952, 0.00359826923076924, 0.00323588511847998, 0.0086025 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 645, '2021-05-23 00:00:00', 0.000402602113181825, 0.00102269230769231, 0.000411763234806705, 0.00141019230769229, 0.000572829716945096, 0.00204826923076924, 0.000967129455975448, 0.00365576923076924, 0.00311038566122251, 0.00856480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 660, '2021-05-23 00:00:00', 0.000373607620166073, 0.000925576923076906, 0.000444071546557016, 0.00137846153846153, 0.000737609053214914, 0.00204134615384614, 0.000911383479197326, 0.0037953846153846, 0.00310002699740107, 0.00854923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 675, '2021-05-23 00:00:00', 0.000427978836644278, 0.000993269230769222, 0.000449889388114966, 0.00149730769230771, 0.000704356907999154, 0.00195942307692307, 0.00090077003383002, 0.00376442307692307, 0.00312524551650932, 0.00866846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 690, '2021-05-23 00:00:00', 0.000387170654084997, 0.000986346153846159, 0.000607867046445039, 0.00146211538461538, 0.000770196977802007, 0.00186423076923079, 0.00102822079340966, 0.00374500000000001, 0.00307512997223759, 0.00874211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 705, '2021-05-23 00:00:00', 0.000417499884845668, 0.000963076923076913, 0.000403362072508624, 0.00120519230769228, 0.000607040646212303, 0.00172288461538461, 0.0011019716595546, 0.00387846153846155, 0.00303711584465366, 0.00873442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 720, '2021-05-23 00:00:00', 0.000261540701347865, 0.000798461538461509, 0.000629595627245096, 0.00120057692307693, 0.000624611171357546, 0.00166134615384611, 0.00121782196816852, 0.00401788461538461, 0.00288499729369291, 0.00871076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 735, '2021-05-23 00:00:00', 0.00041635062886208, 0.000884615384615407, 0.000433044854667346, 0.0012103846153846, 0.000452520292787668, 0.00164615384615383, 0.00145552512331989, 0.00418923076923078, 0.00287553784266794, 0.00874173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 750, '2021-05-23 00:00:00', 0.000361881408538962, 0.000893076923076924, 0.000390492046604742, 0.00118903846153843, 0.000496170294897298, 0.00156980769230766, 0.00145214707085218, 0.00413365384615385, 0.00289156702924476, 0.00874826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 765, '2021-05-23 00:00:00', 0.00034637246515191, 0.000851730769230772, 0.000377160290348003, 0.00119673076923077, 0.000490279355218895, 0.00152461538461539, 0.00127561690957747, 0.00431750000000003, 0.00294287667349222, 0.00881365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 780, '2021-05-23 00:00:00', 0.000334350806098099, 0.000837692307692296, 0.00044146556621538, 0.00109538461538458, 0.000577447833141624, 0.001585, 0.00120868187899685, 0.00456826923076922, 0.00297135602946637, 0.00884057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 795, '2021-05-23 00:00:00', 0.000257200983967513, 0.000722115384615393, 0.000344728209552874, 0.00107346153846156, 0.000543426026386147, 0.0016146153846154, 0.00138748489943272, 0.00466288461538461, 0.00297733637411284, 0.00877826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 810, '2021-05-23 00:00:00', 0.000304822268518223, 0.000796153846153852, 0.000418431135773354, 0.00114615384615386, 0.000647657316796469, 0.001695, 0.00146608305987812, 0.00480346153846154, 0.00297773706671048, 0.00877596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 825, '2021-05-23 00:00:00', 0.000285806820180205, 0.000901538461538501, 0.000471035724596493, 0.00134557692307694, 0.000628844147256266, 0.00191519230769235, 0.00151655166794227, 0.00483019230769231, 0.00293245613122148, 0.00874519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 840, '2021-05-23 00:00:00', 0.000369556699095208, 0.000971923076923073, 0.000461867446851928, 0.00129846153846154, 0.00101399036560433, 0.0021826923076923, 0.00159062184259924, 0.00505461538461539, 0.00288730966738667, 0.00873634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 855, '2021-05-23 00:00:00', 0.000272066168422297, 0.000864999999999996, 0.000551675943062471, 0.00127711538461541, 0.000893827917528779, 0.00201211538461539, 0.00158841886793124, 0.00510249999999999, 0.00280562934801826, 0.00869403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 870, '2021-05-23 00:00:00', 0.000579085784796926, 0.000927115384615386, 0.000886346628669489, 0.00156288461538461, 0.000896725410333845, 0.00206230769230769, 0.00171928532782129, 0.00520903846153845, 0.00277292112012971, 0.00869846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 885, '2021-05-23 00:00:00', 0.000642509622795332, 0.00110384615384616, 0.000583861153146729, 0.00144461538461539, 0.000602589699674533, 0.00225211538461539, 0.00177599455343931, 0.00519057692307691, 0.00274932730933333, 0.00871442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 900, '2021-05-23 00:00:00', 0.000330339452451797, 0.000993076923076913, 0.000479015697510582, 0.00146596153846155, 0.000713884417492396, 0.0024101923076923, 0.00177442329742974, 0.00523096153846153, 0.00274109798326255, 0.00877807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 915, '2021-05-23 00:00:00', 0.000405789496395128, 0.00111865384615387, 0.000468655564846437, 0.00173596153846155, 0.000868757136107904, 0.00252519230769233, 0.00180228326340185, 0.00529519230769231, 0.00274708799668637, 0.00883269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 930, '2021-05-23 00:00:00', 0.000516276945655489, 0.00121173076923079, 0.000621271401117219, 0.00181307692307695, 0.000769154005785155, 0.0023367307692308, 0.00187470375095535, 0.00531307692307693, 0.00278842834144695, 0.00887884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 945, '2021-05-23 00:00:00', 0.000536915406601595, 0.00128307692307694, 0.000704509785923173, 0.00173096153846156, 0.00100020399842307, 0.00259403846153848, 0.00192274072215037, 0.00524826923076923, 0.0028007995355722, 0.00896596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 960, '2021-05-23 00:00:00', 0.000499014914221373, 0.00121326923076922, 0.000635138052830877, 0.00161211538461539, 0.00100766233660654, 0.0027057692307692, 0.0018438525825439, 0.00517288461538459, 0.00282134695736735, 0.00894942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 975, '2021-05-23 00:00:00', 0.00062320091833644, 0.00113423076923079, 0.000841939519114152, 0.00196192307692309, 0.00098158476651085, 0.00283557692307689, 0.00185807966418598, 0.00528403846153845, 0.00283155970202886, 0.0089471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 990, '2021-05-23 00:00:00', 0.00059820565025751, 0.00153000000000001, 0.000901144251237532, 0.00215480769230767, 0.00109424121936337, 0.00284961538461534, 0.00189374209315434, 0.00517365384615384, 0.00289493151240896, 0.00891230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1005, '2021-05-23 00:00:00', 0.000571357930386385, 0.00142173076923074, 0.000644307290518605, 0.00194673076923072, 0.00109434708317861, 0.00271346153846152, 0.0017666867729867, 0.00501807692307692, 0.00301813967791166, 0.00884865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1020, '2021-05-23 00:00:00', 0.000529558306515912, 0.00135499999999997, 0.000837260482397594, 0.00192865384615378, 0.00126239078735547, 0.00291749999999999, 0.00173031748976441, 0.00485115384615385, 0.00324940430635434, 0.00893211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1035, '2021-05-23 00:00:00', 0.00055509642267046, 0.00127596153846151, 0.00082628242983023, 0.00180442307692305, 0.00125020724435838, 0.00276807692307694, 0.00178359836156705, 0.00453134615384615, 0.00414011417531153, 0.00962576923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1050, '2021-05-23 00:00:00', 0.000514904210658502, 0.00123211538461539, 0.000889152773063297, 0.0020944230769231, 0.00101411249565627, 0.0026869230769231, 0.00176116443123469, 0.0043230769230769, 0.00433116379812102, 0.00973461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1065, '2021-05-23 00:00:00', 0.000730472344550996, 0.00167461538461539, 0.000848438588503337, 0.00202903846153847, 0.000909123669339797, 0.00259461538461535, 0.00184226745740554, 0.0041857692307692, 0.00435217578211884, 0.00976403846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1080, '2021-05-23 00:00:00', 0.00055416590129119, 0.00128038461538463, 0.000504950873467307, 0.00175923076923077, 0.000768836383514344, 0.00231923076923074, 0.00177620845103792, 0.00400269230769228, 0.00423251215182954, 0.00963865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1095, '2021-05-23 00:00:00', 0.000411774817102724, 0.00111750000000002, 0.00055648678192887, 0.00163153846153845, 0.000824381819677883, 0.00221423076923077, 0.00177984114459692, 0.00380749999999998, 0.00434291400311607, 0.00957403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1110, '2021-05-23 00:00:00', 0.000443516758854285, 0.00111365384615381, 0.000513774419221276, 0.00150692307692305, 0.000957135489966746, 0.0021578846153846, 0.0017351249567062, 0.00370384615384613, 0.0042926504632919, 0.00955000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1125, '2021-05-23 00:00:00', 0.000408818372310337, 0.00102730769230768, 0.000714879118345321, 0.00148307692307691, 0.0010447900046642, 0.00198692307692305, 0.00174762062420707, 0.00354038461538461, 0.00432390099865319, 0.00949538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1140, '2021-05-23 00:00:00', 0.000490241737858428, 0.0010001923076923, 0.000895492387117083, 0.00147884615384615, 0.000861544253071211, 0.00193250000000001, 0.00168802220410115, 0.00338480769230768, 0.00429625122815051, 0.00950384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1155, '2021-05-23 00:00:00', 0.000857653686608926, 0.000994615384615402, 0.000828821127589357, 0.0013073076923077, 0.000943958685536623, 0.00194500000000002, 0.00160578023211342, 0.00326692307692306, 0.00426580837771516, 0.00946365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1170, '2021-05-23 00:00:00', 0.0004524150579008, 0.000890769230769233, 0.000597380435413958, 0.00136576923076925, 0.000899481239381877, 0.00188250000000001, 0.00153860422511394, 0.00316980769230768, 0.00423317429541766, 0.00952615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1185, '2021-05-23 00:00:00', 0.000365747338178458, 0.000861346153846169, 0.000520366328065724, 0.00122365384615387, 0.000828973159999774, 0.00164250000000001, 0.00128651893166733, 0.00287519230769232, 0.00412337580611587, 0.00947596153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1200, '2021-05-23 00:00:00', 0.000437188042626287, 0.000934230769230775, 0.000531801184654566, 0.0012175, 0.00072567255277168, 0.00170057692307692, 0.00128192680998327, 0.00279711538461539, 0.00405303736056726, 0.00949461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1215, '2021-05-23 00:00:00', 0.000291084774857499, 0.000727884615384593, 0.000455144313546662, 0.00105211538461537, 0.000495991780328916, 0.00152038461538461, 0.00107807442300542, 0.00256769230769232, 0.00394922284954708, 0.00945365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1230, '2021-05-23 00:00:00', 0.000249811929258812, 0.000714999999999987, 0.000363596564255593, 0.00109769230769228, 0.000470587521492645, 0.00148115384615381, 0.00102789899608564, 0.00245288461538463, 0.00388600770516677, 0.00939326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1245, '2021-05-23 00:00:00', 0.000283058569639151, 0.000773076923076881, 0.000375690748437497, 0.00100153846153842, 0.000550015104687663, 0.0015188461538461, 0.00102151209563984, 0.00240519230769232, 0.00387178144249668, 0.00942653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1260, '2021-05-23 00:00:00', 0.000262283243841439, 0.000682499999999988, 0.000397201411803147, 0.00100019230769229, 0.000635507186910873, 0.00155076923076923, 0.000981491898160093, 0.00232788461538463, 0.00386839869972062, 0.00941250000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1275, '2021-05-23 00:00:00', 0.000344099717210887, 0.000758846153846155, 0.000393850811270521, 0.00109269230769231, 0.000598327701566223, 0.00151596153846157, 0.000898560215866762, 0.00221269230769234, 0.00386419797629471, 0.00943500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1290, '2021-05-23 00:00:00', 0.000350167871829387, 0.00074153846153846, 0.000544038495527102, 0.00114326923076924, 0.000669295984886084, 0.00147134615384616, 0.000850811580876692, 0.00212788461538463, 0.00385324966249769, 0.00942019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1305, '2021-05-23 00:00:00', 0.00031132601018129, 0.000861730769230778, 0.000422961718580545, 0.00112115384615386, 0.000488181712700706, 0.00135576923076925, 0.000808039055606009, 0.00202865384615384, 0.00381741775892474, 0.00932711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1320, '2021-05-23 00:00:00', 0.00030553716883296, 0.000700192307692343, 0.000368313672755266, 0.000920192307692332, 0.000543048375802336, 0.00131153846153848, 0.000717238212762125, 0.00199442307692309, 0.0037833461837577, 0.00938288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1335, '2021-05-23 00:00:00', 0.000309841646900197, 0.000614615384615397, 0.000316161594514813, 0.000856923076923097, 0.00053735466729298, 0.00131596153846154, 0.000603612585891118, 0.00193807692307694, 0.0037833461837577, 0.00938288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1350, '2021-05-23 00:00:00', 0.000231532685846733, 0.000615769230769234, 0.000410772630351828, 0.000961923076923067, 0.000534351943947064, 0.00124999999999999, 0.000532905858333506, 0.00188942307692308, 0.00375391369619249, 0.00939903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1365, '2021-05-23 00:00:00', 0.000407008646666793, 0.000789038461538455, 0.00052221322641827, 0.00106057692307689, 0.000493661671748846, 0.00121961538461539, 0.000514146529547915, 0.00186057692307693, 0.00374161288237285, 0.00941019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1380, '2021-05-23 00:00:00', 0.000347781540625726, 0.000739999999999988, 0.000335010505001756, 0.000879038461538456, 0.000436238995893825, 0.00126769230769231, 0.000578982163934131, 0.00187788461538462, 0.00373802385574971, 0.00941211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1395, '2021-05-23 00:00:00', 0.000249931682973262, 0.000609615384615382, 0.000310553352284901, 0.000854230769230797, 0.000423148273703759, 0.0013423076923077, 0.000595651453323293, 0.00191557692307693, 0.00374311694981603, 0.00942250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1410, '2021-05-23 00:00:00', 0.000241869004596746, 0.000601153846153865, 0.000354946420658726, 0.00101019230769231, 0.000346348868139529, 0.00134346153846152, 0.000671312520365883, 0.0019925, 0.00374773952382788, 0.00944346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1425, '2021-05-23 00:00:00', 0.000342692955192312, 0.000847307692307684, 0.000325780541988698, 0.00114980769230768, 0.000343930952372683, 0.00132249999999998, 0.000730403918811612, 0.00201826923076923, 0.00376126513085896, 0.00943076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 0, '2021-05-23 00:00:00', 0.000357013520536903, 0.000849423076923091, 0.000380539091290231, 0.00106, 0.000319832167526356, 0.00119115384615384, 0.000741941942576237, 0.00206461538461538, 0.00376835832956476, 0.00941750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 15, '2021-05-23 00:00:00', 0.000323675585448423, 0.000618269230769233, 0.000329538838612128, 0.000865384615384623, 0.00033307408508292, 0.0010521153846154, 0.000828302248810514, 0.00209115384615385, 0.00378350816550747, 0.00936596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 30, '2021-05-23 00:00:00', 0.000341490623815404, 0.000639615384615399, 0.000328460570166121, 0.000867115384615403, 0.00030393274812792, 0.00102365384615389, 0.000790129030358557, 0.00209826923076924, 0.00377971141043255, 0.00935288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 45, '2021-05-23 00:00:00', 0.00031773555768184, 0.000621730769230769, 0.000344292585768823, 0.000789230769230764, 0.000327572951358219, 0.000919038461538453, 0.000807812716299613, 0.00208576923076923, 0.00376672802820454, 0.00930903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 60, '2021-05-23 00:00:00', 0.00017002759956953, 0.000509230769230775, 0.000175002857119536, 0.000605000000000018, 0.000261588711236084, 0.000829423076923079, 0.000788695124873954, 0.00208500000000002, 0.00376158755866969, 0.00927980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 75, '2021-05-23 00:00:00', 0.000201848000695138, 0.000428846153846154, 0.000230256462366546, 0.000574038461538447, 0.00024591430652538, 0.000890384615384598, 0.000791937837498316, 0.00210153846153846, 0.00376308605453639, 0.00925942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 90, '2021-05-23 00:00:00', 0.000169052108489132, 0.000398846153846145, 0.000198112730146653, 0.000624423076923034, 0.000277004304326453, 0.000884230769230755, 0.000811943253037925, 0.00206961538461539, 0.00377904937171326, 0.00924307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 105, '2021-05-23 00:00:00', 0.000209747833948671, 0.000501923076923052, 0.000251901690225533, 0.000747307692307686, 0.000345983603435429, 0.000899423076923085, 0.000820256151361346, 0.00207307692307693, 0.00378852856051611, 0.00921557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 120, '2021-05-23 00:00:00', 0.000252868466872551, 0.000577307692307683, 0.000298831635128966, 0.000687115384615368, 0.00064592774661423, 0.000960576923076913, 0.000832186554528745, 0.00209230769230769, 0.00378952081910915, 0.00921096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 135, '2021-05-23 00:00:00', 0.000237853946782468, 0.000442500000000004, 0.000308171031434481, 0.000604230769230765, 0.000704700918557205, 0.00108923076923077, 0.000853341869448469, 0.00216211538461537, 0.00378686184265874, 0.00920115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 150, '2021-05-23 00:00:00', 0.00018824421535704, 0.000421730769230731, 0.000681743381677839, 0.000769038461538435, 0.00081369026426143, 0.0012003846153846, 0.000885484417619044, 0.00217557692307691, 0.00378140682001576, 0.00918846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 165, '2021-05-23 00:00:00', 0.000629844791626053, 0.000622307692307704, 0.000652716719093817, 0.00091634615384617, 0.000811274898871179, 0.00126519230769233, 0.000848592590478721, 0.00213576923076923, 0.00376450434473632, 0.0091848076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 180, '2021-05-23 00:00:00', 0.000370127888500936, 0.00065442307692306, 0.000570194568681474, 0.000899615384615385, 0.000663312549603542, 0.00126653846153846, 0.000805744089932761, 0.00205346153846155, 0.00377270776050227, 0.00917038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 195, '2021-05-23 00:00:00', 0.000365606187878958, 0.00063673076923079, 0.000491120539801991, 0.000899230769230802, 0.000670867320368525, 0.00124980769230771, 0.000816613833979163, 0.00202307692307691, 0.00377577407753901, 0.00915673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 210, '2021-05-23 00:00:00', 0.000284968621754428, 0.000598653846153848, 0.000360117341987296, 0.000822499999999982, 0.000521138694074362, 0.00115346153846154, 0.00090853451312457, 0.00197519230769231, 0.00375914943325465, 0.00912769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 225, '2021-05-23 00:00:00', 0.000226085501185158, 0.000519423076923047, 0.000335809527055916, 0.000805961538461532, 0.000395957699760978, 0.00106249999999998, 0.000888724669659602, 0.00186653846153845, 0.00376453742689082, 0.00911096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 240, '2021-05-23 00:00:00', 0.00020757176701452, 0.00058596153846156, 0.000288331339847842, 0.000764807692307707, 0.000319505146220765, 0.00100653846153846, 0.000922681981216481, 0.00180096153846154, 0.00372879030187873, 0.00908634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 255, '2021-05-23 00:00:00', 0.000194897310239132, 0.000445192307692304, 0.000228496086483934, 0.000637307692307683, 0.000284773594281488, 0.000910000000000009, 0.000899513736158855, 0.00175019230769231, 0.00372940659334186, 0.00904653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 270, '2021-05-23 00:00:00', 0.000171143214881584, 0.000455000000000009, 0.000243374118464678, 0.000664807692307718, 0.000304894496254267, 0.00089057692307695, 0.000925833927623347, 0.00179769230769231, 0.00371122843025576, 0.00902769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 285, '2021-05-23 00:00:00', 0.000145753743849525, 0.000453076923076953, 0.000257970257677405, 0.000645576923076942, 0.000285724786894919, 0.000834423076923069, 0.000875641742688459, 0.0017773076923077, 0.00370383267191416, 0.0089876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 300, '2021-05-23 00:00:00', 0.000214689041675098, 0.000505769230769239, 0.00020399132711574, 0.00065730769230772, 0.000355300089848218, 0.000853076923076918, 0.00089157872080071, 0.00183115384615384, 0.00370619787030407, 0.00898442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 315, '2021-05-23 00:00:00', 0.000156591703287397, 0.000409807692307713, 0.000243237854467902, 0.000574423076923048, 0.000511952521837096, 0.000889230769230753, 0.000962943424330584, 0.00200096153846153, 0.00370624852834323, 0.00897192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 330, '2021-05-23 00:00:00', 0.000197227416568184, 0.000409423076923043, 0.000278107961880901, 0.000599038461538432, 0.000559451517112987, 0.000879999999999992, 0.000977249987700961, 0.00214153846153844, 0.00370222012394645, 0.0089603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 345, '2021-05-23 00:00:00', 0.000250226666475386, 0.000454230769230773, 0.000418727192260607, 0.000692692307692302, 0.000485602559871592, 0.000880384615384627, 0.00109673613683792, 0.00225692307692306, 0.00369297441095931, 0.00894999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 360, '2021-05-23 00:00:00', 0.000260688437676971, 0.0004576923076923, 0.000361401385634398, 0.000614807692307689, 0.00038575006854778, 0.000811346153846131, 0.00101252160470778, 0.00235499999999998, 0.003662456536891, 0.00890673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 375, '2021-05-23 00:00:00', 0.000247309833702907, 0.000383076923076905, 0.000227381076270972, 0.000573076923076937, 0.000350314803481724, 0.000752307692307685, 0.00104829032972008, 0.00260115384615383, 0.0036516011082601, 0.00888557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 390, '2021-05-23 00:00:00', 0.0001596669610832, 0.000398461538461544, 0.00020817790099226, 0.00051403846153843, 0.00036802868826305, 0.000776346153846133, 0.00110871417208613, 0.00283134615384613, 0.00365639202682731, 0.00888942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 405, '2021-05-23 00:00:00', 0.000184536946477911, 0.000376730769230726, 0.000262429257866951, 0.000541346153846131, 0.000369867751833229, 0.00077692307692306, 0.00124630512377125, 0.00313730769230765, 0.00365708112381364, 0.0088828846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 420, '2021-05-23 00:00:00', 0.000184395895165359, 0.000389615384615384, 0.000301011436020959, 0.000618269230769216, 0.000331996814164514, 0.000848269230769228, 0.00128334892431422, 0.00333269230769229, 0.00366213218683411, 0.00889307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 435, '2021-05-23 00:00:00', 0.000237886850931634, 0.000413076923076922, 0.000233836563568551, 0.000543461538461555, 0.000255583570556621, 0.000839807692307694, 0.00125881288705487, 0.00363673076923072, 0.00366323318731085, 0.00888076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 450, '2021-05-23 00:00:00', 0.000160320472323862, 0.000385576923076947, 0.000251820448854996, 0.000613461538461544, 0.000315756295996678, 0.000890961538461534, 0.00127888623418974, 0.00384499999999998, 0.00365838762298369, 0.00886499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 465, '2021-05-23 00:00:00', 0.000213554172554388, 0.000430769230769235, 0.00019032047870733, 0.000621730769230769, 0.000319597583508717, 0.000948846153846153, 0.00129544877878733, 0.00392346153846152, 0.00365285819072391, 0.00886019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 480, '2021-05-23 00:00:00', 0.000170369733679002, 0.000430384615384617, 0.000274708306838671, 0.000664423076923066, 0.000455352610621687, 0.00102999999999998, 0.00131740140486432, 0.00396730769230768, 0.00365981008859963, 0.00887326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 495, '2021-05-23 00:00:00', 0.000233599262380304, 0.000473846153846141, 0.000316695437289545, 0.000729999999999991, 0.000603186155727659, 0.00127653846153846, 0.00127972887753618, 0.00397499999999998, 0.00365602575840955, 0.00885711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 510, '2021-05-23 00:00:00', 0.000287555813980235, 0.000527884615384641, 0.000417784633513469, 0.000770000000000006, 0.000695167495035412, 0.00140038461538464, 0.00125533944229625, 0.00400365384615385, 0.00364699771677392, 0.00887211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 525, '2021-05-23 00:00:00', 0.000280276854885669, 0.000586346153846135, 0.000451302601877627, 0.00100903846153847, 0.000740136811677412, 0.00153250000000001, 0.00143298832460758, 0.00400846153846153, 0.0036536124641869, 0.00882596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 540, '2021-05-23 00:00:00', 0.0003723855012463, 0.000804807692307713, 0.000506114649522719, 0.00112903846153847, 0.000620544952812865, 0.00169096153846155, 0.00155790110281555, 0.00399461538461538, 0.00366456762062785, 0.00877961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 555, '2021-05-23 00:00:00', 0.000309463307132754, 0.000743461538461558, 0.000497954276554067, 0.0011173076923077, 0.000610901099889462, 0.00176692307692311, 0.00157912317442309, 0.00387999999999999, 0.00367799447860048, 0.00867076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 570, '2021-05-23 00:00:00', 0.000432919294308604, 0.000823653846153845, 0.000414317975250185, 0.00118423076923076, 0.000625074918586691, 0.00190057692307695, 0.00154764740816507, 0.0039175, 0.00371336880535932, 0.00867173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 585, '2021-05-23 00:00:00', 0.000385865710000076, 0.000872884615384603, 0.000570589708446106, 0.00141615384615387, 0.000864945173896105, 0.00219807692307692, 0.00152562859680352, 0.00392115384615385, 0.00370786971806646, 0.00864038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 600, '2021-05-23 00:00:00', 0.000455057730910643, 0.00115153846153848, 0.000516376763166634, 0.00156980769230771, 0.000874655998312839, 0.00228134615384616, 0.00156959751087784, 0.00396211538461536, 0.00370266608727367, 0.00860807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-23 00:00:0[...];
Date: 2021-05-23 15:10:36 Duration: 14s103ms 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 975225, 1, 915, '2021-05-23 00:00:00', 0.00030533588062986, 0.000854999999999973, 0.000756433153282316, 0.00153865384615386, 0.000851279060274319, 0.00201596153846153, 0.00180454882492509, 0.0051476923076923, 0.00211777173354084, 0.00757865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 930, '2021-05-23 00:00:00', 0.00062872144376197, 0.00128442307692311, 0.000634340238721694, 0.00159153846153847, 0.000690554403805622, 0.00202423076923078, 0.00182756117439441, 0.00510461538461537, 0.00201765248208443, 0.00756846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 945, '2021-05-23 00:00:00', 0.000240857762047359, 0.000982307692307663, 0.00048227952316219, 0.00136653846153844, 0.000746302810268994, 0.00211826923076921, 0.00184720067836549, 0.0050328846153846, 0.0018504706262088, 0.00761653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 960, '2021-05-23 00:00:00', 0.000436188605995152, 0.0011375, 0.000425863105487412, 0.00155076923076923, 0.000662363948294302, 0.00236499999999998, 0.00181899130965914, 0.00499076923076923, 0.0017902777287767, 0.00770711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 975, '2021-05-23 00:00:00', 0.000333221571007358, 0.000958846153846141, 0.000609233219206402, 0.00160134615384615, 0.000765528600681606, 0.00257403846153845, 0.00184349121130368, 0.00475961538461539, 0.00176341246974767, 0.00765346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 990, '2021-05-23 00:00:00', 0.000616599265200785, 0.00133942307692306, 0.000633908146707017, 0.00191346153846152, 0.000882662928956341, 0.00281961538461538, 0.00184936397590756, 0.00462634615384615, 0.0017803505272839, 0.00758999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1005, '2021-05-23 00:00:00', 0.000474770592375537, 0.00134634615384615, 0.000723910135731922, 0.00188326923076923, 0.0010374870527459, 0.00270076923076921, 0.0017382352788433, 0.00441673076923079, 0.00176710536884912, 0.00752423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1020, '2021-05-23 00:00:00', 0.000610288834518944, 0.0013776923076923, 0.000827470217916275, 0.00198519230769231, 0.00110293512257767, 0.00287326923076921, 0.00164283123343162, 0.0042323076923077, 0.00177983176603424, 0.00756365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1035, '2021-05-23 00:00:00', 0.00057119028891766, 0.00135788461538461, 0.000629786044255068, 0.00185769230769228, 0.00125968801082466, 0.00279826923076924, 0.00150726884948088, 0.00389076923076924, 0.00180724933361339, 0.00746192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1050, '2021-05-23 00:00:00', 0.000466628702668244, 0.0013178846153846, 0.00067769612545858, 0.00204596153846153, 0.00116469766628352, 0.00271057692307692, 0.0013331935199132, 0.00370480769230772, 0.00176403014321007, 0.00734288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1065, '2021-05-23 00:00:00', 0.000478440294482631, 0.00141134615384618, 0.000956505820481722, 0.00195923076923079, 0.00102377065114892, 0.0024021153846154, 0.00122850517359044, 0.00341480769230772, 0.00176662691416327, 0.00722942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1080, '2021-05-23 00:00:00', 0.000762803928498927, 0.0012636, 0.000774938169576581, 0.00163799999999999, 0.000950050086398974, 0.00221580000000001, 0.00107600793832265, 0.0032692, 0.00194276107211701, 0.00727679999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1095, '2021-05-23 00:00:00', 0.00042476224118733, 0.0010551923076923, 0.00054855460425209, 0.00140307692307692, 0.000929659594442219, 0.00201480769230767, 0.000938358161077931, 0.00304403846153848, 0.00195277866129264, 0.00731749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1110, '2021-05-23 00:00:00', 0.000413494860911234, 0.000979999999999998, 0.000726903125489346, 0.00147692307692307, 0.000926428377405168, 0.00189346153846153, 0.000904390742646483, 0.00290615384615387, 0.00202790520943692, 0.00736346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1125, '2021-05-23 00:00:00', 0.00050249427857441, 0.000982500000000006, 0.000687623471430091, 0.00133096153846154, 0.000725911231063861, 0.00177634615384617, 0.000774548603033772, 0.00274346153846156, 0.00211454010275375, 0.00744538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1140, '2021-05-23 00:00:00', 0.000386510622801583, 0.000877307692307692, 0.000441429888151985, 0.00116211538461537, 0.000530139749354966, 0.00153692307692307, 0.000749144152709257, 0.00261519230769233, 0.00212239926824481, 0.00753057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1155, '2021-05-23 00:00:00', 0.000315527945854849, 0.00078826923076922, 0.000476462445045216, 0.00112230769230767, 0.000508341080226791, 0.00142057692307689, 0.00084974152178539, 0.00249942307692308, 0.00227725199612296, 0.00760057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1170, '2021-05-23 00:00:00', 0.000321345009895321, 0.00071884615384614, 0.000278491541095129, 0.000961538461538433, 0.000436740241403908, 0.00124903846153845, 0.000931798529726238, 0.00243750000000001, 0.00221707784117879, 0.00758192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1185, '2021-05-23 00:00:00', 0.000258517965452168, 0.000728461538461511, 0.000287631441525159, 0.000960384615384579, 0.000431083072486757, 0.00121884615384615, 0.000936584239917319, 0.00246903846153847, 0.00228650866707635, 0.00763173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1200, '2021-05-23 00:00:00', 0.000285135662718365, 0.000647884615384598, 0.000346938977121566, 0.000864423076923095, 0.000497684175418053, 0.00126653846153847, 0.00101370214484409, 0.00249903846153846, 0.00222916991277021, 0.00770249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1215, '2021-05-23 00:00:00', 0.000273727053832806, 0.000577500000000017, 0.000341143833865741, 0.000868653846153858, 0.000532980768883843, 0.00131250000000002, 0.0010565756189036, 0.00258403846153846, 0.00231883687687132, 0.0078776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1230, '2021-05-23 00:00:00', 0.000298388814494443, 0.000653269230769223, 0.00053045252814496, 0.00097173076923079, 0.00052891034575449, 0.00126807692307693, 0.00106060012039628, 0.00250384615384616, 0.00241760514050258, 0.00792384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1245, '2021-05-23 00:00:00', 0.000376375681794315, 0.000664423076923091, 0.000326275721060957, 0.000925384615384614, 0.000447917918304721, 0.00118230769230769, 0.00106044112736888, 0.00238576923076923, 0.00240306586228124, 0.00796346153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1260, '2021-05-23 00:00:00', 0.000295402463403058, 0.000671153846153845, 0.000443227324900462, 0.0009126923076923, 0.000604261660082901, 0.00133692307692308, 0.00107524317464254, 0.00232326923076923, 0.0024053014603963, 0.00794365384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1275, '2021-05-23 00:00:00', 0.000308188066958103, 0.000608269230769227, 0.000324210342453515, 0.000822884615384626, 0.000639945189960703, 0.0014046153846154, 0.00109022171351308, 0.00227423076923077, 0.00239641491848519, 0.00796769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1290, '2021-05-23 00:00:00', 0.000211995645818864, 0.000571923076923083, 0.000554507439084482, 0.00101749999999999, 0.000638389680849703, 0.0014042307692308, 0.00107522085387859, 0.00223673076923077, 0.00247549861333336, 0.00801423076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1305, '2021-05-23 00:00:00', 0.000469856934035864, 0.000793461538461544, 0.000518024650438142, 0.00110653846153849, 0.000646651285172627, 0.0014667307692308, 0.00103652060352822, 0.00214519230769232, 0.00249541099590056, 0.00809596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1320, '2021-05-23 00:00:00', 0.000357219658775061, 0.000746730769230776, 0.000418932526235982, 0.000937692307692327, 0.000642359981749984, 0.00138211538461537, 0.000919217664856699, 0.00200634615384615, 0.00247521123418711, 0.00809942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1335, '2021-05-23 00:00:00', 0.00026652925947045, 0.000595384615384613, 0.00033367793085322, 0.000905192307692311, 0.000518104682027204, 0.00128730769230769, 0.000803899941152282, 0.00194365384615385, 0.00243895388198741, 0.00811096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1350, '2021-05-23 00:00:00', 0.000263218321200083, 0.000671730769230755, 0.000400418675119729, 0.00100865384615381, 0.000533578809693443, 0.00122711538461538, 0.000821834439625079, 0.00189961538461538, 0.00241801985898822, 0.00810903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1365, '2021-05-23 00:00:00', 0.000350708074965743, 0.00073807692307689, 0.000388467996899895, 0.000879230769230739, 0.000511193813914688, 0.00112134615384615, 0.000785613038431677, 0.00188961538461539, 0.00240593910179338, 0.00809019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1380, '2021-05-23 00:00:00', 0.00025817056079568, 0.000560961538461533, 0.000375875848979639, 0.000779423076923076, 0.000559251835387807, 0.00112615384615383, 0.000742825375483043, 0.00187346153846155, 0.00241403699544652, 0.00811615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1395, '2021-05-23 00:00:00', 0.000333288105906059, 0.000550192307692291, 0.00037314546555134, 0.00078153846153844, 0.000731912983478673, 0.00131384615384611, 0.000752979006756078, 0.00194923076923077, 0.00241706743007686, 0.00812019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1410, '2021-05-23 00:00:00', 0.000194697102028914, 0.000464807692307697, 0.000304019546436404, 0.000786730769230748, 0.000651002215522658, 0.00119673076923076, 0.00075364723435182, 0.00207307692307691, 0.00241995734228135, 0.00812346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1425, '2021-05-23 00:00:00', 0.000254205549779043, 0.000597307692307668, 0.000681015531281173, 0.00103807692307689, 0.000663711041157114, 0.00111711538461538, 0.000824958390559095, 0.00227288461538461, 0.00242315982519961, 0.00813153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 0, '2021-05-23 00:00:00', 0.000762039066230576, 0.000761538461538446, 0.000728206331707207, 0.000907307692307718, 0.000702743114242597, 0.00100173076923078, 0.000824346477753521, 0.00229634615384616, 0.00242913834834175, 0.00815365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 15, '2021-05-23 00:00:00', 0.000296308960377519, 0.00045860000000002, 0.000312748967491002, 0.000586599999999997, 0.000312629706415339, 0.00082460000000002, 0.000777921911248162, 0.00215499999999997, 0.0024911727492622, 0.00816099999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 30, '2021-05-23 00:00:00', 0.000338185629392415, 0.000443958333333318, 0.000312039806082006, 0.00059916666666666, 0.000365587674609138, 0.000925, 0.000770169259582458, 0.00220458333333332, 0.00253492295247802, 0.00810187499999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 45, '2021-05-23 00:00:00', 0.000254993212579327, 0.000418461538461539, 0.000286698514927331, 0.000680961538461559, 0.000371833968324627, 0.000907500000000018, 0.000850297527113518, 0.00235673076923077, 0.00245793650947604, 0.00808673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 60, '2021-05-23 00:00:00', 0.00019267709136913, 0.000517307692307699, 0.000334251459924345, 0.000704038461538462, 0.000353118197688077, 0.000842307692307694, 0.000941244041762712, 0.0024028846153846, 0.00246855473132324, 0.00805769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 75, '2021-05-23 00:00:00', 0.000266955772770296, 0.000450769230769212, 0.000299886452870754, 0.000563269230769214, 0.000370896004499697, 0.00089538461538464, 0.000994502910232808, 0.00248096153846153, 0.00247712895226586, 0.00807038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 90, '2021-05-23 00:00:00', 0.000170375603165047, 0.000340384615384625, 0.000236627669231963, 0.00053557692307693, 0.000392734055642663, 0.000915961538461544, 0.000958312138004164, 0.00255192307692307, 0.00247656092968889, 0.00804403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 105, '2021-05-23 00:00:00', 0.000207157038165571, 0.000414038461538458, 0.000300757569122723, 0.000726346153846181, 0.000436438955111115, 0.00103519230769232, 0.000953189968151482, 0.00259365384615384, 0.00249456058254755, 0.0080075 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 120, '2021-05-23 00:00:00', 0.000211590042662343, 0.000587884615384649, 0.000265442156526722, 0.00073153846153848, 0.000397662400303831, 0.00105423076923078, 0.00095260194285885, 0.00261230769230769, 0.00250894492075545, 0.00801384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 135, '2021-05-23 00:00:00', 0.000187979949831008, 0.000452307692307675, 0.000298840065278073, 0.000730769230769219, 0.000375463201105818, 0.00111884615384616, 0.000930695356254588, 0.00255038461538464, 0.00253093883462548, 0.00800923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 150, '2021-05-23 00:00:00', 0.000192897342167771, 0.000459230769230772, 0.000254438522119718, 0.000650192307692331, 0.000475435549300261, 0.00119519230769231, 0.000854081175208862, 0.00247942307692309, 0.00250083783652905, 0.00795673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 165, '2021-05-23 00:00:00', 0.000182712468523232, 0.000439615384615395, 0.000332932194528925, 0.000809615384615385, 0.000599605254762196, 0.0013823076923077, 0.000808711415676911, 0.00250307692307693, 0.00251841937608614, 0.00797692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 180, '2021-05-23 00:00:00', 0.000294811608684916, 0.000691730769230792, 0.000412068375580858, 0.00103211538461538, 0.00063085290251801, 0.00144076923076924, 0.000798850712923555, 0.00248730769230769, 0.00250734260952475, 0.00798519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 195, '2021-05-23 00:00:00', 0.000300985305033554, 0.000716923076923051, 0.00048120254011732, 0.00101826923076921, 0.00052679991822904, 0.0012180769230769, 0.000787741367162128, 0.00225769230769229, 0.00251932012348873, 0.00797326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 210, '2021-05-23 00:00:00', 0.000339580793603841, 0.000621346153846151, 0.00038270660584036, 0.000827884615384608, 0.000393430279230474, 0.00110076923076923, 0.000793679478999295, 0.00209134615384616, 0.00254976086359845, 0.00800269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 225, '2021-05-23 00:00:00', 0.000197409083260723, 0.000547115384615391, 0.000361714719719193, 0.000833461538461541, 0.000448453453548959, 0.00111750000000004, 0.000776173875246634, 0.00214826923076925, 0.0025529811005959, 0.00800250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 240, '2021-05-23 00:00:00', 0.00035174143694132, 0.000650961538461541, 0.000361420754161248, 0.000850192307692335, 0.000606562350146617, 0.00117326923076927, 0.000783432904200889, 0.00215365384615388, 0.00257276041516617, 0.00800807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 255, '2021-05-23 00:00:00', 0.000238089592057623, 0.000505576923076956, 0.000363051437338902, 0.000757884615384636, 0.000620013027158417, 0.00115692307692308, 0.000779673107043071, 0.00203307692307693, 0.00258174822254519, 0.00795173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 270, '2021-05-23 00:00:00', 0.000237928318229214, 0.000531730769230751, 0.000394556274625234, 0.000759423076923065, 0.000503133718271308, 0.00116153846153846, 0.000737159438969324, 0.00193903846153845, 0.00258761012400361, 0.00794192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 285, '2021-05-23 00:00:00', 0.000283747517779684, 0.000555576923076933, 0.000411759685328132, 0.000810961538461531, 0.000409450288144423, 0.00116153846153845, 0.000746250318902162, 0.00191346153846153, 0.00257997239102696, 0.00793653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 300, '2021-05-23 00:00:00', 0.000290971846377978, 0.000526153846153851, 0.000321926233786559, 0.000767500000000015, 0.000381300406503845, 0.001025, 0.000799452240359259, 0.00183673076923076, 0.00257974942879816, 0.00793365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 315, '2021-05-23 00:00:00', 0.000201740217568563, 0.000511346153846173, 0.000280968927928957, 0.000718461538461523, 0.000430868934203362, 0.000929038461538476, 0.000767758175068598, 0.00192615384615385, 0.00257186236771359, 0.00793403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 330, '2021-05-23 00:00:00', 0.000248701860436588, 0.000476153846153814, 0.000311623108158652, 0.000650192307692306, 0.000453971873069778, 0.000872307692307702, 0.00079591149971881, 0.00200365384615383, 0.00256960727319592, 0.00795346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 345, '2021-05-23 00:00:00', 0.000165182067382073, 0.000418653846153856, 0.000286057888170587, 0.000563653846153858, 0.000414262458612175, 0.000879230769230782, 0.000890588569430384, 0.00207500000000001, 0.00256965505766522, 0.00795634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 360, '2021-05-23 00:00:00', 0.00020737192525657, 0.000393653846153846, 0.000267419362396635, 0.000578653846153871, 0.000390959765783574, 0.000878461538461554, 0.000928128141020354, 0.0021346153846154, 0.00256671943418948, 0.00796057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 375, '2021-05-23 00:00:00', 0.000144419394606369, 0.000385192307692329, 0.00030674250037854, 0.000599807692307727, 0.000395179073332571, 0.000832500000000022, 0.00087540592781954, 0.00237346153846154, 0.00256079108119704, 0.00795519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 390, '2021-05-23 00:00:00', 0.000238864300066268, 0.000388076923076938, 0.000292359367901857, 0.000560000000000022, 0.000336264090353888, 0.000771538461538494, 0.000937735898526165, 0.00257615384615383, 0.00254609885601781, 0.00794423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 405, '2021-05-23 00:00:00', 0.00011956025194921, 0.000369423076923097, 0.000169218679638096, 0.000524807692307706, 0.000435499757131426, 0.000830961538461568, 0.000913709956504477, 0.00277673076923076, 0.0025346224495057, 0.00792519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 420, '2021-05-23 00:00:00', 0.000155110878455973, 0.000380769230769223, 0.000188969268970871, 0.000529230769230778, 0.000486165055859079, 0.000852692307692317, 0.000923994838480438, 0.00284269230769229, 0.00250003326900936, 0.00793211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 435, '2021-05-23 00:00:00', 0.000129645670965146, 0.000375000000000023, 0.000345025305649374, 0.000637307692307725, 0.000418768570196746, 0.000883653846153853, 0.000979716521009248, 0.00293730769230767, 0.00249106078732609, 0.00793038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 450, '2021-05-23 00:00:00', 0.000311176984021294, 0.000473653846153866, 0.00036174454437434, 0.000646346153846161, 0.000362029163721131, 0.000886346153846119, 0.0010057129312085, 0.00292749999999996, 0.00249741873664663, 0.00791788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 465, '2021-05-23 00:00:00', 0.000189827958547068, 0.00041442307692305, 0.000278515915855114, 0.000621346153846134, 0.000300111581813258, 0.000909807692307657, 0.000989490544907604, 0.00294346153846152, 0.00249410865841884, 0.00791000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 480, '2021-05-23 00:00:00', 0.000258478462129113, 0.000486346153846146, 0.000278081615025871, 0.000664230769230748, 0.000301601367064857, 0.000985769230769207, 0.000994481542544444, 0.00304846153846153, 0.0025044691130979, 0.00791346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 495, '2021-05-23 00:00:00', 0.000149420933555574, 0.000416153846153814, 0.000235730044428287, 0.00065442307692306, 0.000390997393262992, 0.0011848076923077, 0.00101328227140246, 0.0031101923076923, 0.00249752800862092, 0.00792192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 510, '2021-05-23 00:00:00', 0.000158468147733699, 0.00052192307692308, 0.000239475147257161, 0.000742884615384614, 0.000360570328144795, 0.00138519230769229, 0.0010308378220577, 0.00324615384615386, 0.00249642180853991, 0.00794038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 525, '2021-05-23 00:00:00', 0.000187205769141856, 0.00048999999999999, 0.000291116220513652, 0.00102442307692309, 0.000460441092866418, 0.00147999999999999, 0.00104088277992217, 0.00334019230769232, 0.00248404499525701, 0.00796153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 540, '2021-05-23 00:00:00', 0.000257947892770254, 0.000871346153846157, 0.000330995526346685, 0.00118096153846151, 0.000545842468116939, 0.00160000000000001, 0.00116331932252235, 0.0034146153846154, 0.0024785134890463, 0.00797365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 555, '2021-05-23 00:00:00', 0.000272646925810356, 0.000732884615384591, 0.000320421657291653, 0.00103596153846153, 0.000567660414467869, 0.00166288461538461, 0.00118796607048158, 0.0033542307692308, 0.00247187279514631, 0.00803865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 570, '2021-05-23 00:00:00', 0.000350590052077047, 0.000775769230769223, 0.000515914609809986, 0.00113326923076926, 0.000778078303356334, 0.00185961538461535, 0.00127408738077344, 0.00340942307692308, 0.00245854385452349, 0.00807173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 585, '2021-05-23 00:00:00', 0.000332947963132164, 0.000802115384615387, 0.000526436971170692, 0.00138673076923075, 0.000779902262121059, 0.00206153846153844, 0.00128657292238543, 0.00342173076923078, 0.00246280288258345, 0.00808596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 600, '2021-05-23 00:00:00', 0.000484548203524131, 0.00114480769230767, 0.000753101280347848, 0.00152346153846151, 0.000762996950291332, 0.00209288461538459, 0.00129568692799789, 0.00356615384615384, 0.00248076598747548, 0.00812673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 615, '2021-05-23 00:00:00', 0.000492083365357479, 0.00100403846153845, 0.000560556865982384, 0.00148999999999999, 0.000711070942041203, 0.00200673076923074, 0.00125081894711486, 0.00355903846153845, 0.00246712705076475, 0.00808826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 630, '2021-05-23 00:00:00', 0.000319389321145131, 0.000913461538461553, 0.000385759041969921, 0.00130096153846154, 0.000565287401375482, 0.00169961538461534, 0.00125802887639599, 0.00352057692307692, 0.00246822895085645, 0.00807192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 645, '2021-05-23 00:00:00', 0.000392196379381589, 0.000904999999999993, 0.000483029104076171, 0.00131365384615384, 0.000561155984073537, 0.00171903846153844, 0.00110799271033427, 0.00356538461538461, 0.00247384192797665, 0.00805173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 660, '2021-05-23 00:00:00', 0.000337630886301327, 0.000868846153846141, 0.000401650824243392, 0.00109923076923072, 0.000542081174733078, 0.00163999999999997, 0.00101875740676873, 0.0035205769230769, 0.00242302062755113, 0.00804980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 675, '2021-05-23 00:00:00', 0.000290423629574776, 0.000688269230769231, 0.000432851191341951, 0.00109807692307692, 0.000454843379637419, 0.0015025, 0.00101291825169428, 0.00341576923076922, 0.00242943931486571, 0.00802423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 690, '2021-05-23 00:00:00', 0.000299754001705517, 0.000782307692307668, 0.000363403198411047, 0.00108326923076919, 0.00051072286629232, 0.00155538461538463, 0.000941506485128193, 0.00340769230769229, 0.00237713732977614, 0.00801826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 705, '2021-05-23 00:00:00', 0.000206582075326371, 0.000691923076923075, 0.000273313851713507, 0.000987307692307687, 0.000556954355262793, 0.00158307692307693, 0.00104494710944548, 0.00345269230769231, 0.00230267456533615, 0.00800692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 720, '2021-05-23 00:00:00', 0.000260729818896001, 0.000720961538461539, 0.000475047204132231, 0.00109461538461542, 0.000687507342618135, 0.00163211538461542, 0.00114790767854454, 0.00364596153846155, 0.0023054391956014, 0.00801826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 735, '2021-05-23 00:00:00', 0.000366419683717147, 0.000774230769230786, 0.000479209124094475, 0.00113576923076924, 0.000576104457675737, 0.00157211538461543, 0.00131615430472498, 0.00382307692307695, 0.00236420925144438, 0.00797923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 750, '2021-05-23 00:00:00', 0.00021420909985702, 0.000736538461538462, 0.000281475849490044, 0.00104057692307694, 0.000475934222992384, 0.00145076923076923, 0.00137837853458884, 0.00378076923076924, 0.0023070006168516, 0.00794961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 765, '2021-05-23 00:00:00', 0.000222690281643499, 0.000744807692307704, 0.000325334443304144, 0.00106250000000002, 0.00049428736581059, 0.001475, 0.00148169696112775, 0.00412826923076925, 0.00227321981914502, 0.00792711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 780, '2021-05-23 00:00:00', 0.000235199833202464, 0.000749807692307694, 0.00043079233797912, 0.00103403846153844, 0.000539635097507109, 0.00153403846153843, 0.00144816521847471, 0.00437249999999998, 0.00239369630488077, 0.00791499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 795, '2021-05-23 00:00:00', 0.0002903576044493, 0.000698461538461537, 0.000333586628121598, 0.00101096153846155, 0.00042177486703401, 0.00157596153846155, 0.00144997236047926, 0.00442538461538462, 0.00244371101778859, 0.00786153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 810, '2021-05-23 00:00:00', 0.000228528150092291, 0.00071134615384616, 0.000332082299808563, 0.00110442307692308, 0.000591702660515881, 0.00168403846153848, 0.00144315951461206, 0.00444076923076924, 0.00245396200835738, 0.00785653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 825, '2021-05-23 00:00:00', 0.000312135140850633, 0.000827884615384608, 0.000404670806382761, 0.00120730769230771, 0.000691465472746143, 0.0017875, 0.00145112502774702, 0.00441538461538462, 0.00250183505728215, 0.00782057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 840, '2021-05-23 00:00:00', 0.000352327208058733, 0.000852692307692317, 0.000550343948398151, 0.00124269230769229, 0.000698524598983189, 0.00170115384615381, 0.00161058189436658, 0.00464096153846153, 0.00246569663272172, 0.00781673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 855, '2021-05-23 00:00:00', 0.000328883893470953, 0.000818846153846164, 0.000412961210694744, 0.00120019230769232, 0.00054454981406663, 0.00157749999999998, 0.0016783626292862, 0.00469365384615385, 0.0024832045750478, 0.00780980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 870, '2021-05-23 00:00:00', 0.000353502312036853, 0.00089673076923082, 0.000476912344792413, 0.00115423076923077, 0.000542565699672909, 0.00171653846153849, 0.00172880221985761, 0.00478134615384616, 0.00246148786306166, 0.00780749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 885, '2021-05-23 00:00:00', 0.000301576945150241, 0.000759423076923039, 0.000294843961339661, 0.00114980769230769, 0.000564935939186563, 0.00194384615384615, 0.00181905597875552, 0.00485057692307691, 0.00242503804886881, 0.00778846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 900, '2021-05-23 00:00:00', 0.000283129828877136, 0.00084750000000001, 0.0003743472267212, 0.00139961538461539, 0.000845209964810733, 0.00226673076923078, 0.00181706154376954, 0.00497057692307691, 0.00238383524211267, 0.00779269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 915, '2021-05-23 00:00:00', 0.000292897002111945, 0.00103057692307693, 0.000484860328818041, 0.00157346153846154, 0.000933043737123094, 0.00242615384615386, 0.00205916791447416, 0.0049975, 0.00239333880079368, 0.00779884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 930, '2021-05-23 00:00:00', 0.000501597294803129, 0.00114038461538461, 0.000702378924688182, 0.00165692307692309, 0.00101676593252254, 0.00228519230769231, 0.00207090003658755, 0.00492980769230768, 0.00236928636610589, 0.00778326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 945, '2021-05-23 00:00:00', 0.000445270574612106, 0.00109826923076925, 0.00068645367931577, 0.00169942307692309, 0.00100220980837347, 0.00253750000000001, 0.00202100565218256, 0.0048146153846154, 0.00233446061139479, 0.00768788461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 960, '2021-05-23 00:00:00', 0.000505452767328433, 0.0013125, 0.000516861720832107, 0.00157903846153845, 0.00114446030276955, 0.00270423076923076, 0.00190217714333218, 0.00474673076923075, 0.00235334200986269, 0.00763884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 975, '2021-05-23 00:00:00', 0.000352504064351908, 0.000973653846153837, 0.000711020718079631, 0.00187269230769232, 0.000973855936273577, 0.00269576923076925, 0.00172481240897493, 0.00471961538461539, 0.00221009301057323, 0.00764134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 990, '2021-05-23 00:00:00', 0.000674176192446424, 0.00151346153846152, 0.000987552471828882, 0.00212673076923075, 0.00113599647886776, 0.00266500000000001, 0.00181638690388787, 0.00482423076923076, 0.00224011994871155, 0.00769423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1005, '2021-05-23 00:00:00', 0.000557492462867303, 0.00132461538461538, 0.000801162616739865, 0.00186346153846156, 0.00102779796353471, 0.00250442307692307, 0.00169124610409469, 0.00472076923076922, 0.00226125959622917, 0.00782480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1020, '2021-05-23 00:00:00', 0.000623145124472467, 0.00138538461538463, 0.000843122789670368, 0.00188096153846155, 0.000951277299214043, 0.00257749999999999, 0.00165337961577074, 0.00455692307692306, 0.00248229781886431, 0.00787269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1035, '2021-05-23 00:00:00', 0.000472723370075363, 0.00128076923076923, 0.000515800237122254, 0.00174826923076921, 0.000896172116023747, 0.00260769230769229, 0.00164193151970008, 0.00433365384615384, 0.00266378883576356, 0.00817980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1050, '2021-05-23 00:00:00', 0.000369465153972569, 0.00112249999999997, 0.000760822227289951, 0.00174269230769228, 0.00107371991764074, 0.00245769230769228, 0.00177850036223261, 0.00417653846153845, 0.00290811474749802, 0.00820076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1065, '2021-05-23 00:00:00', 0.000644665834724908, 0.00143403846153846, 0.000759563943730497, 0.00196076923076921, 0.000918686039113242, 0.00252403846153844, 0.00162858697601986, 0.00407846153846154, 0.00309756435954744, 0.0082751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1080, '2021-05-23 00:00:00', 0.000636312453486148, 0.00127653846153843, 0.000636144637641486, 0.00163999999999998, 0.000819368330812521, 0.00226230769230769, 0.00145101047019496, 0.00379076923076921, 0.00311614456685478, 0.00823519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1095, '2021-05-23 00:00:00', 0.000546600543217962, 0.00103807692307691, 0.000742217260334522, 0.0015926923076923, 0.00114679399263269, 0.00211269230769231, 0.00147400427929657, 0.00362115384615387, 0.00338389334256358, 0.00820807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1110, '2021-05-23 00:00:00', 0.000382210825833865, 0.00109865384615384, 0.000511261524225974, 0.00147211538461541, 0.000873143767349643, 0.00193403846153847, 0.00132139799222118, 0.00340442307692311, 0.0033657825984457, 0.0080825 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1125, '2021-05-23 00:00:00', 0.000360235393127251, 0.00104346153846157, 0.000696727984664997, 0.00138326923076923, 0.000731424663558401, 0.0017940384615385, 0.00127594182408978, 0.00328846153846155, 0.00333546331691138, 0.00809846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1140, '2021-05-23 00:00:00', 0.000460921485054218, 0.00093115384615384, 0.000558944231427555, 0.00127557692307694, 0.000606782593178645, 0.00176634615384619, 0.00127141205570209, 0.00315884615384616, 0.0033242208803776, 0.0080876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1155, '2021-05-23 00:00:00', 0.000505240689024721, 0.000926923076923086, 0.00054077906764223, 0.00124000000000002, 0.000755247896134359, 0.00186576923076924, 0.00127351421725023, 0.0031123076923077, 0.00329976852917803, 0.00813211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1170, '2021-05-23 00:00:00', 0.000382261489237202, 0.000779615384615394, 0.000407980203139582, 0.00116538461538463, 0.000911284469644562, 0.00183576923076922, 0.00126649850435699, 0.00283769230769231, 0.0033404432916329, 0.00811076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1185, '2021-05-23 00:00:00', 0.000280862134260821, 0.000773461538461533, 0.000419772145152745, 0.00119942307692307, 0.000790945296173134, 0.00176269230769231, 0.00120032452342627, 0.00263980769230769, 0.00330958647196058, 0.00813115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1200, '2021-05-23 00:00:00', 0.000345598088046696, 0.000870961538461522, 0.000783497582343707, 0.00130230769230768, 0.000780143009572334, 0.00156134615384615, 0.00125074384021916, 0.0025680769230769, 0.00330835759856758, 0.00815999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1215, '2021-05-23 00:00:00', 0.000768703228721039, 0.000840576923076913, 0.00074600928020624, 0.00108038461538462, 0.000697946548537479, 0.00131923076923078, 0.0012219912658633, 0.00234942307692306, 0.00330253977440671, 0.0081001923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1230, '2021-05-23 00:00:00', 0.000409123265231692, 0.000720384615384621, 0.000466879534783857, 0.000927499999999987, 0.000516021801864991, 0.00127249999999998, 0.00102032244149357, 0.0022432692307692, 0.00331705886870605, 0.00802153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1245, '2021-05-23 00:00:00', 0.000189623209387619, 0.000590192307692305, 0.000281197439533158, 0.000894999999999996, 0.00037761091085932, 0.00126, 0.000786027426610947, 0.00211365384615383, 0.00332735490350007, 0.00799942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1260, '2021-05-23 00:00:00', 0.00019470648521458, 0.000671153846153853, 0.000289609285868978, 0.00086846153846154, 0.000329483745367729, 0.00125846153846153, 0.000741535646739004, 0.00201365384615384, 0.00331973483649151, 0.00796576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1275, '2021-05-23 00:00:00', 0.000234005341819382, 0.000592499999999987, 0.000292792391662404, 0.000895769230769215, 0.000387101258865671, 0.00128576923076922, 0.000738281476444807, 0.00199153846153845, 0.00332111064022493, 0.00803826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1290, '2021-05-23 00:00:00', 0.000249303954117181, 0.000692692307692302, 0.000293636090844011, 0.000961923076923059, 0.000462099722837154, 0.00129307692307693, 0.000755334795866141, 0.00199057692307691, 0.00334011669533587, 0.00807153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1305, '2021-05-23 00:00:00', 0.000243696848248317, 0.000731923076923064, 0.000337695185724571, 0.000995961538461538, 0.000469710712935277, 0.00125692307692308, 0.000752499936110394, 0.00191692307692306, 0.00334529796304281, 0.0082123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1320, '2021-05-23 00:00:00', 0.000288413165174792, 0.000693076923076929, 0.000345550452733921, 0.000888653846153852, 0.000495243219190143, 0.00121038461538461, 0.000775782111559271, 0.00187826923076923, 0.00334614598628607, 0.00824480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1335, '2021-05-23 00:00:00', 0.000198535019193486, 0.000561923076923086, 0.000332346957260046, 0.000782500000000011, 0.000504438453972511, 0.00116192307692311, 0.000712353412721092, 0.00183576923076924, 0.00334749568851332, 0.00828923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1350, '2021-05-23 00:00:00', 0.000256582570305569, 0.000581153846153819, 0.000336961593337579, 0.000876346153846122, 0.000503454527776297, 0.00114730769230768, 0.000670994697904058, 0.00180173076923076, 0.00334704891830674, 0.00831269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1365, '2021-05-23 00:00:00', 0.000244339927150682, 0.000684999999999995, 0.00032604771949, 0.000903653846153865, 0.000328092447103191, 0.00108942307692308, 0.000587680577812848, 0.00174269230769231, 0.00335231208961125, 0.00833788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1380, '2021-05-23 00:00:00', 0.000277990107737672, 0.000582499999999999, 0.000304308800651322, 0.000729615384615373, 0.000379456341869008, 0.00103865384615382, 0.000555320974406121, 0.00169423076923077, 0.00334960276060401, 0.00830057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1395, '2021-05-23 00:00:00', 0.000182847246040546, 0.000468653846153816, 0.000222347614195581, 0.000672307692307673, 0.000289110904990817, 0.000996346153846156, 0.000567563788349956, 0.00176057692307693, 0.00335954630636567, 0.00828576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1410, '2021-05-23 00:00:00', 0.000146110732507383, 0.000457115384615407, 0.000281849182256155, 0.000745192307692313, 0.000341938647218388, 0.000959038461538467, 0.000646565631150164, 0.00181865384615386, 0.00332731527834955, 0.00832519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1425, '2021-05-23 00:00:00', 0.000220918449972985, 0.000620192307692323, 0.0002736522217369, 0.000806538461538476, 0.000328116829568595, 0.00092057692307695, 0.00062899373238898, 0.00195865384615385, 0.00333565980671796, 0.0083478846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 0, '2021-05-23 00:00:00', 0.00033598380226526, 0.000578653846153845, 0.000387113181620865, 0.000718846153846149, 0.000328774414127101, 0.000876153846153847, 0.000631425280310669, 0.00206826923076924, 0.00334046144325092, 0.00836942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 15, '2021-05-23 00:00:00', 0.000328575480147017, 0.000450384615384611, 0.00029229970130777, 0.000576346153846155, 0.000402969554108566, 0.000842307692307659, 0.000704077792904703, 0.00208846153846153, 0.00335461877348, 0.00836634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 30, '2021-05-23 00:00:00', 0.000231232566910462, 0.000367500000000033, 0.000290061001541709, 0.000554230769230771, 0.000434392281061919, 0.000800576923076916, 0.000704614706499505, 0.00213673076923076, 0.00335755713050653, 0.0083782692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 45, '2021-05-23 00:00:00', 0.000273823637795171, 0.000405769230769207, 0.000345663909689088, 0.00063653846153843, 0.000381359914798857, 0.000789230769230764, 0.000719884392428087, 0.00218153846153844, 0.00334011423687641, 0.00837134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 60, '2021-05-23 00:00:00', 0.000329624728347969, 0.000497692307692289, 0.00036804326668731, 0.000599615384615384, 0.000423335518871822, 0.000849807692307683, 0.00069942019943996, 0.00218884615384614, 0.00333963655899167, 0.00834288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 75, '2021-05-23 00:00:00', 0.000183065456977765, 0.000339807692307672, 0.000237426020866783, 0.000473653846153832, 0.000269715305746339, 0.000832884615384589, 0.000699247727644066, 0.0022157692307692, 0.00333537414000979, 0.00833057692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 90, '2021-05-23 00:00:00', 0.000215375164627837, 0.000352692307692287, 0.000258896474706387, 0.000594230769230751, 0.0002754987086386, 0.000848461538461529, 0.000686468582955285, 0.00222634615384614, 0.00332483096736335, 0.00840019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 105, '2021-05-23 00:00:00', 0.000231669193861877, 0.000488846153846154, 0.00023707934406989, 0.000703846153846136, 0.00031697324565574, 0.000920961538461542, 0.000700426271308026, 0.0022201923076923, 0.00334263781143895, 0.00841653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 120, '2021-05-23 00:00:00', 0.000189399151163719, 0.00051596153846152, 0.000268327870624437, 0.000630384615384612, 0.00046199138353604, 0.000990961538461523, 0.000700308064079928, 0.00222576923076923, 0.00334320869018877, 0.00841711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 135, '2021-05-23 00:00:00', 0.000207510518732483, 0.000411153846153858, 0.000273466915450789, 0.000601923076923083, 0.000509163567492351, 0.00108346153846154, 0.000657802518880989, 0.00223307692307693, 0.00335323233841386, 0.00839365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 150, '2021-05-23 00:00:00', 0.000205265681495967, 0.000399999999999999, 0.000336591797971256, 0.000685961538461532, 0.000542653345927356, 0.00110557692307692, 0.000695852686664698, 0.00219980769230768, 0.00339651615629896, 0.00838499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 165, '2021-05-23 00:00:00', 0.000305931930588893, 0.000542115384615383, 0.000414557641904621, 0.000850961538461537, 0.000584823444757856, 0.00126769230769229, 0.000667743991707564, 0.00217596153846152, 0.00336482378667657, 0.00838634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 180, '2021-05-23 00:00:00', 0.000405173277272028, 0.000679230769230787, 0.0005355736320849, 0.000938653846153864, 0.000600812654788352, 0.00137038461538462, 0.000733219166521093, 0.00219211538461539, 0.00337042207468714, 0.00838519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 195, '2021-05-23 00:00:00', 0.000284271268063021, 0.000641923076923106, 0.000409716787737378, 0.00097461538461539, 0.000478101574338156, 0.00130865384615386, 0.000756522001307044, 0.00216653846153849, 0.00337661070966366, 0.00835826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 210, '2021-05-23 00:00:00', 0.000335352627267736, 0.000689230769230784, 0.000398225921576416, 0.000946730769230788, 0.000465313169976779, 0.0012571153846154, 0.000823150888121638, 0.00215576923076925, 0.00335473486857925, 0.00834096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 225, '2021-05-23 00:00:00', 0.000254357788588017, 0.000583269230769243, 0.00030929330117842, 0.000832884615384623, 0.000381527899977873, 0.00115346153846151, 0.000752359979306178, 0.00199846153846153, 0.00329037449937748, 0.00829288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 240, '2021-05-23 00:00:00', 0.000224700569990021, 0.000612115384615398, 0.00031729723992105, 0.000788461538461546, 0.000368739276245653, 0.00109557692307692, 0.000742486674317127, 0.0019173076923077, 0.00324024946807872, 0.00828115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 255, '2021-05-23 00:00:00', 0.000248516831189764, 0.000521153846153827, 0.000318522550825839, 0.000783846153846105, 0.000424180340820326, 0.00107980769230764, 0.00076004331860354, 0.00189961538461537, 0.00322503385790214, 0.00828076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 270, '2021-05-23 00:00:00', 0.000236258414583559, 0.000540961538461504, 0.000317301361242216, 0.000783076923076903, 0.000415286786913127, 0.00103865384615384, 0.000812596787134656, 0.00190346153846154, 0.00323479115958876, 0.00825538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 285, '2021-05-23 00:00:00', 0.000280000892855724, 0.000512499999999993, 0.00031247498361408, 0.000773846153846125, 0.000397217679132504, 0.00094673076923078, 0.000808963629495291, 0.00182692307692308, 0.00328622224656914, 0.00827057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 300, '2021-05-23 00:00:00', 0.0002052440386092, 0.000578653846153828, 0.000309114616532198, 0.000724615384615392, 0.000343947894085971, 0.000913076923076935, 0.000795654665136763, 0.00178711538461539, 0.00329252038133983, 0.0082623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 315, '2021-05-23 00:00:00', 0.0001732121864606, 0.000407692307692314, 0.000227787096953417, 0.000589807692307713, 0.000375363003791536, 0.000849230769230782, 0.000757891229256989, 0.00187865384615386, 0.00330600333309894, 0.00825596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 330, '2021-05-23 00:00:00', 0.000181097933556612, 0.000447307692307693, 0.00021620965608554, 0.000631153846153856, 0.000464760691108886, 0.000877499999999984, 0.000767881726670132, 0.00201288461538462, 0.00330563558999565, 0.00825442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 345, '2021-05-23 00:00:00', 0.000189994433116843, 0.000476730769230784, 0.00036645206423846, 0.000683653846153841, 0.000466995305527412, 0.00087384615384614, 0.00078317472753289, 0.00210942307692309, 0.00330456875459505, 0.00824942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 360, '2021-05-23 00:00:00', 0.000214232440264175, 0.000461538461538445, 0.000380920595400145, 0.00061749999999998, 0.000418330426999838, 0.000792115384615381, 0.00077874190945299, 0.00220980769230772, 0.00330219465484112, 0.00822653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 375, '2021-05-23 00:00:00', 0.00027617720064088, 0.000400384615384608, 0.000282186313248201, 0.000558653846153842, 0.000370931260478281, 0.000790000000000017, 0.000798885690292344, 0.0023421153846154, 0.00330116941983614, 0.00822153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 390, '2021-05-23 00:00:00', 0.000169677182183842, 0.000392884615384602, 0.000247832527200255, 0.000485192307692301, 0.000367652480141044, 0.000807884615384613, 0.00076876556894808, 0.00241750000000001, 0.00330439132065192, 0.00823 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 405, '2021-05-23 00:00:00', 0.000179379378799437, 0.000319807692307678, 0.000307903581311798, 0.000536153846153832, 0.000349471524095813, 0.000842884615384595, 0.000764908566682765, 0.00253865384615386, 0.00331963621732628, 0.00823884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 420, '2021-05-23 00:00:00', 0.000253064905022107, 0.000404615384615362, 0.000324105692637473, 0.00058749999999998, 0.000393443183269879, 0.000856538461538462, 0.000749845214796957, 0.00267038461538463, 0.00332011355227494, 0.00824 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 435, '2021-05-23 00:00:00', 0.000168368186287824, 0.000380384615384631, 0.000190146097676283, 0.000583461538461526, 0.000350691404996565, 0.000902307692307694, 0.000691933995295922, 0.00274557692307694, 0.00332449038893988, 0.00824711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 450, '2021-05-23 00:00:00', 0.000173448396227327, 0.000447115384615325, 0.000264234453003078, 0.00058961538461537, 0.000430474335873989, 0.00096807692307692, 0.000666226024247489, 0.00281865384615386, 0.00338361805104897, 0.00829865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 465, '2021-05-23 00:00:00', 0.000161846080725334, 0.000386923076923067, 0.000222202696791766, 0.000654038461538459, 0.00031957543951069, 0.000957307692307704, 0.000637775732225194, 0.00288326923076925, 0.00338943063065167, 0.00831 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 480, '2021-05-23 00:00:00', 0.000149509068415454, 0.000485192307692309, 0.00023158151912448, 0.000700000000000008, 0.000322745493920771, 0.000924423076923069, 0.000659917127664251, 0.00297115384615386, 0.00339586282793543, 0.00830288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 495, '2021-05-23 00:00:00', 0.000215799408283215, 0.000465769230769242, 0.000299263004986983, 0.00067211538461539, 0.000512477429146519, 0.00121134615384616, 0.000691140111588203, 0.00300057692307692, 0.00338619668654965, 0.00830000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 510, '2021-05-23 00:00:00', 0.000166910040256599, 0.00047980769230771, 0.000234191900273783, 0.00063538461538461, 0.000526775094323958, 0.00134499999999999, 0.00073856641282546, 0.00297211538461539, 0.00338595368340348, 0.00829211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 525, '2021-05-23 00:00:00', 0.000162886581588331, 0.000454038461538438, 0.000415846541591773, 0.000947884615384608, 0.000552727224420313, 0.00141923076923078, 0.00079154571275741, 0.00298115384615385, 0.00338864082124152, 0.00828384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 540, '2021-05-23 00:00:00', 0.00040538267770663, 0.000861346153846169, 0.000502304075849853, 0.00116076923076923, 0.000585565637127567, 0.00158865384615385, 0.000859261243519928, 0.00302326923076924, 0.00338749074367169, 0.00826653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 555, '2021-05-23 00:00:00', 0.000266986026715904, 0.000736538461538462, 0.000307959350464399, 0.000974807692307725, 0.000575378002841488, 0.0015546153846154, 0.000842897315582039, 0.00297826923076923, 0.00342929387214603, 0.00828769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 570, '2021-05-23 00:00:00', 0.000176231491117618, 0.000618461538461542, 0.000321009285751162, 0.000980192307692298, 0.000504233462411423, 0.00162076923076922, 0.000829037927127235, 0.00302826923076923, 0.00350331127429681, 0.00831826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 585, '2021-05-23 00:00:00', 0.000334170384914396, 0.000790384615384635, 0.000491724907458826, 0.00130423076923078, 0.000493012560301853, 0.00177576923076925, 0.00083250587893514, 0.00305403846153846, 0.00354276619975882, 0.00835711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 600, '2021-05-23 00:00:00', 0.000309131040175544, 0.000995000000000019, 0.000329821396889532, 0.00129307692307692, 0.000479928079547817, 0.00178980769230771, 0.000871389782959495, 0.00308307692307692, 0.00355113756963332, 0.00836096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 and enddate = '2021-05-23 00:00:00[...];
Date: 2021-05-23 15:03:18 Duration: 13s691ms Database: acaweb_fx User: pgperfstats
19 27s683ms 2 12s981ms 14s701ms 13s841ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet wh[...];Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration May 23 15 2 27s683ms 13s841ms [ User: pgperfstats - Total duration: 27s683ms - 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 975900, 1, 915, '2021-05-23 00:00:00', 0.000333247713362804, 0.000704038461538479, 0.000305862462806155, 0.00101538461538462, 0.000501633370562145, 0.00144903846153846, 0.00111791373342696, 0.00290365384615385, 0.00252148827389393, 0.00602634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 930, '2021-05-23 00:00:00', 0.000296560539934344, 0.000786923076923078, 0.000391236550518388, 0.00108096153846154, 0.000635973753691608, 0.00149884615384616, 0.00106930444682513, 0.00283999999999999, 0.00256605765418773, 0.00606673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 945, '2021-05-23 00:00:00', 0.000270863363226653, 0.000705192307692294, 0.000389348025056472, 0.000988269230769219, 0.000531148392998225, 0.00139615384615385, 0.00098503479048282, 0.00277346153846154, 0.00256027907883857, 0.00606980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 960, '2021-05-23 00:00:00', 0.000287335772492462, 0.000740384615384628, 0.000447318721340313, 0.00101096153846155, 0.000686005746780141, 0.00161326923076924, 0.000966461527747172, 0.00273326923076923, 0.00264225207700961, 0.00609403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 975, '2021-05-23 00:00:00', 0.00038232507312293, 0.000712692307692322, 0.000361194386190294, 0.00105076923076925, 0.000624235440050776, 0.00171673076923078, 0.000862351079674283, 0.00266423076923076, 0.00280659698814171, 0.00612557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 990, '2021-05-23 00:00:00', 0.000341250866440136, 0.000876923076923087, 0.000564118372738839, 0.00130846153846154, 0.000645203754340729, 0.00175826923076923, 0.000886365981886802, 0.00261557692307691, 0.0028107109694606, 0.00611692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1005, '2021-05-23 00:00:00', 0.00042390583134249, 0.00088692307692308, 0.000469286037098274, 0.00124923076923078, 0.000444577457126006, 0.00162634615384615, 0.000806167380978579, 0.00250461538461538, 0.00280664428701717, 0.00609692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1020, '2021-05-23 00:00:00', 0.000339487849561669, 0.000865000000000005, 0.000361577792459658, 0.00114749999999999, 0.000522533620559861, 0.00177423076923077, 0.00072461820185636, 0.00240846153846153, 0.00276684136071886, 0.00613365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1035, '2021-05-23 00:00:00', 0.000291004097248435, 0.00076576923076923, 0.000325121574893976, 0.00109096153846152, 0.00050372474168401, 0.00164615384615383, 0.000872458595006084, 0.00240999999999999, 0.00275373598673063, 0.00607826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1050, '2021-05-23 00:00:00', 0.000304408190024249, 0.000797115384615384, 0.000516426627449115, 0.00135769230769232, 0.000584726398872556, 0.0015451923076923, 0.000849524301277794, 0.00235346153846154, 0.00276748341666909, 0.00601769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1065, '2021-05-23 00:00:00', 0.000489994348476046, 0.0010073076923077, 0.000448274984288065, 0.0011826923076923, 0.000510000641025251, 0.00136557692307691, 0.000780347358552583, 0.00225499999999999, 0.00277931898825261, 0.00596903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1080, '2021-05-23 00:00:00', 0.000294360127421136, 0.000758269230769219, 0.000320758476115604, 0.000919999999999989, 0.000354702475539491, 0.00121461538461538, 0.000764958721862719, 0.00237038461538461, 0.00271769268653787, 0.00595653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1095, '2021-05-23 00:00:00', 0.000261347764188168, 0.000609423076923055, 0.000254868593592861, 0.000799999999999993, 0.000372435848890056, 0.00117230769230768, 0.000844117495467211, 0.00240211538461539, 0.00266904815214365, 0.00595096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1110, '2021-05-23 00:00:00', 0.000176110651405472, 0.000540192307692298, 0.000376858114496051, 0.000899038461538459, 0.000436061966309293, 0.00112903846153845, 0.000809748013985732, 0.00236961538461538, 0.0026149343277531, 0.00595653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1125, '2021-05-23 00:00:00', 0.000334756628015033, 0.00069500000000001, 0.000305117442710442, 0.000840576923076917, 0.000474826770031418, 0.0011373076923077, 0.000837576288144276, 0.00233596153846153, 0.00263225729394724, 0.0059626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1140, '2021-05-23 00:00:00', 0.000182136994087926, 0.000496730769230774, 0.000333126044521365, 0.000749807692307681, 0.000427975062177867, 0.000994423076923071, 0.000818005289619906, 0.00229442307692306, 0.00260960239382289, 0.00595057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1155, '2021-05-23 00:00:00', 0.000271174369108765, 0.000546538461538451, 0.000391450949869636, 0.000744615384615395, 0.000560042065727757, 0.00104365384615383, 0.000790103888008504, 0.00229807692307691, 0.00262336375377403, 0.00593076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1170, '2021-05-23 00:00:00', 0.000197086177948786, 0.000489807692307699, 0.000236030718339791, 0.000632499999999989, 0.000465332304752382, 0.0010030769230769, 0.000800966819633516, 0.00232461538461537, 0.00287506636712695, 0.00594384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1185, '2021-05-23 00:00:00', 0.000175396802882885, 0.000469038461538447, 0.000469785712197182, 0.000821153846153837, 0.000436524957432608, 0.00102596153846153, 0.000811997821141429, 0.0023426923076923, 0.00287793537774244, 0.00593096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1200, '2021-05-23 00:00:00', 0.000465208968760692, 0.000635769230769228, 0.000438374664133144, 0.000782115384615371, 0.00040384655311335, 0.00101903846153845, 0.000827996469706326, 0.00238192307692306, 0.00286158437152997, 0.00592365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1215, '2021-05-23 00:00:00', 0.000177045083350164, 0.000424807692307691, 0.000215462382938512, 0.00061096153846154, 0.000520603828408744, 0.000972884615384614, 0.00081306847568568, 0.0023078846153846, 0.00287911584318198, 0.00600596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1230, '2021-05-23 00:00:00', 0.000182336122418078, 0.000417692307692307, 0.000234599904911775, 0.000628653846153835, 0.000514180789815589, 0.000926730769230756, 0.000794279571977989, 0.00230403846153845, 0.00283804358398799, 0.00598076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1245, '2021-05-23 00:00:00', 0.000200873477209279, 0.000436923076923074, 0.000502388640550167, 0.000677884615384611, 0.000497635370063727, 0.000940192307692301, 0.000928806016014446, 0.00236884615384615, 0.00283106585663692, 0.00598173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1260, '2021-05-23 00:00:00', 0.00051234753829798, 0.000515000000000005, 0.000502038306843672, 0.000632307692307693, 0.000644819831724021, 0.00129884615384617, 0.000911296139488235, 0.00236942307692307, 0.00283039084688915, 0.00599211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1275, '2021-05-23 00:00:00', 0.000155508718528789, 0.000390192307692306, 0.000233633259618587, 0.000677500000000006, 0.000612242316281844, 0.00130442307692309, 0.000996377998243955, 0.00234365384615384, 0.00283846058630379, 0.00598749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1290, '2021-05-23 00:00:00', 0.000221065601123298, 0.000524999999999998, 0.00057728079422809, 0.00101365384615385, 0.000614196535821697, 0.00129923076923077, 0.00104174284439403, 0.00231307692307692, 0.0028401441255412, 0.00599442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1305, '2021-05-23 00:00:00', 0.000537062415796835, 0.000765961538461535, 0.000600862201020645, 0.000985769230769232, 0.000540694318588459, 0.0011828846153846, 0.00104611466131367, 0.00220673076923075, 0.00282851872078765, 0.00602192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1320, '2021-05-23 00:00:00', 0.000596303904191359, 0.000762884615384617, 0.000552854445999612, 0.000900961538461535, 0.000590447320648968, 0.00119096153846153, 0.00108269153572865, 0.00215519230769231, 0.00279779916252869, 0.00607692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1335, '2021-05-23 00:00:00', 0.000217366139178886, 0.000445961538461544, 0.000215702073739175, 0.000684230769230768, 0.000466024141005575, 0.0009875, 0.00101612750941239, 0.00207634615384615, 0.00277490801649354, 0.0061125 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1350, '2021-05-23 00:00:00', 0.000198988596503575, 0.000522692307692312, 0.00040931669138474, 0.000761923076923081, 0.000585401670124533, 0.00106634615384615, 0.000995230568569597, 0.00206673076923077, 0.00272647636788134, 0.00611076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1365, '2021-05-23 00:00:00', 0.000435818946176223, 0.000561923076923077, 0.000449444272236436, 0.000756923076923082, 0.000601095570284268, 0.00102826923076923, 0.00107083030329811, 0.00211653846153847, 0.00272749347457445, 0.00611557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1380, '2021-05-23 00:00:00', 0.000482296948107528, 0.000592884615384618, 0.000619387072963125, 0.00081788461538461, 0.000660821051070899, 0.00133230769230769, 0.00116817077584505, 0.00217019230769231, 0.00270912903971853, 0.00612692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1395, '2021-05-23 00:00:00', 0.000345103106109097, 0.000486923076923077, 0.00034973924352515, 0.000683461538461532, 0.00054877054894064, 0.00133365384615384, 0.00135762378667797, 0.00228711538461538, 0.0025807402337016, 0.00611307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1410, '2021-05-23 00:00:00', 0.000192645150071703, 0.000426923076923064, 0.000462692496323253, 0.000987884615384609, 0.000563707916730468, 0.00135384615384615, 0.00136723646033213, 0.00229653846153846, 0.00255508299579185, 0.00607865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1425, '2021-05-23 00:00:00', 0.000525738637903476, 0.000876346153846156, 0.000521012365127141, 0.00117173076923076, 0.000834879355632612, 0.00146653846153846, 0.00134065840598508, 0.00236480769230769, 0.00253977083309015, 0.00607673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 0, '2021-05-23 00:00:00', 0.000457689179045551, 0.000865769230769219, 0.000605638887075843, 0.00109730769230769, 0.000839736771943344, 0.00139461538461538, 0.00136027723418653, 0.00236807692307691, 0.00255227831855866, 0.00609384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 15, '2021-05-23 00:00:00', 0.000331090796284955, 0.000688653846153853, 0.00061295526251606, 0.000948076923076925, 0.000607141125401532, 0.00120788461538462, 0.00124191423276265, 0.00235019230769231, 0.00237499175707072, 0.00605538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 30, '2021-05-23 00:00:00', 0.000522809753602135, 0.000655961538461561, 0.000505170382529108, 0.000888653846153848, 0.000558268890272556, 0.00115807692307692, 0.00118336696954721, 0.00236076923076923, 0.00222925641276327, 0.00600807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 45, '2021-05-23 00:00:00', 0.000266353221233648, 0.000604038461538465, 0.000369412423263684, 0.000843461538461551, 0.000396274040765509, 0.00102365384615385, 0.00114766312733578, 0.00229557692307692, 0.0021571798987068, 0.00592134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 60, '2021-05-23 00:00:00', 0.00037134599251084, 0.000660384615384616, 0.000380906812750853, 0.000774999999999992, 0.000412538343206298, 0.00101673076923078, 0.001221583036631, 0.00230865384615384, 0.00215935660823739, 0.00588980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 75, '2021-05-23 00:00:00', 0.000148500323749973, 0.000362115384615374, 0.000190499747627538, 0.000521923076923072, 0.000286530170246584, 0.000833461538461529, 0.00115071892244002, 0.00217596153846153, 0.00199626690060762, 0.00582846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 90, '2021-05-23 00:00:00', 0.000131697935267963, 0.000372884615384603, 0.000230062951251305, 0.000575192307692314, 0.000351875469667664, 0.000872884615384612, 0.00119193302922346, 0.00228788461538461, 0.00199547662515462, 0.0058251923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 105, '2021-05-23 00:00:00', 0.000201798452384106, 0.000431153846153852, 0.000299122820156653, 0.000652692307692309, 0.000421743451000179, 0.000886538461538471, 0.00123248306276394, 0.00230750000000001, 0.00201683674637747, 0.00581730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 120, '2021-05-23 00:00:00', 0.000217936123316343, 0.00047192307692306, 0.000272955406332527, 0.000624423076923068, 0.000505547114140099, 0.000911730769230764, 0.00122401761236699, 0.00233134615384617, 0.0020199544168505, 0.00578961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 135, '2021-05-23 00:00:00', 0.000229787862034666, 0.000382692307692304, 0.000326726420489913, 0.000601923076923083, 0.00116270488682474, 0.00116442307692307, 0.0012337495849894, 0.00229596153846155, 0.00201185830667914, 0.00574961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 150, '2021-05-23 00:00:00', 0.000199783729221225, 0.000446538461538466, 0.000327058922002643, 0.000673461538461539, 0.00111329773472949, 0.00120961538461538, 0.00118806338862225, 0.00226115384615386, 0.00191193752915324, 0.00572865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 165, '2021-05-23 00:00:00', 0.00021244736904791, 0.000436730769230765, 0.00114968880404822, 0.000892115384615375, 0.00111466290178482, 0.00118076923076923, 0.00117456905354196, 0.00221230769230771, 0.00186063748380868, 0.00571461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 180, '2021-05-23 00:00:00', 0.00116135486195418, 0.000733653846153853, 0.00112647079923914, 0.000957307692307691, 0.00110692609717875, 0.00122076923076923, 0.00117190832209035, 0.00216134615384618, 0.00187252303056599, 0.00572250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 195, '2021-05-23 00:00:00', 0.000229551401986241, 0.00052461538461538, 0.000312170564817477, 0.000702307692307699, 0.000360308201405417, 0.00103000000000001, 0.000732610637483405, 0.00195211538461541, 0.00180784841306327, 0.00572826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 210, '2021-05-23 00:00:00', 0.00024823407067957, 0.000508076923076925, 0.0003048187355437, 0.0007723076923077, 0.000396516756848371, 0.00114653846153847, 0.000797583754946056, 0.00195038461538464, 0.00179150568388286, 0.00584615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 225, '2021-05-23 00:00:00', 0.000244646998440928, 0.000561923076923073, 0.000322130468073952, 0.000820961538461532, 0.000440817989651065, 0.0011575, 0.000821984559091355, 0.00189884615384617, 0.00178750381387436, 0.00587673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 240, '2021-05-23 00:00:00', 0.000315487473846188, 0.000577884615384605, 0.000392114582939542, 0.000825384615384617, 0.000526260391821388, 0.001125, 0.000817749068150832, 0.00182653846153848, 0.00184914957584457, 0.00590307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 255, '2021-05-23 00:00:00', 0.000186635082034843, 0.000479423076923088, 0.000260994031761994, 0.000683269230769241, 0.000451757806113635, 0.000926346153846163, 0.000791583150790487, 0.00173173076923079, 0.00187998510632398, 0.00588999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 270, '2021-05-23 00:00:00', 0.00021198113123577, 0.000494999999999993, 0.000405275025327036, 0.000715384615384613, 0.000471817924464668, 0.00098692307692309, 0.000772134728179959, 0.00171096153846155, 0.00190818476971822, 0.00587634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 285, '2021-05-23 00:00:00', 0.00031252224536207, 0.000488076923076914, 0.000321844444031346, 0.000624615384615382, 0.000434708390320907, 0.00100076923076923, 0.000713682675660876, 0.00165980769230771, 0.00183181109414026, 0.00588326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 300, '2021-05-23 00:00:00', 0.000196376012948471, 0.000436538461538452, 0.000332518651877095, 0.000700576923076918, 0.00051272803557201, 0.00106403846153846, 0.000668599569709242, 0.00168076923076925, 0.00175116775324352, 0.00585749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 315, '2021-05-23 00:00:00', 0.000301779912162186, 0.000533653846153858, 0.000348397209208998, 0.000761153846153858, 0.000502535609147784, 0.00106596153846156, 0.000597779352141045, 0.00166307692307695, 0.00171952512451727, 0.00584557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 330, '2021-05-23 00:00:00', 0.000334104773985655, 0.000500000000000013, 0.000522696411372352, 0.000743461538461545, 0.000562012318507196, 0.000940384615384627, 0.000583677894574891, 0.00168326923076924, 0.00171993300406194, 0.00584846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 345, '2021-05-23 00:00:00', 0.000322552380957789, 0.000489038461538467, 0.000348154474998581, 0.00065653846153848, 0.000409282110718076, 0.000865384615384635, 0.000627215580654192, 0.00175076923076924, 0.00172063007243098, 0.00586961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 360, '2021-05-23 00:00:00', 0.000173880263842225, 0.000407115384615396, 0.000188867984011612, 0.000556346153846161, 0.000237547080353801, 0.000783846153846165, 0.000662196723036286, 0.0018125, 0.00174499857835515, 0.00591096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 375, '2021-05-23 00:00:00', 0.000154645127257915, 0.000376346153846143, 0.000196220147165989, 0.000577884615384618, 0.000200345854807286, 0.000722307692307689, 0.000728159745787017, 0.00198884615384616, 0.00173648956230665, 0.00590999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 390, '2021-05-23 00:00:00', 0.000166349493074526, 0.000426923076923094, 0.000145930963656948, 0.000529615384615391, 0.000201942108993181, 0.000728846153846167, 0.000771270480341458, 0.00207307692307693, 0.00169681760952672, 0.00592499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 405, '2021-05-23 00:00:00', 0.000164760548862694, 0.00035096153846154, 0.000190163492411532, 0.000508076923076917, 0.000239651108585289, 0.000794423076923085, 0.000828670691761579, 0.00223865384615385, 0.00168781615841755, 0.00594423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 420, '2021-05-23 00:00:00', 0.000146732226023624, 0.000352115384615381, 0.000170651804741518, 0.000525961538461542, 0.000236132378127186, 0.000782499999999998, 0.000887100831143439, 0.00238673076923077, 0.00164710893572763, 0.0059603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 435, '2021-05-23 00:00:00', 0.000138816564074811, 0.000364038461538464, 0.0001936507562201, 0.000536153846153853, 0.000290570327777308, 0.000766346153846144, 0.000855444846039413, 0.00253826923076923, 0.0016426867766418, 0.00595961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 450, '2021-05-23 00:00:00', 0.000196293442031599, 0.000383653846153849, 0.000229729272104212, 0.000536538461538458, 0.000370840884394439, 0.000805192307692322, 0.000916493568738195, 0.00265730769230768, 0.00163006559565982, 0.00595461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 465, '2021-05-23 00:00:00', 0.000172069753297902, 0.000379999999999991, 0.000261105637331236, 0.000566923076923063, 0.000282832377648225, 0.000816923076923066, 0.000958783604365447, 0.00273499999999998, 0.0016494397183939, 0.00593076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 480, '2021-05-23 00:00:00', 0.000199625803789146, 0.000427692307692296, 0.000241771665960957, 0.000611538461538471, 0.000298937091401157, 0.000870769230769239, 0.000915388463146402, 0.00278903846153845, 0.001619045967894, 0.00592538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 495, '2021-05-23 00:00:00', 0.000168625780490853, 0.000404423076923079, 0.000168448691115304, 0.0005801923076923, 0.000317926031552085, 0.000869807692307707, 0.000874168550021196, 0.00281942307692307, 0.00158163605655176, 0.00591615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 510, '2021-05-23 00:00:00', 0.000137377077922273, 0.000377307692307687, 0.000223375503098741, 0.000578846153846163, 0.000419188639379225, 0.000968653846153851, 0.000856086826114127, 0.00293057692307691, 0.00162655875535297, 0.00594576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 525, '2021-05-23 00:00:00', 0.000157754921902987, 0.000431153846153865, 0.000231889313781707, 0.000679423076923091, 0.000555021586551787, 0.0011798076923077, 0.000836575735685931, 0.00298980769230768, 0.0016149278264416, 0.00594173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 540, '2021-05-23 00:00:00', 0.000169394850525664, 0.000558846153846151, 0.000353334881467328, 0.000808461538461536, 0.000504557079183169, 0.00129961538461539, 0.000811187946542227, 0.00299173076923076, 0.00161688327917062, 0.00592846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 555, '2021-05-23 00:00:00', 0.000247212225861479, 0.000551730769230775, 0.000415412862287449, 0.000935384615384616, 0.000483394925341764, 0.00142057692307692, 0.000819093495179985, 0.00302807692307691, 0.00162298377877101, 0.00594211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 570, '2021-05-23 00:00:00', 0.000300875645152857, 0.000676923076923079, 0.000354655629286516, 0.000961153846153853, 0.000490161825711272, 0.00145884615384616, 0.000808805386880036, 0.00294307692307692, 0.00160869196745488, 0.0059303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 585, '2021-05-23 00:00:00', 0.000342125483052412, 0.000640384615384622, 0.000395006183009063, 0.00109326923076922, 0.00049546388520099, 0.00151769230769231, 0.000840662856596829, 0.00290096153846152, 0.00163999471152993, 0.00592942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 600, '2021-05-23 00:00:00', 0.000290879898557138, 0.000863653846153829, 0.000303450731015507, 0.00114788461538461, 0.000421825018406715, 0.00156288461538461, 0.000842408725939166, 0.00289269230769229, 0.00159955177615961, 0.00596673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 615, '2021-05-23 00:00:00', 0.000212735661181799, 0.000687692307692299, 0.000259574577989563, 0.000969807692307688, 0.000361616296858758, 0.00144788461538462, 0.000898306098250391, 0.00281961538461538, 0.00163476929682635, 0.0059755769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 630, '2021-05-23 00:00:00', 0.00025862335250618, 0.000719038461538471, 0.000297688337282204, 0.00102211538461539, 0.000424209128397045, 0.00143923076923077, 0.00087162571360384, 0.00281923076923077, 0.00166800839326424, 0.00598999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 645, '2021-05-23 00:00:00', 0.000282906616829933, 0.000623076923076923, 0.000329720161069026, 0.000929230769230785, 0.000534173300890832, 0.00144365384615383, 0.000826187094661148, 0.00279134615384615, 0.00178233188871725, 0.00601480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 660, '2021-05-23 00:00:00', 0.000240111192191003, 0.000649230769230791, 0.000380043570376632, 0.000963653846153848, 0.000657168196477533, 0.00142903846153845, 0.000851319067004943, 0.00277807692307692, 0.00185108113939269, 0.00608576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 675, '2021-05-23 00:00:00', 0.00027981752295711, 0.000595384615384613, 0.000482167860971517, 0.000959615384615364, 0.000649429098398089, 0.00137307692307692, 0.000815214176671472, 0.00269307692307691, 0.00185926217789579, 0.00609538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 690, '2021-05-23 00:00:00', 0.000341329808926121, 0.000655961538461527, 0.000429848273768252, 0.000941538461538468, 0.000597705741854777, 0.00144307692307693, 0.000789654744419753, 0.00273384615384615, 0.0018626696825132, 0.0061028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 705, '2021-05-23 00:00:00', 0.000242747494639691, 0.000577884615384622, 0.000443249235324092, 0.000856730769230771, 0.000513790925751538, 0.00133634615384615, 0.000730212192553533, 0.00267461538461538, 0.00200179516549905, 0.00622173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 720, '2021-05-23 00:00:00', 0.000267780909298285, 0.000591153846153837, 0.000405069082427261, 0.000964807692307685, 0.000465194748300278, 0.00132692307692308, 0.000735382475053196, 0.00266076923076923, 0.00198769553464848, 0.00620153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 735, '2021-05-23 00:00:00', 0.000341495185234684, 0.000670192307692309, 0.000394166159808855, 0.000930192307692304, 0.000504283192721659, 0.00126846153846153, 0.000819919813152467, 0.0027675, 0.00198878785077358, 0.00620134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 750, '2021-05-23 00:00:00', 0.00024074060409814, 0.00057903846153845, 0.000292653969995018, 0.000852115384615377, 0.000371535949187237, 0.00116019230769231, 0.000831858438400693, 0.00270730769230769, 0.001977331194779, 0.00623057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 765, '2021-05-23 00:00:00', 0.00019906744121991, 0.000565384615384626, 0.000332326588672121, 0.000814807692307697, 0.000395841071449316, 0.00113192307692309, 0.000847476457580865, 0.00277788461538462, 0.00197281965334274, 0.00628923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 780, '2021-05-23 00:00:00', 0.000262891905250339, 0.000578076923076914, 0.000290119139983223, 0.000806346153846159, 0.000373770600152629, 0.0011573076923077, 0.000850454810448711, 0.00288076923076925, 0.00200656339392658, 0.00634942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 795, '2021-05-23 00:00:00', 0.000251443907187129, 0.000589038461538473, 0.000328195591307745, 0.000847115384615383, 0.000414082860529866, 0.00130115384615385, 0.000863571920304513, 0.00293269230769232, 0.00201953349525615, 0.00634653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 810, '2021-05-23 00:00:00', 0.000225992596883497, 0.000560576923076915, 0.00024379696786148, 0.000750192307692316, 0.000468338675943608, 0.00130365384615385, 0.000818845834085988, 0.00294250000000001, 0.00202791108893249, 0.00631576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 825, '2021-05-23 00:00:00', 0.000178785754896314, 0.000527884615384632, 0.00038369905073959, 0.000914807692307694, 0.000431689703375017, 0.00129, 0.000747611787370546, 0.00299076923076924, 0.00201316853205626, 0.00630153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 840, '2021-05-23 00:00:00', 0.000338681209308189, 0.000700192307692292, 0.000398380423136553, 0.000989807692307678, 0.000375995294569555, 0.00128730769230769, 0.000742700374413421, 0.00302461538461539, 0.00201488042210564, 0.00628365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 855, '2021-05-23 00:00:00', 0.000245064198810166, 0.000612692307692299, 0.000228614556370803, 0.000836153846153845, 0.000343296743133609, 0.00122942307692307, 0.00070885164445471, 0.00294942307692309, 0.0019792186589662, 0.00622249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 870, '2021-05-23 00:00:00', 0.000183771597370189, 0.000589999999999997, 0.000252844738008235, 0.000812307692307698, 0.000319575258982658, 0.00128711538461538, 0.000706829649806905, 0.00295307692307693, 0.00193200387202988, 0.00622980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 885, '2021-05-23 00:00:00', 0.000224911948582968, 0.000594230769230768, 0.000280512991609187, 0.000898461538461527, 0.00044215003544743, 0.00136057692307691, 0.000703495475902569, 0.00299173076923077, 0.00187354316737032, 0.00625499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 900, '2021-05-23 00:00:00', 0.000222068942863727, 0.000666153846153829, 0.000268529399622349, 0.000965961538461521, 0.000459674508588593, 0.00150557692307691, 0.000709002576755649, 0.00298057692307692, 0.00185034412599802, 0.00619923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 915, '2021-05-23 00:00:00', 0.000259955987399053, 0.000691346153846144, 0.000391213349229539, 0.00102173076923076, 0.000499436798188331, 0.00161865384615385, 0.000734245216846204, 0.00291596153846154, 0.00182853902379426, 0.0062101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 930, '2021-05-23 00:00:00', 0.000424784108061429, 0.000763461538461531, 0.000465238111078633, 0.0011775, 0.000550006328634931, 0.00158519230769231, 0.000833999723298226, 0.00294153846153847, 0.00188822032612722, 0.00633 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 945, '2021-05-23 00:00:00', 0.000354265274357224, 0.000821730769230772, 0.000548254011876299, 0.0012423076923077, 0.000689291191118711, 0.00167211538461539, 0.000866706786546712, 0.00288557692307693, 0.00209080610144655, 0.00647692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 960, '2021-05-23 00:00:00', 0.000321407002939351, 0.000852307692307691, 0.000433145427701199, 0.00107980769230769, 0.000663158062142519, 0.00168615384615386, 0.000746597203728594, 0.00282576923076923, 0.00220405309338536, 0.00644903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 975, '2021-05-23 00:00:00', 0.000326518228964554, 0.000741923076923061, 0.000492326228617375, 0.00120134615384614, 0.000696586401952126, 0.00175115384615385, 0.00114774489593891, 0.00298288461538462, 0.0021911198138079, 0.00649596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 990, '2021-05-23 00:00:00', 0.000353692608826454, 0.00093769230769231, 0.000604722218492491, 0.00129519230769232, 0.000625258838709715, 0.00174115384615386, 0.00114175310546814, 0.00293807692307693, 0.00223502025459761, 0.00650846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1005, '2021-05-23 00:00:00', 0.000385350988860022, 0.000869230769230785, 0.000336467451849129, 0.00123788461538463, 0.00041481135656882, 0.0016273076923077, 0.00115750642131463, 0.00277365384615385, 0.0023222919795886, 0.00650096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1020, '2021-05-23 00:00:00', 0.000311192001083674, 0.000897692307692309, 0.000338189068649255, 0.00115961538461539, 0.000359464398579561, 0.00161442307692309, 0.00118539699614161, 0.00265096153846155, 0.00238929800601315, 0.0065751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1035, '2021-05-23 00:00:00', 0.000291976882646566, 0.000752500000000006, 0.000401559460105242, 0.001075, 0.000339845496569348, 0.00147980769230769, 0.00113869393807792, 0.00250173076923077, 0.00252031475445796, 0.00666769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1050, '2021-05-23 00:00:00', 0.000283646584000922, 0.000765769230769239, 0.00028554623766767, 0.00113442307692309, 0.000440116287080869, 0.00148288461538462, 0.00115424195903632, 0.0024625, 0.00253701948083846, 0.00668038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1065, '2021-05-23 00:00:00', 0.000303217933811012, 0.000933653846153861, 0.000304844474849314, 0.00121307692307693, 0.000483849825716763, 0.00157442307692308, 0.0011575347145484, 0.00250615384615385, 0.0025609599837681, 0.00669903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1080, '2021-05-23 00:00:00', 0.000303559967463021, 0.000795576923076926, 0.000473897100158316, 0.0010423076923077, 0.000588944068129235, 0.00141134615384616, 0.00127665224769257, 0.00246480769230769, 0.00271490328486189, 0.00670461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1095, '2021-05-23 00:00:00', 0.000322250082055253, 0.000681346153846147, 0.000367543665642385, 0.00103788461538461, 0.00042128083087358, 0.00131346153846154, 0.00137955663167557, 0.0024225, 0.00273068498028215, 0.0066623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1110, '2021-05-23 00:00:00', 0.000264132251256517, 0.00070461538461538, 0.000335877037940045, 0.00087423076923077, 0.000511740769711193, 0.00120615384615385, 0.00139010454781149, 0.00235557692307692, 0.00275153594169904, 0.00668096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1125, '2021-05-23 00:00:00', 0.000213334334933549, 0.000626538461538458, 0.000373195813728682, 0.000903653846153852, 0.000407806515208061, 0.00114192307692309, 0.00141343625199778, 0.00229596153846154, 0.00270888473361272, 0.00670750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1140, '2021-05-23 00:00:00', 0.000228469826319511, 0.000562307692307712, 0.000345526187363336, 0.000792884615384634, 0.000311364490836449, 0.00110538461538462, 0.00140814045409594, 0.00223653846153847, 0.00267653407485245, 0.00671557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1155, '2021-05-23 00:00:00', 0.000335774420613692, 0.000572692307692315, 0.000305761156158497, 0.000736730769230779, 0.00127193559343474, 0.00140307692307692, 0.00143790441802806, 0.00227134615384616, 0.00265278463998756, 0.00671288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1170, '2021-05-23 00:00:00', 0.000207351522410973, 0.00052557692307692, 0.000280464998501799, 0.000808846153846149, 0.00128189937202576, 0.00133999999999999, 0.00143035274024922, 0.0022398076923077, 0.00268050033360595, 0.00672403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1185, '2021-05-23 00:00:00', 0.000203036658304323, 0.000538269230769213, 0.00131935475196722, 0.00103480769230768, 0.00129349831256767, 0.00122326923076923, 0.00141678955877228, 0.00214942307692308, 0.0027138504011828, 0.006715 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1200, '2021-05-23 00:00:00', 0.00136006177744306, 0.000854038461538463, 0.00133310320449926, 0.00098192307692307, 0.00131341617108271, 0.00118096153846155, 0.0015168449035872, 0.00240269230769232, 0.00272524356003983, 0.0067223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1215, '2021-05-23 00:00:00', 0.000139700916796729, 0.000442884615384596, 0.000207725780778414, 0.000604999999999997, 0.000330370421473563, 0.000861153846153843, 0.000776098353204125, 0.0022294230769231, 0.00267621484276122, 0.00672326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1230, '2021-05-23 00:00:00', 0.000132838392272474, 0.000435961538461542, 0.00023535480580473, 0.000638269230769232, 0.000336898580950045, 0.000875576923076916, 0.000798493581689917, 0.00220000000000003, 0.00265294666361766, 0.00676000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1245, '2021-05-23 00:00:00', 0.000180041555032333, 0.000479807692307689, 0.000303022022555873, 0.000657884615384608, 0.000411506425784022, 0.000906538461538452, 0.00079760053622387, 0.00220884615384617, 0.00262370789444723, 0.00683634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1260, '2021-05-23 00:00:00', 0.00025086473523517, 0.000451346153846156, 0.000275593694803383, 0.000606730769230752, 0.000408978135582602, 0.00100134615384615, 0.000742103688587635, 0.00217673076923078, 0.00262013150726919, 0.00687634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1275, '2021-05-23 00:00:00', 0.000158425425309872, 0.000423846153846146, 0.000243144781180638, 0.000614230769230766, 0.000460148847155427, 0.00110980769230769, 0.000817548681213428, 0.00219038461538463, 0.00263116304351109, 0.00691019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1290, '2021-05-23 00:00:00', 0.000193775941191398, 0.000463653846153848, 0.000307033949513479, 0.000809615384615385, 0.000454371967242008, 0.00107826923076924, 0.00092096464894987, 0.00218173076923079, 0.00263490362544529, 0.00694365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1305, '2021-05-23 00:00:00', 0.000241503304643736, 0.000620384615384632, 0.000395594440732496, 0.000865192307692322, 0.000391274692020043, 0.00102673076923077, 0.000967451052230303, 0.00215346153846156, 0.00265731562787599, 0.00698788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1320, '2021-05-23 00:00:00', 0.000396147845361574, 0.000628653846153857, 0.000414315747300936, 0.000761538461538467, 0.000391172399529732, 0.00104461538461538, 0.00106369936831504, 0.00223211538461541, 0.00262637923472896, 0.00704173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1335, '2021-05-23 00:00:00', 0.000218001499641964, 0.000410576923076918, 0.000208200347298898, 0.000575769230769211, 0.000506053394872068, 0.000975961538461531, 0.00106317724117563, 0.0021696153846154, 0.00258262863258468, 0.00707557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1350, '2021-05-23 00:00:00', 0.000115801720460173, 0.000399038461538454, 0.000181506198241271, 0.000647499999999989, 0.000524903690799925, 0.000956730769230773, 0.00105397848832229, 0.00218057692307694, 0.00257548750426312, 0.00707673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1365, '2021-05-23 00:00:00', 0.000216445409710184, 0.000488846153846145, 0.000548624048100188, 0.000777884615384617, 0.000542280689453207, 0.000967115384615388, 0.00103976158509831, 0.0022069230769231, 0.00273083541035736, 0.00721903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1380, '2021-05-23 00:00:00', 0.000534240114555237, 0.000592500000000017, 0.00057993288736383, 0.000736923076923097, 0.000765964349441537, 0.00140923076923078, 0.001022988927679, 0.00224288461538463, 0.00273503315266085, 0.00720711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1395, '2021-05-23 00:00:00', 0.000322763070997915, 0.000475000000000007, 0.000323824798309215, 0.00063250000000001, 0.000708143971671998, 0.00158826923076925, 0.00105028847685547, 0.00233826923076924, 0.00272976544498158, 0.00717076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1410, '2021-05-23 00:00:00', 0.000215356323691336, 0.00043288461538462, 0.00069573052365012, 0.00115519230769232, 0.000733832851435632, 0.0015694230769231, 0.00128201662055709, 0.00242615384615385, 0.00271864734465791, 0.00717923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1425, '2021-05-23 00:00:00', 0.000617385212003021, 0.00102750000000001, 0.000643013338777791, 0.00142307692307694, 0.000626646661573761, 0.00155096153846155, 0.00120728826778797, 0.00245519230769232, 0.00272885341517983, 0.00714519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 0, '2021-05-23 00:00:00', 0.000463430560726625, 0.00104673076923077, 0.000551493531589109, 0.00125365384615385, 0.000532108577699644, 0.00139653846153846, 0.00119959102005002, 0.00242615384615386, 0.00275766652332117, 0.00710057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 15, '2021-05-23 00:00:00', 0.000362113295063207, 0.000619038461538477, 0.000408382032679435, 0.000881730769230764, 0.000473137522697806, 0.00113865384615386, 0.00116208453287121, 0.0022273076923077, 0.00269710443738354, 0.0070221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 30, '2021-05-23 00:00:00', 0.000373095986824591, 0.000653846153846146, 0.000405363274872545, 0.000864230769230777, 0.000486028647462114, 0.00109961538461539, 0.00112263255170776, 0.00219038461538462, 0.00262112114150827, 0.00698403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 45, '2021-05-23 00:00:00', 0.000335907782674865, 0.000555961538461551, 0.000440529227180209, 0.000870000000000007, 0.000481810248318381, 0.00108134615384615, 0.00113575200434983, 0.00221384615384615, 0.00262086474279008, 0.00698000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 60, '2021-05-23 00:00:00', 0.000344580011920851, 0.000660769230769225, 0.000406959268421102, 0.000775384615384605, 0.000653972829357974, 0.0011326923076923, 0.0011286727399234, 0.00216192307692306, 0.00256387819223446, 0.00695923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 75, '2021-05-23 00:00:00', 0.000234375766665408, 0.000399999999999994, 0.000258744973938535, 0.000599807692307689, 0.000584594007706352, 0.00096192307692308, 0.00111902100069661, 0.00211499999999999, 0.00254832672853869, 0.00690634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 90, '2021-05-23 00:00:00', 0.000219287394846261, 0.000434807692307688, 0.000573778300793548, 0.000738461538461547, 0.000544784784606241, 0.0010226923076923, 0.00113278601414662, 0.00211307692307692, 0.00247399362601009, 0.00688269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 105, '2021-05-23 00:00:00', 0.00055514308619837, 0.000519615384615394, 0.0005300515577245, 0.000760576923076935, 0.00051105637202234, 0.00104384615384616, 0.00114361210812329, 0.00219057692307692, 0.00243114294899778, 0.00691596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 120, '2021-05-23 00:00:00', 0.000189469400817551, 0.000524423076923084, 0.00027902605337414, 0.000721538461538466, 0.000374187581506733, 0.00103288461538461, 0.00121767238552148, 0.00221096153846153, 0.002381009457869, 0.00691096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 135, '2021-05-23 00:00:00', 0.000225737424047028, 0.000515769230769241, 0.00030345117463048, 0.000721153846153852, 0.000713775902130035, 0.00117403846153845, 0.00124670599828262, 0.00218461538461538, 0.00239412784826672, 0.00690192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 150, '2021-05-23 00:00:00', 0.000256635704093162, 0.000478269230769221, 0.000290747048400918, 0.000740384615384611, 0.001055957549409, 0.0012578846153846, 0.00122348047043607, 0.0022176923076923, 0.00239663421040041, 0.00688653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 165, '2021-05-23 00:00:00', 0.000209910603682759, 0.000532692307692305, 0.000739157524587182, 0.000890384615384616, 0.00106629540213554, 0.00126826923076922, 0.00126884532608923, 0.0021976923076923, 0.0023965525319637, 0.00686403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 180, '2021-05-23 00:00:00', 0.000773658839541046, 0.000715000000000004, 0.00109935388366916, 0.000945192307692291, 0.00113575981006279, 0.00125288461538462, 0.00130060831921067, 0.00218999999999999, 0.00240641146810894, 0.00684192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 195, '2021-05-23 00:00:00', 0.000417872128030346, 0.000538653846153835, 0.000430880359978706, 0.000821730769230759, 0.000421766979048127, 0.00107576923076924, 0.000958163006045341, 0.0020228846153846, 0.00217140241814789, 0.00671269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 210, '2021-05-23 00:00:00', 0.000264818079791796, 0.000603846153846151, 0.000369341826246888, 0.000819230769230777, 0.000399125245428626, 0.0010798076923077, 0.000963546753486223, 0.0020578846153846, 0.0021836815508184, 0.00674865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 225, '2021-05-23 00:00:00', 0.000268392436555144, 0.000542500000000001, 0.000262400237452986, 0.000766730769230771, 0.000365642111696874, 0.00108192307692307, 0.00100925341789783, 0.00196230769230768, 0.00215718195801839, 0.00671 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 240, '2021-05-23 00:00:00', 0.000189504211440939, 0.000515384615384614, 0.000275238148630483, 0.000735961538461539, 0.00036599164555409, 0.000993269230769213, 0.00101513494745204, 0.0019101923076923, 0.00209203354326692, 0.00667788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 255, '2021-05-23 00:00:00', 0.000270313777787097, 0.000498461538461546, 0.000327674381055341, 0.000712499999999992, 0.000482819443875885, 0.000948846153846148, 0.00102505992320149, 0.0018403846153846, 0.0020605994366838, 0.00664903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 270, '2021-05-23 00:00:00', 0.000259509374367521, 0.000513653846153846, 0.000262969506860516, 0.000675192307692303, 0.000432376127214029, 0.000928653846153858, 0.00102267958738869, 0.00186346153846153, 0.00205883611631577, 0.00663307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 285, '2021-05-23 00:00:00', 0.000224463462848284, 0.000499615384615378, 0.000422151677080093, 0.000714038461538455, 0.000596411061136642, 0.00100692307692308, 0.00099401565147868, 0.00189634615384615, 0.00204891458131825, 0.00662519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 300, '2021-05-23 00:00:00', 0.000365330619492059, 0.000512307692307688, 0.00036447375129713, 0.000661346153846165, 0.000805187627441326, 0.00097865384615384, 0.000989269991147297, 0.00185365384615385, 0.00204070285780322, 0.00660192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 315, '2021-05-23 00:00:00', 0.000214424901682464, 0.00044403846153848, 0.000428886214065427, 0.00069076923076923, 0.000648095315876856, 0.000978461538461531, 0.000880423259225133, 0.00190634615384614, 0.00194907362611063, 0.00655 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 330, '2021-05-23 00:00:00', 0.000303489449822951, 0.000434615384615379, 0.000482308112501335, 0.000636346153846138, 0.000567933534843648, 0.000922499999999993, 0.00079199747474344, 0.00192499999999998, 0.00189053842554485, 0.00650153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 345, '2021-05-23 00:00:00', 0.000259974259080813, 0.000448846153846135, 0.00028672313099252, 0.000641923076923059, 0.000476621806208914, 0.000892115384615379, 0.000657976151075872, 0.00193115384615382, 0.00178608317706222, 0.00641134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 360, '2021-05-23 00:00:00', 0.000191759865857913, 0.000419615384615379, 0.00031251959938539, 0.0005925, 0.000379442556714655, 0.000829423076923075, 0.000786895164554968, 0.00191499999999999, 0.00176793226680211, 0.0063675 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 375, '2021-05-23 00:00:00', 0.000239699892493812, 0.000364038461538438, 0.000291570086573739, 0.000568653846153831, 0.000295580589036864, 0.000791730769230755, 0.000815438933241571, 0.00193942307692306, 0.00175239423032079, 0.00634346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 390, '2021-05-23 00:00:00', 0.000253985235791371, 0.000422499999999992, 0.000275899647307878, 0.00060115384615383, 0.000318799490878842, 0.000846346153846139, 0.000788937966753161, 0.00196634615384613, 0.00171349522456744, 0.00630826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 405, '2021-05-23 00:00:00', 0.00016613583413765, 0.000373653846153834, 0.000195806124678303, 0.000515961538461528, 0.000316120960295984, 0.0007326923076923, 0.000951201426537059, 0.00202192307692306, 0.00172494129220054, 0.00628230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 420, '2021-05-23 00:00:00', 0.000145969570063809, 0.000373653846153847, 0.000277709657459271, 0.000555576923076925, 0.00028879830598266, 0.000722692307692298, 0.000997327370834352, 0.00214826923076921, 0.00169224166304753, 0.00625038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 435, '2021-05-23 00:00:00', 0.000223226084083785, 0.000403269230769234, 0.00021447754051325, 0.000528846153846151, 0.000238168734627031, 0.000752115384615371, 0.000958263192527937, 0.00221711538461538, 0.00169554529463352, 0.00622538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 450, '2021-05-23 00:00:00', 0.000190315931666655, 0.000406923076923078, 0.000249880279026071, 0.000556923076923083, 0.000266913123290342, 0.000833846153846151, 0.000896702870778012, 0.00225903846153845, 0.00167400712249198, 0.00621538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 465, '2021-05-23 00:00:00', 0.000196466575744106, 0.00038865384615386, 0.000213429235255008, 0.000575961538461537, 0.000279046522175893, 0.000840192307692304, 0.000980868159414829, 0.0023778846153846, 0.00165002065255142, 0.00619692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 480, '2021-05-23 00:00:00', 0.000168807127082505, 0.000475384615384613, 0.000250512705036318, 0.000656153846153845, 0.000294922936479233, 0.000873461538461526, 0.000950841408761411, 0.00242576923076921, 0.00164404801773411, 0.00619173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 495, '2021-05-23 00:00:00', 0.000243780875756525, 0.000443653846153849, 0.000293353816301167, 0.000612692307692316, 0.00034082817687779, 0.000919615384615371, 0.000892579666774049, 0.00243730769230768, 0.00164934561615767, 0.00616980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 510, '2021-05-23 00:00:00', 0.000173624262749709, 0.00043076923076923, 0.000203182089610416, 0.000574807692307688, 0.000250631203165121, 0.000984999999999967, 0.000911757833064172, 0.00248211538461537, 0.00167612025683859, 0.00615134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 525, '2021-05-23 00:00:00', 0.000135670415118624, 0.000422307692307696, 0.000214332595604259, 0.000707692307692294, 0.000334694809318297, 0.00105115384615382, 0.000899952413271868, 0.00254211538461538, 0.00167585069098102, 0.00614153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 540, '2021-05-23 00:00:00', 0.000213392469768357, 0.000532884615384613, 0.00020314981209402, 0.000784615384615362, 0.000532106698380633, 0.00110846153846153, 0.000860920728058048, 0.00259749999999999, 0.00166150728603232, 0.00613730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 555, '2021-05-23 00:00:00', 0.000186885917484025, 0.000522884615384591, 0.000275744377165635, 0.000774807692307674, 0.000469408137978026, 0.00123, 0.000751849130733434, 0.00262865384615384, 0.0016706968145519, 0.00612961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 570, '2021-05-23 00:00:00', 0.00023545937098492, 0.000553653846153827, 0.000419127527866384, 0.000823269230769235, 0.000465143030111737, 0.00128596153846153, 0.00069133719369394, 0.00260634615384614, 0.00175959479601239, 0.00613038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 585, '2021-05-23 00:00:00', 0.00032734479587219, 0.000591153846153859, 0.000334408605428456, 0.000963653846153857, 0.000524450078287132, 0.00131826923076924, 0.000717128917709646, 0.00259673076923076, 0.00176302930949939, 0.00606211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 600, '2021-05-23 00:00:00', 0.000241889358051274, 0.000737692307692307, 0.000321083322519253, 0.000957499999999991, 0.000518725991103352, 0.00139057692307692, 0.000669995407561751, 0.00256038461538462, 0.00178018781420562, 0.00601057692307692 where not exists (select 1 from powerstats_trumpet wh[...];
Date: 2021-05-23 15:11:52 Duration: 14s701ms 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 975215, 1, 915, '2021-05-23 00:00:00', 0.00030466021426146, 0.0008553846153846, 0.000756114765403718, 0.00153846153846151, 0.000850450107069983, 0.00201576923076922, 0.00180541578420213, 0.00514692307692307, 0.00211788388582711, 0.00757807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 930, '2021-05-23 00:00:00', 0.000628701347712402, 0.00128423076923074, 0.000633459852410071, 0.00159076923076923, 0.000689323972063632, 0.00202346153846151, 0.00182831056947707, 0.00510346153846154, 0.00201787672109534, 0.00756769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 945, '2021-05-23 00:00:00', 0.000240727103711953, 0.000981538461538487, 0.000481473379725822, 0.00136615384615386, 0.000744736298192952, 0.0021180769230769, 0.0018476045197873, 0.00503230769230769, 0.00185063652251366, 0.00761653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 960, '2021-05-23 00:00:00', 0.000436067037894901, 0.00113769230769231, 0.000425262272015755, 0.00155, 0.000661937598732216, 0.00236576923076923, 0.00181890842159629, 0.00499038461538463, 0.00179029554930078, 0.0077069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 975, '2021-05-23 00:00:00', 0.000332560462981506, 0.000957307692307695, 0.000609084053818011, 0.00160076923076921, 0.000765302253009562, 0.00257346153846153, 0.00184419809548342, 0.00475884615384616, 0.00176310168125992, 0.00765346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 990, '2021-05-23 00:00:00', 0.000615320929396855, 0.00133961538461536, 0.000633783753463155, 0.00191461538461538, 0.000881523593645581, 0.0028203846153846, 0.00184914267037045, 0.00462615384615384, 0.00178030667193994, 0.0075896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1005, '2021-05-23 00:00:00', 0.000475054166951964, 0.00134730769230771, 0.000724325574905031, 0.00188346153846155, 0.00103768470089016, 0.00270153846153849, 0.00173753565541724, 0.00441692307692308, 0.00176630252657483, 0.00752384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1020, '2021-05-23 00:00:00', 0.000610832596984206, 0.00137730769230769, 0.000828029821090638, 0.00198576923076922, 0.00110377513038734, 0.00287346153846157, 0.00164323171267432, 0.00423230769230771, 0.00177998150379329, 0.00756307692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1035, '2021-05-23 00:00:00', 0.000571438131788162, 0.00135846153846155, 0.000630356675590514, 0.00185846153846157, 0.00126026883578924, 0.00279846153846156, 0.00150787660176618, 0.00389038461538462, 0.00180702339178594, 0.00746153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1050, '2021-05-23 00:00:00', 0.000467024789327236, 0.00131807692307693, 0.000677496749921224, 0.00204538461538464, 0.00116422843383667, 0.00270961538461541, 0.0013333388974243, 0.00370384615384615, 0.00176372006325791, 0.00734269230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1065, '2021-05-23 00:00:00', 0.000477850958418534, 0.0014115384615385, 0.000955742562698676, 0.0019596153846154, 0.00102289130184227, 0.00240115384615387, 0.00122746643381961, 0.00341461538461539, 0.00176562165996962, 0.00722961538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1080, '2021-05-23 00:00:00', 0.000763099600314392, 0.00126279999999999, 0.000774329172036425, 0.0016376, 0.000950666958859228, 0.0022152, 0.00107517796976438, 0.00326920000000001, 0.00194161384763639, 0.00727680000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1095, '2021-05-23 00:00:00', 0.000423615391599489, 0.00105499999999999, 0.000548184696556222, 0.00140230769230768, 0.000930540620367445, 0.00201461538461536, 0.000938573713346254, 0.00304384615384615, 0.00195252361356747, 0.00731730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1110, '2021-05-23 00:00:00', 0.000414137844015893, 0.000976923076923072, 0.000725550507174729, 0.00147653846153845, 0.000925499948053021, 0.00189307692307692, 0.000904377048666001, 0.00290538461538463, 0.00202712558906599, 0.00736307692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1125, '2021-05-23 00:00:00', 0.000503060173797865, 0.000981538461538444, 0.000688060037630886, 0.00133115384615383, 0.000725963868564782, 0.00177653846153845, 0.00077552443794257, 0.00274307692307693, 0.00211407521152867, 0.00744500000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1140, '2021-05-23 00:00:00', 0.000386890761764156, 0.000877307692307692, 0.000442860630968152, 0.00116153846153849, 0.000530553992032412, 0.00153653846153847, 0.000749966665925889, 0.002615, 0.00212211404029097, 0.00753000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1155, '2021-05-23 00:00:00', 0.000317040157611712, 0.000787692307692344, 0.000477747277897463, 0.00112230769230771, 0.000508759123902321, 0.00141961538461539, 0.00085047036759305, 0.00249961538461539, 0.00227679332530513, 0.00759961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1170, '2021-05-23 00:00:00', 0.00032093637040098, 0.000718076923076905, 0.000279728439741149, 0.000960000000000012, 0.000437696768937681, 0.0012476923076923, 0.000932559092786352, 0.00243769230769231, 0.00221746525425908, 0.00758192307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1185, '2021-05-23 00:00:00', 0.000259928096566386, 0.000728846153846155, 0.000288048339960217, 0.000960384615384622, 0.000432156666748746, 0.00121923076923077, 0.000936920405452823, 0.00246961538461538, 0.00228695201927405, 0.00763153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1200, '2021-05-23 00:00:00', 0.000284609313864559, 0.000647692307692289, 0.00034689679245473, 0.000864230769230735, 0.000497344486710671, 0.00126653846153847, 0.00101434116548627, 0.00249999999999999, 0.00222884599323025, 0.00770230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1215, '2021-05-23 00:00:00', 0.000273840211690082, 0.0005773076923077, 0.000342049029324057, 0.000868461538461557, 0.000532866269844931, 0.00131230769230772, 0.00105747333117856, 0.00258461538461539, 0.00231876615067983, 0.00787730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1230, '2021-05-23 00:00:00', 0.000300140736219626, 0.000652692307692322, 0.000529648359400259, 0.000970769230769237, 0.000528948448847765, 0.00126769230769231, 0.00106139972895015, 0.00250423076923077, 0.00241679116567022, 0.00792346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1245, '2021-05-23 00:00:00', 0.000374998051277, 0.000663461538461512, 0.000325259896083117, 0.000924999999999988, 0.000447368373422283, 0.00118230769230767, 0.00106117699531449, 0.00238615384615383, 0.0024024063897556, 0.00796269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1260, '2021-05-23 00:00:00', 0.000294858505832118, 0.000671538461538471, 0.00044323305208609, 0.000913461538461545, 0.000605346563167301, 0.00133730769230769, 0.00107599692593216, 0.00232423076923075, 0.00240469502304268, 0.00794307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1275, '2021-05-23 00:00:00', 0.000307467321590712, 0.000608076923076936, 0.000323129171599346, 0.000822692307692308, 0.000640769369286152, 0.00140423076923076, 0.00109141770893855, 0.00227384615384616, 0.00239622629597845, 0.00796730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1290, '2021-05-23 00:00:00', 0.000211956454163459, 0.000571538461538474, 0.000555467509262369, 0.00101807692307696, 0.000638843787334109, 0.00140423076923077, 0.00107661670916886, 0.00223653846153848, 0.00247556066687625, 0.00801384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1305, '2021-05-23 00:00:00', 0.000470565126695029, 0.000793461538461553, 0.000517971190170011, 0.00110692307692305, 0.000647350101449099, 0.00146692307692306, 0.00103798747583968, 0.002145, 0.00249500809309621, 0.00809576923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1320, '2021-05-23 00:00:00', 0.000356881579152594, 0.000747307692307677, 0.000418772565408067, 0.000937692307692302, 0.000642515728631166, 0.0013823076923077, 0.000919991053468202, 0.00200653846153847, 0.00247484451726074, 0.0080992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1335, '2021-05-23 00:00:00', 0.00026647701589444, 0.000595000000000004, 0.000334618267007943, 0.000905769230769246, 0.000518631334898362, 0.00128769230769231, 0.000804771157152531, 0.00194384615384615, 0.00243845512253466, 0.00811076923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1350, '2021-05-23 00:00:00', 0.000263792459214553, 0.000672307692307698, 0.000400609727597989, 0.00100807692307693, 0.000534025784453837, 0.00122653846153846, 0.000822676027457878, 0.00189961538461536, 0.00241733957386726, 0.00810884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1365, '2021-05-23 00:00:00', 0.000352002622367874, 0.000735384615384608, 0.000389433513630343, 0.00087769230769231, 0.000512257146963711, 0.00111923076923077, 0.000786223006140524, 0.00188884615384616, 0.00240516856917639, 0.00808961538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1380, '2021-05-23 00:00:00', 0.000257329779436084, 0.000561153846153859, 0.000375389848639455, 0.000778461538461565, 0.000559013967074741, 0.00112615384615387, 0.00074321877926098, 0.00187307692307692, 0.00241323555546366, 0.00811538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1395, '2021-05-23 00:00:00', 0.000332697136470058, 0.000549230769230789, 0.000371906729415607, 0.00078115384615384, 0.000732273593259124, 0.00131384615384616, 0.000752967462776456, 0.00195, 0.00241635838528849, 0.00811961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1410, '2021-05-23 00:00:00', 0.000189947766099413, 0.000461923076923054, 0.000300069991835234, 0.00078500000000001, 0.000650595112185773, 0.00119500000000001, 0.00075408263166886, 0.00207384615384615, 0.00241908339284503, 0.00812269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1425, '2021-05-23 00:00:00', 0.00025431900016742, 0.000596923076923093, 0.000680924823592616, 0.00103884615384615, 0.000663845209019761, 0.0011176923076923, 0.000825343937631206, 0.00227384615384614, 0.0024223045606644, 0.00813076923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 0, '2021-05-23 00:00:00', 0.000761841493710132, 0.000762307692307682, 0.000727897287766952, 0.000907692307692302, 0.000702908353803103, 0.00100192307692306, 0.000824577840706739, 0.00229615384615385, 0.00242837321298408, 0.00815269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 15, '2021-05-23 00:00:00', 0.000297078553023712, 0.00045840000000001, 0.000313953287395844, 0.000586000000000002, 0.000314259446954255, 0.000824399999999992, 0.000778813841684884, 0.00215520000000002, 0.00249053876366811, 0.00816000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 30, '2021-05-23 00:00:00', 0.00033907696531289, 0.000444166666666653, 0.000318526669417876, 0.000596249999999974, 0.000366617915072581, 0.000925, 0.00077049955562439, 0.00220499999999998, 0.00253436539808581, 0.00810083333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 45, '2021-05-23 00:00:00', 0.00025893895924598, 0.000414230769230742, 0.000287262945748312, 0.000679999999999971, 0.000371932169167337, 0.00090846153846152, 0.000851006734132241, 0.00235730769230769, 0.00245725891688595, 0.00808576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 60, '2021-05-23 00:00:00', 0.000192032449180997, 0.000517307692307682, 0.000333673262569595, 0.00070461538461538, 0.000352723905974818, 0.000843076923076921, 0.000941739144022691, 0.00240384615384618, 0.00246788617116882, 0.0080569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 75, '2021-05-23 00:00:00', 0.000266667179486692, 0.000450769230769229, 0.000299909730008625, 0.000564615384615386, 0.00037125815194365, 0.000896153846153841, 0.00099391355451373, 0.00248192307692308, 0.00247588122618067, 0.0080696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 90, '2021-05-23 00:00:00', 0.000171731901968867, 0.000340384615384608, 0.000236072022908269, 0.000534999999999995, 0.000393272854976732, 0.000916538461538445, 0.000958489195798024, 0.00255153846153847, 0.00247544087759364, 0.00804346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 105, '2021-05-23 00:00:00', 0.000206573510849327, 0.000413846153846158, 0.000300074093414388, 0.000727307692307683, 0.000437257361287336, 0.00103500000000002, 0.000952915849057297, 0.00259384615384614, 0.00249337164374792, 0.00800692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 120, '2021-05-23 00:00:00', 0.00021226434897586, 0.000588076923076933, 0.00026501785135809, 0.000732307692307699, 0.000397906830996679, 0.0010546153846154, 0.000951934063650619, 0.0026123076923077, 0.00250758651971298, 0.00801307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 135, '2021-05-23 00:00:00', 0.000187671152653923, 0.000452692307692327, 0.000298495973429821, 0.000729615384615416, 0.000376181012075475, 0.00111807692307694, 0.000929281360059371, 0.00254961538461537, 0.00252990911968123, 0.00800807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 150, '2021-05-23 00:00:00', 0.000193204952954471, 0.000458076923076944, 0.000254832976974809, 0.000649615384615387, 0.000476321158624989, 0.00119538461538462, 0.000853569879073463, 0.00247846153846154, 0.00250034265344082, 0.00795576923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 165, '2021-05-23 00:00:00', 0.000183802569664821, 0.000439230769230786, 0.00033275192885067, 0.000809615384615394, 0.000599868703583081, 0.00138230769230768, 0.000808620097164558, 0.0025023076923077, 0.00251804539581493, 0.00797615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 180, '2021-05-23 00:00:00', 0.000294644505489906, 0.000690769230769204, 0.000413260394722456, 0.00103192307692306, 0.000630015384427546, 0.00144076923076923, 0.000798323628226417, 0.00248615384615384, 0.0025064830708815, 0.00798423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 195, '2021-05-23 00:00:00', 0.000301579432067514, 0.000716923076923102, 0.000481763587090348, 0.00101807692307694, 0.000526495525585502, 0.00121846153846159, 0.000786658463668633, 0.00225653846153849, 0.00251848052480981, 0.00797192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 210, '2021-05-23 00:00:00', 0.000339431198421028, 0.000621538461538477, 0.000381869288953902, 0.000828076923076968, 0.000393989652343635, 0.00110038461538462, 0.000793014501758938, 0.00209000000000001, 0.00254927178138871, 0.00800115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 225, '2021-05-23 00:00:00', 0.000197272556475703, 0.000547307692307717, 0.000362028473168328, 0.000833846153846176, 0.000448894710971813, 0.00111769230769231, 0.000776131729501152, 0.0021473076923077, 0.00255245281731426, 0.00800076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 240, '2021-05-23 00:00:00', 0.000352105971810472, 0.000651153846153867, 0.000361999787505218, 0.000849615384615374, 0.000605894761108273, 0.00117269230769231, 0.000783195034163544, 0.00215230769230768, 0.00257222717025241, 0.00800615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 255, '2021-05-23 00:00:00', 0.000238599761428712, 0.000505384615384613, 0.000363736379602239, 0.000758076923076928, 0.000618843710852353, 0.00115653846153847, 0.000780519353724431, 0.00203230769230769, 0.00258131439386994, 0.00795 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 270, '2021-05-23 00:00:00', 0.000238756071207555, 0.000532692307692322, 0.000394141911186641, 0.000759615384615425, 0.000502582867258268, 0.0011615384615385, 0.000737062777829327, 0.00193846153846156, 0.00258668733800889, 0.00794076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 285, '2021-05-23 00:00:00', 0.000283538085896523, 0.000555384615384633, 0.000410155880311183, 0.000810384615384629, 0.000407891388258418, 0.00116076923076924, 0.000745939985212217, 0.0019123076923077, 0.00257938946264423, 0.00793500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 300, '2021-05-23 00:00:00', 0.000288902432292659, 0.000523846153846135, 0.000321362484048544, 0.000764615384615398, 0.000381059252408516, 0.00102307692307692, 0.000800261207356687, 0.00183500000000001, 0.00257901734417173, 0.0079323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 315, '2021-05-23 00:00:00', 0.000202727934396368, 0.000511153846153847, 0.000281756304959803, 0.000718846153846175, 0.000430570998344475, 0.000929230769230759, 0.000767193587043051, 0.00192500000000001, 0.00257115624992698, 0.00793269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 330, '2021-05-23 00:00:00', 0.000248838532756922, 0.000476153846153857, 0.000312159968852254, 0.000649615384615387, 0.000454580956655473, 0.000870384615384613, 0.000795854354669324, 0.0020019230769231, 0.00256905277365925, 0.00795192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 345, '2021-05-23 00:00:00', 0.000166757769972312, 0.000418076923076938, 0.000287011390821898, 0.00056346153846154, 0.000415554495176662, 0.000878461538461529, 0.000892251861648577, 0.0020742307692308, 0.00256896438278153, 0.00795500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 360, '2021-05-23 00:00:00', 0.000207957096166842, 0.000393076923076911, 0.00026723800973315, 0.000578076923076901, 0.000391472368609339, 0.000878846153846138, 0.000929128375662649, 0.00213346153846156, 0.00256603027741598, 0.00795923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 375, '2021-05-23 00:00:00', 0.000143810238214704, 0.000384230769230741, 0.000307467321590693, 0.000598076923076887, 0.00039561616984921, 0.000831923076923061, 0.000875874683695343, 0.00237269230769233, 0.00256030650208437, 0.00795423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 390, '2021-05-23 00:00:00', 0.000237849661632019, 0.000387307692307685, 0.000292178027921366, 0.000559999999999979, 0.000336422124946979, 0.000770384615384624, 0.000938651159909775, 0.00257500000000003, 0.00254550418158401, 0.00794346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 405, '2021-05-23 00:00:00', 0.000120509814474237, 0.000368846153846145, 0.000169568229970663, 0.00052423076923077, 0.000436444551064459, 0.000830384615384624, 0.000914842819622793, 0.00277576923076925, 0.00253411629263842, 0.00792423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 420, '2021-05-23 00:00:00', 0.000155498701453902, 0.000379615384615403, 0.000189082399620272, 0.000528076923076932, 0.000485567867394628, 0.000851923076923073, 0.000924855414895513, 0.00284153846153847, 0.00249961424716205, 0.00793076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 435, '2021-05-23 00:00:00', 0.000131215031971902, 0.00037423076923077, 0.000343219373668738, 0.000636538461538473, 0.000418444187988727, 0.000883461538461536, 0.000980307016272889, 0.00293538461538463, 0.00249012131307819, 0.00792807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 450, '2021-05-23 00:00:00', 0.000311153684510779, 0.000473846153846158, 0.000362405000814541, 0.000645769230769234, 0.000363288399950295, 0.000887692307692341, 0.0010065257839947, 0.00292692307692311, 0.00249698528999705, 0.00791653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 465, '2021-05-23 00:00:00', 0.000190497728635762, 0.000414230769230784, 0.00027985078441636, 0.000622692307692322, 0.000301323490876231, 0.000910384615384636, 0.000990246667017098, 0.00294269230769232, 0.00249375971947212, 0.00790846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 480, '2021-05-23 00:00:00', 0.00025831078478927, 0.000487307692307725, 0.000278440989467017, 0.000664230769230808, 0.000301479429072432, 0.00098538461538464, 0.000994897211544229, 0.00304730769230771, 0.00250402924534411, 0.00791230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 495, '2021-05-23 00:00:00', 0.000149483726925004, 0.000415769230769256, 0.0002363429711246, 0.000655000000000004, 0.000391021738526146, 0.00118500000000002, 0.00101352818639414, 0.00310923076923079, 0.00249710860488997, 0.00792076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 510, '2021-05-23 00:00:00', 0.000158324399208129, 0.000521153846153844, 0.00023965488006394, 0.000742307692307713, 0.000359991452890012, 0.00138461538461539, 0.00103098101153893, 0.00324538461538464, 0.00249602872271444, 0.00793923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 525, '2021-05-23 00:00:00', 0.000186995680739932, 0.000490769230769252, 0.00029089173243668, 0.00102500000000003, 0.000461748682893501, 0.00148038461538463, 0.00104106668669874, 0.0033396153846154, 0.00248370446030802, 0.00796038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 540, '2021-05-23 00:00:00', 0.00025735608375586, 0.000871923076923101, 0.000331221747706661, 0.0011803846153846, 0.000545739300962831, 0.00159923076923078, 0.00116358094492163, 0.00341384615384619, 0.00247831766760005, 0.00797230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 555, '2021-05-23 00:00:00', 0.000272683812388035, 0.0007326923076923, 0.000321147222409864, 0.00103653846153846, 0.000566963979319833, 0.00166192307692308, 0.00118719268088146, 0.00335230769230771, 0.0024719082631721, 0.00803769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 570, '2021-05-23 00:00:00', 0.000351511899349979, 0.000776153846153849, 0.000514773288411052, 0.00113346153846155, 0.000777441563473033, 0.0018592307692308, 0.00127420255605072, 0.00340807692307696, 0.00245859296847107, 0.00807076923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 585, '2021-05-23 00:00:00', 0.000331707934554085, 0.000803076923076932, 0.000526315056274804, 0.00138653846153848, 0.000779588056900283, 0.00206153846153849, 0.00128610706576686, 0.00342076923076927, 0.00246306675633322, 0.00808461538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 600, '2021-05-23 00:00:00', 0.00048473561390166, 0.00114384615384617, 0.000752609102747544, 0.00152269230769234, 0.000762600913877084, 0.00209192307692311, 0.00129557780397546, 0.00356461538461541, 0.00248102596644088, 0.00812538461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 615, '2021-05-23 00:00:00', 0.000491749310742162, 0.00100423076923079, 0.000559910569782231, 0.0014896153846154, 0.000710510975392955, 0.00200538461538464, 0.0012507502363966, 0.00355807692307695, 0.00246744978906127, 0.00808730769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 630, '2021-05-23 00:00:00', 0.000319528498789196, 0.000912307692307699, 0.000386269136941917, 0.00130038461538462, 0.000565145590499943, 0.00169846153846156, 0.00125755317979003, 0.00352000000000003, 0.00246854341978922, 0.00807115384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 645, '2021-05-23 00:00:00', 0.0003921547967517, 0.000904230769230766, 0.000482913593162909, 0.00131153846153845, 0.000560130753965927, 0.00171769230769232, 0.00110674741750491, 0.0035646153846154, 0.00247466899107428, 0.00805115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 660, '2021-05-23 00:00:00', 0.000337227610877948, 0.000867692307692296, 0.000400592829921603, 0.00109884615384616, 0.00054213594661801, 0.00163923076923079, 0.00101778772155781, 0.00352038461538462, 0.00242387280702091, 0.0080492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 675, '2021-05-23 00:00:00', 0.000289606895370497, 0.000688076923076913, 0.00043245631171071, 0.00109769230769232, 0.00045515728473368, 0.00150192307692307, 0.00101187814711821, 0.00341576923076924, 0.00243027089341593, 0.00802384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 690, '2021-05-23 00:00:00', 0.000298975944491541, 0.000781153846153865, 0.000364069308701639, 0.00108230769230772, 0.000510992548492988, 0.00155423076923076, 0.000941312994623014, 0.0034069230769231, 0.00237783265892413, 0.00801807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 705, '2021-05-23 00:00:00', 0.000206182891180097, 0.000690769230769247, 0.000272701583871712, 0.000986923076923078, 0.00055759704226119, 0.00158230769230768, 0.00104570189898386, 0.00345269230769232, 0.00230327726378006, 0.0080069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 720, '2021-05-23 00:00:00', 0.000260788449484665, 0.000721153846153822, 0.000475564927218122, 0.00109499999999997, 0.000688680008310238, 0.00163192307692306, 0.00114759554655006, 0.00364653846153846, 0.00230607145129149, 0.00801846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 735, '2021-05-23 00:00:00', 0.000366423042607622, 0.000775384615384605, 0.000479475354303626, 0.00113615384615384, 0.000575729236574078, 0.00157192307692307, 0.00131629766331997, 0.00382346153846153, 0.00236455235639939, 0.00797961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 750, '2021-05-23 00:00:00', 0.000215333730252863, 0.000736153846153827, 0.000282048550103335, 0.00104076923076923, 0.000476503289196831, 0.00145076923076924, 0.00137798788651594, 0.00378115384615383, 0.0023071185158448, 0.0079496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 765, '2021-05-23 00:00:00', 0.000223037768447059, 0.000745384615384622, 0.000325383560645677, 0.00106230769230768, 0.000495040013922707, 0.00147615384615383, 0.00148248959005296, 0.00412923076923076, 0.00227306976440367, 0.00792692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 780, '2021-05-23 00:00:00', 0.000234033856853753, 0.000749615384615411, 0.000430516684211664, 0.00103384615384618, 0.000539022619762249, 0.00153423076923078, 0.00144946143844481, 0.00437230769230768, 0.00239398120293371, 0.00791500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 795, '2021-05-23 00:00:00', 0.000291253260133619, 0.000697307692307709, 0.000334954646757732, 0.00101115384615386, 0.000422337998071868, 0.00157576923076924, 0.00145106014295121, 0.00442653846153848, 0.00244325359998635, 0.00786192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 810, '2021-05-23 00:00:00', 0.000229948823737937, 0.000712692307692314, 0.000333373664226771, 0.00110500000000001, 0.00059195322060497, 0.00168384615384613, 0.00144416534318671, 0.00444153846153848, 0.00245383119599976, 0.00785653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 825, '2021-05-23 00:00:00', 0.000312826567827065, 0.000827307692307689, 0.000404978441971315, 0.00120653846153844, 0.000691015306520878, 0.00178692307692308, 0.00145195613411174, 0.00441615384615386, 0.00250216463210436, 0.00782038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 840, '2021-05-23 00:00:00', 0.000351107478613694, 0.000852692307692309, 0.000549200817972384, 0.00124153846153845, 0.000697551872898787, 0.00170115384615385, 0.00161134482772813, 0.00464192307692308, 0.00246565166920354, 0.0078169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 855, '2021-05-23 00:00:00', 0.000328008442668065, 0.00081846153846152, 0.000412814728419434, 0.0012, 0.000544321172159926, 0.00157846153846156, 0.00167926691881173, 0.00469423076923076, 0.00248317055394914, 0.00781000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 870, '2021-05-23 00:00:00', 0.000352807857927493, 0.000895769230769224, 0.000477403393368769, 0.00115499999999998, 0.000543204877059772, 0.00171653846153846, 0.00172984859275202, 0.00478192307692308, 0.00246165360307629, 0.00780769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 885, '2021-05-23 00:00:00', 0.000302251296364194, 0.000759615384615399, 0.000295633869195294, 0.00115076923076925, 0.00056528889822951, 0.00194346153846155, 0.00182040418166279, 0.00485076923076925, 0.00242508505798488, 0.00778846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 900, '2021-05-23 00:00:00', 0.000283680209987366, 0.000847692307692336, 0.000374664567929145, 0.00139846153846155, 0.000846246099866035, 0.0022673076923077, 0.00181782393156045, 0.00497038461538462, 0.00238344718035422, 0.00779269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 915, '2021-05-23 00:00:00', 0.000292998293510395, 0.00102999999999999, 0.000484873337941093, 0.00157307692307694, 0.000934011036007941, 0.00242615384615385, 0.00206003450307179, 0.00499692307692307, 0.00239282247244032, 0.00779923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 930, '2021-05-23 00:00:00', 0.00050210342177071, 0.00114038461538462, 0.000704461824046184, 0.0016576923076923, 0.00101776708836249, 0.00228461538461539, 0.00207198455592703, 0.00493000000000001, 0.00236879875431863, 0.00778346153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 945, '2021-05-23 00:00:00', 0.000446281732334388, 0.00109923076923076, 0.000686635162334297, 0.00169961538461537, 0.00100309927417286, 0.00253807692307691, 0.00202101406381892, 0.00481461538461536, 0.00233348840876619, 0.00768807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 960, '2021-05-23 00:00:00', 0.000505066789185831, 0.0013126923076923, 0.000517457839233901, 0.00157884615384616, 0.00114605436842439, 0.00270384615384614, 0.00190169770306592, 0.00474692307692306, 0.00235265208778388, 0.00763961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 975, '2021-05-23 00:00:00', 0.000352997929826142, 0.000973461538461545, 0.000712291750943066, 0.00187346153846153, 0.000973283419865276, 0.00269615384615385, 0.00172519327791232, 0.00471961538461535, 0.00220961232241871, 0.00764115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 990, '2021-05-23 00:00:00', 0.00067562757151005, 0.00151384615384616, 0.000988676582414771, 0.00212576923076921, 0.00113533864822521, 0.00266461538461539, 0.00181655735262739, 0.00482384615384612, 0.00223983065980786, 0.00769423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1005, '2021-05-23 00:00:00', 0.000557660635705416, 0.00132423076923078, 0.0008010846493253, 0.00186384615384617, 0.00102779075990878, 0.0025046153846154, 0.00169059989352894, 0.00471999999999999, 0.00226037032364167, 0.00782500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1020, '2021-05-23 00:00:00', 0.000622896954065951, 0.00138615384615386, 0.000842011510975579, 0.00188076923076926, 0.000951378028885537, 0.00257807692307694, 0.00165275229657872, 0.00455692307692307, 0.00248131506696317, 0.00787269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1035, '2021-05-23 00:00:00', 0.000472376805266555, 0.00127961538461538, 0.00051604114326133, 0.0017476923076923, 0.000896336132005417, 0.00260769230769229, 0.00164095080318139, 0.00433346153846151, 0.00266241316218084, 0.00817961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1050, '2021-05-23 00:00:00', 0.000369570228571186, 0.00112307692307694, 0.000760116185451033, 0.00174384615384615, 0.00107272994666017, 0.00245846153846155, 0.00177818057402679, 0.00417692307692307, 0.00290737809454073, 0.00820076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1065, '2021-05-23 00:00:00', 0.000644870410356847, 0.00143461538461533, 0.000759991194280947, 0.0019611538461538, 0.000918181899189909, 0.002525, 0.00162763466889368, 0.00407884615384614, 0.00309714220631757, 0.00827461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1080, '2021-05-23 00:00:00', 0.00063528854740311, 0.00127653846153844, 0.000635716918132599, 0.00164000000000001, 0.000817848678875552, 0.0022626923076923, 0.00144951556894552, 0.00379076923076925, 0.00311615811290368, 0.00823423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1095, '2021-05-23 00:00:00', 0.000545967172864939, 0.00103807692307693, 0.000741630324664216, 0.00159346153846155, 0.00114539882204344, 0.00211230769230769, 0.00147337414956806, 0.00362076923076924, 0.00338338801522063, 0.00820769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1110, '2021-05-23 00:00:00', 0.00038119084660899, 0.00109769230769232, 0.00050730130631078, 0.00147115384615382, 0.00087201843664351, 0.00193192307692308, 0.00132123025420075, 0.00340423076923077, 0.00336547413507314, 0.0080819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1125, '2021-05-23 00:00:00', 0.000359775143452335, 0.00104307692307692, 0.000695725852285552, 0.0013823076923077, 0.000731319671237168, 0.00179269230769228, 0.00127598842531521, 0.00328769230769233, 0.00333509856848919, 0.00809769230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1140, '2021-05-23 00:00:00', 0.00046026363682634, 0.000931153846153874, 0.000558198338062173, 0.00127576923076924, 0.000605341353160467, 0.00176692307692305, 0.00127066887292298, 0.00315923076923078, 0.0033237118499561, 0.00808730769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1155, '2021-05-23 00:00:00', 0.00050525195542572, 0.000926538461538442, 0.000541623343435095, 0.00123961538461536, 0.000754872582218082, 0.00186615384615383, 0.00127329276348311, 0.0031123076923077, 0.00329971476622778, 0.00813153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1170, '2021-05-23 00:00:00', 0.0003841009482695, 0.000778461538461514, 0.000408345253619846, 0.00116461538461535, 0.000911702043095567, 0.00183615384615382, 0.00126665325229065, 0.00283769230769231, 0.00334042809324703, 0.00811038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1185, '2021-05-23 00:00:00', 0.000280813379036961, 0.000771923076923053, 0.00041991739114333, 0.00119884615384617, 0.000791944539627714, 0.00176192307692308, 0.00120066955679546, 0.0026392307692308, 0.00330953710451386, 0.00813038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1200, '2021-05-23 00:00:00', 0.000345114473761967, 0.000870000000000003, 0.000784205722616598, 0.00130115384615383, 0.000780514327469148, 0.00156115384615385, 0.0012515292799058, 0.00256846153846157, 0.00330822427385961, 0.00815961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1215, '2021-05-23 00:00:00', 0.000769514132423838, 0.000839999999999977, 0.000747135761527877, 0.00107961538461539, 0.000699450773546926, 0.00131923076923078, 0.00122305166882489, 0.00234923076923079, 0.00330240576643057, 0.00809961538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1230, '2021-05-23 00:00:00', 0.000409467196018669, 0.000719230769230767, 0.000467121463367348, 0.000927692307692305, 0.000515143146648066, 0.0012726923076923, 0.00102067338255002, 0.00224307692307693, 0.00331703472767704, 0.00802076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1245, '2021-05-23 00:00:00', 0.000190828154671644, 0.000590769230769215, 0.000281726818034797, 0.000894999999999996, 0.000377761015213828, 0.00126076923076921, 0.000787019401578838, 0.00211346153846154, 0.00332755008053398, 0.00799846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1260, '2021-05-23 00:00:00', 0.00019463773055052, 0.000669615384615373, 0.000289140902569097, 0.000867692307692296, 0.000329436114969425, 0.00125807692307694, 0.000742190106270703, 0.00201307692307693, 0.00331980388670084, 0.00796538461538466 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1275, '2021-05-23 00:00:00', 0.000233780962572969, 0.000591538461538443, 0.000293587098857182, 0.000895769230769215, 0.000387827082800911, 0.00128538461538462, 0.000738562533157883, 0.00199115384615386, 0.00332114475166902, 0.00803769230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1290, '2021-05-23 00:00:00', 0.000247886140115872, 0.00069346153846153, 0.000293703146836308, 0.000961538461538492, 0.000462348519891841, 0.00129307692307693, 0.000756150676885114, 0.00199038461538463, 0.00334007344460939, 0.00807115384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1305, '2021-05-23 00:00:00', 0.000243200771759906, 0.000731153846153879, 0.000338020481855517, 0.000994615384615402, 0.00047039623232401, 0.00125615384615386, 0.000752998110121201, 0.00191692307692309, 0.00334519080748193, 0.0082115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1320, '2021-05-23 00:00:00', 0.000288489967829819, 0.000692307692307684, 0.000344240524141969, 0.000888461538461509, 0.000494703796381063, 0.00120961538461539, 0.000775733499043593, 0.00187769230769232, 0.00334603434623047, 0.00824461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1335, '2021-05-23 00:00:00', 0.000197470153538362, 0.000562307692307704, 0.000332364952331691, 0.000782307692307727, 0.000503239964170584, 0.00116230769230771, 0.000711545771272185, 0.00183576923076926, 0.00334747868379496, 0.00828846153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1350, '2021-05-23 00:00:00', 0.000257307956766541, 0.000580769230769235, 0.000336953089636206, 0.000875769230769246, 0.000503186308973542, 0.00114730769230771, 0.000671327158579274, 0.00180192307692308, 0.00334705006742448, 0.00831192307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1365, '2021-05-23 00:00:00', 0.000244314110553198, 0.000684230769230785, 0.000324852866103048, 0.000904230769230775, 0.000328035645342641, 0.00108923076923077, 0.00058801321282903, 0.00174346153846155, 0.00335219397731375, 0.00833730769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1380, '2021-05-23 00:00:00', 0.000275888494755494, 0.000582307692307715, 0.000303603993082067, 0.000729230769230781, 0.000379392429266323, 0.00103884615384619, 0.000555439119422285, 0.00169384615384617, 0.00334956594202892, 0.00830000000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1395, '2021-05-23 00:00:00', 0.000183344987974511, 0.000469230769230769, 0.00022253642744159, 0.000672307692307707, 0.000289564394326243, 0.000996538461538474, 0.000566613285570151, 0.00176115384615387, 0.00335966692488317, 0.00828538461538466 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1410, '2021-05-23 00:00:00', 0.000146565291305198, 0.000455769230769236, 0.000283015628815515, 0.000744615384615386, 0.000343207494987164, 0.000959230769230776, 0.000645897348357593, 0.00181923076923077, 0.00332749305033085, 0.00832500000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1425, '2021-05-23 00:00:00', 0.000221744482196545, 0.00062115384615385, 0.000274318175734799, 0.000807692307692304, 0.00032867379198602, 0.00092230769230768, 0.000628693394760433, 0.00195923076923075, 0.00333585288367736, 0.00834769230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 0, '2021-05-23 00:00:00', 0.000336541002188219, 0.00057961538461539, 0.000388637857928667, 0.000719230769230784, 0.000326526945524951, 0.000880384615384601, 0.000630396822522256, 0.00206807692307691, 0.00334077892805764, 0.00836961538461543 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 15, '2021-05-23 00:00:00', 0.000329034017413662, 0.000449230769230783, 0.000292302267156111, 0.000576153846153854, 0.000402270479232005, 0.000841538461538483, 0.000703424152600387, 0.00208846153846152, 0.00335490797764434, 0.00836653846153851 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 30, '2021-05-23 00:00:00', 0.000231245457335842, 0.000367692307692308, 0.000291158957378181, 0.000558461538461559, 0.000434679899908678, 0.000801153846153843, 0.000704181466996663, 0.00213653846153844, 0.00335741411483029, 0.00837846153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 45, '2021-05-23 00:00:00', 0.000269220241552457, 0.000413461538461557, 0.000345416582382238, 0.000636153846153855, 0.000381386942618656, 0.000790000000000017, 0.000719649487330762, 0.00218076923076925, 0.00334000082911092, 0.0083715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 60, '2021-05-23 00:00:00', 0.000328798512068511, 0.000497307692307688, 0.000367815170975849, 0.000599999999999985, 0.000422061606877474, 0.000850000000000017, 0.000699636059236977, 0.00218884615384615, 0.00334004762748171, 0.00834307692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 75, '2021-05-23 00:00:00', 0.000182613926505731, 0.000340384615384616, 0.000237336502427674, 0.000473846153846167, 0.000269281665518873, 0.000833846153846194, 0.000698582410754385, 0.00221576923076923, 0.00333558261546846, 0.00833076923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 90, '2021-05-23 00:00:00', 0.000215486569276277, 0.000352307692307695, 0.000258661941537603, 0.000595000000000029, 0.000275984391977847, 0.000849230769230799, 0.000686166609056889, 0.00222615384615384, 0.00332464311560713, 0.00840038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 105, '2021-05-23 00:00:00', 0.000230909905840749, 0.000489230769230763, 0.000237119898266355, 0.000705384615384625, 0.000316666288798693, 0.000921538461538469, 0.000700211396651046, 0.00221999999999999, 0.00334261426937752, 0.00841692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 120, '2021-05-23 00:00:00', 0.000189858246716211, 0.000516923076923081, 0.000268595205868196, 0.000630769230769221, 0.000463309167419959, 0.000990769230769231, 0.000700189974221274, 0.00222499999999999, 0.00334299453507458, 0.00841730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 135, '2021-05-23 00:00:00', 0.000207049603867111, 0.000411538461538459, 0.000273544540038026, 0.000601153846153856, 0.000509203903544161, 0.00108384615384617, 0.000658055059655686, 0.00223269230769229, 0.00335298443411011, 0.00839384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 150, '2021-05-23 00:00:00', 0.00020593837763908, 0.000398846153846171, 0.000337842931188215, 0.000685384615384639, 0.000543022878112722, 0.00110538461538461, 0.000696594463194929, 0.00219961538461539, 0.00339634303332277, 0.00838500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 165, '2021-05-23 00:00:00', 0.00030684624062322, 0.000541153846153839, 0.000414330228756652, 0.000851538461538472, 0.000586696225945334, 0.00126730769230769, 0.000669287566113271, 0.00217538461538463, 0.00336497600860119, 0.00838653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 180, '2021-05-23 00:00:00', 0.000404568716232321, 0.000680384615384649, 0.000535741183207526, 0.000938846153846155, 0.000601900196173649, 0.00136961538461537, 0.000734217008373265, 0.00219115384615386, 0.0033705776724701, 0.00838538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 195, '2021-05-23 00:00:00', 0.000283243032367253, 0.000641153846153836, 0.000409254669631757, 0.000974230769230764, 0.000477311702704288, 0.00130769230769228, 0.000756271013694036, 0.00216538461538462, 0.00337698053569482, 0.00835846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 210, '2021-05-23 00:00:00', 0.000336469680883553, 0.000689615384615376, 0.000398799930560925, 0.000945769230769209, 0.000465334949670276, 0.00125615384615383, 0.000824107162561144, 0.00215384615384616, 0.00335513496232041, 0.00834115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 225, '2021-05-23 00:00:00', 0.000254374647986908, 0.000582307692307673, 0.000309884593903052, 0.00083269230769228, 0.000380994043967161, 0.00115269230769232, 0.00075240711156821, 0.00199730769230769, 0.00329090354672488, 0.00829307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 240, '2021-05-23 00:00:00', 0.000225660398352486, 0.000611153846153845, 0.000317862331109645, 0.000787307692307683, 0.000369207050520204, 0.00109461538461538, 0.000743236581032284, 0.00191615384615385, 0.00324112366554946, 0.00828115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 255, '2021-05-23 00:00:00', 0.000248948558170944, 0.000520769230769235, 0.000319193454723725, 0.000782692307692354, 0.000425152461341364, 0.00107884615384618, 0.00076077500970034, 0.00189884615384618, 0.00322565456684618, 0.00828076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 270, '2021-05-23 00:00:00', 0.000235855562058344, 0.00053961538461541, 0.000316977067843181, 0.000782307692307702, 0.000415162804025308, 0.00103807692307692, 0.000812714350423665, 0.00190384615384616, 0.00323528196369583, 0.00825576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 285, '2021-05-23 00:00:00', 0.000280199105033439, 0.000513461538461537, 0.000312540212797324, 0.000774230769230777, 0.000396510354894378, 0.00094730769230769, 0.000809511248555823, 0.00182730769230771, 0.00328638272035006, 0.00827076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 300, '2021-05-23 00:00:00', 0.000206178414150324, 0.000578461538461528, 0.000309259413139506, 0.000724230769230748, 0.000343482840238735, 0.0009126923076923, 0.000796550350912227, 0.00178730769230769, 0.00329254133786328, 0.00826269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 315, '2021-05-23 00:00:00', 0.00017314289341022, 0.000407692307692297, 0.0002282363821871, 0.000590384615384606, 0.000374421399782907, 0.000849230769230782, 0.000758494967277035, 0.00187884615384616, 0.00330629332311301, 0.00825653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 330, '2021-05-23 00:00:00', 0.00018093772834447, 0.000447692307692303, 0.000214892101726956, 0.000631153846153865, 0.000464362093463875, 0.000878076923076928, 0.000767450624821163, 0.00201269230769232, 0.00330592831138246, 0.008255 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 345, '2021-05-23 00:00:00', 0.000189186517652679, 0.000476538461538458, 0.000365959224294407, 0.000683076923076923, 0.000467556825012086, 0.000874230769230783, 0.000783341167445781, 0.00210923076923079, 0.00330487034541449, 0.00825000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 360, '2021-05-23 00:00:00', 0.000214034145370816, 0.000461153846153835, 0.00038147668544546, 0.000617307692307671, 0.000419552325516295, 0.000791923076923047, 0.00077937657531763, 0.00221038461538459, 0.00330253909311284, 0.00822730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 375, '2021-05-23 00:00:00', 0.000276173858284947, 0.000399999999999999, 0.00028321695950956, 0.000559615384615396, 0.000371482684139346, 0.000789230769230756, 0.000800408741735203, 0.00234307692307693, 0.00330151517663308, 0.0082223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 390, '2021-05-23 00:00:00', 0.000171860408471503, 0.000390000000000019, 0.000248229422417742, 0.000484615384615382, 0.000368201658793737, 0.000807307692307686, 0.000769047862869783, 0.00241884615384615, 0.00330474800622006, 0.00823076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 405, '2021-05-23 00:00:00', 0.000178682356754609, 0.000319230769230751, 0.000307183733543683, 0.000535384615384604, 0.000349176834195026, 0.000842692307692286, 0.000765325973787539, 0.0025403846153846, 0.00332000539851276, 0.00823961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 420, '2021-05-23 00:00:00', 0.000253693940378181, 0.000403846153846152, 0.000324906850556372, 0.000587307692307688, 0.000392227563460878, 0.000857692307692307, 0.000750715351156155, 0.00267153846153846, 0.00332048420936095, 0.00824076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 435, '2021-05-23 00:00:00', 0.00016915036551498, 0.000380384615384588, 0.000190243568576251, 0.000583846153846136, 0.00035212235635662, 0.000903076923076921, 0.00069327372771397, 0.0027473076923077, 0.00332466937627466, 0.00824769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 450, '2021-05-23 00:00:00', 0.000173079350410346, 0.00044730769230771, 0.000263883715648781, 0.000591153846153867, 0.000431198151844158, 0.0009696153846154, 0.000666996136535929, 0.00282038461538462, 0.00338379186484858, 0.00829923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 465, '2021-05-23 00:00:00', 0.000161550182724942, 0.00038769230769232, 0.000222982924492854, 0.000654230769230785, 0.000319119943691285, 0.000958461538461549, 0.000638875454336655, 0.0028846153846154, 0.00338951262664028, 0.00831038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 480, '2021-05-23 00:00:00', 0.000152136072696082, 0.000484230769230773, 0.000233571929293407, 0.000699615384615382, 0.00032297654118193, 0.000924615384615413, 0.000660159421305546, 0.00297230769230769, 0.00339612457866996, 0.00830307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 495, '2021-05-23 00:00:00', 0.000217346586036074, 0.000466538461538461, 0.00030014765597056, 0.000673846153846162, 0.00051245532638314, 0.00121230769230772, 0.000691682119073608, 0.00300192307692309, 0.00338635081557625, 0.00830038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 510, '2021-05-23 00:00:00', 0.000166768840476416, 0.000479615384615392, 0.000232710120106537, 0.000635000000000035, 0.000525739479209971, 0.00134500000000004, 0.000738562429005477, 0.00297230769230771, 0.00338610845389491, 0.00829230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 525, '2021-05-23 00:00:00', 0.000162634086691084, 0.000454615384615417, 0.000416343053816834, 0.000948461538461577, 0.000552368884546707, 0.00141923076923078, 0.00079158924857626, 0.00298153846153847, 0.00338854904278877, 0.00828384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 540, '2021-05-23 00:00:00', 0.00040548925813335, 0.000861538461538478, 0.000500817946348358, 0.00116115384615389, 0.000585065413831236, 0.00158846153846156, 0.000859902677856371, 0.00302384615384616, 0.00338738122130676, 0.00826653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 555, '2021-05-23 00:00:00', 0.000266667467947503, 0.000736538461538479, 0.000308327498212277, 0.000974615384615373, 0.000576425056840748, 0.00155461538461538, 0.000843341066144727, 0.00297807692307694, 0.00342958225758453, 0.0082876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 570, '2021-05-23 00:00:00', 0.000176356282739041, 0.000618461538461542, 0.000322042519887332, 0.000979230769230779, 0.000504559061115613, 0.0016203846153846, 0.000829570046191657, 0.00302769230769232, 0.00350360763521526, 0.00831769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 585, '2021-05-23 00:00:00', 0.000332466771040613, 0.000793076923076926, 0.000493015836849714, 0.00130384615384616, 0.000493510501797726, 0.00177615384615381, 0.000833066993335206, 0.00305384615384618, 0.0035428846352177, 0.00835653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 600, '2021-05-23 00:00:00', 0.000309518981647343, 0.00099499999999996, 0.000330415123513052, 0.0012930769230769, 0.000479949997395587, 0.00178999999999997, 0.000871769553176829, 0.00308307692307694, 0.00355142954965377, 0.00836038461538461 where not exists (select 1 from powerstats_trumpet wh[...];
Date: 2021-05-23 15:02:50 Duration: 12s981ms Database: acaweb_fx User: pgperfstats
20 26s645ms 2 13s133ms 13s512ms 13s322ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 #20
Day Hour Count Duration Avg duration May 23 15 2 26s645ms 13s322ms [ User: pgperfstats - Total duration: 26s645ms - 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 975795, 1, 915, '2021-05-23 00:00:00', 0.0388962772590834, 0.0650961538461531, 0.0472514061654836, 0.0908461538461542, 0.0567995023000952, 0.126288461538463, 0.196786682632588, 0.319461538461541, 0.197958546554187, 0.514115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 930, '2021-05-23 00:00:00', 0.0306398496180284, 0.0630961538461529, 0.0426350163056679, 0.0882692307692314, 0.0552051140328922, 0.12026923076923, 0.190042877752931, 0.307653846153848, 0.197490522654788, 0.513442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 945, '2021-05-23 00:00:00', 0.0285516805379036, 0.0625384615384623, 0.0373585383094076, 0.0860961538461545, 0.0534122609087529, 0.122980769230769, 0.184762675218363, 0.295884615384617, 0.186655702173402, 0.511134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 960, '2021-05-23 00:00:00', 0.0312615332563608, 0.0612884615384612, 0.0444522258679547, 0.0884038461538441, 0.0821592637222665, 0.163730769230769, 0.184228699843847, 0.292076923076923, 0.18805442440544, 0.516442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 975, '2021-05-23 00:00:00', 0.0281269375400999, 0.0587307692307682, 0.0395821249478196, 0.0882307692307697, 0.123680742857755, 0.183884615384617, 0.17581591334295, 0.284346153846155, 0.191020264732466, 0.521692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 990, '2021-05-23 00:00:00', 0.0388226936013158, 0.0713076923076923, 0.0759831965229566, 0.128615384615385, 0.13458159806772, 0.195057692307695, 0.170539682952498, 0.275788461538463, 0.189510800382295, 0.52371153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1005, '2021-05-23 00:00:00', 0.061890399404606, 0.0888076923076949, 0.105903003516643, 0.142384615384618, 0.120594777600919, 0.188096153846155, 0.159100317893605, 0.260365384615388, 0.184199603273605, 0.527423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1020, '2021-05-23 00:00:00', 0.0672455689132125, 0.0900576923076933, 0.0807384761960598, 0.123807692307693, 0.0993644109017242, 0.174884615384616, 0.112010624496073, 0.229000000000002, 0.15916441064316, 0.519980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1035, '2021-05-23 00:00:00', 0.0344610873081741, 0.0689423076923089, 0.0344359382935006, 0.0980769230769235, 0.090802306392262, 0.154673076923079, 0.090291672671661, 0.202115384615388, 0.155317436734726, 0.518884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1050, '2021-05-23 00:00:00', 0.0267339024173731, 0.0701923076923067, 0.0562766825603669, 0.116250000000001, 0.0824779341120098, 0.146019230769232, 0.0822286773857867, 0.187846153846156, 0.153790071701153, 0.509884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1065, '2021-05-23 00:00:00', 0.050630262309595, 0.0897884615384617, 0.0749875092162793, 0.112942307692306, 0.0747009139064681, 0.129557692307692, 0.0763963274389139, 0.170826923076923, 0.154401047475522, 0.510711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1080, '2021-05-23 00:00:00', 0.0391167335823663, 0.0661730769230764, 0.0411030225353139, 0.0825384615384605, 0.0439571338395099, 0.10701923076923, 0.0698413173943956, 0.150980769230768, 0.154428295534006, 0.506538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1095, '2021-05-23 00:00:00', 0.023600073337567, 0.0502884615384606, 0.0252923597463431, 0.0672884615384625, 0.0416597065981758, 0.0908653846153851, 0.0582223622119417, 0.139711538461538, 0.154494691220716, 0.50248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1110, '2021-05-23 00:00:00', 0.0217660020709778, 0.0463269230769235, 0.0297923066992401, 0.066307692307693, 0.0443828622504064, 0.0849615384615386, 0.0573022116635871, 0.132211538461538, 0.155054636772381, 0.504403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1125, '2021-05-23 00:00:00', 0.0145403020812964, 0.0394038461538479, 0.0192429507572535, 0.0551346153846157, 0.0361710041118788, 0.0751923076923076, 0.0549969964214843, 0.124980769230769, 0.157045565411394, 0.507019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1140, '2021-05-23 00:00:00', 0.0201464255275816, 0.0404615384615387, 0.0251610581286609, 0.055826923076924, 0.0347722535275565, 0.0735192307692331, 0.0550636415013099, 0.121769230769231, 0.158375182593543, 0.508038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1155, '2021-05-23 00:00:00', 0.0178428179906142, 0.0401153846153854, 0.0277598561845085, 0.0525192307692318, 0.0374975947946606, 0.072480769230771, 0.0553425278119394, 0.120153846153845, 0.163433063221143, 0.512884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1170, '2021-05-23 00:00:00', 0.0186336750576434, 0.0335769230769222, 0.0220331219199296, 0.0484615384615381, 0.0278346284053059, 0.0699423076923082, 0.0529661321397568, 0.115134615384614, 0.167821328982757, 0.514538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1185, '2021-05-23 00:00:00', 0.0159368947848881, 0.0347307692307695, 0.0200256470173, 0.0504423076923075, 0.0240007051178461, 0.0694230769230755, 0.0466283876888482, 0.11355769230769, 0.169675436779028, 0.516576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1200, '2021-05-23 00:00:00', 0.0190067194595852, 0.0391538461538456, 0.0223062685222018, 0.0520192307692305, 0.0276921260677808, 0.0665769230769229, 0.0474050792474984, 0.11380769230769, 0.169149707246387, 0.517788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1215, '2021-05-23 00:00:00', 0.0145911063533696, 0.0299038461538446, 0.0220367525179733, 0.0419615384615377, 0.0305698946929554, 0.0619615384615375, 0.0464266501715763, 0.112076923076921, 0.169955890205031, 0.523269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1230, '2021-05-23 00:00:00', 0.0166208048495296, 0.0306346153846163, 0.0197815473455598, 0.0430192307692307, 0.0315664927025238, 0.067211538461538, 0.0428275657096624, 0.110096153846153, 0.169295763043896, 0.526153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1245, '2021-05-23 00:00:00', 0.0155589697107985, 0.0301923076923076, 0.0201718768433828, 0.047769230769232, 0.0316331921587725, 0.0648269230769238, 0.0370678587707221, 0.105384615384615, 0.168361145709499, 0.528653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1260, '2021-05-23 00:00:00', 0.0161807102630059, 0.0338461538461531, 0.020038741323898, 0.0468653846153832, 0.0276131239700345, 0.0597692307692308, 0.0348252119105586, 0.103846153846153, 0.168932549124927, 0.529615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1275, '2021-05-23 00:00:00', 0.0138924439894498, 0.0294999999999993, 0.022220122550377, 0.0435769230769235, 0.0264273241463888, 0.063288461538462, 0.0343717236200824, 0.103846153846152, 0.170212542473768, 0.53248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1290, '2021-05-23 00:00:00', 0.0202629350899987, 0.0320576923076934, 0.0224232108453566, 0.0430961538461552, 0.0262869081190918, 0.0618076923076928, 0.0379866221390949, 0.105711538461539, 0.17015357316712, 0.532961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1305, '2021-05-23 00:00:00', 0.0171319876254918, 0.0312500000000011, 0.025241266577996, 0.0488076923076936, 0.0246918236233411, 0.0583846153846165, 0.0390084655506382, 0.109903846153846, 0.170089994279046, 0.535115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1320, '2021-05-23 00:00:00', 0.0190453406375401, 0.0357500000000007, 0.0176426602738501, 0.0437115384615389, 0.0241345905608215, 0.0604615384615391, 0.0390426640405662, 0.11051923076923, 0.170429607620994, 0.535634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1335, '2021-05-23 00:00:00', 0.0101990384162152, 0.0245961538461532, 0.0181445584129244, 0.0352499999999994, 0.0212228922120932, 0.0583653846153829, 0.0446100885450798, 0.1145, 0.170793789294395, 0.53746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1350, '2021-05-23 00:00:00', 0.0153998501491211, 0.0256538461538446, 0.0180287377432635, 0.0426538461538454, 0.0200081617961653, 0.0545576923076905, 0.0511669665070964, 0.120461538461538, 0.170478707219946, 0.53848076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1365, '2021-05-23 00:00:00', 0.0180138515080419, 0.0363269230769244, 0.020132025768371, 0.0475384615384601, 0.0233447737521353, 0.0550384615384609, 0.0592037453337061, 0.128288461538461, 0.170378930622303, 0.539000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1380, '2021-05-23 00:00:00', 0.0152241205379424, 0.0305769230769204, 0.0146499278023951, 0.0349038461538434, 0.0248250803701551, 0.0567692307692307, 0.0574574625266372, 0.1335, 0.172679302576948, 0.540192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1395, '2021-05-23 00:00:00', 0.0128062634915644, 0.0209038461538465, 0.0202059777902857, 0.0303076923076916, 0.0333339108924323, 0.0729807692307695, 0.0525977185817041, 0.147999999999999, 0.173833868524386, 0.541076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1410, '2021-05-23 00:00:00', 0.0125618623068156, 0.0204038461538474, 0.0216648687616979, 0.0445576923076941, 0.0299927747709588, 0.0709423076923087, 0.0541518839788759, 0.152942307692308, 0.175836800427598, 0.542403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1425, '2021-05-23 00:00:00', 0.0196084067528347, 0.0369807692307709, 0.027100525115547, 0.0629615384615396, 0.025734891011709, 0.0692692307692303, 0.0538642595933378, 0.164461538461539, 0.176268157820798, 0.542788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 0, '2021-05-23 00:00:00', 0.0277172606594068, 0.0465576923076922, 0.0264731213468694, 0.0553846153846142, 0.0274082314979655, 0.0646346153846141, 0.0570298471113025, 0.172211538461539, 0.18151297156444, 0.545673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 15, '2021-05-23 00:00:00', 0.0188732615093402, 0.032999999999998, 0.0195357266408131, 0.0382692307692277, 0.0270790580451992, 0.0538461538461519, 0.060965163444762, 0.181134615384616, 0.180830635806418, 0.544826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 30, '2021-05-23 00:00:00', 0.0133120679778217, 0.0226346153846131, 0.0211702712456733, 0.0339038461538452, 0.0307656214229193, 0.0582884615384589, 0.0629448965365765, 0.187, 0.18059542225223, 0.544557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 45, '2021-05-23 00:00:00', 0.0183069238688118, 0.026211538461539, 0.0200808366359567, 0.0389999999999993, 0.0374622681969665, 0.0653076923076899, 0.0633212566083591, 0.193807692307692, 0.18059542225223, 0.544557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 60, '2021-05-23 00:00:00', 0.0154712263946278, 0.0291730769230768, 0.0208687934117309, 0.0460576923076909, 0.0330774673479361, 0.0653269230769213, 0.0811995476493658, 0.203442307692308, 0.184315979732129, 0.544903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 75, '2021-05-23 00:00:00', 0.0156707100619638, 0.0291346153846146, 0.0258026832236182, 0.0454615384615364, 0.0342236085855262, 0.0716538461538445, 0.0842881595845699, 0.204423076923077, 0.194205767164623, 0.5485 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 90, '2021-05-23 00:00:00', 0.0183522792547991, 0.0356153846153841, 0.0209386374547501, 0.0479423076923065, 0.0414373159585183, 0.080634615384614, 0.0840564302212421, 0.207788461538461, 0.194205767164623, 0.5485 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 105, '2021-05-23 00:00:00', 0.0164713854445053, 0.0290576923076917, 0.0316398239808365, 0.0589615384615374, 0.0514428772074855, 0.0874807692307688, 0.0829165869088652, 0.210903846153846, 0.193150515242547, 0.546692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 120, '2021-05-23 00:00:00', 0.0251298550609535, 0.0484807692307684, 0.0391493786177221, 0.063076923076922, 0.0479758432803574, 0.0983076923076927, 0.0824756957207121, 0.210096153846155, 0.192688761597955, 0.545673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 135, '2021-05-23 00:00:00', 0.0325223769119057, 0.0402500000000003, 0.0453771375847427, 0.0657307692307699, 0.0409244378749998, 0.109519230769232, 0.0804386173044153, 0.208134615384617, 0.194778904243918, 0.548192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 150, '2021-05-23 00:00:00', 0.0217812198570588, 0.0461923076923074, 0.0278361483299361, 0.0716346153846164, 0.0345648832465295, 0.105365384615387, 0.0803099859678352, 0.206576923076925, 0.19440726976752, 0.547442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 165, '2021-05-23 00:00:00', 0.0213647174997961, 0.0571346153846155, 0.03121183207597, 0.0885384615384618, 0.0408687392288281, 0.112423076923078, 0.0820296874026993, 0.203019230769233, 0.19573989118215, 0.546250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 180, '2021-05-23 00:00:00', 0.0316633068393067, 0.0657500000000002, 0.0346145367417545, 0.078884615384616, 0.0472885292645066, 0.109750000000002, 0.0820303508558773, 0.19446153846154, 0.201257711749044, 0.549942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 195, '2021-05-23 00:00:00', 0.019200490778986, 0.0473269230769239, 0.0370441576417219, 0.0729807692307701, 0.0511080190907918, 0.108019230769232, 0.0752758848912034, 0.184173076923079, 0.210393905293416, 0.552653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 210, '2021-05-23 00:00:00', 0.0271599818737917, 0.0542692307692292, 0.0303138011219579, 0.0770576923076913, 0.0444339959940578, 0.106, 0.0676419333981962, 0.179865384615386, 0.215276056226918, 0.561096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 225, '2021-05-23 00:00:00', 0.0235750601598087, 0.0497884615384621, 0.0336862674599705, 0.0757692307692313, 0.0460086279533943, 0.101923076923077, 0.065538737810902, 0.177115384615385, 0.218580683923843, 0.562153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 240, '2021-05-23 00:00:00', 0.0244378017392365, 0.0518846153846161, 0.0334322506663177, 0.0678461538461542, 0.0550700812252351, 0.0994230769230772, 0.0579580916233055, 0.168403846153846, 0.222552172794122, 0.564980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 255, '2021-05-23 00:00:00', 0.0184367525924148, 0.0404230769230775, 0.0214389024546868, 0.0590576923076928, 0.042697545416749, 0.0889038461538471, 0.0511224359898704, 0.160711538461538, 0.233279785797095, 0.572038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 270, '2021-05-23 00:00:00', 0.0177761400153746, 0.0368653846153825, 0.0361613531486097, 0.0612884615384601, 0.0392569249158172, 0.0838846153846142, 0.0553830750319982, 0.157249999999998, 0.232774411262195, 0.568442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 285, '2021-05-23 00:00:00', 0.0271404608543159, 0.0452307692307682, 0.0284013271629231, 0.0613461538461538, 0.0349462224215793, 0.0840384615384605, 0.0532061881883908, 0.150538461538461, 0.233652918136808, 0.567884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 300, '2021-05-23 00:00:00', 0.0201715431696768, 0.0406346153846159, 0.0220270201204021, 0.0550192307692311, 0.0316281337760209, 0.0773269230769228, 0.0497438979636236, 0.146653846153846, 0.233906441684573, 0.56628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 315, '2021-05-23 00:00:00', 0.0184117855232423, 0.036423076923077, 0.0243923064793935, 0.0527692307692297, 0.0304224360527649, 0.0737692307692305, 0.0500002653839112, 0.149442307692308, 0.233594523776696, 0.564192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 330, '2021-05-23 00:00:00', 0.0190752759834868, 0.0388846153846136, 0.0214275523567209, 0.0499999999999988, 0.0298068138828373, 0.0713846153846152, 0.0557046780247953, 0.159134615384615, 0.233810663868142, 0.563557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 345, '2021-05-23 00:00:00', 0.0127827407678643, 0.0310384615384622, 0.0210880297799478, 0.0487499999999999, 0.0291451341762886, 0.0661730769230764, 0.0776889384265616, 0.172634615384614, 0.233732119019912, 0.563711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 360, '2021-05-23 00:00:00', 0.0180816098670614, 0.0337307692307707, 0.0222706861488008, 0.0472884615384627, 0.0261744811130696, 0.0657115384615401, 0.0882015022547792, 0.180249999999999, 0.232990684032975, 0.563673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 375, '2021-05-23 00:00:00', 0.0158287591233348, 0.030019230769232, 0.0165246319637821, 0.0437115384615389, 0.021486238887682, 0.0650384615384633, 0.0986412244137612, 0.188865384615383, 0.240008531899629, 0.569346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 390, '2021-05-23 00:00:00', 0.0103698527546835, 0.0279230769230774, 0.0177531362343057, 0.043576923076924, 0.0338349614361342, 0.0667307692307703, 0.0985325346503139, 0.196096153846153, 0.241655199374264, 0.570846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 405, '2021-05-23 00:00:00', 0.0146067950467757, 0.0309615384615393, 0.0182201916734005, 0.0468461538461545, 0.0425229168982863, 0.0729615384615387, 0.115061229519164, 0.215942307692307, 0.241707973834924, 0.571269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 420, '2021-05-23 00:00:00', 0.0126839844504196, 0.0337115384615387, 0.0236243437027279, 0.0469807692307695, 0.0407540842691305, 0.0718461538461526, 0.131929701560514, 0.219884615384614, 0.244242336309972, 0.572673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 435, '2021-05-23 00:00:00', 0.0171704576346887, 0.0312307692307686, 0.0324089553150867, 0.0515961538461526, 0.035674425228511, 0.0762692307692282, 0.129390827162694, 0.225615384615382, 0.244234474351059, 0.57253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 450, '2021-05-23 00:00:00', 0.0297410426075574, 0.0374807692307695, 0.0310938838903191, 0.051480769230768, 0.030666192861446, 0.0766538461538449, 0.128409263085471, 0.232826923076921, 0.244144862420149, 0.571576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 465, '2021-05-23 00:00:00', 0.0140775872058548, 0.0335384615384615, 0.0187339367089626, 0.0530961538461538, 0.0260400578990258, 0.0712692307692295, 0.132762853933679, 0.241846153846153, 0.243969351795229, 0.570230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 480, '2021-05-23 00:00:00', 0.0178577283420496, 0.0399615384615385, 0.0251198052417728, 0.0562692307692305, 0.023348669868226, 0.0754038461538444, 0.133334316663041, 0.245499999999999, 0.243871729367335, 0.570596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 495, '2021-05-23 00:00:00', 0.015430539150061, 0.0341923076923064, 0.0176743186137837, 0.0476923076923059, 0.0210068212364829, 0.0864423076923072, 0.123666569389693, 0.250096153846153, 0.242874095271286, 0.566615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 510, '2021-05-23 00:00:00', 0.0137504125812227, 0.0329230769230756, 0.0224931870027012, 0.0547115384615363, 0.0365404728191359, 0.0973846153846153, 0.128789775036089, 0.254384615384614, 0.243226766619135, 0.565999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 525, '2021-05-23 00:00:00', 0.019273656792467, 0.0400769230769226, 0.0223469581478435, 0.0714423076923072, 0.067054042498455, 0.109769230769229, 0.129111788176579, 0.254076923076922, 0.242099928510139, 0.565346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 540, '2021-05-23 00:00:00', 0.0251658193098973, 0.0570384615384611, 0.0390224984414803, 0.0771538461538456, 0.0813589860764291, 0.12226923076923, 0.129274450149821, 0.252711538461538, 0.242210995113446, 0.563884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 555, '2021-05-23 00:00:00', 0.0273572940632218, 0.0498076923076913, 0.0587734503116743, 0.0809615384615359, 0.076083044204243, 0.130980769230768, 0.121452125737487, 0.249173076923075, 0.239969579001493, 0.560673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 570, '2021-05-23 00:00:00', 0.0416451123736672, 0.0561538461538465, 0.0514768506597484, 0.0873846153846156, 0.0548681917101179, 0.129461538461539, 0.109747978779356, 0.240326923076922, 0.235479732918535, 0.552730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 585, '2021-05-23 00:00:00', 0.025629640292802, 0.0514615384615388, 0.037815061102076, 0.0863269230769221, 0.0745981877486608, 0.13351923076923, 0.10420781935817, 0.230480769230767, 0.232271691046367, 0.545961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 600, '2021-05-23 00:00:00', 0.0356896882327899, 0.0735769230769224, 0.0399062169823963, 0.0963846153846154, 0.088949330866163, 0.136711538461539, 0.106264309443663, 0.231211538461537, 0.235776968438721, 0.547673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 615, '2021-05-23 00:00:00', 0.0215726678924973, 0.0575000000000002, 0.0674167749040362, 0.0973076923076918, 0.0786688018506395, 0.126903846153845, 0.107162278093337, 0.232076923076922, 0.232648708439272, 0.543307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 630, '2021-05-23 00:00:00', 0.050253097876189, 0.0724230769230762, 0.0605364861372555, 0.0926153846153836, 0.0595818377076042, 0.122153846153845, 0.102288853817924, 0.22951923076923, 0.231095790994525, 0.54176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 645, '2021-05-23 00:00:00', 0.031875792599497, 0.0546153846153847, 0.0336105580939166, 0.0794807692307672, 0.0483667916908028, 0.114442307692307, 0.0992356267445541, 0.225980769230769, 0.234397496869019, 0.543057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 660, '2021-05-23 00:00:00', 0.0211049483807425, 0.055673076923076, 0.0326071311218874, 0.0797499999999998, 0.0530852036461559, 0.114826923076923, 0.101091643495472, 0.231096153846154, 0.231086780236344, 0.5485 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 675, '2021-05-23 00:00:00', 0.0255387187197435, 0.0523846153846179, 0.0403515179392304, 0.0767500000000019, 0.0647678932805458, 0.109000000000001, 0.105738008958282, 0.239557692307693, 0.232815589783318, 0.543826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 690, '2021-05-23 00:00:00', 0.0324404306146142, 0.0576923076923077, 0.0353156535351587, 0.0783461538461535, 0.0632840726103638, 0.109923076923078, 0.119365954751957, 0.253634615384615, 0.23556107569931, 0.544903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 705, '2021-05-23 00:00:00', 0.0253058217686095, 0.0552692307692307, 0.0523524483300804, 0.0756730769230786, 0.0607199403313776, 0.103865384615385, 0.134006866930822, 0.270903846153844, 0.234778832914332, 0.544096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 720, '2021-05-23 00:00:00', 0.0379101620230708, 0.0530961538461543, 0.0462363368591629, 0.0793269230769253, 0.0477026567555573, 0.101788461538461, 0.15342129528248, 0.274576923076922, 0.233984703642059, 0.549807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 735, '2021-05-23 00:00:00', 0.0267558189213838, 0.0559230769230772, 0.0251886803025618, 0.0690192307692291, 0.039487841361419, 0.103480769230766, 0.167334056720267, 0.283557692307691, 0.237354130913156, 0.54778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 750, '2021-05-23 00:00:00', 0.0204800184044396, 0.0463653846153841, 0.0325680589157299, 0.0685384615384603, 0.0510932367946476, 0.106173076923076, 0.179658407711798, 0.285711538461538, 0.236569114961879, 0.548884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 765, '2021-05-23 00:00:00', 0.0274940273234306, 0.0491923076923075, 0.0347537269722458, 0.0758076923076919, 0.0438432566519212, 0.104134615384615, 0.180327203673253, 0.293596153846154, 0.23749974979744, 0.547634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 780, '2021-05-23 00:00:00', 0.024836542556358, 0.0500769230769228, 0.0387477096097304, 0.0717500000000004, 0.0452754305930337, 0.10026923076923, 0.173194745878735, 0.3075, 0.236193366838406, 0.545442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 795, '2021-05-23 00:00:00', 0.0250974791869327, 0.0497884615384621, 0.0301367970836573, 0.0669423076923081, 0.0610266051690691, 0.112442307692309, 0.163647623311138, 0.312730769230771, 0.235624205364913, 0.545615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 810, '2021-05-23 00:00:00', 0.0229669327512394, 0.0454999999999992, 0.03135658439013, 0.0696538461538442, 0.0637785260461173, 0.117596153846153, 0.159950902322699, 0.308365384615383, 0.231611379586251, 0.545134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 825, '2021-05-23 00:00:00', 0.0190729873421527, 0.0456730769230769, 0.0541869449221843, 0.0817500000000023, 0.0731538105637686, 0.117000000000002, 0.151893586232142, 0.309807692307693, 0.220330105488596, 0.545653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 840, '2021-05-23 00:00:00', 0.0497049177260529, 0.0618269230769242, 0.0522065756247369, 0.0860576923076917, 0.0701738938966276, 0.127846153846154, 0.150431258259505, 0.312211538461538, 0.216949973850763, 0.545134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 855, '2021-05-23 00:00:00', 0.0323472742877377, 0.054615384615383, 0.0643409577652829, 0.0883269230769223, 0.0736095024175138, 0.139173076923077, 0.141301060206158, 0.305019230769231, 0.211115670081229, 0.545615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 870, '2021-05-23 00:00:00', 0.0574731542682193, 0.0627884615384635, 0.0565695113589003, 0.0920192307692323, 0.0829501448971703, 0.145942307692308, 0.139348787635143, 0.304230769230769, 0.208763657314641, 0.547269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 885, '2021-05-23 00:00:00', 0.0288887255090722, 0.0575384615384646, 0.0388931870640618, 0.0930000000000019, 0.0957496274345038, 0.159634615384615, 0.135106453754637, 0.303923076923078, 0.20541838731271, 0.544576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 900, '2021-05-23 00:00:00', 0.0290833880684237, 0.0642115384615384, 0.0461906417428401, 0.100346153846155, 0.0970693566477088, 0.1545, 0.11952192750222, 0.301634615384616, 0.196109385685251, 0.539134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 915, '2021-05-23 00:00:00', 0.0381129747743985, 0.0713269230769242, 0.0786095340665115, 0.118326923076922, 0.0920088290077901, 0.156269230769231, 0.115966721022091, 0.303903846153846, 0.193899637997044, 0.53798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 930, '2021-05-23 00:00:00', 0.0746125401916217, 0.0831346153846144, 0.0819808443854667, 0.105326923076922, 0.0958056686936954, 0.153615384615385, 0.103643724066928, 0.296807692307693, 0.185724987962973, 0.537634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 945, '2021-05-23 00:00:00', 0.034389041188234, 0.0673846153846147, 0.0525495846430189, 0.096173076923077, 0.0662679293590679, 0.153038461538462, 0.0861548628030674, 0.274903846153849, 0.188955494352913, 0.535826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 960, '2021-05-23 00:00:00', 0.0376807030801622, 0.0716538461538456, 0.0523533703271858, 0.105653846153846, 0.0536940907792963, 0.168346153846154, 0.0858927887185298, 0.269134615384616, 0.192464447266341, 0.541711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 975, '2021-05-23 00:00:00', 0.0397028191209877, 0.0684230769230784, 0.0458620380975543, 0.118442307692309, 0.0527805033934094, 0.169807692307694, 0.0817242384721092, 0.263134615384617, 0.193098173516438, 0.544730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 990, '2021-05-23 00:00:00', 0.0308272357103014, 0.0824615384615381, 0.039636351807593, 0.120903846153846, 0.0510208743102711, 0.158980769230769, 0.0847348897353469, 0.254692307692309, 0.188508677621115, 0.537692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1005, '2021-05-23 00:00:00', 0.0275207404305591, 0.0756346153846141, 0.0335080759496296, 0.110134615384616, 0.0499058652326108, 0.146346153846154, 0.0846941828898815, 0.241730769230771, 0.185228598888384, 0.535923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1020, '2021-05-23 00:00:00', 0.0329031211986847, 0.0798461538461541, 0.0374983332962928, 0.107249999999998, 0.0434807295954647, 0.153576923076923, 0.0836247203053866, 0.232576923076925, 0.18999006957855, 0.536057692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1035, '2021-05-23 00:00:00', 0.0314293897246094, 0.0739423076923066, 0.0401064161373801, 0.106730769230768, 0.050514308711645, 0.154153846153847, 0.0905753850922837, 0.224903846153848, 0.19919367846009, 0.544307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1050, '2021-05-23 00:00:00', 0.0297426655470927, 0.066615384615384, 0.0313200599272441, 0.108384615384616, 0.0529153932816715, 0.144326923076924, 0.0826227199150072, 0.212076923076924, 0.198471471501574, 0.539750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1065, '2021-05-23 00:00:00', 0.0293617032098727, 0.0854807692307707, 0.0434555652804822, 0.112884615384618, 0.0510638815602577, 0.140000000000003, 0.0889301713965232, 0.201846153846156, 0.200410229279846, 0.545500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1080, '2021-05-23 00:00:00', 0.0463996352770826, 0.0761153846153873, 0.0522845211687571, 0.098634615384619, 0.0495336404725277, 0.124307692307695, 0.0906416040492198, 0.184903846153849, 0.202666167340816, 0.543846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1095, '2021-05-23 00:00:00', 0.0293073960211156, 0.0562115384615396, 0.0323632745324305, 0.0753076923076928, 0.0355500135237458, 0.10721153846154, 0.0842227997634845, 0.167500000000002, 0.208047542643502, 0.541500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1110, '2021-05-23 00:00:00', 0.0236353792828937, 0.0538653846153849, 0.0242069284424, 0.0736538461538469, 0.0337829269579513, 0.0991153846153862, 0.0796103032566477, 0.161096153846156, 0.207013202849108, 0.540615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1125, '2021-05-23 00:00:00', 0.0208787064880809, 0.0465961538461522, 0.0289248961170936, 0.0754807692307684, 0.0343982389978605, 0.0908269230769233, 0.0754927734697417, 0.152673076923078, 0.200212134612648, 0.535826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1140, '2021-05-23 00:00:00', 0.0257920754078893, 0.0508653846153837, 0.0269371419305145, 0.0649807692307685, 0.0284641204650022, 0.0846153846153831, 0.0710693702280757, 0.150153846153847, 0.199517434171706, 0.532557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1155, '2021-05-23 00:00:00', 0.0171055546533864, 0.0379999999999994, 0.0200639362653877, 0.0503076923076926, 0.0334735486845733, 0.0779615384615374, 0.0688316703716663, 0.143173076923077, 0.200646370896276, 0.531384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1170, '2021-05-23 00:00:00', 0.0170922384544739, 0.0352307692307707, 0.0239557605084537, 0.0545384615384612, 0.0360010897270974, 0.0749615384615378, 0.0661971792334204, 0.141557692307693, 0.198164707134862, 0.530634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1185, '2021-05-23 00:00:00', 0.0147412555565865, 0.0387692307692306, 0.0274154995465093, 0.0565192307692301, 0.0418357042948513, 0.0756153846153849, 0.065692468248768, 0.138096153846154, 0.198504525234216, 0.529057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1200, '2021-05-23 00:00:00', 0.0270447847951398, 0.0410961538461539, 0.0314878731235713, 0.0531153846153841, 0.0387469552153661, 0.072057692307692, 0.0615224036741589, 0.144115384615385, 0.201688286719877, 0.52775 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1215, '2021-05-23 00:00:00', 0.016527738921166, 0.0328846153846155, 0.0264888365455828, 0.0495384615384636, 0.0320583902374312, 0.0659038461538482, 0.0542366608910937, 0.135846153846156, 0.198931089730935, 0.521461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1230, '2021-05-23 00:00:00', 0.0136016401725923, 0.0347692307692317, 0.0164000000000015, 0.0475000000000005, 0.0290298056380805, 0.0639807692307692, 0.0446844664112888, 0.130307692307694, 0.199871720399319, 0.51923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1245, '2021-05-23 00:00:00', 0.0146124420114675, 0.0297884615384611, 0.0223786642895554, 0.0447307692307686, 0.0331500319062378, 0.0622692307692302, 0.0445417392841999, 0.126057692307693, 0.198765102957851, 0.521384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1260, '2021-05-23 00:00:00', 0.0217775466584627, 0.0348076923076924, 0.0294822828152778, 0.0452499999999996, 0.0352872007739557, 0.0664423076923101, 0.0457692750484591, 0.125057692307694, 0.198906649925573, 0.521153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1275, '2021-05-23 00:00:00', 0.0158577935219443, 0.0280192307692312, 0.0196189076775819, 0.0413076923076933, 0.0277553667714066, 0.0609038461538495, 0.0593478824714609, 0.124365384615387, 0.198793929833032, 0.522442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1290, '2021-05-23 00:00:00', 0.0142952923934906, 0.0266538461538477, 0.0179694291677678, 0.0400961538461567, 0.0215830061355253, 0.0573846153846183, 0.0629676015594843, 0.127326923076925, 0.200463114773303, 0.527403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1305, '2021-05-23 00:00:00', 0.0134428276558411, 0.0334807692307717, 0.0181061081916063, 0.0471346153846185, 0.0197841136735027, 0.058134615384618, 0.0619672990685114, 0.129384615384617, 0.199859678659417, 0.531865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1320, '2021-05-23 00:00:00', 0.0177416610964567, 0.0345576923076933, 0.0161710686578975, 0.0432884615384622, 0.0256381626606774, 0.0656538461538459, 0.0636398157904796, 0.125884615384616, 0.200032994393808, 0.531673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1335, '2021-05-23 00:00:00', 0.0122196090835114, 0.025326923076921, 0.013601710865236, 0.034057692307691, 0.0288873408526712, 0.0630384615384603, 0.0572166059811311, 0.131000000000001, 0.200167064838732, 0.532076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1350, '2021-05-23 00:00:00', 0.0112368384548981, 0.0239423076923078, 0.0246341539018783, 0.047692307692308, 0.032204329618139, 0.0646730769230775, 0.0553156536476029, 0.133807692307693, 0.200529111640639, 0.532230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1365, '2021-05-23 00:00:00', 0.0206628615190115, 0.0355769230769224, 0.0259149793333146, 0.0466153846153847, 0.0323530583502594, 0.0569038461538462, 0.0551470202835455, 0.132423076923077, 0.200750541717823, 0.532 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1380, '2021-05-23 00:00:00', 0.0141205932540432, 0.0276346153846151, 0.0222140374884535, 0.0377884615384616, 0.0333821232674935, 0.0678846153846154, 0.0581416837098418, 0.147346153846154, 0.201773582169564, 0.530961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1395, '2021-05-23 00:00:00', 0.0140404908965248, 0.0226538461538472, 0.0147830594314514, 0.0301730769230789, 0.0316460290375622, 0.0726346153846162, 0.0538377048316372, 0.160461538461539, 0.203150205891713, 0.529884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1410, '2021-05-23 00:00:00', 0.0085601042409178, 0.0203461538461564, 0.0291339149446144, 0.0537500000000019, 0.0287785243113418, 0.0717884615384638, 0.0595282382894549, 0.178634615384616, 0.203683612119761, 0.530076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1425, '2021-05-23 00:00:00', 0.0292355684319387, 0.0465384615384624, 0.0295449657302242, 0.0612500000000011, 0.027499062921098, 0.0684615384615412, 0.0617342567910106, 0.190038461538461, 0.205521834887157, 0.530730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 0, '2021-05-23 00:00:00', 0.0251746820314509, 0.0412692307692322, 0.0260244337853139, 0.0493653846153869, 0.0237554528153335, 0.0598076923076948, 0.0668399466003555, 0.202038461538462, 0.210059595939231, 0.531576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 15, '2021-05-23 00:00:00', 0.0214609215516508, 0.0251346153846179, 0.0209185324533057, 0.0357500000000007, 0.0364458977326463, 0.0652115384615399, 0.0773705295713668, 0.218173076923077, 0.206222549688435, 0.529 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 30, '2021-05-23 00:00:00', 0.0125596576386453, 0.0252500000000003, 0.0145172708814756, 0.0358653846153842, 0.0429786395961824, 0.0727884615384598, 0.0796505275466619, 0.221057692307692, 0.206842147170622, 0.530423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 45, '2021-05-23 00:00:00', 0.0146560698898223, 0.0245961538461538, 0.0323113935608824, 0.0508846153846168, 0.0383860601701281, 0.0759807692307697, 0.082651857906429, 0.224519230769231, 0.206986614208595, 0.529961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 60, '2021-05-23 00:00:00', 0.0282102818135517, 0.0420000000000016, 0.0366671305331975, 0.0584615384615372, 0.0403975437181718, 0.0773076923076936, 0.0845643860299081, 0.227846153846153, 0.206579763883476, 0.529673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 75, '2021-05-23 00:00:00', 0.028403602155089, 0.0352692307692281, 0.0292397582332422, 0.0517884615384612, 0.039196315564682, 0.0803653846153852, 0.0833460926129477, 0.222634615384615, 0.205601309484006, 0.528538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 90, '2021-05-23 00:00:00', 0.0143052034642586, 0.0356730769230784, 0.0243352308708672, 0.0492115384615406, 0.0295690651760348, 0.0785192307692302, 0.0797470351510607, 0.222019230769231, 0.202493262945859, 0.526807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 105, '2021-05-23 00:00:00', 0.0209943948563559, 0.0347307692307689, 0.0225087418915067, 0.0627884615384618, 0.0301532496016337, 0.0799615384615388, 0.0735663279998709, 0.22476923076923, 0.197957824762282, 0.525096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 120, '2021-05-23 00:00:00', 0.020064980975283, 0.0522115384615396, 0.0277075107840119, 0.0653846153846149, 0.0355748020157752, 0.105557692307692, 0.0736957179634873, 0.226173076923076, 0.197105989644774, 0.526365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 135, '2021-05-23 00:00:00', 0.0174546885920698, 0.040115384615386, 0.0254795921353643, 0.0575192307692316, 0.0377547348024063, 0.1165, 0.0920989768589284, 0.228692307692307, 0.197477605351554, 0.528730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 150, '2021-05-23 00:00:00', 0.0206035564517743, 0.0429423076923083, 0.0386482410784971, 0.0839423076923073, 0.0511256822410759, 0.132846153846154, 0.097799614597321, 0.228730769230769, 0.197964083766572, 0.527538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 165, '2021-05-23 00:00:00', 0.0339121489462701, 0.066423076923076, 0.0357335922541334, 0.0950192307692308, 0.0501856706487182, 0.139692307692307, 0.101572429632939, 0.224461538461538, 0.195406668652443, 0.526615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 180, '2021-05-23 00:00:00', 0.0290027651201629, 0.0610961538461548, 0.0485184857712875, 0.0947115384615398, 0.0612402331302411, 0.133115384615386, 0.107423677736621, 0.210057692307693, 0.190920511047036, 0.518307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 195, '2021-05-23 00:00:00', 0.0404091621370143, 0.0549038461538465, 0.0397051488620035, 0.0786730769230771, 0.0696989929294869, 0.12901923076923, 0.0872757632229801, 0.187326923076923, 0.200705858256459, 0.516192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 210, '2021-05-23 00:00:00', 0.0198427665564898, 0.0476538461538458, 0.0369165430917651, 0.0821346153846168, 0.0664241383372511, 0.113384615384617, 0.0815469284428405, 0.177192307692308, 0.201856598947028, 0.510557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 225, '2021-05-23 00:00:00', 0.0376166340047348, 0.0596346153846148, 0.0605355712339082, 0.0883461538461521, 0.0619275755652084, 0.102230769230768, 0.0665340890070651, 0.162749999999998, 0.203249982495978, 0.508653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 240, '2021-05-23 00:00:00', 0.0379410524569169, 0.0532115384615373, 0.0413533414146159, 0.0711730769230779, 0.0468063605145201, 0.0923461538461532, 0.0611887370229317, 0.159692307692307, 0.203607110348866, 0.507846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 255, '2021-05-23 00:00:00', 0.0243742928891499, 0.0416153846153855, 0.0350688827660851, 0.0585576923076926, 0.040901330615932, 0.0856730769230755, 0.057529992177994, 0.155499999999999, 0.205901032985791, 0.504653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 270, '2021-05-23 00:00:00', 0.0206336170810189, 0.0411153846153831, 0.0226646115207074, 0.0572692307692287, 0.0375187337821428, 0.0821538461538449, 0.0580539967483863, 0.149942307692307, 0.205552460082953, 0.504423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 285, '2021-05-23 00:00:00', 0.0185812974623564, 0.038769230769229, 0.0259236452802321, 0.0586538461538458, 0.0371948714413491, 0.0859615384615373, 0.0540500658222043, 0.143519230769232, 0.207456786973911, 0.507538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 300, '2021-05-23 00:00:00', 0.0203614738018786, 0.0379807692307686, 0.0279321774744033, 0.0540576923076913, 0.0320680346475098, 0.0768269230769226, 0.0542831607265234, 0.139307692307693, 0.208605443730135, 0.507865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 315, '2021-05-23 00:00:00', 0.0172283308714281, 0.0361538461538439, 0.0249804000091162, 0.0565961538461513, 0.0435780864126054, 0.0755192307692295, 0.0485195281859233, 0.14226923076923, 0.211118986683959, 0.510942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 330, '2021-05-23 00:00:00', 0.0189378030567269, 0.038403846153847, 0.0204946240605828, 0.0489807692307697, 0.0372215043303661, 0.0754038461538455, 0.0502544908058366, 0.146576923076924, 0.21113893803334, 0.511134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 345, '2021-05-23 00:00:00', 0.0135978080812826, 0.0345961538461545, 0.0321076135231792, 0.0521730769230784, 0.0375041792542975, 0.0742115384615381, 0.0482499740932599, 0.151500000000001, 0.210439789488586, 0.510750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 360, '2021-05-23 00:00:00', 0.0143652492012972, 0.0334038461538461, 0.0189326843966085, 0.0485576923076913, 0.028674754374913, 0.0663076923076919, 0.0502323064907912, 0.15723076923077, 0.210121830045187, 0.50971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 375, '2021-05-23 00:00:00', 0.0185960707181338, 0.0330769230769214, 0.0201414708041362, 0.0466730769230751, 0.0277031586646707, 0.0667500000000023, 0.0525361414061444, 0.162384615384615, 0.210125454284962, 0.50844230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 390, '2021-05-23 00:00:00', 0.015065906493189, 0.0316923076923076, 0.0249822167520454, 0.0458653846153855, 0.0282794298713063, 0.066384615384617, 0.0525501811458515, 0.168192307692308, 0.210014044402163, 0.508826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 405, '2021-05-23 00:00:00', 0.0153372472708157, 0.029865384615384, 0.0195970268545618, 0.0482884615384626, 0.0266364484234538, 0.065903846153846, 0.0566147982829192, 0.188846153846155, 0.209815729592934, 0.509096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 420, '2021-05-23 00:00:00', 0.0179267848591043, 0.0330192307692321, 0.0200182320744038, 0.0449807692307698, 0.0260223646415642, 0.0652115384615399, 0.0618754487163235, 0.199865384615386, 0.210121759573238, 0.509076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 435, '2021-05-23 00:00:00', 0.0152553773621471, 0.0304423076923088, 0.0170346818172626, 0.0444038461538467, 0.0242916969037068, 0.0705576923076925, 0.0604870774501599, 0.202057692307693, 0.210061464448274, 0.508673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 450, '2021-05-23 00:00:00', 0.0164672285277321, 0.0305192307692306, 0.0191310058443198, 0.0473461538461547, 0.0322751392775411, 0.0777307692307687, 0.0621944098403117, 0.20673076923077, 0.207474025250984, 0.512365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 465, '2021-05-23 00:00:00', 0.0138595287965183, 0.0325576923076925, 0.0223808984490044, 0.0532692307692299, 0.0313208458477019, 0.0748461538461538, 0.0651590627736342, 0.215288461538461, 0.20581131762257, 0.513538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 480, '2021-05-23 00:00:00', 0.0213023382609653, 0.041980769230768, 0.029111965554761, 0.0610576923076909, 0.0302010188315167, 0.0756923076923067, 0.0761029262552729, 0.228653846153847, 0.20581131762257, 0.513538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 495, '2021-05-23 00:00:00', 0.0159774480488547, 0.0361730769230764, 0.0190782699586571, 0.0474038461538479, 0.0333080089698946, 0.0837115384615397, 0.0836302668802496, 0.230692307692308, 0.204655970237484, 0.511884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 510, '2021-05-23 00:00:00', 0.0122501491356688, 0.0321153846153866, 0.0179941977827867, 0.0493653846153864, 0.0356377554762457, 0.0934807692307701, 0.0809441711684905, 0.232673076923078, 0.204325476592164, 0.509596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 525, '2021-05-23 00:00:00', 0.0155350719836881, 0.0374615384615386, 0.0294354639586608, 0.0680576923076932, 0.0298569731579391, 0.104173076923076, 0.0802872439336507, 0.234807692307692, 0.204343787430737, 0.508788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 540, '2021-05-23 00:00:00', 0.0252578396055272, 0.0555384615384627, 0.0278694483950838, 0.0751153846153853, 0.0371428479501277, 0.107634615384616, 0.0795087029585687, 0.232076923076924, 0.205569452983657, 0.509000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 555, '2021-05-23 00:00:00', 0.0191613894630278, 0.0501730769230744, 0.0248320280159438, 0.0779807692307666, 0.0417192862613191, 0.108173076923075, 0.0843637750368106, 0.228942307692307, 0.204081862345632, 0.513442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 570, '2021-05-23 00:00:00', 0.020397662007806, 0.0497307692307684, 0.0298327904262313, 0.0721538461538458, 0.0345287004366811, 0.108134615384615, 0.0804881955033458, 0.224519230769231, 0.205988984022111, 0.510192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 585, '2021-05-23 00:00:00', 0.027730488636158, 0.0535000000000013, 0.0319978364653232, 0.0783076923076913, 0.0450153990746085, 0.121884615384617, 0.0774707910217705, 0.223288461538464, 0.203601609484344, 0.506846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 600, '2021-05-23 00:00:00', 0.0288010216164937, 0.0653269230769224, 0.0299539710992612, 0.0865961538461547, 0.0534311094919281, 0.137788461538463, 0.073419283256148, 0.221865384615386, 0.200665626967236, 0.511576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 615, '2021-05-23 00:00:00', 0.0225091434413114, 0.0546923076923076, 0.0472962838026257, 0.0924615384615389, 0.0490898117269218, 0.128519230769231, 0.0783949394952361, 0.214557692307693, 0.197065183476081, 0.520057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 630, '2021-05-23 00:00:00', 0.0358467732696586, 0.0643653846153842, 0.0444156633840605, 0.0958653846153849, 0.0423067188699195, 0.119038461538461, 0.0762057967712338, 0.204788461538462, 0.193737356907589, 0.517211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 645, '2021-05-23 00:00:00', 0.0241862643790921, 0.0613461538461543, 0.0239020115020909, 0.0781153846153838, 0.0504582386350697, 0.116923076923075, 0.0708794317567097, 0.197076923076922, 0.193124831092781, 0.518596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 660, '2021-05-23 00:00:00', 0.0221031584934054, 0.0545192307692304, 0.0293022249089616, 0.0734038461538458, 0.0713262843989078, 0.119826923076922, 0.0706350125645914, 0.19225, 0.192272359908062, 0.517096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 675, '2021-05-23 00:00:00', 0.0201519611567078, 0.0488076923076925, 0.045175044165828, 0.0817307692307681, 0.0673481539921766, 0.111923076923077, 0.0737366337300943, 0.202134615384616, 0.192068698647124, 0.51725 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 690, '2021-05-23 00:00:00', 0.0393705522518455, 0.0574038461538448, 0.0642464515631925, 0.0835576923076912, 0.0609347475709759, 0.108788461538462, 0.0698408630663023, 0.21211[...];
Date: 2021-05-23 15:06:46 Duration: 13s512ms 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 975335, 1, 915, '2021-05-23 00:00:00', 0.0374109661010694, 0.067096153846155, 0.041980398356302, 0.0935769230769239, 0.053758290952687, 0.128423076923077, 0.195857503145682, 0.319692307692306, 0.20186426989821, 0.51378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 930, '2021-05-23 00:00:00', 0.0287496688944125, 0.0627884615384629, 0.0417844330600971, 0.0891730769230775, 0.053908658502492, 0.122288461538462, 0.189362222087314, 0.309634615384615, 0.200577819158702, 0.510692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 945, '2021-05-23 00:00:00', 0.0259149496504348, 0.0647307692307695, 0.0369369733464998, 0.0865000000000015, 0.0489249071379965, 0.128057692307694, 0.182205611878447, 0.299750000000001, 0.19138847023387, 0.507442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 960, '2021-05-23 00:00:00', 0.0290633856358022, 0.0634038461538472, 0.0422731638822468, 0.0924038461538474, 0.0814276295010108, 0.167173076923078, 0.180958810655479, 0.296634615384616, 0.193264987477335, 0.512653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 975, '2021-05-23 00:00:00', 0.0248214624871306, 0.0612499999999995, 0.0358420895682062, 0.094346153846154, 0.123245957961492, 0.185615384615384, 0.173137810828431, 0.288692307692308, 0.194528194515701, 0.520538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 990, '2021-05-23 00:00:00', 0.0348011494063054, 0.0775000000000006, 0.0755432555661902, 0.130711538461539, 0.134926961723744, 0.19675, 0.167978342239523, 0.280288461538462, 0.190896646422571, 0.52351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1005, '2021-05-23 00:00:00', 0.0599272924852722, 0.0899038461538453, 0.103587883535596, 0.143480769230768, 0.120918677376414, 0.186557692307692, 0.155580545550674, 0.263384615384615, 0.185109187113567, 0.529134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1020, '2021-05-23 00:00:00', 0.0653461081178811, 0.0919230769230764, 0.0798183032797736, 0.125692307692307, 0.0995685616122827, 0.174038461538461, 0.108708445641754, 0.233615384615386, 0.160828680947722, 0.52176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1035, '2021-05-23 00:00:00', 0.0322735721843528, 0.072711538461538, 0.0328205669570874, 0.0984807692307694, 0.0903835502392228, 0.155884615384614, 0.0886960605317176, 0.206365384615385, 0.1568994692838, 0.52128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1050, '2021-05-23 00:00:00', 0.0240513233283756, 0.0696153846153858, 0.0547916367846272, 0.11728846153846, 0.081494211686851, 0.146442307692306, 0.0808283580282213, 0.191211538461539, 0.155518344206126, 0.512346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1065, '2021-05-23 00:00:00', 0.0477197145197479, 0.0933653846153844, 0.0742107834793246, 0.114903846153846, 0.0729009575752221, 0.134019230769232, 0.0758978665961433, 0.173115384615386, 0.156232904295526, 0.512903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1080, '2021-05-23 00:00:00', 0.038161907104415, 0.0673653846153849, 0.0390532181280066, 0.0840769230769234, 0.0425802816408636, 0.110903846153848, 0.069446373887727, 0.152673076923078, 0.156617957512491, 0.508769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1095, '2021-05-23 00:00:00', 0.0215008407706773, 0.0516153846153829, 0.0220604501662676, 0.0712884615384603, 0.0382821961029068, 0.0919423076923067, 0.0583496358172019, 0.141, 0.157089118508718, 0.504134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1110, '2021-05-23 00:00:00', 0.0204327885065606, 0.0498269230769238, 0.0281000684368191, 0.0684230769230784, 0.0434375944935349, 0.0867307692307707, 0.0577037693742799, 0.13375, 0.157508931370695, 0.506211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1125, '2021-05-23 00:00:00', 0.0124696092098403, 0.0421346153846154, 0.0178648020936733, 0.056134615384614, 0.0360993554172162, 0.0772115384615382, 0.0557909973437963, 0.128653846153845, 0.158788995210625, 0.508249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1140, '2021-05-23 00:00:00', 0.0194042422007302, 0.0427692307692311, 0.0254082739401053, 0.0599038461538469, 0.0358467732696554, 0.0768653846153854, 0.055666990633174, 0.125576923076923, 0.160003347320754, 0.509365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1155, '2021-05-23 00:00:00', 0.0176967619810929, 0.0416538461538466, 0.0294933108452647, 0.0543461538461537, 0.0394233238266191, 0.0759615384615393, 0.0558967764310678, 0.123980769230769, 0.164478416867941, 0.513980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1170, '2021-05-23 00:00:00', 0.0219157565376002, 0.0370961538461555, 0.0259130276116085, 0.0522500000000008, 0.0321369904291944, 0.0736153846153863, 0.0536357945922184, 0.120538461538461, 0.168620599389462, 0.515557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1185, '2021-05-23 00:00:00', 0.0154309878042651, 0.0356538461538464, 0.0179829085522885, 0.0522500000000013, 0.0230268071202641, 0.0709230769230772, 0.0465265019598012, 0.116153846153845, 0.170589286344087, 0.51776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1200, '2021-05-23 00:00:00', 0.0172467276717826, 0.0404807692307701, 0.0217466177741601, 0.0523461538461546, 0.0268208658725586, 0.0688269230769221, 0.0467186381848415, 0.116865384615383, 0.169980351805731, 0.518999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1215, '2021-05-23 00:00:00', 0.0133484657718254, 0.0321923076923078, 0.0206561222066341, 0.0456538461538466, 0.0299523018249888, 0.0654038461538447, 0.0450915351087273, 0.116057692307692, 0.170835282790628, 0.524923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1230, '2021-05-23 00:00:00', 0.015590875043285, 0.0321538461538477, 0.0185473303075764, 0.044288461538462, 0.0301390112644703, 0.0689999999999988, 0.0411097452418049, 0.112365384615383, 0.170147963888448, 0.527980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1245, '2021-05-23 00:00:00', 0.0140368745151403, 0.0309230769230775, 0.0181316128520121, 0.0486538461538451, 0.031140827764304, 0.0658653846153843, 0.0356604985080991, 0.106634615384615, 0.169240499108403, 0.530442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1260, '2021-05-23 00:00:00', 0.0152830348375603, 0.0351346153846148, 0.0184422174538559, 0.0486538461538456, 0.027355466336027, 0.0598076923076915, 0.0320050957481174, 0.103615384615384, 0.169710047977765, 0.531403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1275, '2021-05-23 00:00:00', 0.0130736523058937, 0.0309038461538467, 0.022386190798384, 0.0431923076923073, 0.0270221276848332, 0.0618461538461535, 0.0309988647434816, 0.102519230769231, 0.170863868440526, 0.534307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1290, '2021-05-23 00:00:00', 0.0194725151470948, 0.0323269230769228, 0.0215691018321623, 0.0431153846153828, 0.0263043430166664, 0.0610384615384595, 0.0350715532326958, 0.104576923076923, 0.170776296544744, 0.53478846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1305, '2021-05-23 00:00:00', 0.0168809063737702, 0.0327499999999995, 0.0257336056847553, 0.0495384615384603, 0.0242471965072568, 0.0590576923076917, 0.034876727969323, 0.109115384615386, 0.170645909820486, 0.536942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1320, '2021-05-23 00:00:00', 0.0183681685364826, 0.0360192307692295, 0.0171221965700824, 0.0434807692307686, 0.023486567355701, 0.0611730769230761, 0.0357308743891794, 0.109653846153847, 0.17095970285421, 0.537499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1335, '2021-05-23 00:00:00', 0.00650183406077579, 0.0250769230769237, 0.0165319736827196, 0.0366153846153851, 0.0217286765500195, 0.0603461538461529, 0.0415365686890649, 0.114942307692307, 0.171274345826984, 0.539307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1350, '2021-05-23 00:00:00', 0.0138321948867352, 0.0264807692307694, 0.0179907347949325, 0.0435576923076942, 0.0208715116845918, 0.0565000000000009, 0.0487995941029754, 0.119096153846154, 0.171001524959462, 0.540192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1365, '2021-05-23 00:00:00', 0.0175853522962894, 0.0357307692307709, 0.0196933120236671, 0.0475576923076915, 0.0225882968336727, 0.0566346153846169, 0.0566270796867182, 0.127615384615384, 0.170893547611911, 0.540730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1380, '2021-05-23 00:00:00', 0.0136894260148264, 0.0309038461538456, 0.0141387220617175, 0.0357884615384619, 0.0240102862572241, 0.0560769230769236, 0.0548848199554157, 0.13178846153846, 0.173283845622856, 0.541865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1395, '2021-05-23 00:00:00', 0.0132504281498312, 0.0225769230769238, 0.0194430925048932, 0.0325769230769245, 0.0301776343569979, 0.0710192307692294, 0.0511205061970839, 0.144615384615383, 0.174248619904037, 0.542807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1410, '2021-05-23 00:00:00', 0.0121642761964957, 0.0214807692307696, 0.0201603189840456, 0.0420384615384611, 0.0274150225522156, 0.0667884615384602, 0.0515255164569344, 0.149673076923075, 0.176209849763984, 0.544134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1425, '2021-05-23 00:00:00', 0.0180467022344382, 0.034711538461537, 0.0261314723303873, 0.0580769230769216, 0.0238967329598389, 0.0629230769230746, 0.0497256937144633, 0.162769230769229, 0.176752782591522, 0.544615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 0, '2021-05-23 00:00:00', 0.0281274571576241, 0.0450769230769219, 0.0259701974163889, 0.0518653846153847, 0.0255296810670379, 0.0587692307692299, 0.0519801774348044, 0.173173076923075, 0.182044500054245, 0.547499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 15, '2021-05-23 00:00:00', 0.0153833784759159, 0.0272600000000017, 0.0148546569577784, 0.0313400000000013, 0.0218196585674488, 0.0510800000000012, 0.0571750091094584, 0.18076, 0.184389946851774, 0.550939999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 30, '2021-05-23 00:00:00', 0.0108956030887075, 0.0196200000000022, 0.0184779598440955, 0.0308199999999999, 0.028790724779577, 0.0595200000000011, 0.0596104157565328, 0.18788, 0.184082913836854, 0.550539999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 45, '2021-05-23 00:00:00', 0.0175398008935284, 0.0252307692307706, 0.019445792505163, 0.0413269230769264, 0.0348803724838972, 0.0679038461538485, 0.0633459245243622, 0.193115384615385, 0.181470455319443, 0.546615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 60, '2021-05-23 00:00:00', 0.0159265139360063, 0.0314230769230783, 0.0204167823125958, 0.0467500000000013, 0.0307570942410662, 0.0666730769230777, 0.0807636461439278, 0.203057692307691, 0.184836498435364, 0.546634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 75, '2021-05-23 00:00:00', 0.0153401058064756, 0.0298269230769245, 0.0239686012556814, 0.0470769230769243, 0.0359542711702591, 0.0745192307692302, 0.0830094341255632, 0.206615384615384, 0.195447861432305, 0.550942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 90, '2021-05-23 00:00:00', 0.0177875929101873, 0.0369615384615379, 0.0205315517042596, 0.0492307692307687, 0.0444482456173641, 0.0800576923076931, 0.0825757298111624, 0.209865384615384, 0.195447861432305, 0.550942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 105, '2021-05-23 00:00:00', 0.0152812101816363, 0.0296538461538451, 0.0333906942356457, 0.0604615384615369, 0.0534076809514841, 0.0854038461538446, 0.0820189096395542, 0.212192307692309, 0.194022167647054, 0.548307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 120, '2021-05-23 00:00:00', 0.0252068137918774, 0.0502115384615377, 0.0389353902688104, 0.0612307692307697, 0.0490844680117864, 0.0947499999999982, 0.0798504949168217, 0.213192307692309, 0.193714583859863, 0.547999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 135, '2021-05-23 00:00:00', 0.0312460459036898, 0.0391538461538467, 0.0456524495930541, 0.0648846153846158, 0.040266133890177, 0.109307692307692, 0.0793520296866095, 0.210230769230771, 0.195877784698678, 0.551057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 150, '2021-05-23 00:00:00', 0.0214355653421708, 0.0472115384615376, 0.0279554315625096, 0.0711153846153837, 0.0289911126965583, 0.109230769230768, 0.0796292756369256, 0.208192307692308, 0.195457833343626, 0.550230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 165, '2021-05-23 00:00:00', 0.020956107976876, 0.0564615384615375, 0.0281010881256611, 0.0903653846153843, 0.036148390750433, 0.115884615384614, 0.0813010076576769, 0.204576923076923, 0.196784599147237, 0.549038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 180, '2021-05-23 00:00:00', 0.0292418298911797, 0.0677307692307707, 0.0313098227398355, 0.082750000000001, 0.0437029703267936, 0.113019230769233, 0.0814779347194924, 0.196076923076925, 0.202316154912211, 0.552557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 195, '2021-05-23 00:00:00', 0.0178930583875848, 0.0508076923076906, 0.0347837550500888, 0.0760192307692297, 0.0453646931502397, 0.107653846153846, 0.074125527628165, 0.186423076923077, 0.211636480787222, 0.555999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 210, '2021-05-23 00:00:00', 0.0252396589639301, 0.0559038461538442, 0.0275140873008739, 0.0777499999999996, 0.0397264540809546, 0.106134615384615, 0.0665843854414481, 0.181903846153846, 0.215829327158147, 0.564038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 225, '2021-05-23 00:00:00', 0.0217912914857153, 0.0519038461538464, 0.0294203749387822, 0.0749615384615384, 0.0446279189952461, 0.102634615384616, 0.0640499684741405, 0.180538461538461, 0.222188029345902, 0.570596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 240, '2021-05-23 00:00:00', 0.02139424796888, 0.0509230769230768, 0.0313288267353808, 0.0706538461538457, 0.0542296541074663, 0.102653846153845, 0.0544177855541305, 0.173346153846154, 0.228525315884259, 0.5745 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 255, '2021-05-23 00:00:00', 0.0185425498205117, 0.0436153846153846, 0.0221339367001491, 0.0616346153846145, 0.046005472082552, 0.0947884615384599, 0.0483551325730143, 0.165173076923076, 0.233008702379581, 0.576153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 270, '2021-05-23 00:00:00', 0.0158941692259975, 0.0402307692307689, 0.0348292317545947, 0.0658461538461523, 0.0413985925067314, 0.0882115384615388, 0.0515521543234107, 0.161269230769231, 0.233610876327414, 0.572307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 285, '2021-05-23 00:00:00', 0.0252282884568391, 0.0484423076923051, 0.0307583384566756, 0.0648461538461525, 0.035500297940245, 0.085365384615385, 0.0500983686207598, 0.153557692307692, 0.235120361975277, 0.570769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 300, '2021-05-23 00:00:00', 0.0208583224489555, 0.0435192307692303, 0.0220499781963961, 0.055692307692308, 0.0299928965949248, 0.0794230769230796, 0.0490625503429434, 0.147076923076923, 0.235090496486911, 0.567807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 315, '2021-05-23 00:00:00', 0.0168180306173509, 0.0376153846153849, 0.022557959536748, 0.0536923076923099, 0.0307929312567772, 0.0747307692307713, 0.0482343358391745, 0.151365384615385, 0.235507884075118, 0.566211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 330, '2021-05-23 00:00:00', 0.0177356659348868, 0.0395769230769246, 0.0213664726580261, 0.0523846153846185, 0.0299429714367411, 0.0736923076923097, 0.0550053738633443, 0.162634615384616, 0.235389981650747, 0.565288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 345, '2021-05-23 00:00:00', 0.0127990384254209, 0.0333461538461546, 0.0217552204168246, 0.049980769230769, 0.0296222694294998, 0.0688269230769227, 0.0716855553522037, 0.172673076923077, 0.235191987860656, 0.565365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 360, '2021-05-23 00:00:00', 0.0163755446180714, 0.0355384615384602, 0.0222535131193662, 0.0496730769230763, 0.0264742545475061, 0.067615384615385, 0.0900644406052615, 0.180288461538461, 0.241872707303784, 0.571057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 375, '2021-05-23 00:00:00', 0.0145117591575302, 0.0326346153846154, 0.0166256983658985, 0.0445769230769233, 0.019892054849962, 0.0669230769230767, 0.101834737914692, 0.188423076923076, 0.248966540847438, 0.575038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 390, '2021-05-23 00:00:00', 0.00905489667783014, 0.0283653846153845, 0.0168540910349819, 0.0445961538461531, 0.0325703262778594, 0.0681153846153836, 0.101414761480537, 0.196076923076923, 0.248579360489842, 0.575038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 405, '2021-05-23 00:00:00', 0.0129360111555072, 0.0335961538461541, 0.0164056275522955, 0.0502307692307691, 0.0402859968036227, 0.0756923076923078, 0.118765847525547, 0.216942307692307, 0.248633090810846, 0.575576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 420, '2021-05-23 00:00:00', 0.0118246157849454, 0.0353076923076904, 0.0224439558421907, 0.0491346153846144, 0.0385861523586653, 0.0746346153846159, 0.133427681362775, 0.220884615384615, 0.250608478738021, 0.576519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 435, '2021-05-23 00:00:00', 0.0161613618047692, 0.0319807692307683, 0.0317560472738897, 0.0524423076923078, 0.0342602707789377, 0.0773846153846165, 0.13093815480835, 0.226096153846154, 0.250628054172836, 0.576307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 450, '2021-05-23 00:00:00', 0.0290760276622391, 0.0388461538461551, 0.030108221468562, 0.0532500000000012, 0.0302333234387798, 0.0765769230769242, 0.130377565613815, 0.235019230769231, 0.25059233903816, 0.575403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 465, '2021-05-23 00:00:00', 0.012786907366522, 0.0347500000000003, 0.0189199528378011, 0.0527692307692308, 0.0257488535965877, 0.0707884615384618, 0.133857727284778, 0.243634615384617, 0.250453720582959, 0.574115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 480, '2021-05-23 00:00:00', 0.0178890705782571, 0.0393269230769234, 0.0243506752394163, 0.0558461538461538, 0.023744157176031, 0.0732499999999994, 0.135138948436841, 0.245346153846155, 0.249524584884013, 0.573961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 495, '2021-05-23 00:00:00', 0.0136718126646935, 0.0344615384615385, 0.0170600748487848, 0.0466153846153858, 0.0218257786890772, 0.0852307692307706, 0.124357815009135, 0.242384615384617, 0.248567975534941, 0.570038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 510, '2021-05-23 00:00:00', 0.0128588939588963, 0.0323653846153839, 0.020222768965089, 0.0534038461538454, 0.0376123598752392, 0.0985192307692322, 0.127973428732446, 0.245461538461539, 0.248856130818902, 0.569423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 525, '2021-05-23 00:00:00', 0.0155819915780512, 0.0384615384615379, 0.0216774963073208, 0.0704230769230787, 0.065018154269521, 0.107903846153848, 0.128008228401386, 0.245557692307692, 0.247763727400492, 0.568769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 540, '2021-05-23 00:00:00', 0.0233509018109507, 0.0587692307692321, 0.0415483268199622, 0.0797884615384632, 0.0839330319132695, 0.121923076923078, 0.127553771466721, 0.244769230769231, 0.248011619609927, 0.567288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 555, '2021-05-23 00:00:00', 0.0314154604270906, 0.0541346153846153, 0.0595896770874327, 0.0810192307692317, 0.078571241558219, 0.132000000000001, 0.120780374424629, 0.248326923076923, 0.245291337769224, 0.563903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 570, '2021-05-23 00:00:00', 0.0369027047163838, 0.0559807692307693, 0.0523478748374772, 0.0884999999999995, 0.0547127920635106, 0.13198076923077, 0.110463561691347, 0.239961538461538, 0.239831941960648, 0.555903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 585, '2021-05-23 00:00:00', 0.0253383336832989, 0.0533653846153853, 0.0355029576232767, 0.0895000000000005, 0.0718697459618102, 0.138096153846155, 0.104129396204174, 0.231134615384617, 0.236335606386668, 0.549673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 600, '2021-05-23 00:00:00', 0.0317603768627134, 0.0748076923076937, 0.0369805198199526, 0.0973269230769254, 0.0876611592790886, 0.140326923076925, 0.106767996141164, 0.23075, 0.239988323433903, 0.551846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 615, '2021-05-23 00:00:00', 0.0195038161946302, 0.0598269230769234, 0.0667821486972036, 0.100846153846154, 0.0770504055797252, 0.13075, 0.107224066256673, 0.228596153846154, 0.236605026281224, 0.548538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 630, '2021-05-23 00:00:00', 0.0484678362818678, 0.0753653846153854, 0.0594882438288952, 0.0953653846153852, 0.0576633632520548, 0.125788461538463, 0.101026883322441, 0.225865384615384, 0.234423519593197, 0.546942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 645, '2021-05-23 00:00:00', 0.0295534522257836, 0.0574423076923081, 0.030212987528291, 0.0822307692307683, 0.0461219995897174, 0.116673076923078, 0.0984416500346208, 0.224461538461538, 0.236871821878417, 0.548500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 660, '2021-05-23 00:00:00', 0.0173730117844192, 0.0593076923076913, 0.0308263124369676, 0.0836923076923083, 0.0513819183999731, 0.114192307692309, 0.10081659089654, 0.23075, 0.233293809473081, 0.554307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 675, '2021-05-23 00:00:00', 0.0242367568914533, 0.0555961538461526, 0.039197944412352, 0.0786730769230771, 0.041477709490946, 0.0995961538461533, 0.103784028710514, 0.238269230769231, 0.235378262671943, 0.548557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 690, '2021-05-23 00:00:00', 0.0300972845695686, 0.0604423076923088, 0.0330114199354383, 0.0779230769230784, 0.0397476849833857, 0.100461538461539, 0.117060898023866, 0.252423076923077, 0.236941667602291, 0.550923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 705, '2021-05-23 00:00:00', 0.0217148300972818, 0.0539230769230781, 0.0237358621888105, 0.0666346153846149, 0.0356924307855979, 0.0944807692307678, 0.130663120863717, 0.268634615384616, 0.236454184861385, 0.549692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 720, '2021-05-23 00:00:00', 0.0171300455789952, 0.0460384615384605, 0.0254378957160685, 0.072442307692306, 0.0363507750419981, 0.0973269230769221, 0.150236260091078, 0.274423076923078, 0.235624417567124, 0.555115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 735, '2021-05-23 00:00:00', 0.0214463642247711, 0.0550576923076918, 0.0216776116339834, 0.0673269230769221, 0.0619782343929036, 0.111692307692308, 0.166660991698258, 0.284384615384616, 0.238620232555029, 0.553846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 750, '2021-05-23 00:00:00', 0.0181344656980546, 0.0451730769230751, 0.0325404186536374, 0.0693269230769223, 0.0682460706110354, 0.112884615384613, 0.179368834656845, 0.288673076923076, 0.238343892629634, 0.554365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 765, '2021-05-23 00:00:00', 0.028037097677077, 0.0538269230769221, 0.0551075905702809, 0.0864423076923067, 0.0611687105785808, 0.115634615384614, 0.180787113436261, 0.301596153846153, 0.238009162719552, 0.554192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 780, '2021-05-23 00:00:00', 0.0391897357048422, 0.057653846153846, 0.0505499790763093, 0.0765961538461534, 0.0543216665938958, 0.106211538461538, 0.175993689790725, 0.310326923076921, 0.236850111641552, 0.551846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 795, '2021-05-23 00:00:00', 0.027077183128122, 0.0504230769230761, 0.0294133669246862, 0.0708846153846155, 0.0577590352572321, 0.109115384615385, 0.163415435670517, 0.318769230769229, 0.236700779141418, 0.550826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 810, '2021-05-23 00:00:00', 0.0224966749679923, 0.0500961538461547, 0.0318565595225752, 0.0709038461538475, 0.0634553901450599, 0.117557692307692, 0.159699844660586, 0.315596153846152, 0.233423764527424, 0.548923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 825, '2021-05-23 00:00:00', 0.01746543839878, 0.0463076923076926, 0.052866628269784, 0.0785961538461542, 0.0726065688912102, 0.117423076923077, 0.151155660979515, 0.315423076923074, 0.223593024007047, 0.548403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 840, '2021-05-23 00:00:00', 0.0472279741092232, 0.0606923076923089, 0.0518238028174463, 0.0865576923076935, 0.068914955951854, 0.129865384615386, 0.149417264217205, 0.318173076923075, 0.220422129979311, 0.547846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 855, '2021-05-23 00:00:00', 0.0304989596291656, 0.0564423076923083, 0.0614019543662901, 0.0889999999999997, 0.0697220084445263, 0.142538461538461, 0.140088209848158, 0.311057692307689, 0.214491965960357, 0.548288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 870, '2021-05-23 00:00:00', 0.0535010136496357, 0.0614615384615373, 0.0535694409155074, 0.0932499999999998, 0.0786689485218815, 0.144288461538461, 0.136180242552062, 0.310038461538458, 0.211833141882946, 0.550500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 885, '2021-05-23 00:00:00', 0.0262492563997243, 0.0597115384615383, 0.0352417420769098, 0.0960961538461536, 0.0940917555449905, 0.157961538461537, 0.131692825866162, 0.308596153846151, 0.208678045175964, 0.547557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 900, '2021-05-23 00:00:00', 0.0245684992184344, 0.0668653846153858, 0.0422767803155124, 0.0988846153846158, 0.0953851080942612, 0.152173076923076, 0.113725438599352, 0.308346153846152, 0.199731084595879, 0.542115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 915, '2021-05-23 00:00:00', 0.0350944933221498, 0.074288461538461, 0.0790507042736098, 0.120423076923076, 0.0925470774171815, 0.159307692307691, 0.113798196889864, 0.306980769230767, 0.198309269925693, 0.540442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 930, '2021-05-23 00:00:00', 0.0759650324415524, 0.0861153846153837, 0.0827581090611948, 0.107230769230767, 0.0981260747123912, 0.159442307692307, 0.10265354166021, 0.29901923076923, 0.19424612856255, 0.53546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 945, '2021-05-23 00:00:00', 0.0322179835113646, 0.0670384615384614, 0.0501864408596009, 0.0998269230769226, 0.0676200385639112, 0.158480769230769, 0.0856437455617526, 0.275865384615385, 0.197559038887502, 0.531576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 960, '2021-05-23 00:00:00', 0.0369907472838207, 0.076846153846154, 0.0542691866106797, 0.110769230769231, 0.0552914967728736, 0.172480769230769, 0.0856477154035419, 0.270865384615384, 0.20092960114275, 0.538269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 975, '2021-05-23 00:00:00', 0.038063433896591, 0.0737500000000018, 0.0466667440475558, 0.122250000000001, 0.051149960523331, 0.17303846153846, 0.0818628496562753, 0.265884615384614, 0.200450090661376, 0.542826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 990, '2021-05-23 00:00:00', 0.0259561168128049, 0.0865000000000004, 0.038189915100516, 0.12101923076923, 0.0457180868096906, 0.157711538461536, 0.0847567378760212, 0.257730769230767, 0.19183562374716, 0.540557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1005, '2021-05-23 00:00:00', 0.0247212770394589, 0.0781923076923061, 0.0326912891244038, 0.112403846153844, 0.0420773509329951, 0.147288461538459, 0.0850035587490322, 0.246249999999998, 0.186903821420373, 0.541961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1020, '2021-05-23 00:00:00', 0.0299948521224249, 0.083134615384615, 0.03375586558716, 0.107038461538462, 0.04158533857762, 0.152403846153846, 0.0829267726092413, 0.237980769230769, 0.190391411611409, 0.542519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1035, '2021-05-23 00:00:00', 0.0280544799658416, 0.0750769230769219, 0.0334213025110999, 0.11078846153846, 0.0502557497667215, 0.154903846153845, 0.0889297410664953, 0.230173076923076, 0.197847463582817, 0.551326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1050, '2021-05-23 00:00:00', 0.0288278778001704, 0.0715576923076913, 0.0317210497934738, 0.10825, 0.0557655704369065, 0.14882692307692, 0.0824928551684696, 0.217134615384615, 0.197805083741158, 0.546865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1065, '2021-05-23 00:00:00', 0.0248306339954377, 0.0869038461538457, 0.0417702185036908, 0.113365384615384, 0.0516002869699817, 0.146519230769228, 0.0881601863742283, 0.20603846153846, 0.201747568853907, 0.550192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1080, '2021-05-23 00:00:00', 0.0448949885844722, 0.0775000000000006, 0.0531327944508257, 0.102576923076921, 0.0488858009902826, 0.132807692307692, 0.0897232668563973, 0.188230769230769, 0.204791226712625, 0.546557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1095, '2021-05-23 00:00:00', 0.0280229370337928, 0.0592499999999987, 0.0320206243632972, 0.0800961538461526, 0.0351129441396436, 0.110326923076924, 0.0831606878278415, 0.168500000000002, 0.212778396821309, 0.540884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1110, '2021-05-23 00:00:00', 0.02053009048652, 0.0572692307692304, 0.0232408791042533, 0.0810384615384621, 0.0342070224459165, 0.101596153846155, 0.0785780185548089, 0.162250000000002, 0.212082629035151, 0.53969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1125, '2021-05-23 00:00:00', 0.026287851830193, 0.0548653846153853, 0.0306366045517704, 0.0783076923076945, 0.0356154244890972, 0.0930384615384636, 0.0746895214563899, 0.153730769230772, 0.204094668833252, 0.53642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1140, '2021-05-23 00:00:00', 0.0218221482408622, 0.0526153846153844, 0.025218125349713, 0.0644230769230779, 0.0277551727680556, 0.0849807692307694, 0.0709124487281004, 0.149846153846154, 0.202945237971687, 0.532519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1155, '2021-05-23 00:00:00', 0.0175060429127075, 0.0403076923076924, 0.0198417198386099, 0.0525769230769227, 0.032851554230882, 0.0812692307692307, 0.0681709643808532, 0.144903846153844, 0.202172764086713, 0.53394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1170, '2021-05-23 00:00:00', 0.0157237204444564, 0.0358461538461545, 0.0213617559059318, 0.0542307692307702, 0.0357995057980489, 0.0787307692307697, 0.0652920333224858, 0.143480769230768, 0.199251989662879, 0.533846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1185, '2021-05-23 00:00:00', 0.0126306708512986, 0.0409230769230767, 0.0283803019445088, 0.0606923076923078, 0.0410433167050844, 0.0810769230769227, 0.0648049499533905, 0.140692307692307, 0.199315131233084, 0.532692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1200, '2021-05-23 00:00:00', 0.0297311866823125, 0.0457884615384605, 0.0332523452035864, 0.0579615384615381, 0.0383903483463464, 0.0768269230769232, 0.063521640770321, 0.143326923076923, 0.202600817258584, 0.531365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1215, '2021-05-23 00:00:00', 0.0165829847921097, 0.0353461538461543, 0.0253369599293515, 0.0523076923076928, 0.0312402169302029, 0.0681346153846161, 0.0547602466702313, 0.136269230769231, 0.200600725706183, 0.522865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1230, '2021-05-23 00:00:00', 0.0115499583748821, 0.036807692307691, 0.0169039481050548, 0.0502115384615383, 0.0248637286021219, 0.0632499999999987, 0.0459841109682289, 0.129538461538461, 0.200113991553276, 0.520019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1245, '2021-05-23 00:00:00', 0.0130974601178404, 0.0302884615384619, 0.0195361597675061, 0.0458076923076924, 0.0289044380409226, 0.0594423076923084, 0.045032778660061, 0.124634615384615, 0.200028382601456, 0.516576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1260, '2021-05-23 00:00:00', 0.0166234773738842, 0.0349999999999999, 0.0208927296887273, 0.0426153846153848, 0.0275626628723607, 0.0615961538461539, 0.0463627544479398, 0.122250000000001, 0.200246594132183, 0.51546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1275, '2021-05-23 00:00:00', 0.0110682498095315, 0.027384615384615, 0.0177561365340382, 0.040096153846154, 0.0259726779520337, 0.0609999999999994, 0.0609337376550575, 0.124903846153846, 0.199547596982623, 0.517788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1290, '2021-05-23 00:00:00', 0.0137516013053592, 0.0285576923076915, 0.0169449447873457, 0.0413653846153826, 0.0273829537093085, 0.0613846153846128, 0.0651130141783088, 0.128269230769231, 0.201381093948764, 0.522750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1305, '2021-05-23 00:00:00', 0.0117391029666477, 0.0345576923076912, 0.0192844796104562, 0.049634615384613, 0.0255411357496984, 0.0610192307692286, 0.0649240976952205, 0.128038461538462, 0.198900242680752, 0.52894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1320, '2021-05-23 00:00:00', 0.0205158569066791, 0.0365961538461526, 0.0261526583440653, 0.0468076923076923, 0.0338590290196548, 0.0699230769230785, 0.0656716423990185, 0.125769230769231, 0.199071959351388, 0.528750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1335, '2021-05-23 00:00:00', 0.015291375145686, 0.0283846153846154, 0.0152076018440165, 0.0363653846153844, 0.0300632474319374, 0.0666730769230766, 0.0585940795118942, 0.127615384615386, 0.199220076413384, 0.529173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1350, '2021-05-23 00:00:00', 0.010598421508011, 0.0240576923076929, 0.0240225615107637, 0.0487884615384622, 0.0316500577226356, 0.0663846153846143, 0.0573655250262601, 0.127788461538463, 0.199162814145769, 0.53144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1365, '2021-05-23 00:00:00', 0.0201166980009546, 0.0378076923076925, 0.0257820748702564, 0.0493461538461512, 0.0318817104550332, 0.0602884615384597, 0.0550782939236363, 0.129538461538462, 0.200189684088329, 0.534980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1380, '2021-05-23 00:00:00', 0.0157050824698453, 0.0309807692307669, 0.0218762691939512, 0.040865384615383, 0.0320219215778594, 0.0607884615384616, 0.0570508983277219, 0.142250000000001, 0.201321829035389, 0.533826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1395, '2021-05-23 00:00:00', 0.0130561656522286, 0.0242884615384605, 0.0139501309616149, 0.0326153846153829, 0.0268385199637785, 0.0686153846153848, 0.0535180774634578, 0.15723076923077, 0.202830929973332, 0.532615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1410, '2021-05-23 00:00:00', 0.00765667129924104, 0.0212307692307689, 0.0238751882795647, 0.0432307692307685, 0.0245340893138818, 0.0681923076923081, 0.0600371679750265, 0.175192307692308, 0.203339375278036, 0.532807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1425, '2021-05-23 00:00:00', 0.0229474064229165, 0.0352115384615382, 0.025583806476874, 0.0566346153846163, 0.0254594700530981, 0.064730769230769, 0.0705769520016702, 0.190115384615385, 0.205145922736439, 0.53348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 0, '2021-05-23 00:00:00', 0.0235877412751109, 0.0393076923076942, 0.0251184271923111, 0.0473461538461553, 0.0242325908961154, 0.057538461538463, 0.0836158454802953, 0.203480769230772, 0.209860858665928, 0.535000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 15, '2021-05-23 00:00:00', 0.0213496261902063, 0.0235576923076927, 0.0213603244717498, 0.0327884615384629, 0.0361406068230532, 0.0622115384615393, 0.0838750627650814, 0.215384615384617, 0.207604049908623, 0.533192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 30, '2021-05-23 00:00:00', 0.0129982247308555, 0.022423076923079, 0.0145938870237348, 0.034807692307694, 0.0422398326409879, 0.068788461538462, 0.0851570336767059, 0.218903846153849, 0.207661141322553, 0.533019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 45, '2021-05-23 00:00:00', 0.0145772214298681, 0.0256538461538473, 0.0326758909006919, 0.0504230769230788, 0.0385743886735563, 0.070711538461541, 0.0870706521253784, 0.224038461538463, 0.207771854353613, 0.532711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 60, '2021-05-23 00:00:00', 0.0276248007302251, 0.0404807692307712, 0.0361530773240694, 0.0547500000000007, 0.0397102776853342, 0.0718846153846159, 0.0882744082610947, 0.228365384615386, 0.207781517094651, 0.532673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 75, '2021-05-23 00:00:00', 0.0266755794400349, 0.0340576923076937, 0.0262503040275459, 0.0475384615384633, 0.0395847144158561, 0.0775192307692303, 0.0868932700766614, 0.225403846153849, 0.207529705936656, 0.531826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 90, '2021-05-23 00:00:00', 0.0129783843963136, 0.0350384615384627, 0.0227558023031843, 0.0490576923076921, 0.0289964454054968, 0.0769230769230775, 0.0831878527560004, 0.224826923076926, 0.204398430672886, 0.530038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 105, '2021-05-23 00:00:00', 0.0201107032352273, 0.0354038461538452, 0.0243598108493369, 0.0625961538461521, 0.0295889077449382, 0.0802115384615383, 0.0772218009273392, 0.227557692307694, 0.200069822427457, 0.528423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 120, '2021-05-23 00:00:00', 0.0206519881702612, 0.0537692307692295, 0.0274902500198488, 0.0645769230769232, 0.0354660888954275, 0.104788461538462, 0.0966596109272913, 0.234403846153847, 0.199164809990273, 0.529692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 135, '2021-05-23 00:00:00', 0.018043590381245, 0.0406346153846159, 0.0269933040130027, 0.0600384615384618, 0.0382244182931042, 0.121384615384616, 0.111548818219442, 0.235673076923078, 0.199556007175931, 0.532 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 150, '2021-05-23 00:00:00', 0.0189028691350926, 0.0440384615384603, 0.0381369193221564, 0.0832307692307682, 0.0526705435119684, 0.135615384615385, 0.111705051190798, 0.234538461538462, 0.200085897900031, 0.530942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 165, '2021-05-23 00:00:00', 0.0334062868334684, 0.0660000000000003, 0.0369760005325696, 0.100269230769232, 0.0646322258272506, 0.14523076923077, 0.115108585859013, 0.230557692307693, 0.197844648651411, 0.53025 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 180, '2021-05-23 00:00:00', 0.0334241103673108, 0.068865384615386, 0.0505252297981316, 0.099673076923079, 0.0816629870965959, 0.140788461538464, 0.120035417850157, 0.216307692307694, 0.193159328415292, 0.521884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 195, '2021-05-23 00:00:00', 0.0391798859306461, 0.0582115384615382, 0.0447674504007619, 0.0842307692307681, 0.0708820933229699, 0.129865384615385, 0.0966910006949182, 0.192519230769231, 0.200680171302116, 0.519365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 210, '2021-05-23 00:00:00', 0.0279924165554772, 0.0523461538461535, 0.0506919656811135, 0.0876538461538477, 0.0683246323416032, 0.115153846153848, 0.0915707985869179, 0.182865384615386, 0.203517673585218, 0.51821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 225, '2021-05-23 00:00:00', 0.0425744822453711, 0.0659423076923094, 0.0609857234239145, 0.0905384615384631, 0.0623266117999472, 0.108057692307693, 0.074995969122448, 0.168653846153847, 0.204747793263211, 0.516326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 240, '2021-05-23 00:00:00', 0.0404816767667316, 0.0576153846153859, 0.0422759433320579, 0.0718461538461553, 0.0497274920093342, 0.0962884615384633, 0.0724638291733292, 0.163942307692309, 0.205126228492081, 0.515519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 255, '2021-05-23 00:00:00', 0.0237128413766442, 0.0421730769230782, 0.0365285557422609, 0.064653846153846, 0.0430223600182318, 0.0882884615384622, 0.0692625328842256, 0.15846153846154, 0.207638025456286, 0.513019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 270, '2021-05-23 00:00:00', 0.0227264417330602, 0.0463653846153835, 0.0256847455476235, 0.0596153846153851, 0.0376664357832712, 0.0840961538461537, 0.0678366703645903, 0.151923076923078, 0.207271865321483, 0.512884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 285, '2021-05-23 00:00:00', 0.0208313096453028, 0.0417115384615376, 0.0270226970128092, 0.058884615384614, 0.0369997349262841, 0.0854038461538451, 0.0644755678234316, 0.145673076923078, 0.209056323842314, 0.516442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 300, '2021-05-23 00:00:00', 0.0190474407729739, 0.0407499999999994, 0.0255734011456008, 0.0591730769230774, 0.0491092815917885, 0.0863076923076918, 0.0641460712868576, 0.142961538461541, 0.210136297344222, 0.516788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 315, '2021-05-23 00:00:00', 0.0171057008041192, 0.0407500000000016, 0.0247586270900619, 0.0585192307692314, 0.0631082098767378, 0.0813846153846159, 0.0591263867946009, 0.144519230769233, 0.210371619905202, 0.516538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 330, '2021-05-23 00:00:00', 0.017448032730192, 0.0395769230769229, 0.0384523881423019, 0.0568846153846143, 0.0516306147998989, 0.0789038461538469, 0.0578290983449057, 0.147230769230772, 0.210323095772635, 0.516730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 345, '2021-05-23 00:00:00', 0.0355212828943661, 0.0433076923076892, 0.0524822460823305, 0.0581153846153828, 0.0506953495060299, 0.0800384615384606, 0.0574756135578054, 0.152884615384617, 0.209609175701977, 0.516442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 360, '2021-05-23 00:00:00', 0.0242339875762579, 0.0376153846153855, 0.0258423102682414, 0.0517500000000006, 0.0318764260616145, 0.0689423076923078, 0.0603342771565219, 0.160250000000003, 0.209410921028858, 0.515423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 375, '2021-05-23 00:00:00', 0.0188468830314186, 0.0352499999999989, 0.0209524736927683, 0.0486153846153834, 0.0277095928959898, 0.0673076923076923, 0.0608934757146886, 0.165153846153847, 0.209294110321779, 0.51323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 390, '2021-05-23 00:00:00', 0.015661466676577, 0.0343076923076922, 0.025508128417911, 0.0452307692307699, 0.0286105682464482, 0.0662692307692307, 0.0590355857480492, 0.170903846153847, 0.209270120804522, 0.513711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 405, '2021-05-23 00:00:00', 0.0149556395331707, 0.0308653846153866, 0.0206513642685858, 0.0478269230769246, 0.0260411508666859, 0.064807692307694, 0.0601787465677171, 0.189807692307693, 0.209049673890794, 0.513884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 420, '2021-05-23 00:00:00', 0.0176322257419586, 0.034653846153846, 0.0190347455580986, 0.0471923076923067, 0.0254567506537304, 0.0658846153846157, 0.0654964620301077, 0.201557692307694, 0.208978511961252, 0.514538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 435, '2021-05-23 00:00:00', 0.0141046637131656, 0.032307692307693, 0.0175249821683213, 0.0447500000000005, 0.0239131441165426, 0.0705384615384611, 0.0640551595231671, 0.203788461538463, 0.207690524208868, 0.515576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 450, '2021-05-23 00:00:00', 0.0160868316907389, 0.031384615384616, 0.0200185779099948, 0.0482884615384609, 0.0306647128697584, 0.0767692307692311, 0.0685816329975837, 0.209903846153848, 0.205114909633226, 0.519115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 465, '2021-05-23 00:00:00', 0.016658515955697, 0.0366153846153845, 0.0219900064714732, 0.0544038461538452, 0.0283356597838248, 0.0749807692307698, 0.0727392524442868, 0.218673076923079, 0.204513614367208, 0.519038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 480, '2021-05-23 00:00:00', 0.0172544308690655, 0.0403461538461536, 0.0242924568855936, 0.0582115384615382, 0.0267591034114488, 0.0745192307692319, 0.0868116263039599, 0.233538461538463, 0.204513614367208, 0.519038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 495, '2021-05-23 00:00:00', 0.014862239193544, 0.0368846153846155, 0.0180723865011272, 0.0478653846153847, 0.0301711528042674, 0.0864615384615392, 0.0889018559986237, 0.2335, 0.20350714597168, 0.51746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 510, '2021-05-23 00:00:00', 0.0112962893839591, 0.0328846153846161, 0.0168143825797578, 0.0512884615384632, 0.0409028680581751, 0.0997692307692311, 0.0867139173462857, 0.234211538461538, 0.203222308171278, 0.515942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 525, '2021-05-23 00:00:00', 0.013619160710613, 0.0398076923076927, 0.0269141441224895, 0.0726346153846162, 0.0476872987444063, 0.11046153846154, 0.0851407635353633, 0.23798076923077, 0.203201503817877, 0.515634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 540, '2021-05-23 00:00:00', 0.02494165499413, 0.0611153846153846, 0.0396817144480723, 0.0839615384615387, 0.0515748634361877, 0.114557692307695, 0.084637846144618, 0.23625, 0.204178070848426, 0.51673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 555, '2021-05-23 00:00:00', 0.0259440003439375, 0.0558653846153835, 0.0375313663691913, 0.0807115384615391, 0.0481136195335105, 0.112903846153847, 0.085214112680942, 0.23025, 0.20226719951589, 0.520000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 570, '2021-05-23 00:00:00', 0.0218342708743702, 0.0516538461538468, 0.0289782411739994, 0.0749615384615417, 0.0325654666078137, 0.113519230769232, 0.081777194959137, 0.225480769230769, 0.201746116157451, 0.519153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 585, '2021-05-23 00:00:00', 0.0265659484186919, 0.0544807692307725, 0.0303717543375156, 0.0832884615384624, 0.0409090595570975, 0.125634615384617, 0.0783220201868795, 0.223826923076924, 0.198767692004048, 0.516846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 600, '2021-05-23 00:00:00', 0.026942138856329, 0.0703269230769227, 0.0280486185043033, 0.0907500000000004, 0.049393229838169, 0.139865384615384, 0.0736521449893917, 0.220961538461539, 0.198128186943552, 0.515538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 615, '2021-05-23 00:00:00', 0.0201098139072591, 0.0562692307692322, 0.0423498478791202, 0.0939807692307698, 0.0476966052654292, 0.128615384615386, 0.078664360027025, 0.213307692307694, 0.195668227836345, 0.520153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 630, '2021-05-23 00:00:00', 0.0334868573530663, 0.0669807692307688, 0.042926036567387, 0.0982692307692305, 0.0432300687734098, 0.120826923076924, 0.0752557409003561, 0.206057692307694, 0.19202257980208, 0.517865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 645, '2021-05-23 00:00:00', 0.0212434605322346, 0.0627307692307709, 0.0216547116919528, 0.079557692307695, 0.0530302852514108, 0.118634615384617, 0.0699479174375199, 0.198134615384619, 0.191460636645279, 0.518153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 660, '2021-05-23 00:00:00', 0.0205225579452323, 0.0566538461538467, 0.0341512247781272, 0.0751153846153853, 0.0748323048298912, 0.124076923076924, 0.070553983696064, 0.195269230769233, 0.189553861840011, 0.519057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 675, '2021-05-23 00:00:00', 0.0200614440771737, 0.0523076923076928, 0.0461954917880339, 0.0847884615384619, 0.0681687724582262, 0.113307692307693, 0.07614056838405, 0.206384615384618, 0.189503314361112, 0.520115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 690, '2021-05-23 00:00:00', 0.0393552264147175, 0.0594230769230781, 0.0654643443762733, 0.0885961538461549, 0.062104418893938, 0.108326923076924, 0.0719420172510746, 0.2094230769230[...];
Date: 2021-05-23 15:04:42 Duration: 13s133ms Database: acaweb_fx User: pgperfstats
Most frequent queries (N)
Rank Times executed Total duration Min duration Max duration Avg duration Query 1 236 6m1s 196ms 10s593ms 1s531ms 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 15 236 6m1s 1s531ms [ User: postgres - Total duration: 6m1s - Times executed: 236 ]
-
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 15:18:29 Duration: 10s593ms 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 15:06:56 Duration: 9s970ms 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 15:12:39 Duration: 9s894ms Database: acaweb_fx User: postgres Bind query: yes
2 203 24s499ms 50ms 788ms 120ms 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 #2
Day Hour Count Duration Avg duration May 23 15 203 24s499ms 120ms [ User: pgperfstats - Total duration: 24s499ms - Times executed: 203 ]
-
select distinct pricedatetime, high, low FROM t15_ps WHERE pricedatetime <= current_timestamp AND pricedatetime >= current_timestamp - interval '6 months' and symbolid = 975045order by pricedatetime asc;
Date: 2021-05-23 15:00:47 Duration: 788ms 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 = 975055order by pricedatetime asc;
Date: 2021-05-23 15:01:15 Duration: 656ms 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 = 975190order by pricedatetime asc;
Date: 2021-05-23 15:02:24 Duration: 520ms Database: acaweb_fx User: pgperfstats
3 179 46s815ms 50ms 1s488ms 261ms 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 15 179 46s815ms 261ms [ User: postgres - Total duration: 46s815ms - Times executed: 179 ]
-
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 15:06:46 Duration: 1s488ms 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 = '665' 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 ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') 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 15:03:10 Duration: 1s433ms 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 = '558' 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 ('80' = 0 OR s.symbol in ('AUDSGD', 'CHFSGD', 'EURDKK', 'EURHKD', 'EURNOK', 'EURPLN', 'EURSEK', 'EURSGD', 'EURTRY', 'EURZAR', 'GBPDKK', 'GBPNOK', 'GBPSEK', 'GBPSGD', 'NOKJPY', 'NOKSEK', 'SEKJPY', 'SGDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTHB', 'USDTRY', 'USDZAR', 'AUDUSD', 'EURUSD', 'GBPUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDSGD', 'AUS200', 'DE30', 'ES35', 'F40', 'HK50', 'IT40', 'JP225', 'STOXX50', 'UK100', 'US2000', 'US30', 'US500', 'CHINA50', 'USTEC', 'XAGEUR', 'XAGUSD', 'XAUUSD', 'XAUEUR', 'XPDUSD', 'XPTUSD')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') 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 15:05:31 Duration: 814ms Database: acaweb_fx User: postgres Bind query: yes
4 147 4m12s 50ms 10s712ms 1s718ms with rar_max as ( ;Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration May 23 15 147 4m12s 1s718ms [ User: postgres - Total duration: 4m12s - Times executed: 147 ]
-
WITH rar_max as ( ;
Date: 2021-05-23 15:34:15 Duration: 10s712ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-23 15:47:09 Duration: 10s6ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-23 15:44:20 Duration: 9s910ms Database: acaweb_fx User: postgres Bind query: yes
5 89 32s735ms 50ms 1s404ms 367ms (( 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 15 89 32s735ms 367ms [ User: postgres - Total duration: 32s735ms - Times executed: 89 ]
-
(( 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 15:06:31 Duration: 1s404ms 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 15:01:29 Duration: 1s402ms 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 15:16:36 Duration: 1s365ms Database: acaweb_fx User: postgres Bind query: yes
6 72 5s479ms 52ms 138ms 76ms 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 15 72 5s479ms 76ms [ User: postgres - Total duration: 5s479ms - Times executed: 72 ]
-
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 15:17:45 Duration: 138ms 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 15:11:47 Duration: 123ms 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 15:56:27 Duration: 123ms Database: acaweb_fx User: postgres Bind query: yes
7 32 4s165ms 109ms 165ms 130ms 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 #7
Day Hour Count Duration Avg duration May 23 15 32 4s165ms 130ms [ User: postgres - Total duration: 4s165ms - 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 15:26:12 Duration: 165ms 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 15:35:12 Duration: 156ms 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 15:18:12 Duration: 149ms Database: acaweb_fx User: postgres
8 25 5s168ms 52ms 848ms 206ms select open as _open, high as _high, low as _low, close "..." _close, volume as _volume, pricedatetime as _pricedatetime from ( select open, high, low, close, volume, pricedatetime from t15 where pricedatetime >= current_timestamp - interval ? and symbolid = ? union all select open, high, low, close, volume, pricedatetime from t15_ps where pricedatetime >= current_timestamp - interval ? and symbolid = ? order by pricedatetime desc limit ?) a order by _pricedatetime asc;Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration May 23 15 25 5s168ms 206ms [ User: postgres - Total duration: 5s168ms - Times executed: 25 ]
-
select open as _open, high as _high, low as _low, close as _close, volume as _volume, pricedatetime as _pricedatetime FROM ( select open, high, low, close, volume, pricedatetime FROM T15 WHERE pricedatetime >= current_timestamp - interval '30 days' and symbolid = 919316 union all select open, high, low, close, volume, pricedatetime FROM T15_ps WHERE pricedatetime >= current_timestamp - interval '30 days' and symbolid = 919316 order by pricedatetime desc limit 672) a order by _pricedatetime asc;
Date: 2021-05-23 15:11:20 Duration: 848ms Database: acaweb_fx User: postgres
-
select open as _open, high as _high, low as _low, close as _close, volume as _volume, pricedatetime as _pricedatetime FROM ( select open, high, low, close, volume, pricedatetime FROM T15 WHERE pricedatetime >= current_timestamp - interval '30 days' and symbolid = 919316 union all select open, high, low, close, volume, pricedatetime FROM T15_ps WHERE pricedatetime >= current_timestamp - interval '30 days' and symbolid = 919316 order by pricedatetime desc limit 672) a order by _pricedatetime asc;
Date: 2021-05-23 15:46:19 Duration: 731ms Database: acaweb_fx User: postgres
-
select open as _open, high as _high, low as _low, close as _close, volume as _volume, pricedatetime as _pricedatetime FROM ( select open, high, low, close, volume, pricedatetime FROM T15 WHERE pricedatetime >= current_timestamp - interval '30 days' and symbolid = 1023464 union all select open, high, low, close, volume, pricedatetime FROM T15_ps WHERE pricedatetime >= current_timestamp - interval '30 days' and symbolid = 1023464 order by pricedatetime desc limit 672) a order by _pricedatetime asc;
Date: 2021-05-23 15:11:19 Duration: 458ms Database: acaweb_fx User: postgres
9 24 2m9s 828ms 11s774ms 5s407ms 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 #9
Day Hour Count Duration Avg duration May 23 15 24 2m9s 5s407ms [ User: postgres - Total duration: 2m9s - 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 15:05:42 Duration: 11s774ms 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 15:00:40 Duration: 10s211ms 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 15:15:40 Duration: 9s978ms Database: acaweb_fx User: postgres Bind query: yes
10 23 4s598ms 51ms 398ms 199ms 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 #10
Day Hour Count Duration Avg duration May 23 15 23 4s598ms 199ms [ User: postgres - Total duration: 4s598ms - Times executed: 23 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '1010193' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 15:03:30 Duration: 398ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '1016458' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 15:02:57 Duration: 349ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '1016468' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 15:02:57 Duration: 347ms Database: acaweb_fx User: postgres Bind query: yes
11 22 1s286ms 52ms 104ms 58ms 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 #11
Day Hour Count Duration Avg duration May 23 15 22 1s286ms 58ms [ User: postgres - Total duration: 1s286ms - Times executed: 22 ]
-
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 15:49:33 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 = '431' 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 ('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 bmr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, interval DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, interval DESC;
Date: 2021-05-23 15:06:46 Duration: 80ms 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 = '627' 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 ('240' = 0 OR s.symbol in ('#ADBE', '#AIRF', '#ALVG', '#AMZN', '#APPL', '#BA', '#BABA', '#BAYGn', '#BMWG', '#BNPP', '#BP', '#CAT', '#CBKG', '#DAIGn', '#DBKGn', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#RDSa', '#TSLA', '#TWTR', '#VOWG', '#WMT', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS_200', 'BTCEUR', 'BTCGBP', 'BTCJPY', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EUR_50', 'FRA_40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'GBR_100', 'GER_30', 'HKDJPY', 'HKG_50', 'IOTAUSD', 'LTCEUR', 'LTCJPY', 'LTCUSD', 'NAS100', 'NEOUSD', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OMGUSD', 'SPX500', 'TRXUSD', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USOIL', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XMRUSD', 'XPTUSD', 'XRPUSD', 'ZARJPY', 'ZECUSD', '#BP', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'HKDJPY', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCJPY', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHJPY', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCJPY', 'LTCUSD', 'NEOUSD', 'OMGUSD', 'TRXUSD', 'XMRUSD', 'XRPUSD', 'ZECUSD', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XPTUSD', 'CL_BRENT', 'USOIL', '#AIRF', '#ALVG', '#BAYGn', '#BMWG', '#BNPP', '#CBKG', '#DAIGn', '#DBKGn', '#RDSa', '#VOWG', 'AUS_200', 'ESP_35', 'EUR_50', 'FRA_40', 'GBR_100', 'GER_30', 'HKG_50', 'NAS100', 'SPX500', 'US30', '#ADBE', '#AMZN', '#APPL', '#BA', '#BABA', '#CAT', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#TSLA', '#TWTR', '#WMT', '#XOM')) 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 15:40:37 Duration: 72ms Database: acaweb_fx User: postgres Bind query: yes
12 17 1s744ms 52ms 455ms 102ms select 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 ?) then ? else ? 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 ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.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 = ? and (((s.symbol ilike ? and timegranularity <= ?))) 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 ?;Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration May 23 15 17 1s744ms 102ms [ User: postgres - Total duration: 1s744ms - Times executed: 17 ]
-
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 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 = 558 AND (((s.symbol ilike '%gbpusd%' AND timegranularity <= 1440))) 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 > 514241107 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-23 15:00:41 Duration: 455ms Database: acaweb_fx User: postgres Bind query: yes
-
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 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 = 660 AND (((s.symbol ilike '%eurgbp%' AND timegranularity <= 1440))) 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 > 514053978 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-23 15:04:50 Duration: 161ms Database: acaweb_fx User: postgres Bind query: yes
-
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 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 = 660 AND (((s.symbol ilike '%eurgbp%' AND timegranularity <= 1440))) 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 > 514053978 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-23 15:52:51 Duration: 150ms Database: acaweb_fx User: postgres Bind query: yes
13 16 3s855ms 222ms 265ms 240ms 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 15 16 3s855ms 240ms [ User: postgres - Total duration: 3s855ms - 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 15:11:12 Duration: 265ms 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 15:05:11 Duration: 263ms 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 15:35:12 Duration: 262ms Database: acaweb_fx User: postgres
14 16 2s711ms 143ms 416ms 169ms 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 15 16 2s711ms 169ms [ User: postgres - Total duration: 2s711ms - 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 15:48:12 Duration: 416ms 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 15:01:11 Duration: 182ms 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 15:31:12 Duration: 170ms Database: acaweb_fx User: postgres
15 16 2s638ms 151ms 183ms 164ms 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 #15
Day Hour Count Duration Avg duration May 23 15 16 2s638ms 164ms [ User: postgres - Total duration: 2s638ms - 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 15:26:11 Duration: 183ms 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 15:50:12 Duration: 180ms 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 15:46:11 Duration: 172ms Database: acaweb_fx User: postgres
16 16 1s823ms 106ms 129ms 113ms 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 #16
Day Hour Count Duration Avg duration May 23 15 16 1s823ms 113ms [ User: postgres - Total duration: 1s823ms - 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 15:31:12 Duration: 129ms 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 15:20:12 Duration: 122ms 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 15:18:12 Duration: 122ms Database: acaweb_fx User: postgres
17 16 1s550ms 76ms 216ms 96ms 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 #17
Day Hour Count Duration Avg duration May 23 15 16 1s550ms 96ms [ User: postgres - Total duration: 1s550ms - 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 15:03:12 Duration: 216ms 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 15:18:11 Duration: 139ms 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 15:48:11 Duration: 127ms Database: acaweb_fx User: postgres
18 14 1m31s 6s458ms 6s740ms 6s552ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 15 14 1m31s 6s552ms [ User: pgperfstats - Total duration: 1m31s - Times executed: 14 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983355, 1, 960, '2021-05-23 00:00:00', 0.0647891075605923, 0.156086956521739, 0.0998833311513846, 0.23304347826087, 0.202673826237868, 0.406956521739131, 0.543128472416432, 1.09608695652174, 1.38249073501817, 2.51478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 975, '2021-05-23 00:00:00', 0.0525025879279346, 0.147391304347827, 0.141993152426335, 0.295652173913044, 0.175515052336938, 0.406521739130435, 0.523669026210122, 1.08260869565217, 1.36192682036577, 2.50913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 990, '2021-05-23 00:00:00', 0.131684135196503, 0.250434782608696, 0.158772465031485, 0.322173913043478, 0.200745645604704, 0.414782608695652, 0.519330672910899, 1.0795652173913, 1.34165743169843, 2.51913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 1005, '2021-05-23 00:00:00', 0.0845003917478117, 0.186956521739131, 0.131481374265164, 0.296521739130435, 0.244706810131842, 0.422173913043478, 0.502781590815774, 1.05565217391304, 1.33923537266577, 2.52826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 1020, '2021-05-23 00:00:00', 0.0949786745359231, 0.218695652173914, 0.149011233892237, 0.289565217391305, 0.197999880225141, 0.39695652173913, 0.495459622122883, 1.05434782608696, 1.33720698833212, 2.53043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 1035, '2021-05-23 00:00:00', 0.0840924580564537, 0.175217391304348, 0.164585957935078, 0.273913043478261, 0.137442765666266, 0.377826086956521, 0.488341146227526, 1.0404347826087, 1.33305809082642, 2.53434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 1050, '2021-05-23 00:00:00', 0.106979736546789, 0.17913043478261, 0.0834057656228293, 0.252608695652175, 0.119238360275814, 0.342173913043478, 0.469446735161882, 1.02565217391304, 1.32519608512538, 2.53913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 1065, '2021-05-23 00:00:00', 0.0580479561861676, 0.168260869565219, 0.0790706893421538, 0.246086956521739, 0.311287648325468, 0.789999999999999, 0.447764319006655, 1.01739130434783, 1.31767611943574, 2.54608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 1080, '2021-05-23 00:00:00', 0.0648226525574592, 0.167391304347826, 0.0803205042265646, 0.218260869565217, 0.367183624674697, 0.820217391304348, 0.431450353012516, 0.996956521739131, 1.31158926618132, 2.55130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 1095, '2021-05-23 00:00:00', 0.0775463650674735, 0.130434782608696, 0.315684368560371, 0.724565217391304, 0.46555430432623, 0.84108695652174, 0.436846406198673, 0.974347826086957, 1.31306583887983, 2.55652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 600, '2021-05-23 00:00:00', 0.375442917918804, 0.619230769230768, 0.503010972506107, 0.725961538461538, 0.553432957512958, 0.815961538461537, 0.504814360395521, 0.941538461538461, 1.2895614042707, 2.50384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 615, '2021-05-23 00:00:00', 0.196018837399329, 0.349230769230769, 0.257139291794575, 0.453846153846153, 0.262667968238348, 0.537692307692307, 0.242558161145862, 0.707692307692308, 1.17906742809731, 2.33 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 630, '2021-05-23 00:00:00', 0.138602364282198, 0.278846153846154, 0.202189553104544, 0.393846153846153, 0.192967514205013, 0.502692307692308, 0.183002311881151, 0.674615384615385, 1.17063855027272, 2.30115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 645, '2021-05-23 00:00:00', 0.107711866355783, 0.274615384615385, 0.12471567664091, 0.345000000000001, 0.119161816290029, 0.426538461538463, 0.151737120857599, 0.631923076923078, 1.17794064105377, 2.28807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 660, '2021-05-23 00:00:00', 0.104008875360933, 0.225384615384615, 0.0886557733813549, 0.290384615384615, 0.0831717407629451, 0.368461538461539, 0.155123771922245, 0.600769230769231, 1.18063431451715, 2.27576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 675, '2021-05-23 00:00:00', 0.0612899791031251, 0.202692307692308, 0.0656060503776431, 0.268076923076924, 0.124418648119966, 0.360000000000001, 0.16156589510642, 0.603461538461539, 1.17861385338228, 2.27884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 690, '2021-05-23 00:00:00', 0.05224792966086, 0.185384615384616, 0.0803501950598377, 0.268076923076924, 0.114644601335539, 0.340769230769232, 0.198014762464434, 0.614615384615384, 1.18218415850297, 2.26923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 705, '2021-05-23 00:00:00', 0.0654792979615574, 0.176538461538461, 0.110082486555101, 0.243076923076923, 0.107366374911042, 0.306538461538461, 0.20655116706372, 0.609230769230769, 1.1685762705104, 2.3675 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 720, '2021-05-23 00:00:00', 0.0665882872583454, 0.165000000000001, 0.0635658350422251, 0.223846153846154, 0.0733337995323176, 0.285384615384614, 0.211828668067815, 0.620769230769231, 1.16442446992231, 2.37788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 735, '2021-05-23 00:00:00', 0.0612535713244537, 0.16, 0.0710362854191697, 0.203076923076922, 0.106393319628342, 0.296538461538461, 0.210561520335872, 0.618076923076923, 1.16265586217339, 2.39057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 750, '2021-05-23 00:00:00', 0.046469179198524, 0.129230769230769, 0.0673189880631472, 0.189615384615383, 0.13485490778554, 0.294615384615385, 0.215546889419591, 0.602692307692308, 1.16622509042571, 2.40019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 765, '2021-05-23 00:00:00', 0.0600819952552021, 0.134615384615383, 0.0830912380829286, 0.218076923076923, 0.137314910389894, 0.31923076923077, 0.190357154196647, 0.620384615384616, 1.17160535820925, 2.40134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 780, '2021-05-23 00:00:00', 0.0719315914334859, 0.163076923076923, 0.112881149206384, 0.223076923076924, 0.14756745524049, 0.328076923076924, 0.19219381243542, 0.622307692307693, 1.16167056431675, 2.3925 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 795, '2021-05-23 00:00:00', 0.0714293626329813, 0.143076923076923, 0.108250421921366, 0.223076923076924, 0.136859276406321, 0.322307692307693, 0.20071257673982, 0.618461538461539, 1.16710755222539, 2.37903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 810, '2021-05-23 00:00:00', 0.09312026962689, 0.149230769230769, 0.0911735454208912, 0.216153846153847, 0.111920301313719, 0.296923076923077, 0.208633650210123, 0.62, 1.16752072951454, 2.37942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 825, '2021-05-23 00:00:00', 0.0377949935634538, 0.132692307692308, 0.0797650395753776, 0.197692307692308, 0.114789439342717, 0.283846153846155, 0.205938004114009, 0.617692307692308, 1.17022221755594, 2.37096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 840, '2021-05-23 00:00:00', 0.0576141008381155, 0.129230769230769, 0.0768905315767403, 0.178076923076923, 0.102944346428244, 0.268461538461538, 0.215076372839617, 0.614615384615385, 1.16879874229912, 2.3675 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 855, '2021-05-23 00:00:00', 0.049016480744903, 0.131153846153848, 0.0870720303055954, 0.198461538461539, 0.108256106596278, 0.279230769230769, 0.227959510574879, 0.648461538461539, 1.17148415071849, 2.36365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 870, '2021-05-23 00:00:00', 0.0747138129541904, 0.146923076923076, 0.0807503274582543, 0.196153846153846, 0.156331009768966, 0.309230769230768, 0.271034769271114, 0.680384615384614, 1.17558523886878, 2.35942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 885, '2021-05-23 00:00:00', 0.0560549181263682, 0.126923076923076, 0.093595693523548, 0.191923076923076, 0.132221841556588, 0.308846153846153, 0.56471626640151, 1.16769230769231, 1.18200639396943, 2.36134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 900, '2021-05-23 00:00:00', 0.0774249015796305, 0.138846153846153, 0.113901441876469, 0.221538461538461, 0.116980603257385, 0.307307692307692, 0.561784793178094, 1.17192307692308, 1.18996407508798, 2.3725 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 915, '2021-05-23 00:00:00', 0.10204976161733, 0.163076923076922, 0.109089236583916, 0.237307692307693, 0.114583526806363, 0.305769230769231, 0.571438131788157, 1.17653846153846, 1.1975081981412, 2.37826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 930, '2021-05-23 00:00:00', 0.0702314853784367, 0.152692307692308, 0.0803080607123883, 0.20423076923077, 0.0945401827470529, 0.274615384615385, 0.590327028010746, 1.18, 1.19849586822561, 2.37711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 945, '2021-05-23 00:00:00', 0.0521713154314341, 0.134615384615384, 0.0792425682028579, 0.199230769230769, 0.127904411423291, 0.343461538461538, 0.59313755052783, 1.17692307692308, 1.19725045577196, 2.37057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 960, '2021-05-23 00:00:00', 0.0630908990145286, 0.147307692307693, 0.0795525950841041, 0.196153846153847, 0.159078113371532, 0.394615384615385, 0.613769187386118, 1.18115384615385, 1.20421006664759, 2.37673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 975, '2021-05-23 00:00:00', 0.0607896752367101, 0.130769230769232, 0.0991564420499246, 0.28, 0.175415112058401, 0.397692307692308, 0.651874575005393, 1.19230769230769, 1.22071418251146, 2.38634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 990, '2021-05-23 00:00:00', 0.0835675682399484, 0.236538461538461, 0.153388897401845, 0.331923076923078, 0.193141239670709, 0.413461538461539, 0.685387818347, 1.19230769230769, 1.23296741799861, 2.38442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 1005, '2021-05-23 00:00:00', 0.108039878677344, 0.213846153846154, 0.142639405495114, 0.284999999999999, 0.175967217226565, 0.387307692307692, 0.68165341971957, 1.17423076923077, 1.23558346541219, 2.3675 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 1020, '2021-05-23 00:00:00', 0.0667578863102734, 0.173846153846153, 0.109844645540173, 0.254615384615384, 0.12315593617599, 0.329230769230769, 0.679445701685177, 1.16269230769231, 1.23005229719966, 2.36057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 1035, '2021-05-23 00:00:00', 0.100836501327645, 0.19, 0.0999168885393497, 0.250769230769231, 0.156699123751906, 0.351153846153846, 0.688606843282424, 1.16423076923077, 1.21405514068159, 2.37826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 1050, '2021-05-23 00:00:00', 0.0723463889907435, 0.155, 0.0894117527982845, 0.212307692307692, 0.214755675128737, 0.339999999999999, 0.68100773744616, 1.14846153846154, 1.21286236456764, 2.37365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 1065, '2021-05-23 00:00:00', 0.054587967115895, 0.149615384615385, 0.11981074820155, 0.241153846153846, 0.530532134892737, 0.922884615384615, 0.676576336019475, 1.15153846153846, 1.21300962327339, 2.37711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 1080, '2021-05-23 00:00:00', 0.113134365315693, 0.169230769230768, 0.193989690447715, 0.239999999999999, 0.572165656485549, 0.953461538461537, 0.672463667877592, 1.14423076923077, 1.2161054009229, 2.36788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 1095, '2021-05-23 00:00:00', 0.0819305522049941, 0.136153846153845, 0.507440674819764, 0.850961538461538, 0.561172124972502, 0.948076923076922, 0.665237956269437, 1.11653846153846, 1.2174407109241, 2.35826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 600, '2021-05-23 00:00:00', 0.344016155702919, 0.626346153846153, 0.479159520571017, 0.729615384615384, 0.499274088437019, 0.826153846153846, 0.589615128706854, 0.999999999999999, 1.23080988033833, 2.25480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 615, '2021-05-23 00:00:00', 0.17936983710072, 0.328461538461539, 0.188137838176819, 0.429615384615386, 0.257542528228164, 0.531923076923078, 0.386763493623687, 0.775, 1.13228660750645, 2.14480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 630, '2021-05-23 00:00:00', 0.180206718904878, 0.292307692307693, 0.207466772131013, 0.372307692307693, 0.282280820351759, 0.462307692307694, 0.373577507146983, 0.721923076923077, 1.12839615588471, 2.11326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 645, '2021-05-23 00:00:00', 0.0903906053661643, 0.217692307692308, 0.134611120811595, 0.291923076923077, 0.212847363150217, 0.4, 0.382200913737184, 0.701538461538461, 1.11791786198891, 2.09288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 660, '2021-05-23 00:00:00', 0.0955220473946282, 0.192692307692308, 0.130803434440915, 0.261538461538461, 0.211887125248689, 0.381923076923077, 0.374398389214155, 0.673076923076922, 1.11328787140406, 2.07826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 675, '2021-05-23 00:00:00', 0.0983439803014838, 0.183461538461539, 0.133858708518176, 0.266923076923077, 0.19574080192556, 0.347692307692307, 0.369209759017616, 0.660384615384615, 1.11300177966545, 2.07019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 690, '2021-05-23 00:00:00', 0.103962271262963, 0.178076923076925, 0.168947875439096, 0.24923076923077, 0.189173099404913, 0.337692307692308, 0.356950330524484, 0.631538461538461, 1.11028660541044, 2.07288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 705, '2021-05-23 00:00:00', 0.0998591315496284, 0.170384615384616, 0.111065469258173, 0.223461538461539, 0.192215023826483, 0.358846153846153, 0.324997514783398, 0.660769230769231, 1.3214114976622, 2.30788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 720, '2021-05-23 00:00:00', 0.0932127426085902, 0.163846153846154, 0.124954145435589, 0.241538461538462, 0.189947766099405, 0.358076923076923, 0.336800328887105, 0.682307692307692, 1.30443245837473, 2.32096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 735, '2021-05-23 00:00:00', 0.0755869341578585, 0.164230769230769, 0.14884426554159, 0.261153846153846, 0.194444376068364, 0.353846153846154, 0.315287414665022, 0.673076923076923, 1.29342968349804, 2.31711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 750, '2021-05-23 00:00:00', 0.0788377106173476, 0.169230769230769, 0.0923113460815329, 0.225769230769231, 0.138730507986361, 0.323076923076924, 0.334185807367928, 0.668076923076924, 1.28408568190037, 2.31596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 765, '2021-05-23 00:00:00', 0.0616890465280379, 0.148461538461538, 0.108160137687668, 0.231153846153847, 0.148703111549878, 0.306153846153847, 0.392106932040032, 0.699615384615385, 1.27436598112401, 2.31942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 780, '2021-05-23 00:00:00', 0.0950020242699308, 0.165769230769231, 0.100886074361133, 0.215, 0.147939696654258, 0.306923076923077, 0.412184611365047, 0.708076923076923, 1.27171696476124, 2.32403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 795, '2021-05-23 00:00:00', 0.0654075977708549, 0.143076923076922, 0.104968859851202, 0.217692307692308, 0.141271152262372, 0.308461538461539, 0.46046732114902, 0.743076923076923, 1.2615064407287, 2.3375 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 810, '2021-05-23 00:00:00', 0.107937303739075, 0.142307692307694, 0.13258379063242, 0.222307692307693, 0.133035564938333, 0.292307692307693, 0.455530966607609, 0.742692307692308, 1.26063038260168, 2.33519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 825, '2021-05-23 00:00:00', 0.0909073915925094, 0.161923076923076, 0.0953406846726317, 0.215384615384616, 0.132876460842972, 0.301923076923077, 0.441721109368274, 0.778461538461538, 1.25640991902141, 2.34173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 840, '2021-05-23 00:00:00', 0.0582936861602854, 0.133076923076924, 0.085906030951536, 0.189615384615385, 0.134386927019879, 0.279615384615384, 0.450147326310637, 0.803846153846154, 1.25024872909969, 2.33826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 855, '2021-05-23 00:00:00', 0.0576247809940776, 0.126153846153846, 0.106331846304207, 0.202307692307692, 0.107631851162263, 0.273846153846153, 0.467600750147453, 0.822307692307692, 1.246963712383, 2.3375 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 870, '2021-05-23 00:00:00', 0.0616491312559665, 0.133846153846154, 0.0810925397308525, 0.19, 0.0918234091152068, 0.263461538461539, 0.46355416246482, 0.812307692307692, 1.25073456877887, 2.32980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 885, '2021-05-23 00:00:00', 0.0733170145013053, 0.150769230769231, 0.0896874916242294, 0.210384615384616, 0.134341127215528, 0.323461538461539, 0.867739858217001, 1.12269230769231, 1.23502141058987, 2.34673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 900, '2021-05-23 00:00:00', 0.0581880241445435, 0.134615384615385, 0.0834828402450739, 0.195769230769231, 0.171441400618852, 0.361923076923077, 0.879408542496252, 1.15923076923077, 1.24195777520197, 2.35365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 915, '2021-05-23 00:00:00', 0.0834754685291068, 0.151923076923077, 0.147038979656626, 0.272692307692309, 0.208844439715304, 0.38, 0.878087782540079, 1.17307692307692, 1.2392790863426, 2.35942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 930, '2021-05-23 00:00:00', 0.138007803569776, 0.196923076923077, 0.168320664666718, 0.270384615384615, 0.295841953648331, 0.387692307692308, 0.889083884594785, 1.16307692307692, 1.22780255553758, 2.37634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 945, '2021-05-23 00:00:00', 0.0887381628075635, 0.167692307692307, 0.143865856322424, 0.244230769230769, 0.369849241635645, 0.447307692307692, 0.850642924272802, 1.15423076923077, 1.2035879853428, 2.36903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 960, '2021-05-23 00:00:00', 0.0967574286553751, 0.174999999999999, 0.188426684375158, 0.263846153846154, 0.32668121370017, 0.446153846153846, 0.792909442884485, 1.13576923076923, 1.17012321836371, 2.34288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 975, '2021-05-23 00:00:00', 0.129963308431501, 0.182307692307693, 0.242970400223187, 0.348846153846154, 0.302121727887185, 0.461538461538462, 0.735634524642606, 1.12307692307692, 1.16234790568321, 2.33557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 990, '2021-05-23 00:00:00', 0.204904480560691, 0.295384615384615, 0.220691221811417, 0.353846153846153, 0.25422007425427, 0.439615384615384, 0.707442305339888, 1.11884615384615, 1.16317167527147, 2.33711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 1005, '2021-05-23 00:00:00', 0.105934667820095, 0.203076923076923, 0.122245654319488, 0.29, 0.120023074704569, 0.391538461538461, 0.587632014627679, 1.08076923076923, 1.16831886124399, 2.32980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 1020, '2021-05-23 00:00:00', 0.0901690719618513, 0.202307692307692, 0.119068823020069, 0.26576923076923, 0.154362709725652, 0.399615384615384, 0.596348923417774, 1.07596153846154, 1.1667908816658, 2.32980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 1035, '2021-05-23 00:00:00', 0.0915448607976519, 0.192692307692307, 0.113783194649365, 0.288846153846153, 0.185873509512414, 0.419807692307692, 0.630680493289102, 1.07173076923077, 1.16908815552319, 2.33134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 1050, '2021-05-23 00:00:00', 0.0952373553084808, 0.213076923076922, 0.131584573563925, 0.2975, 0.162039050374143, 0.390576923076923, 0.648888546788927, 1.07788461538462, 1.16837363952567, 2.32480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 1065, '2021-05-23 00:00:00', 0.135528736663256, 0.194038461538462, 0.164863696614927, 0.290961538461539, 0.552228805701181, 0.804423076923077, 0.640987249363163, 1.06942307692308, 1.14818815464258, 2.32096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 1080, '2021-05-23 00:00:00', 0.156684027952387, 0.206730769230769, 0.146884700988956, 0.246346153846154, 0.56843648586411, 0.830961538461538, 0.639198807402372, 1.08865384615385, 1.13638551489428, 2.31596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 1095, '2021-05-23 00:00:00', 0.0680135733059667, 0.134615384615385, 0.498108421932414, 0.74, 0.510820757363918, 0.824615384615385, 0.591560257675868, 1.06653846153846, 1.12009644158954, 2.32596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 600, '2021-05-23 00:00:00', 0.407289020418972, 0.582884615384615, 0.402785732311667, 0.672115384615384, 0.381440639600006, 0.749807692307692, 0.473653719666431, 0.989615384615384, 1.09528656243293, 2.30057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 615, '2021-05-23 00:00:00', 0.211341866688511, 0.324230769230769, 0.235898609250147, 0.401923076923076, 0.245217956426208, 0.500384615384615, 0.316843081763731, 0.808461538461538, 1.10692910272589, 2.24596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 630, '2021-05-23 00:00:00', 0.146384635595616, 0.247307692307692, 0.175250150883289, 0.326153846153847, 0.177044105760726, 0.423846153846154, 0.268163268292916, 0.746538461538461, 1.08153269092453, 2.21980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 645, '2021-05-23 00:00:00', 0.178654802514621, 0.221538461538462, 0.17123847518772, 0.311153846153847, 0.183209002130185, 0.391538461538462, 0.444791091844941, 0.781346153846154, 1.08688943956879, 2.21442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 660, '2021-05-23 00:00:00', 0.0991160935469111, 0.220000000000001, 0.120289394634516, 0.281538461538463, 0.15038003140761, 0.373076923076923, 0.596320512682696, 0.826923076923077, 1.07435950507912, 2.20288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 675, '2021-05-23 00:00:00', 0.0816182483366218, 0.198461538461538, 0.100787667133206, 0.266923076923077, 0.148297518004023, 0.361923076923076, 0.653182622596114, 0.826538461538462, 1.07556798948277, 2.2075 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 690, '2021-05-23 00:00:00', 0.0945434373103792, 0.182307692307692, 0.12803364942317, 0.243846153846153, 0.153895568987044, 0.349615384615384, 0.652893206015761, 0.801538461538461, 1.07019712418572, 2.20673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 705, '2021-05-23 00:00:00', 0.0925344010874624, 0.178846153846153, 0.102822475842888, 0.247307692307692, 0.157970299058448, 0.351153846153846, 0.642388811091371, 0.810769230769231, 1.03726689689039, 2.32115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 720, '2021-05-23 00:00:00', 0.0886028303072848, 0.172307692307691, 0.106320270880017, 0.25, 0.148902136162803, 0.359615384615384, 0.651800464984374, 0.819615384615384, 1.03581205601432, 2.32115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 735, '2021-05-23 00:00:00', 0.05767281722054, 0.163076923076925, 0.097220605603165, 0.230384615384616, 0.163274191280991, 0.357692307692308, 0.669196073371164, 0.810769230769231, 1.03364039275681, 2.32269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 750, '2021-05-23 00:00:00', 0.0820693890277285, 0.15076923076923, 0.146257938640556, 0.240769230769231, 0.168198143225825, 0.368846153846154, 0.704194138441513, 0.805769230769231, 1.04695345572835, 2.33346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 765, '2021-05-23 00:00:00', 0.108242605005892, 0.172692307692308, 0.13246363797139, 0.248846153846154, 0.142928169156614, 0.347307692307692, 0.708152960443304, 0.826153846153847, 1.04490978631577, 2.33730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 780, '2021-05-23 00:00:00', 0.0882234924234157, 0.170769230769231, 0.103926009182568, 0.253846153846153, 0.135420143939575, 0.321153846153846, 0.691981324781352, 0.826923076923076, 1.03395380048553, 2.34269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 795, '2021-05-23 00:00:00', 0.0569858281977594, 0.160769230769231, 0.0928522399381863, 0.211538461538462, 0.141027002324432, 0.293846153846154, 0.694198486357856, 0.816538461538462, 1.04491825223132, 2.33307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 810, '2021-05-23 00:00:00', 0.0865829970872778, 0.143846153846154, 0.107403624061474, 0.203461538461539, 0.158372491783915, 0.305384615384616, 0.684500154520408, 0.837307692307693, 1.04858123928698, 2.33115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 825, '2021-05-23 00:00:00', 0.0731405391116203, 0.148461538461538, 0.118693529082903, 0.218076923076923, 0.418308360680712, 0.393269230769231, 0.677965735462743, 0.848461538461539, 1.04858123928698, 2.33115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 840, '2021-05-23 00:00:00', 0.102531045954946, 0.156153846153847, 0.144115872184103, 0.24576923076923, 0.622302548233946, 0.452692307692307, 0.665776585303555, 0.862307692307693, 1.0431487835469, 2.32923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 855, '2021-05-23 00:00:00', 0.103042933546392, 0.164615384615384, 0.433289785780301, 0.309038461538461, 0.66866583582534, 0.455, 0.690786842331599, 0.902307692307692, 1.02008204798211, 2.31923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 870, '2021-05-23 00:00:00', 0.0461075459887149, 0.127083333333333, 0.0888411707666463, 0.196666666666666, 0.148468022224278, 0.284166666666667, 0.469453698848266, 0.760416666666667, 0.951928534493325, 2.19125 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 885, '2021-05-23 00:00:00', 0.0728259788015635, 0.154166666666667, 0.116718415024353, 0.201666666666667, 0.140310215314991, 0.315000000000001, 0.547490280173135, 1.06604166666667, 0.935934393216638, 2.18916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 900, '2021-05-23 00:00:00', 0.0750024154200424, 0.130833333333333, 0.101306680323961, 0.202500000000001, 0.150457635233313, 0.32125, 0.510127461693559, 1.083125, 0.920673095770351, 2.17958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 915, '2021-05-23 00:00:00', 0.0644359585450802, 0.139583333333334, 0.0758096395537883, 0.224166666666666, 0.144853749332395, 0.329999999999999, 0.534190731217644, 1.09520833333333, 0.908782829879646, 2.16916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 930, '2021-05-23 00:00:00', 0.072391848368065, 0.176666666666667, 0.114890464532875, 0.255416666666666, 0.187813023733867, 0.349583333333333, 0.538774735469019, 1.10229166666667, 0.902069681424294, 2.17083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 945, '2021-05-23 00:00:00', 0.0989281323098691, 0.167083333333333, 0.127481172238735, 0.234166666666667, 0.240107162065945, 0.389166666666667, 0.555572193289515, 1.096875, 0.891308169839808, 2.17958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 960, '2021-05-23 00:00:00', 0.0988181978781434, 0.164583333333334, 0.176548531735528, 0.242916666666668, 0.249587703501455, 0.413750000000001, 0.559347081523355, 1.096875, 0.890890187445656, 2.17625 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 975, '2021-05-23 00:00:00', 0.100562728278626, 0.165416666666667, 0.158644050574261, 0.301250000000001, 0.195351782281554, 0.423333333333334, 0.549362237283947, 1.07145833333333, 0.876304824206472, 2.15833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 990, '2021-05-23 00:00:00', 0.122684348127062, 0.254166666666668, 0.137550386025094, 0.32625, 0.159750144587266, 0.436250000000001, 0.559293639334474, 1.079375, 0.874587687535335, 2.15083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 1005, '2021-05-23 00:00:00', 0.108746980634413, 0.227916666666665, 0.1244203953643, 0.297499999999999, 0.13722931194891, 0.413333333333334, 0.555640665280218, 1.061875, 0.874021191664287, 2.13 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 1020, '2021-05-23 00:00:00', 0.0951648074642623, 0.199583333333332, 0.129965853932508, 0.290416666666667, 0.152512769719575, 0.395833333333333, 0.558764123771823, 1.06104166666667, 0.881289815628454, 2.1125 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 1035, '2021-05-23 00:00:00', 0.0888075186136788, 0.192083333333334, 0.130949016519926, 0.267916666666667, 0.274162426732555, 0.397916666666666, 0.553292148043831, 1.051875, 0.875416981389067, 2.09375 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 1050, '2021-05-23 00:00:00', 0.0791073385628207, 0.176666666666667, 0.0931328721991218, 0.249583333333333, 0.264146149708447, 0.355833333333333, 0.543039911990356, 1.02354166666667, 0.861595987065594, 2.06541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 1065, '2021-05-23 00:00:00', 0.0722904267320476, 0.155416666666666, 0.272981392368986, 0.256666666666665, 0.406971794681975, 0.802291666666667, 0.545930556116297, 1.00645833333333, 0.855468343632025, 2.045 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 1080, '2021-05-23 00:00:00', 0.226244945495626, 0.190416666666665, 0.223207432607014, 0.229583333333333, 0.428023294012594, 0.846875, 0.560546083058194, 1.00145833333333, 0.86095834705421, 2.03833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 1095, '2021-05-23 00:00:00', 0.0747120074551007, 0.125833333333334, 0.36520591769417, 0.734166666666668, 0.441843962227077, 0.832500000000001, 0.498828337351567, 0.968333333333333, 0.859061566689093, 2.03291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 600, '2021-05-23 00:00:00', 0.294758057146815, 0.511304347826087, 0.345246804085462, 0.606086956521739, 0.436531310423706, 0.681304347826088, 0.494659522781339, 0.84304347826087, 0.7874911380391, 2.02826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 615, '2021-05-23 00:00:00', 0.149351695182059, 0.338260869565217, 0.216381488618137, 0.418695652173913, 0.239601942623783, 0.5, 0.285815524130499, 0.702173913043477, 0.806869958812931, 1.99869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 630, '2021-05-23 00:00:00', 0.132834706641516, 0.252173913043478, 0.15229470079201, 0.321304347826087, 0.165239077004108, 0.423043478260869, 0.237055387867468, 0.639565217391304, 0.822746533087505, 1.99130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 645, '2021-05-23 00:00:00', 0.0863900521282354, 0.202173913043478, 0.0812744338450765, 0.286521739130434, 0.117545718966836, 0.395217391304347, 0.187235980123918, 0.611304347826086, 0.809098703164484, 2.0004347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 660, '2021-05-23 00:00:00', 0.0621072640917671, 0.208695652173913, 0.101755344811113, 0.282173913043477, 0.15622903021341, 0.405652173913042, 0.224184071743992, 0.59695652173913, 0.790709142868982, 1.98130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 675, '2021-05-23 00:00:00', 0.0704474687253015, 0.19086956521739, 0.086689213647637, 0.278260869565216, 0.151550615085542, 0.366956521739129, 0.222352673612104, 0.579565217391304, 0.783094096284964, 1.96 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 690, '2021-05-23 00:00:00', 0.0778084198376266, 0.177826086956521, 0.154446608705764, 0.270869565217391, 0.145812430273055, 0.353913043478261, 0.214431871856738, 0.550869565217391, 0.807913430184161, 1.95826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 705, '2021-05-23 00:00:00', 0.13019747846717, 0.181739130434782, 0.128195132882888, 0.236086956521738, 0.132679887583499, 0.313043478260868, 0.216532136201316, 0.579565217391304, 1.00287615044059, 2.18586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 720, '2021-05-23 00:00:00', 0.0615318292260603, 0.149565217391304, 0.095605000944164, 0.23304347826087, 0.110719886563491, 0.289565217391305, 0.213006893688662, 0.589130434782609, 1.00220700133145, 2.19065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 735, '2021-05-23 00:00:00', 0.0754643071927323, 0.166956521739131, 0.0850644954105212, 0.217826086956522, 0.106618895758708, 0.283043478260869, 0.228786107541417, 0.586086956521739, 1.02728339128397, 2.1945652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 750, '2021-05-23 00:00:00', 0.0684786686731064, 0.155652173913043, 0.0952736852379205, 0.210434782608695, 0.118761727109735, 0.280434782608695, 0.228817202703303, 0.578695652173913, 1.03533285972907, 2.18630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 765, '2021-05-23 00:00:00', 0.0632924075522095, 0.138260869565217, 0.0735250219568483, 0.191739130434782, 0.0857932066558917, 0.258260869565217, 0.219914643880041, 0.594782608695652, 1.02561371774353, 2.19195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 780, '2021-05-23 00:00:00', 0.0647891075605924, 0.146086956521738, 0.06711443828333, 0.190434782608695, 0.0730639440555225, 0.262608695652174, 0.211248874450307, 0.604782608695653, 1.02802840004756, 2.20413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 795, '2021-05-23 00:00:00', 0.0550745093580297, 0.141739130434783, 0.0760226718835648, 0.203913043478261, 0.0872754034504035, 0.254782608695652, 0.22411265518359, 0.639130434782609, 1.02736890049656, 2.20369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 810, '2021-05-23 00:00:00', 0.0725509225553773, 0.150000000000001, 0.0805440983477754, 0.193478260869566, 0.098348014803606, 0.242173913043479, 0.249532368966544, 0.668695652173914, 1.02773980689274, 2.20326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 825, '2021-05-23 00:00:00', 0.0539066679897302, 0.118260869565218, 0.0678844635778828, 0.160869565217392, 0.12170397572598, 0.228695652173914, 0.261298067045849, 0.69304347826087, 1.02377184688113, 2.20239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 840, '2021-05-23 00:00:00', 0.0515414565095933, 0.107391304347826, 0.0845962276885347, 0.162608695652174, 0.159980235933467, 0.248695652173914, 0.288028599809637, 0.711739130434783, 1.01849444223017, 2.20326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 855, '2021-05-23 00:00:00', 0.0686429727467399, 0.121304347826088, 0.102334412666562, 0.172173913043479, 0.174446612329846, 0.280434782608697, 0.292819198489361, 0.71608695652174, 1.02179756161237, 2.2054347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 870, '2021-05-23 00:00:00', 0.0569654218674589, 0.122173913043478, 0.126809433446676, 0.194782608695652, 0.161343176345824, 0.290434782608697, 0.278073553553319, 0.743913043478262, 1.0118820272908, 2.20065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 885, '2021-05-23 00:00:00', 0.12574206612616, 0.147391304347827, 0.142856239409903, 0.215217391304349, 0.182066529993497, 0.341304347826088, 0.902187504064493, 1.26173913043478, 1.04920688095884, 2.17847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 900, '2021-05-23 00:00:00', 0.0857586465293474, 0.15, 0.10083642293201, 0.200434782608697, 0.184110939231388, 0.348260869565219, 0.856025377334292, 1.27608695652174, 1.01140028356573, 2.16847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 915, '2021-05-23 00:00:00', 0.0783324222748577, 0.137826086956523, 0.13908509636773, 0.259130434782609, 0.198172480470448, 0.377826086956523, 0.852795449713109, 1.30347826086957, 1.00460397679764, 2.16282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 930, '2021-05-23 00:00:00', 0.121642253944359, 0.191739130434782, 0.166103924800084, 0.267826086956522, 0.174311746535444, 0.351304347826087, 0.837455443921264, 1.2995652173913, 0.972705621088129, 2.15804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 945, '2021-05-23 00:00:00', 0.0912993599239861, 0.15913043478261, 0.106372081688974, 0.231739130434783, 0.110367693044587, 0.339130434782609, 0.837391253042411, 1.29826086956522, 0.96790761857874, 2.14760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 960, '2021-05-23 00:00:00', 0.0706015933264768, 0.158695652173913, 0.0683313248845241, 0.196521739130435, 0.103082913019189, 0.374782608695652, 0.831602339218023, 1.30521739130435, 0.962109784356313, 2.15065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 975, '2021-05-23 00:00:00', 0.0353748978685383, 0.128260869565217, 0.0947390841793714, 0.271304347826086, 0.145661907526805, 0.420869565217391, 0.828644304511418, 1.30826086956522, 0.961693838768707, 2.15369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 990, '2021-05-23 00:00:00', 0.0936290722054596, 0.228695652173912, 0.117230896115112, 0.326086956521739, 0.190917278198241, 0.443043478260869, 0.829281559627574, 1.30521739130435, 0.963577870362829, 2.15630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 1005, '2021-05-23 00:00:00', 0.074809375667405, 0.236521739130434, 0.119751059308607, 0.32304347826087, 0.202143650248946, 0.424347826086956, 0.83139151890521, 1.30130434782609, 0.966535467676526, 2.14891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 1020, '2021-05-23 00:00:00', 0.0850830796033063, 0.218695652173913, 0.125165503083139, 0.281304347826087, 0.192158531389503, 0.38391304347826, 0.819580293630534, 1.28869565217391, 0.956015642701996, 2.135 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 1035, '2021-05-23 00:00:00', 0.0729394139184487, 0.182608695652174, 0.121541482695458, 0.277826086956521, 0.154019915554293, 0.35695652173913, 0.815127478572592, 1.29347826086957, 0.953924751136084, 2.14760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 1050, '2021-05-23 00:00:00', 0.0678844635778829, 0.179130434782609, 0.105611339072618, 0.240869565217391, 0.139673532396706, 0.387826086956521, 0.787762127777462, 1.25652173913044, 0.967514285827673, 2.1345652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 1065, '2021-05-23 00:00:00', 0.077163140148833, 0.162173913043478, 0.102224274864347, 0.219565217391305, 0.802869114008784, 1.02478260869565, 0.790265878108607, 1.23739130434783, 0.994311637471405, 2.14021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 1080, '2021-05-23 00:00:00', 0.0770272781618804, 0.141739130434783, 0.124638608018124, 0.284347826086957, 0.783207149313116, 1.06956521739131, 0.780395156821539, 1.23434782608696, 1.05664025872746, 2.165 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 1095, '2021-05-23 00:00:00', 0.0622947221766598, 0.125217391304348, 0.798253280854678, 0.950869565217392, 0.775974460685636, 1.08, 0.77159580030699, 1.22652173913044, 1.11172457098831, 2.19239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 600, '2021-05-23 00:00:00', 0.456105111015402, 0.673409090909091, 0.552591151322097, 0.813863636363637, 0.613942444106388, 0.91909090909091, 0.581303766772649, 1.08545454545455, 1.05023693471884, 2.2 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 615, '2021-05-23 00:00:00', 0.262894724868409, 0.407727272727274, 0.340634514244185, 0.518409090909093, 0.355187058210665, 0.615681818181819, 0.331972737236657, 0.835227272727273, 1.06404492976289, 2.13522727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 630, '2021-05-23 00:00:00', 0.22376899904827, 0.314772727272729, 0.218940408781483, 0.407954545454546, 0.240477181644694, 0.504318181818182, 0.269036781952375, 0.746136363636364, 0.980424774317357, 2.0975 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 645, '2021-05-23 00:00:00', 0.106319782279199, 0.239090909090909, 0.161331043595788, 0.329090909090909, 0.200907034131801, 0.432727272727273, 0.238866370293398, 0.69, 0.98091175892018, 2.09545454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 660, '2021-05-23 00:00:00', 0.11533594822249, 0.215, 0.148215941679582, 0.281818181818182, 0.179303607185643, 0.364545454545454, 0.213773051970817, 0.643181818181818, 0.995507658351004, 2.09454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 675, '2021-05-23 00:00:00', 0.0833199123391745, 0.187727272727272, 0.109962606788739, 0.278181818181817, 0.12219847598259, 0.360909090909089, 0.168689884273708, 0.619090909090909, 1.02504788189292, 2.11227272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 690, '2021-05-23 00:00:00', 0.0881962098310998, 0.195, 0.107144155836284, 0.253181818181818, 0.151845786431968, 0.359999999999999, 0.176694027122535, 0.607272727272727, 1.02645156429946, 2.10863636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 705, '2021-05-23 00:00:00', 0.0541282747727108, 0.141818181818182, 0.0747636970033621, 0.220909090909091, 0.124146436365842, 0.301363636363637, 0.175523952806044, 0.590909090909092, 1.38319568501001, 2.24727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 720, '2021-05-23 00:00:00', 0.0692585969158596, 0.175909090909089, 0.112658738418249, 0.245909090909089, 0.12738886167135, 0.292272727272727, 0.177130201335369, 0.593181818181818, 1.37634318495445, 2.28409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 735, '2021-05-23 00:00:00', 0.0729837199423493, 0.168636363636363, 0.0864499454805681, 0.215454545454546, 0.0986894644306594, 0.285909090909091, 0.160162931111304, 0.610454545454545, 1.3710176490255, 2.30681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 750, '2021-05-23 00:00:00', 0.0666709955304536, 0.135454545454546, 0.0682004303600705, 0.173181818181819, 0.105125157318784, 0.266818181818182, 0.179361542061176, 0.620909090909091, 1.36776209926038, 2.32272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 765, '2021-05-23 00:00:00', 0.0681496316525062, 0.13409090909091, 0.0961735444358301, 0.202727272727273, 0.117373861556241, 0.306363636363636, 0.246513787888319, 0.675, 1.35049365673561, 2.34045454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 780, '2021-05-23 00:00:00', 0.0734552312342084, 0.146363636363635, 0.0882979999577396, 0.198181818181817, 0.101637033506919, 0.334090909090908, 0.263969449235834, 0.696818181818182, 1.31792216430593, 2.34954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 795, '2021-05-23 00:00:00', 0.0557126206877409, 0.120909090909091, 0.0713096412490278, 0.202272727272727, 0.107321784219073, 0.316818181818182, 0.274068276006946, 0.700909090909092, 1.30436604495087, 2.34772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 810, '2021-05-23 00:00:00', 0.0510071720616969, 0.147272727272727, 0.0879885864302378, 0.23909090909091, 0.0965340932978152, 0.319545454545455, 0.299232785202857, 0.704545454545455, 1.30162768564388, 2.35181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 825, '2021-05-23 00:00:00', 0.0855451072123083, 0.173181818181818, 0.0878605743179522, 0.233636363636364, 0.118116532083849, 0.320909090909092, 0.348154068497346, 0.727272727272728, 1.29977653757061, 2.35 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 840, '2021-05-23 00:00:00', 0.056376901106348, 0.145454545454545, 0.0720764985624418, 0.220454545454546, 0.111599934832173, 0.294545454545455, 0.340177251988669, 0.725909090909091, 1.29940179376705, 2.35454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 855, '2021-05-23 00:00:00', 0.0644742305648267, 0.150454545454546, 0.0909985490584107, 0.210454545454546, 0.120140610260503, 0.273636363636364, 0.325470023090816, 0.714545454545454, 1.30092973746401, 2.35090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 870, '2021-05-23 00:00:00', 0.0656321244329013, 0.131363636363636, 0.0820305085258177, 0.176363636363637, 0.120274757601157, 0.277727272727273, 0.327307327415821, 0.704090909090909, 1.3002633765837, 2.37090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 885, '2021-05-23 00:00:00', 0.0550481882563184, 0.107272727272727, 0.0875755703348858, 0.178636363636364, 0.102640464413725, 0.282727272727272, 0.454010507725913, 0.997272727272727, 1.30631905770355, 2.37863636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 900, '2021-05-23 00:00:00', 0.049115554179279, 0.128636363636363, 0.0853221549767133, 0.196818181818181, 0.106437795585048, 0.296363636363636, 0.466326948085591, 1.02318181818182, 1.31508011705969, 2.395 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 915, '2021-05-23 00:00:00', 0.0573607857360737, 0.130454545454547, 0.0660004591352261, 0.193181818181818, 0.106966232483785, 0.293181818181819, 0.540215805843477, 1.02954545454545, 1.313463828751, 2.39590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 930, '2021-05-23 00:00:00', 0.0555745277850217, 0.141363636363636, 0.100781577716002, 0.210454545454546, 0.126737278108447, 0.313636363636364, 0.541487649405667, 1.02772727272727, 1.313463828751, 2.39590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 945, '2021-05-23 00:00:00', 0.0722549598351504, 0.142727272727273, 0.0850477329687088, 0.209545454545455, 0.187861052088438, 0.391818181818182, 0.539178668312866, 1.03227272727273, 1.313463828751, 2.39590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945);
Date: 2021-05-23 15:55:38 Duration: 6s740ms 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 983210, 1, 960, '2021-05-23 00:00:00', 0.0655057249406498, 0.1208, 0.111989582848883, 0.196, 0.125899430763871, 0.2944, 1.17286216865694, 1.0684, 1.41028956837476, 2.248 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 975, '2021-05-23 00:00:00', 0.0721156478627676, 0.1356, 0.087582342208157, 0.200400000000002, 0.117405280971513, 0.295600000000001, 1.17749635526683, 1.0632, 1.41239005471812, 2.2504 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 990, '2021-05-23 00:00:00', 0.0844649828824551, 0.164800000000001, 0.0972248253619766, 0.2212, 0.132423562857975, 0.301200000000001, 1.17091488446713, 1.078, 1.40759250732116, 2.262 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 1005, '2021-05-23 00:00:00', 0.0662117814289871, 0.154399999999999, 0.104909484795227, 0.2132, 0.125998677241734, 0.2956, 1.17038697304211, 1.0884, 1.40740695370363, 2.2688 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 1020, '2021-05-23 00:00:00', 0.0871053002597048, 0.1596, 0.11034038245357, 0.228, 0.106517604178839, 0.3028, 1.16743665067246, 1.088, 1.40738149293881, 2.2668 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 1035, '2021-05-23 00:00:00', 0.056985378241557, 0.1416, 0.0711734969399893, 0.193600000000001, 0.0838788809335621, 0.272400000000001, 1.15507027203254, 1.0896, 1.45660850379686, 2.28 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 1050, '2021-05-23 00:00:00', 0.0619758017293845, 0.1308, 0.0965884741226052, 0.192800000000001, 0.0937852156081471, 0.2596, 1.13916299682413, 1.0956, 1.44592796040006, 2.2892 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 1065, '2021-05-23 00:00:00', 0.077560728894632, 0.1364, 0.0713979458154556, 0.1832, 1.11650750109437, 0.698399999999999, 1.1418228117065, 1.0948, 1.45364117534785, 2.2968 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 1080, '2021-05-23 00:00:00', 0.0466082968293561, 0.128400000000001, 0.0626843946555548, 0.1828, 1.15410860263091, 0.786, 1.14563912293532, 1.0984, 1.48699114545671, 2.3152 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 1095, '2021-05-23 00:00:00', 0.0484148737476405, 0.1124, 1.12484072946647, 0.664, 1.16018676657396, 0.822000000000001, 1.15068284075153, 1.1028, 1.51594063208293, 2.3352 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 600, '2021-05-23 00:00:00', 0.173012523631479, 0.366, 0.265095580247326, 0.485600000000001, 0.31602109634221, 0.5888, 0.433310127583774, 0.8592, 1.0757056598655, 2.0952 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 615, '2021-05-23 00:00:00', 0.0998866023715557, 0.2676, 0.150524638071866, 0.350800000000001, 0.259693408978099, 0.4964, 0.324179477039083, 0.754400000000001, 1.07159429511982, 2.0732 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 630, '2021-05-23 00:00:00', 0.0967089209153704, 0.216153846153846, 0.169970133122988, 0.334615384615384, 0.238202564088764, 0.437307692307692, 0.265183825936768, 0.687692307692307, 1.04747197502441, 2.07846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 645, '2021-05-23 00:00:00', 0.111307382205015, 0.2268, 0.139949991068238, 0.3112, 0.176150503831241, 0.4004, 0.22635738703799, 0.6372, 1.06888680410977, 2.0424 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 660, '2021-05-23 00:00:00', 0.0955196314900759, 0.206399999999999, 0.126369827622473, 0.268799999999999, 0.15334927453366, 0.370799999999999, 0.251088961658346, 0.600399999999999, 1.06393185872029, 2.0252 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 675, '2021-05-23 00:00:00', 0.0611882341631134, 0.1676, 0.0777538852191106, 0.2404, 0.164962622028951, 0.3428, 0.243772434864977, 0.548, 1.06704076773102, 2.0152 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 690, '2021-05-23 00:00:00', 0.0638857152686311, 0.164230769230769, 0.117046341907153, 0.229615384615384, 0.159682858768921, 0.318846153846154, 0.246259712811183, 0.549615384615385, 1.04489999521485, 2.03 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 705, '2021-05-23 00:00:00', 0.087057452294447, 0.160399999999999, 0.128066389033188, 0.2348, 0.140501482791701, 0.3036, 0.223037366077227, 0.530399999999999, 1.06326807532249, 2.0616 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 720, '2021-05-23 00:00:00', 0.0702780193232564, 0.1616, 0.0715704780851251, 0.201599999999999, 0.0968039255402386, 0.2772, 0.190334792755643, 0.512399999999999, 1.06088532210917, 2.0688 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 735, '2021-05-23 00:00:00', 0.0705974503788922, 0.14, 0.0991168696345581, 0.201923076923077, 0.101703188059857, 0.266538461538462, 0.195896361924833, 0.51076923076923, 1.04137867198322, 2.07846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 750, '2021-05-23 00:00:00', 0.0744415103389125, 0.148461538461539, 0.0803463655776564, 0.193461538461539, 0.108919871747714, 0.273461538461539, 0.195618545605, 0.511153846153846, 1.03872977162568, 2.08653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 765, '2021-05-23 00:00:00', 0.0570905713172793, 0.1452, 0.0693012746395521, 0.2012, 0.123088044369331, 0.2756, 0.196860356598276, 0.530399999999999, 1.08587338120059, 2.1228 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 780, '2021-05-23 00:00:00', 0.0488010088168112, 0.131538461538461, 0.0789206027502421, 0.197307692307692, 0.0928663224541267, 0.261923076923077, 0.193314809015284, 0.518846153846153, 1.08439653547669, 2.14961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 795, '2021-05-23 00:00:00', 0.0624152759079587, 0.1304, 0.0807774721070166, 0.178, 0.091923881554251, 0.26, 0.212992175130136, 0.5336, 1.10404755332368, 2.1428 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 810, '2021-05-23 00:00:00', 0.0545374489074552, 0.119199999999999, 0.0732757349559419, 0.1912, 0.0918785430155847, 0.252, 0.22133082327894, 0.5296, 1.1028550826529, 2.1368 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 825, '2021-05-23 00:00:00', 0.0441889880701808, 0.138800000000001, 0.0727965200633458, 0.189200000000001, 0.105084093309437, 0.2452, 0.230019564385292, 0.535599999999999, 1.10754984838908, 2.14 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 840, '2021-05-23 00:00:00', 0.0575673518584968, 0.115000000000001, 0.0672949878119873, 0.153846153846154, 0.116650694877418, 0.249230769230769, 0.228115018222084, 0.537307692307692, 1.08683110286458, 2.15538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 855, '2021-05-23 00:00:00', 0.0480000000000018, 0.11, 0.0883846488585338, 0.170384615384615, 0.120496409138964, 0.24923076923077, 0.235964795288163, 0.559230769230769, 1.08842638703773, 2.16 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 870, '2021-05-23 00:00:00', 0.0785326977467638, 0.119230769230768, 0.0933941193997853, 0.187692307692307, 0.12381375591527, 0.255384615384615, 0.252512299776588, 0.557692307692307, 1.09633999499032, 2.17576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 885, '2021-05-23 00:00:00', 0.0520192272145597, 0.1368, 0.0593014895821908, 0.18, 0.0895358401237561, 0.256, 0.280289731052234, 0.6896, 1.13548124892781, 2.1748 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 900, '2021-05-23 00:00:00', 0.05388877434123, 0.120399999999999, 0.0679141615079898, 0.169599999999999, 0.0905115093970566, 0.2656, 0.271436303148026, 0.728799999999999, 1.13595877272608, 2.1724 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 915, '2021-05-23 00:00:00', 0.0566609348534025, 0.107692307692308, 0.0761738901360665, 0.177692307692308, 0.123687571665934, 0.268846153846154, 0.285593848242301, 0.740384615384614, 1.11307868268427, 2.18192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 930, '2021-05-23 00:00:00', 0.0572403838077762, 0.132692307692308, 0.0685554239564328, 0.200384615384616, 0.114623799381347, 0.281153846153847, 0.294822241098181, 0.761923076923076, 1.11281265269586, 2.18 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 945, '2021-05-23 00:00:00', 0.0493542921522154, 0.129615384615385, 0.0705680250102418, 0.180384615384616, 0.0885924115520929, 0.273846153846154, 0.287673158556453, 0.760384615384614, 1.1133393290181, 2.17730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 960, '2021-05-23 00:00:00', 0.0567111439326868, 0.131923076923076, 0.0817585563623858, 0.207307692307693, 0.0831837632085644, 0.273461538461539, 0.285590346744854, 0.754615384615383, 1.11402416767045, 2.17538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 975, '2021-05-23 00:00:00', 0.0486573577328073, 0.136538461538461, 0.0608819791450269, 0.201153846153845, 0.0823500969127441, 0.278461538461537, 0.279346490113016, 0.742307692307691, 1.11675002367791, 2.16884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 990, '2021-05-23 00:00:00', 0.0475621051484672, 0.146923076923076, 0.0763191678716118, 0.203846153846154, 0.0762193191742389, 0.284230769230768, 0.267155097562906, 0.739615384615384, 1.11880210665075, 2.16307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 1005, '2021-05-23 00:00:00', 0.0487694734281751, 0.152307692307693, 0.0596038202182987, 0.216153846153846, 0.0998622127656976, 0.287307692307692, 0.250714977614023, 0.734999999999999, 1.11848193823318, 2.15461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 1020, '2021-05-23 00:00:00', 0.0540384478510792, 0.148076923076924, 0.0643117407632532, 0.2, 0.112892051910732, 0.293846153846153, 0.245210113983905, 0.74, 1.11719656007623, 2.15192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 1035, '2021-05-23 00:00:00', 0.0567762138711134, 0.143461538461539, 0.0919230447376834, 0.204615384615384, 0.133948325283125, 0.306923076923077, 0.245502624143894, 0.746538461538461, 1.12170673529225, 2.145 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 1050, '2021-05-23 00:00:00', 0.054462407641912, 0.133076923076922, 0.0611341526103416, 0.194230769230769, 0.110601154535634, 0.273846153846153, 0.251594606766214, 0.749615384615384, 1.1170709639327, 2.14346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 1065, '2021-05-23 00:00:00', 0.0527767431297596, 0.134230769230769, 0.0939787209957666, 0.2, 0.168814873570018, 0.507692307692307, 0.255233528060389, 0.758076923076923, 1.11470292696512, 2.13115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 1080, '2021-05-23 00:00:00', 0.0740685752944794, 0.133076923076923, 0.0851966052050292, 0.167692307692307, 0.165116276046259, 0.560769230769231, 0.250390771518317, 0.776538461538462, 1.11436501408443, 2.12576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 1095, '2021-05-23 00:00:00', 0.0462368484419755, 0.0953846153846155, 0.141208520117753, 0.459615384615384, 0.15920233859898, 0.574230769230769, 0.27969901405178, 0.796538461538462, 1.11197184524402, 2.11423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 600, '2021-05-23 00:00:00', 0.114727771435086, 0.367692307692307, 0.152218971828794, 0.468846153846154, 0.1929543588919, 0.549230769230769, 0.305290781941514, 0.772307692307692, 1.12015273683822, 2.07692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 615, '2021-05-23 00:00:00', 0.10065707205083, 0.240384615384616, 0.121655882908119, 0.318076923076923, 0.142477528592568, 0.409615384615385, 0.31093110787786, 0.726923076923077, 1.11990741375554, 2.02615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 630, '2021-05-23 00:00:00', 0.0760172045303919, 0.191153846153846, 0.0829615295460214, 0.261153846153846, 0.105912155182418, 0.354230769230769, 0.301158787659625, 0.706153846153846, 1.1243476057081, 2.01846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 645, '2021-05-23 00:00:00', 0.0624819974072528, 0.190000000000001, 0.0719829039532192, 0.268461538461539, 0.132142114640028, 0.368461538461538, 0.315277899393779, 0.698076923076923, 1.12893114868071, 2.01153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 660, '2021-05-23 00:00:00', 0.06413927154128, 0.174615384615385, 0.101007996636975, 0.268846153846154, 0.155538271323022, 0.371923076923077, 0.341053571248768, 0.698461538461539, 1.12806982871697, 2.02153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 675, '2021-05-23 00:00:00', 0.0781320381445115, 0.186153846153846, 0.105223571503727, 0.26, 0.143496984690915, 0.349230769230769, 0.334060565674043, 0.662692307692308, 1.13292385513699, 2.00730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 690, '2021-05-23 00:00:00', 0.0547891061603134, 0.155384615384615, 0.0853382410447708, 0.221153846153846, 0.114158459371847, 0.318076923076923, 0.305323031961486, 0.623076923076923, 1.13177002284713, 1.97923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 705, '2021-05-23 00:00:00', 0.0578233383811285, 0.146538461538462, 0.0861769199870908, 0.212307692307692, 0.117821246614717, 0.305384615384615, 0.30716670492647, 0.610769230769231, 1.22705852158103, 2.09615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 720, '2021-05-23 00:00:00', 0.0639374694525838, 0.139999999999999, 0.0865021120240158, 0.201153846153846, 0.120358439031726, 0.296923076923078, 1.14307850191422, 0.827307692307693, 1.21457912938534, 2.09769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 735, '2021-05-23 00:00:00', 0.0479567112492724, 0.140384615384616, 0.0762798491386506, 0.201153846153846, 0.130888678478492, 0.299615384615386, 1.16915018446996, 0.841923076923077, 1.20323001190066, 2.09769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 750, '2021-05-23 00:00:00', 0.0633039067940089, 0.139230769230769, 0.0968686660460365, 0.196538461538463, 0.120662912535454, 0.29346153846154, 1.17004588996132, 0.819230769230769, 1.18843096301222, 2.09807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 765, '2021-05-23 00:00:00', 0.0610233246705401, 0.129615384615385, 0.0988806584493887, 0.205769230769232, 0.163302927572797, 0.309615384615385, 1.17468215013516, 0.806923076923077, 1.17969468018701, 2.10653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 780, '2021-05-23 00:00:00', 0.0938214343231947, 0.152307692307692, 0.0968940738046528, 0.202692307692308, 0.157488461115776, 0.311153846153845, 1.163994779264, 0.820384615384616, 1.18026541995369, 2.10230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 795, '2021-05-23 00:00:00', 0.0591230789247181, 0.123461538461538, 0.125832611646767, 0.204615384615384, 0.146093752828055, 0.29076923076923, 1.16096776606681, 0.826923076923076, 1.18070936956756, 2.10115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 810, '2021-05-23 00:00:00', 0.106317376827048, 0.15076923076923, 0.111499568816, 0.211923076923076, 0.123318224992839, 0.270769230769231, 1.15449922543866, 0.842692307692308, 1.17912744792984, 2.10846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 825, '2021-05-23 00:00:00', 0.0778163518509104, 0.129230769230769, 0.103007841374408, 0.181153846153846, 0.102654011874091, 0.234615384615384, 1.1582806887133, 0.836923076923077, 1.20516561262183, 2.10807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 840, '2021-05-23 00:00:00', 0.0733379951898152, 0.122307692307692, 0.0707715718676308, 0.166153846153846, 0.119825514170204, 0.253076923076923, 1.15665379435681, 0.84, 1.21111823725654, 2.11923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 855, '2021-05-23 00:00:00', 0.0557977115604627, 0.115769230769231, 0.0688465406091411, 0.160384615384615, 0.0884985875593502, 0.24, 1.15504352232353, 0.828461538461538, 1.23173448687363, 2.13461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 870, '2021-05-23 00:00:00', 0.0489473814809952, 0.110384615384615, 0.0840951841665149, 0.169999999999999, 0.083357432412842, 0.247307692307691, 1.15416489956358, 0.826153846153846, 1.23404276200687, 2.13846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 885, '2021-05-23 00:00:00', 0.0661804061172657, 0.119615384615384, 0.0589876127804685, 0.166538461538461, 0.0928729487815734, 0.25576923076923, 1.17423736297879, 1.10576923076923, 1.19601833019141, 2.16961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 900, '2021-05-23 00:00:00', 0.0504136733589059, 0.128461538461537, 0.0634313681197123, 0.18653846153846, 1.18048966372173, 0.499615384615384, 1.16904984430158, 1.12846153846154, 1.19593619587977, 2.16923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 915, '2021-05-23 00:00:00', 0.0636081755751582, 0.1228, 0.0920380356157179, 0.1872, 0.116114885637745, 0.270799999999999, 0.46193181314995, 0.9368, 0.789476197656818, 1.9932 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 930, '2021-05-23 00:00:00', 0.0853287759199683, 0.1432, 0.0849509662491647, 0.2, 0.110736925488595, 0.292799999999999, 0.455227781811845, 0.9536, 0.790246375083957, 1.9932 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 945, '2021-05-23 00:00:00', 0.0440378624973252, 0.126800000000001, 0.0723256524339742, 0.1832, 0.111858541619911, 0.2904, 0.45576565615822, 0.958400000000001, 0.79093762923086, 1.9936 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 960, '2021-05-23 00:00:00', 0.0657723346096208, 0.1352, 0.0870095780168286, 0.1996, 0.118382149555299, 0.3332, 0.457584964787961, 0.965600000000001, 0.791686596240372, 1.9948 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 975, '2021-05-23 00:00:00', 0.0438254111979179, 0.130399999999999, 0.085299472448544, 0.214799999999999, 0.133541504160067, 0.336, 0.458378664424949, 0.968800000000001, 0.793979848610782, 1.9896 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 990, '2021-05-23 00:00:00', 0.0601885924961416, 0.1768, 0.0854829417681296, 0.2564, 0.15678860502813, 0.3792, 0.455030401914714, 0.971200000000001, 0.793905535942406, 1.9912 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 1005, '2021-05-23 00:00:00', 0.0771902411793971, 0.187999999999999, 0.121803119828681, 0.268799999999999, 0.189298705753632, 0.3644, 0.470217325641382, 0.9828, 0.79245651826036, 1.9904 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 1020, '2021-05-23 00:00:00', 0.118417341072441, 0.1868, 0.154269245152754, 0.2636, 0.176250768319838, 0.3368, 0.474706224943385, 0.9772, 0.769737401109408, 1.9996 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 1035, '2021-05-23 00:00:00', 0.0956242647030557, 0.167600000000001, 0.122449989791751, 0.2276, 0.133731073427233, 0.3144, 0.476127433922194, 0.9716, 0.775303811418466, 2.0072 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 1050, '2021-05-23 00:00:00', 0.0868907359849134, 0.152, 0.107082522694726, 0.212, 0.107436803129406, 0.2848, 0.476103980239611, 0.949999999999999, 1.22588226732151, 2.2304 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 1065, '2021-05-23 00:00:00', 0.0544762945386956, 0.134799999999999, 0.0718795288428264, 0.204, 0.484213451554856, 0.677199999999999, 0.490024829302897, 0.9508, 1.2350651804662, 2.2412 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 1080, '2021-05-23 00:00:00', 0.0551603722491676, 0.1448, 0.0549484607003094, 0.181199999999999, 0.450027776920492, 0.682, 0.455695439228147, 0.926, 1.23409886151799, 2.236 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 1095, '2021-05-23 00:00:00', 0.0480867272054699, 0.0995999999999989, 0.438368946588754, 0.604399999999998, 0.42647899518421, 0.684799999999999, 0.447246017310384, 0.909599999999999, 1.23376159231298, 2.2352 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 600, '2021-05-23 00:00:00', 0.274194142053094, 0.445416666666666, 0.27433417419351, 0.49375, 0.257107305743471, 0.574583333333334, 0.302238028856325, 0.78, 0.790191226168098, 1.9875 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 615, '2021-05-23 00:00:00', 0.100159293417889, 0.241666666666667, 0.124245549303542, 0.3325, 0.179902852206084, 0.447916666666668, 0.284074584511212, 0.698750000000001, 0.78653846290133, 1.95583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 630, '2021-05-23 00:00:00', 0.0928289294612809, 0.235416666666666, 0.121866522373301, 0.319166666666667, 0.204455799411617, 0.422500000000001, 0.300187139698855, 0.665833333333334, 0.786243015682902, 1.94958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 645, '2021-05-23 00:00:00', 0.0742486519664863, 0.204583333333333, 0.16168888985162, 0.290416666666668, 0.248100026578809, 0.416666666666668, 0.2941799582332, 0.62125, 0.780352832684204, 1.92875 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 660, '2021-05-23 00:00:00', 0.121437644284117, 0.204166666666667, 0.151090240815101, 0.2775, 0.203719044950055, 0.393333333333334, 0.267679236985321, 0.6, 0.775112778143013, 1.92208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 675, '2021-05-23 00:00:00', 0.0725718035235913, 0.168333333333333, 0.124058775224266, 0.259166666666667, 0.114916478807216, 0.358333333333333, 0.226970837046449, 0.56875, 0.780312089180822, 1.915 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 690, '2021-05-23 00:00:00', 0.112633173994424, 0.185833333333335, 0.0958249838832857, 0.244583333333334, 0.116580972668811, 0.334583333333334, 0.220670503272398, 0.564583333333333, 0.785159450251247, 1.91166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 705, '2021-05-23 00:00:00', 0.0776267080140688, 0.162083333333333, 0.090777638822262, 0.238333333333333, 0.137237232451745, 0.324166666666666, 0.206881170821755, 0.564583333333332, 0.778967637139147, 1.94916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 720, '2021-05-23 00:00:00', 0.0712809810599541, 0.158749999999999, 0.105322142131598, 0.221666666666666, 0.119999245166708, 0.292083333333331, 0.181055180154752, 0.556249999999999, 0.796355716709708, 1.97208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 735, '2021-05-23 00:00:00', 0.0858546125304501, 0.158333333333334, 0.112423081595206, 0.222916666666666, 0.105376309798107, 0.282083333333332, 0.162996732429238, 0.538749999999999, 0.79345134459013, 1.97458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 750, '2021-05-23 00:00:00', 0.0589767824619593, 0.149999999999999, 0.0607426860868323, 0.188749999999999, 0.0804054490186087, 0.260416666666666, 0.142105671030859, 0.52875, 0.802760522523211, 1.98375 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 765, '2021-05-23 00:00:00', 0.0415200318337808, 0.1325, 0.0705413847079972, 0.1925, 0.0793040379475256, 0.2425, 0.155786922485141, 0.54, 0.818789757304442, 1.98916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 780, '2021-05-23 00:00:00', 0.0568687785257825, 0.149166666666666, 0.0633771778061048, 0.184166666666666, 0.0940513273373262, 0.2475, 0.170714079974234, 0.557083333333332, 0.819896489578526, 1.99958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 795, '2021-05-23 00:00:00', 0.0357527742918681, 0.105, 0.0511604466785415, 0.144999999999999, 0.0966804088183096, 0.240833333333333, 0.181275173164438, 0.545416666666666, 0.820169653711697, 2.005 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 810, '2021-05-23 00:00:00', 0.0396634391574536, 0.105833333333332, 0.0614793473040122, 0.168333333333333, 0.109729575366649, 0.256666666666667, 0.186172352747492, 0.554166666666667, 0.839435520307322, 2.01208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 825, '2021-05-23 00:00:00', 0.0351291612626094, 0.110833333333334, 0.0696770500548627, 0.16875, 0.108085278998724, 0.232916666666668, 0.190878973720773, 0.565, 0.832004738002117, 2.01333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 840, '2021-05-23 00:00:00', 0.0750543281491017, 0.12375, 0.0937841725159043, 0.172916666666667, 0.125645435103384, 0.237083333333334, 0.191390317475018, 0.572916666666667, 0.832110987580487, 2.02 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 855, '2021-05-23 00:00:00', 0.0485719994486004, 0.108750000000001, 0.0703201787272469, 0.151666666666667, 0.099618838798082, 0.2225, 0.219167975419026, 0.567916666666667, 0.851203644803954, 2.03208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 870, '2021-05-23 00:00:00', 0.06123724356958, 0.107500000000001, 0.0772723397649739, 0.153333333333334, 0.0781847959570183, 0.217916666666667, 0.237428478933542, 0.57375, 0.85126238312728, 2.03041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 885, '2021-05-23 00:00:00', 0.0417354504718347, 0.10875, 0.0631939732954779, 0.1525, 0.0891007815642615, 0.242083333333333, 0.29782788532198, 0.813333333333333, 0.808690904030007, 2.05375 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 900, '2021-05-23 00:00:00', 0.0558660406038734, 0.109166666666667, 0.0589522036809531, 0.161666666666667, 0.128823410195868, 0.290416666666666, 0.316740361371486, 0.87875, 0.823560558036641, 2.05791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 915, '2021-05-23 00:00:00', 0.0514975024017981, 0.115416666666667, 0.0919317642350142, 0.189166666666666, 0.131759965110034, 0.290416666666666, 0.315718355041556, 0.887916666666667, 0.836897306393846, 2.06666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 930, '2021-05-23 00:00:00', 0.0736767322128573, 0.142499999999999, 0.120683440262628, 0.225833333333333, 0.12679365297515, 0.29625, 0.305888762105785, 0.91125, 0.838541586776483, 2.06291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 945, '2021-05-23 00:00:00', 0.0800984448635884, 0.15375, 0.0906977781234022, 0.19, 0.12905172538981, 0.2825, 0.411080010900944, 0.969583333333334, 0.842580147136061, 2.0525 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 960, '2021-05-23 00:00:00', 0.0626801750781388, 0.12375, 0.0712301332587408, 0.190416666666667, 0.117688331954619, 0.296249999999999, 0.483708312812649, 0.987916666666667, 0.841437585412565, 2.04791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 975, '2021-05-23 00:00:00', 0.0491061405883026, 0.13125, 0.0683328914796587, 0.202083333333334, 0.114776878699752, 0.302083333333333, 0.487611005570655, 0.985833333333334, 0.83870457392269, 2.05083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 990, '2021-05-23 00:00:00', 0.0508763775941383, 0.151666666666667, 0.0892602448145172, 0.2325, 0.118697642920079, 0.3225, 0.49957790154304, 0.977083333333334, 0.845815681260798, 2.05708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 1005, '2021-05-23 00:00:00', 0.0759850767194305, 0.172083333333334, 0.0983339474311445, 0.225, 0.123311788169052, 0.311666666666668, 0.505046274246664, 0.982500000000001, 0.835738738560345, 2.06625 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 1020, '2021-05-23 00:00:00', 0.0635883500404714, 0.14, 0.0886605233787697, 0.204583333333333, 0.0904898104600816, 0.288333333333334, 0.506934342431279, 0.987916666666667, 0.850332309295539, 2.08041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 1035, '2021-05-23 00:00:00', 0.0507319611690497, 0.137916666666668, 0.0666906659701065, 0.207083333333334, 0.0917305442784636, 0.266666666666667, 0.49774273082282, 1.005, 0.851637808297482, 2.085 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 1050, '2021-05-23 00:00:00', 0.0606964411725643, 0.151666666666667, 0.0539457591246632, 0.196666666666668, 0.0765137100530817, 0.257500000000001, 0.511584636770605, 1.01833333333333, 0.845571584401833, 2.1 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 1065, '2021-05-23 00:00:00', 0.0482276455687144, 0.129583333333333, 0.0751797363231819, 0.187916666666667, 0.306605716217738, 0.616249999999999, 0.551540661646335, 1.04666666666667, 0.850492504376141, 2.10625 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 1080, '2021-05-23 00:00:00', 0.0619241588499626, 0.134583333333333, 0.0609689277003265, 0.177083333333333, 0.309656190833865, 0.69, 0.557340345632331, 1.0325, 0.856917186907458, 2.09875 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 1095, '2021-05-23 00:00:00', 0.0471737460759748, 0.119166666666667, 0.306926972856193, 0.577083333333333, 0.30695530288792, 0.700416666666666, 0.558463050040797, 1.02875, 0.859331978501534, 2.09583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 600, '2021-05-23 00:00:00', 0.140383438771897, 0.375652173913043, 0.211545227786424, 0.498260869565217, 0.233583528576257, 0.576086956521739, 0.519571121404596, 0.912173913043479, 0.889673075808289, 2.05 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 615, '2021-05-23 00:00:00', 0.11877670284336, 0.285217391304347, 0.111396099164606, 0.339999999999999, 0.36668583013762, 0.496956521739131, 0.529356011169482, 0.817826086956521, 0.881250683289618, 2.00869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 630, '2021-05-23 00:00:00', 0.0731396411983583, 0.19695652173913, 0.138531256728975, 0.3, 0.38596166022295, 0.478695652173913, 0.490091545856647, 0.784782608695653, 0.879723501297525, 1.9895652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 645, '2021-05-23 00:00:00', 0.0918475278896862, 0.212173913043479, 0.304197252419293, 0.342173913043479, 0.382287684235036, 0.465652173913044, 0.48236735054268, 0.746521739130436, 0.890149652115898, 1.96869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 660, '2021-05-23 00:00:00', 0.249142402571087, 0.240869565217391, 0.328968323859254, 0.327391304347826, 0.318146186598914, 0.425217391304348, 0.431092462776201, 0.709565217391305, 0.884404625441305, 1.94521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 675, '2021-05-23 00:00:00', 0.177301913073286, 0.197826086956522, 0.233194010729942, 0.293913043478261, 0.267133813487361, 0.418260869565218, 0.359742441902437, 0.693478260869566, 0.899062533272951, 1.9495652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 690, '2021-05-23 00:00:00', 0.113005998651511, 0.18391304347826, 0.152880123023924, 0.272173913043478, 0.242503412632358, 0.425217391304347, 0.353598105981012, 0.689565217391305, 0.889211135044848, 1.94347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 705, '2021-05-23 00:00:00', 0.102291917391534, 0.19, 0.182805324214764, 0.292173913043479, 0.248345513491076, 0.421304347826086, 0.320790771948928, 0.653913043478262, 0.876487329928786, 1.95869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 720, '2021-05-23 00:00:00', 0.086124278251535, 0.16913043478261, 0.122114117560214, 0.258695652173913, 0.227992614816944, 0.384782608695653, 0.276445536023556, 0.62304347826087, 0.875991589469975, 1.96608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 735, '2021-05-23 00:00:00', 0.0986189216104331, 0.194347826086956, 0.115483174689491, 0.269999999999999, 0.249151921208521, 0.403043478260869, 0.277102455331937, 0.626956521739131, 0.870579290125407, 1.97913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 750, '2021-05-23 00:00:00', 0.0873727193971993, 0.186086956521738, 0.148062586916037, 0.280434782608696, 0.206209916454736, 0.379565217391304, 0.292018327433933, 0.622608695652175, 0.872381457342271, 1.99304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 765, '2021-05-23 00:00:00', 0.090876278663441, 0.196956521739131, 0.172303620244633, 0.293913043478261, 0.177544739114825, 0.356956521739131, 0.310584047550554, 0.635217391304349, 0.875438681676503, 1.99260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 780, '2021-05-23 00:00:00', 0.0843482335673294, 0.183478260869565, 0.114121494097387, 0.233478260869566, 0.238202259026932, 0.32304347826087, 0.324859957666163, 0.646086956521741, 0.899890419328052, 1.96869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 795, '2021-05-23 00:00:00', 0.092255445333466, 0.157391304347827, 0.123910269714465, 0.210869565217392, 0.260180083575449, 0.308695652173913, 0.323804581676393, 0.646956521739132, 0.898024181651051, 1.94260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 810, '2021-05-23 00:00:00', 0.123172811537191, 0.154782608695653, 0.224701822624804, 0.22, 0.25053460625791, 0.296956521739131, 0.338891473528089, 0.657391304347828, 0.894881801544303, 1.9295652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 825, '2021-05-23 00:00:00', 0.112404548879018, 0.145652173913043, 0.143082938440357, 0.21, 0.153205537624764, 0.26913043478261, 0.326648449385829, 0.640869565217393, 0.895576083724398, 1.90739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 840, '2021-05-23 00:00:00', 0.0584618385039751, 0.142173913043479, 0.130982906286013, 0.207391304347827, 0.155271024048567, 0.290000000000001, 0.330808089524518, 0.663913043478262, 0.894705330518656, 1.90391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 855, '2021-05-23 00:00:00', 0.103564915389357, 0.135652173913044, 0.132415981266846, 0.186086956521739, 0.136648187959911, 0.29, 0.317842280722718, 0.646521739130435, 0.886694131148638, 1.89086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 870, '2021-05-23 00:00:00', 0.0714142842854278, 0.120000000000001, 0.0710257983525738, 0.189130434782609, 0.112121123099348, 0.284347826086957, 0.316683655324059, 0.64608695652174, 0.876723373429604, 1.88434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 885, '2021-05-23 00:00:00', 0.0512762031731848, 0.132608695652173, 0.0846335976418497, 0.209130434782607, 0.0906411069916949, 0.293913043478261, 0.767794953688216, 1.05, 0.891267250746353, 1.87130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 900, '2021-05-23 00:00:00', 0.0577407316793064, 0.133913043478259, 0.059864801564886, 0.187391304347826, 0.133631254775837, 0.311304347826087, 0.768661636523152, 1.0504347826087, 0.887723027702359, 1.85608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 915, '2021-05-23 00:00:00', 0.041702882811416, 0.128695652173914, 0.0855971814393197, 0.202173913043479, 0.118214650349745, 0.302608695652175, 0.750314295147025, 1.04478260869565, 0.87760341102093, 1.83826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 930, '2021-05-23 00:00:00', 0.0696234933771602, 0.152608695652174, 0.112892267368587, 0.240869565217391, 0.133891289747898, 0.307826086956522, 0.746037490183231, 1.07913043478261, 0.884357250796064, 1.84173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 945, '2021-05-23 00:00:00', 0.0743854930818358, 0.158260869565216, 0.0783526032419006, 0.198695652173913, 0.122522886464162, 0.308695652173913, 0.740339095472193, 1.08739130434783, 0.881761173333471, 1.83869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 960, '2021-05-23 00:00:00', 0.0454011544141149, 0.133913043478261, 0.0780341467771703, 0.195652173913044, 0.159280745010893, 0.34608695652174, 0.743003199818622, 1.06913043478261, 0.888204210397355, 1.82391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 975, '2021-05-23 00:00:00', 0.0751756835633, 0.138260869565218, 0.09379145987063, 0.238260869565218, 0.193549127670817, 0.363913043478262, 0.748267300213747, 1.05304347826087, 0.891946842564329, 1.81652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 990, '2021-05-23 00:00:00', 0.0886994302845639, 0.196956521739131, 0.149534191101233, 0.288260869565218, 0.203926864360498, 0.379565217391305, 0.760416985669614, 1.04391304347826, 0.884969573626721, 1.81434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 1005, '2021-05-23 00:00:00', 0.0893830412507942, 0.174347826086957, 0.132590486665335, 0.235652173913044, 0.151503662278489, 0.315217391304349, 0.767497859558499, 0.995652173913043, 0.898259626016457, 1.78391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 1020, '2021-05-23 00:00:00', 0.0751204566276891, 0.156086956521739, 0.0891793946317049, 0.215652173913044, 0.124091958761431, 0.294782608695653, 0.78100067563093, 0.984347826086956, 0.897953316215696, 1.77739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 1035, '2021-05-23 00:00:00', 0.0480982196674447, 0.149565217391305, 0.0842732240073016, 0.207391304347827, 0.104543048606101, 0.277391304347826, 0.785038706530441, 0.993043478260869, 0.898909967924921, 1.78130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 1050, '2021-05-23 00:00:00', 0.069558176521159, 0.152608695652175, 0.0964836302648842, 0.210000000000001, 0.0958898412767433, 0.256956521739131, 0.787117621577378, 0.987826086956521, 0.904864980210344, 1.78521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 1065, '2021-05-23 00:00:00', 0.0608503639957795, 0.131304347826087, 0.0675517661258334, 0.182173913043478, 0.731373173809095, 0.753913043478261, 0.785429063779313, 1.00478260869565, 0.907403671430142, 1.79217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 1080, '2021-05-23 00:00:00', 0.0505386010652103, 0.122173913043478, 0.0580139004741214, 0.172608695652174, 0.732917447049613, 0.759565217391304, 0.783227083310849, 0.999130434782608, 0.91158355896771, 1.78869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 1095, '2021-05-23 00:00:00', 0.0410340647073031, 0.102608695652175, 0.726160241029604, 0.707826086956522, 0.725977329538569, 0.766086956521739, 0.786263993321375, 1.00260869565217, 0.924097679760711, 1.79260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 600, '2021-05-23 00:00:00', 0.188057471662845, 0.372608695652175, 0.218908539387117, 0.438695652173914, 0.228391003747708, 0.544782608695653, 0.332632926860256, 0.779130434782608, 1.30028075411647, 1.93869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 615, '2021-05-23 00:00:00', 0.173230181123769, 0.270000000000001, 0.179120233282045, 0.333333333333334, 1.20255494917991, 0.700833333333333, 1.17774255940417, 0.925833333333333, 1.59949720360738, 2.11 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 630, '2021-05-23 00:00:00', 0.118075602162711, 0.22125, 1.18774166114656, 0.557916666666666, 1.20120765017568, 0.639583333333333, 1.1675143142219, 0.90125, 1.59044787922199, 2.11125 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 645, '2021-05-23 00:00:00', 0.0937598479676083, 0.199999999999999, 0.121352718195509, 0.28086956521739, 0.166049185531909, 0.362173913043478, 0.275457937077178, 0.660434782608695, 1.27817928808525, 1.92826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 660, '2021-05-23 00:00:00', 0.0594274393976357, 0.180434782608695, 0.134293643217748, 0.265652173913043, 0.146666516948061, 0.312608695652174, 0.248557896008122, 0.619130434782609, 1.23877728828086, 1.90652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 675, '2021-05-23 00:00:00', 0.122852568647092, 0.178333333333333, 0.120955585332751, 0.217083333333333, 0.130965616684775, 0.299583333333334, 0.238700816316461, 0.577083333333334, 1.54428821369475, 2.095 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 690, '2021-05-23 00:00:00', 0.0725318520735365, 0.135, 0.0952646960780357, 0.193333333333333, 0.152728208910802, 0.320416666666667, 0.253958515384368, 0.585833333333333, 1.53808834624984, 2.09875 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 705, '2021-05-23 00:00:00', 0.0673031213609551, 0.130833333333333, 0.0870115767743214, 0.201666666666667, 0.141727821412448, 0.325416666666666, 0.256655961568588, 0.60875, 1.48484298686837, 2.2425 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 720, '2021-05-23 00:00:00', 0.0563310607551211, 0.135833333333334, 0.100072437532136, 0.221666666666667, 0.126697174053108, 0.3, 0.25982121779676, 0.59875, 1.47543306096593, 2.24625 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 735, '2021-05-23 00:00:00', 0.0728297100548027, 0.152083333333334, 0.0820877932283567, 0.225833333333333, 0.137918664331607, 0.297083333333334, 0.274125751319047, 0.591666666666667, 1.47429939145757, 2.2425 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 750, '2021-05-23 00:00:00', 0.0499274836456672, 0.143333333333333, 0.0727513135495741, 0.173333333333333, 0.142371223277007, 0.27, 0.316722344456878, 0.605, 1.47444290634055, 2.24916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 765, '2021-05-23 00:00:00', 0.0513230744501387, 0.110833333333334, 0.10409026183412, 0.185, 0.176774645699883, 0.276666666666666, 0.306092720630839, 0.601666666666667, 1.47204229371739, 2.24958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 780, '2021-05-23 00:00:00', 0.0959784231351498, 0.151304347826088, 0.124163604935239, 0.215652173913043, 0.183278228633161, 0.31, 0.313598897916915, 0.624782608695652, 1.15983115167478, 2.05913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 795, '2021-05-23 00:00:00', 0.0722202247958649, 0.13375, 0.107736090598237, 0.203749999999999, 0.149955911395046, 0.295416666666666, 0.291656625085942, 0.59875, 1.47143231019244, 2.245 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 810, '2021-05-23 00:00:00', 0.0490341495907388, 0.140434782608696, 0.0903484689953426, 0.209130434782609, 0.113082921060491, 0.288260869565218, 0.29552659504594, 0.627826086956522, 1.15586816951434, 2.06304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 825, '2021-05-23 00:00:00', 0.085308476905195, 0.144166666666667, 0.0960289434025735, 0.199583333333333, 0.104701092833743, 0.261666666666667, 0.292180396429964, 0.610416666666667, 1.46923073384522, 2.27041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 840, '2021-05-23 00:00:00', 0.068137754755997, 0.130833333333333, 0.080253222428417, 0.178333333333334, 0.113347452232224, 0.247083333333334, 0.290022487883717, 0.600000000000001, 1.46279208652693, 2.27291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 855, '2021-05-23 00:00:00', 0.0649191247139339, 0.118333333333334, 0.0661300869937216, 0.155833333333335, 0.10179547554081, 0.238333333333334, 0.294972057138898, 0.587916666666668, 1.45375974332224, 2.295 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 870, '2021-05-23 00:00:00', 0.0474494391469736, 0.100833333333335, 0.0795264517109815, 0.161250000000001, 0.151111821538541, 0.275, 1.17139757666161, 0.83625, 1.45468558284171, 2.29333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 885, '2021-05-23 00:00:00', 0.0573556789955746, 0.111250000000001, 0.073246407638082, 0.177916666666667, 0.15769570312031, 0.313750000000001, 1.19401284191866, 0.948333333333334, 1.45211065773888, 2.29916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 900, '2021-05-23 00:00:00', 0.0561571294530425, 0.133333333333334, 0.154673569311238, 0.2175, 0.173267302082691, 0.317083333333334, 1.20224058637871, 1.01791666666667, 1.45164973616976, 2.3 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 915, '2021-05-23 00:00:00', 0.155697937770823, 0.15375, 0.156718500521787, 0.230416666666667, 0.192397158676179, 0.310833333333334, 1.20673585056692, 1.04875, 1.45178525780592, 2.3025 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 930, '2021-05-23 00:00:00', 0.0702583225252208, 0.136666666666667, 0.103691816232638, 0.212916666666667, 0.185901154193391, 0.28875, 1.1928882711873, 1.05458333333333, 1.44222597427365, 2.28375 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 945, '2021-05-23 00:00:00', 0.087693321165726, 0.159130434782609, 0.116644454877868, 0.198260869565217, 0.169087296489098, 0.297826086956523, 0.430076287009899, 0.862608695652174, 1.13326489756951, 2.09565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945);
Date: 2021-05-23 15:52:13 Duration: 6s662ms 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 983335, 1, 960, '2021-05-23 00:00:00', 0.257915021087886, 0.557391304347826, 0.339082113715683, 0.813043478260868, 0.59264030376297, 1.56043478260869, 1.98936115532704, 4.63847826086956, 4.44364657254153, 11.0330434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 975, '2021-05-23 00:00:00', 0.185266606313766, 0.533478260869564, 0.54201288215953, 1.16934782608695, 0.640977514358375, 1.57608695652173, 1.95856644254961, 4.64934782608695, 4.41675372176616, 11.0395652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 990, '2021-05-23 00:00:00', 0.542027831352297, 1.06847826086956, 0.617114284007175, 1.33869565217391, 0.735026013897957, 1.62782608695652, 1.95599524317018, 4.64913043478261, 4.41736740407776, 11.034347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 1005, '2021-05-23 00:00:00', 0.355173508786717, 0.848695652173912, 0.447926712667311, 1.21739130434782, 0.804254743038298, 1.72565217391304, 1.92088637004908, 4.61108695652174, 4.46662843375374, 11.0017391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 1020, '2021-05-23 00:00:00', 0.29250992348289, 0.834347826086954, 0.444917277029348, 1.08173913043478, 0.639882338492495, 1.69695652173913, 1.81554750613571, 4.54326086956522, 4.47589145845005, 10.9595652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 1035, '2021-05-23 00:00:00', 0.285767118209568, 0.720869565217391, 0.55823762772842, 1.20260869565217, 0.498924931183561, 1.56521739130435, 1.7785973956048, 4.46782608695652, 4.49864314194593, 10.9208695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 1050, '2021-05-23 00:00:00', 0.362933807486437, 0.781304347826086, 0.369925214106338, 1.11913043478261, 0.41893710792344, 1.38086956521739, 1.70425658685364, 4.41217391304348, 4.46050033528827, 10.9078260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 1065, '2021-05-23 00:00:00', 0.28193010655167, 0.761304347826085, 0.36744605153752, 1.05565217391305, 1.37116136833843, 3.43304347826087, 1.66257158305281, 4.35478260869565, 4.43325409797738, 10.8565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 1080, '2021-05-23 00:00:00', 0.266282228653067, 0.651956521739136, 0.287682404758979, 0.794565217391308, 1.53672898338629, 3.57717391304348, 1.60940946133333, 4.31478260869565, 4.45414582380987, 10.8517391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 1095, '2021-05-23 00:00:00', 0.16699151477816, 0.449565217391306, 1.24725556430419, 3.18847826086956, 1.62115461708318, 3.61326086956522, 1.58878119692411, 4.18565217391304, 4.46123500687437, 10.8378260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 600, '2021-05-23 00:00:00', 1.2602930214835, 2.3825, 1.73456840120577, 2.75346153846154, 1.79028953395383, 3.14615384615385, 1.58594452565704, 3.83403846153846, 4.49987837442474, 10.3542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 615, '2021-05-23 00:00:00', 0.588189922232083, 1.22923076923077, 0.753163686366738, 1.65653846153846, 0.708867379372518, 2.1748076923077, 0.761130965178691, 2.97711538461538, 4.06326273313227, 9.74903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 630, '2021-05-23 00:00:00', 0.424251059560798, 1.06480769230769, 0.636069450731479, 1.51788461538462, 0.540739664362975, 1.89923076923077, 0.602273928221526, 2.76173076923077, 4.03050129063944, 9.54942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 645, '2021-05-23 00:00:00', 0.41774196120793, 0.992115384615386, 0.401190583906684, 1.33673076923077, 0.38704924155024, 1.65365384615385, 0.677339166262995, 2.57211538461538, 4.02070698433076, 9.42057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 660, '2021-05-23 00:00:00', 0.334787418199395, 0.876153846153845, 0.318474307622115, 1.06826923076923, 0.398575540567233, 1.45269230769231, 0.709154859945709, 2.42884615384615, 4.03810786326773, 9.36134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 675, '2021-05-23 00:00:00', 0.200947850104297, 0.715961538461534, 0.389070737092292, 1.07096153846153, 0.427537672654076, 1.3776923076923, 0.715765566476792, 2.42211538461538, 4.05222875521797, 9.34326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 690, '2021-05-23 00:00:00', 0.336250135830687, 0.781923076923077, 0.389521995034151, 1.03923076923077, 0.432347127273376, 1.34403846153846, 0.851511800360889, 2.47288461538461, 4.07317147743812, 9.30326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 705, '2021-05-23 00:00:00', 0.223261144092605, 0.738461538461537, 0.269271452970073, 0.981346153846151, 0.368585654380882, 1.27923076923077, 0.952185037770414, 2.52788461538461, 4.10410972731556, 9.96057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 720, '2021-05-23 00:00:00', 0.201851811599881, 0.603076923076918, 0.320138431595796, 0.841153846153843, 0.344359382935017, 1.13923076923077, 1.09987838488556, 2.54269230769231, 4.11046481088678, 10.0648076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 735, '2021-05-23 00:00:00', 0.305922312913693, 0.65730769230769, 0.314144075226641, 0.897500000000003, 0.354954005687845, 1.16288461538461, 1.12390830792168, 2.60173076923077, 4.1407843599232, 10.1463461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 750, '2021-05-23 00:00:00', 0.231999005302907, 0.613461538461541, 0.264677452470278, 0.816923076923075, 0.294570613187816, 1.10038461538461, 1.10090682900682, 2.58961538461539, 4.1570488468846, 10.1436538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 765, '2021-05-23 00:00:00', 0.202073958281082, 0.541730769230768, 0.257339046037295, 0.759230769230772, 0.425018370643689, 1.14384615384615, 1.03427360239706, 2.69326923076923, 4.16229556208516, 10.1328846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 780, '2021-05-23 00:00:00', 0.194567864371675, 0.570576923076922, 0.258267601232045, 0.806923076923074, 0.433281619202182, 1.23019230769231, 1.11141934549406, 2.81980769230769, 4.13108080940644, 10.1605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 795, '2021-05-23 00:00:00', 0.222640102822056, 0.576153846153847, 0.400362335890877, 0.894999999999998, 0.563734389174958, 1.33269230769231, 1.17981877682712, 2.86288461538462, 4.0996149959947, 10.1686538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 810, '2021-05-23 00:00:00', 0.280290028363478, 0.612499999999996, 0.334735027240264, 0.883461538461538, 0.58660040782592, 1.25403846153846, 1.19808205703308, 2.87384615384615, 4.11053098291918, 10.2498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 825, '2021-05-23 00:00:00', 0.224036483979385, 0.602884615384618, 0.404467551232477, 0.875000000000002, 0.595126877228715, 1.24, 1.13254799524721, 2.84480769230769, 4.13150723567823, 10.2409615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 840, '2021-05-23 00:00:00', 0.317724663094417, 0.570192307692307, 0.36827419759655, 0.811730769230767, 0.527934181503714, 1.1475, 1.15338431782965, 2.88076923076923, 4.16093935862491, 10.1878846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 855, '2021-05-23 00:00:00', 0.221666763061474, 0.561923076923075, 0.374971793811005, 0.860384615384617, 0.395094973976553, 1.07096153846154, 1.2335742314978, 3.02576923076923, 4.18509266968441, 10.1594230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 870, '2021-05-23 00:00:00', 0.335627598113426, 0.58173076923077, 0.357747278654379, 0.736346153846158, 0.6264061105901, 1.12384615384616, 1.28424943659112, 3.13384615384615, 4.19360810776811, 10.1551923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 885, '2021-05-23 00:00:00', 0.214850305669208, 0.490576923076924, 0.250709224769681, 0.693653846153847, 0.579551152584083, 1.25346153846154, 3.38427938585727, 4.9398076923077, 4.17839001475265, 10.1836538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 900, '2021-05-23 00:00:00', 0.176545047639841, 0.521923076923074, 0.446690436604419, 0.812884615384614, 0.709315406680164, 1.37211538461538, 3.29917976402993, 5.11865384615385, 4.17839406489365, 10.1851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 915, '2021-05-23 00:00:00', 0.326803693134205, 0.575576923076921, 0.495851753590188, 0.980192307692307, 0.709609020192432, 1.39519230769231, 3.22256541975728, 5.27673076923077, 4.19283411126834, 10.2132692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 930, '2021-05-23 00:00:00', 0.447945738472179, 0.690769230769232, 0.603640748994098, 1.01692307692308, 0.676905742785051, 1.38576923076923, 3.1939333177857, 5.25903846153846, 4.18953599413513, 10.2503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 945, '2021-05-23 00:00:00', 0.304092154554398, 0.645961538461538, 0.517546616257896, 0.902499999999999, 0.604926568970278, 1.54192307692308, 3.19902889110959, 5.25038461538461, 4.16720906418377, 10.2592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 960, '2021-05-23 00:00:00', 0.400720121012927, 0.623846153846155, 0.446549549322356, 0.917500000000001, 0.601815202916591, 1.74846153846154, 3.31600949358389, 5.28480769230769, 4.15446951626059, 10.2401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 975, '2021-05-23 00:00:00', 0.296327261914669, 0.645384615384614, 0.491848162937115, 1.25884615384615, 0.568218572517521, 1.79288461538462, 3.35181018831042, 5.28846153846154, 4.1259372455051, 10.2030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 990, '2021-05-23 00:00:00', 0.288905893648117, 1.05115384615385, 0.460101034054983, 1.4648076923077, 0.739024122641579, 1.79942307692308, 3.42646883158831, 5.33942307692308, 4.22791479791889, 10.3465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 1005, '2021-05-23 00:00:00', 0.342511145242581, 0.971730769230772, 0.401794867295011, 1.23134615384615, 0.75127215185567, 1.69538461538462, 3.35809073501825, 5.24923076923077, 4.21855666622529, 10.2971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 1020, '2021-05-23 00:00:00', 0.241415377752503, 0.804230769230769, 0.501307252629027, 1.20480769230769, 0.716783010830605, 1.67826923076923, 3.44187965194333, 5.23153846153846, 4.21374929432028, 10.2463461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 1035, '2021-05-23 00:00:00', 0.497896536981788, 0.870192307692311, 0.617359669510782, 1.19019230769231, 0.839802563793326, 1.73711538461538, 3.42539109502056, 5.22307692307692, 4.11879859723869, 10.3717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 1050, '2021-05-23 00:00:00', 0.41074266696016, 0.788461538461536, 0.552971413922445, 1.12423076923077, 0.851690445751633, 1.62384615384615, 3.40458207646469, 5.10134615384615, 4.12589123239313, 10.3276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 1065, '2021-05-23 00:00:00', 0.266457097138332, 0.72076923076923, 0.533475253553386, 1.11038461538461, 3.00035990148874, 3.85346153846154, 3.35821487034177, 5.11134615384615, 4.11341432202196, 10.3457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 1080, '2021-05-23 00:00:00', 0.414324287707847, 0.753846153846154, 0.643221220468929, 1.00153846153846, 2.98905194643076, 4.05153846153846, 3.36266945812629, 5.05326923076923, 4.1362231006634, 10.2915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 1095, '2021-05-23 00:00:00', 0.275948991942069, 0.610384615384614, 3.02008378004014, 3.52403846153846, 2.96544608137434, 4.11730769230769, 3.3490405572113, 4.89942307692307, 4.16184220027622, 10.2475 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 600, '2021-05-23 00:00:00', 2.85587146877339, 2.66461538461539, 2.84032430434381, 3.11192307692308, 2.87399901638011, 3.57211538461538, 3.27212292885498, 4.53230769230769, 3.97412500287316, 10.0234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 615, '2021-05-23 00:00:00', 0.461667212810931, 1.31884615384616, 0.604334249083555, 1.78173076923077, 0.695139941638763, 2.13153846153846, 1.35362250447286, 3.22673076923077, 3.20756634921483, 9.21326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 630, '2021-05-23 00:00:00', 0.465771361870244, 1.06480769230769, 0.387895158317493, 1.34942307692308, 0.62201817930396, 1.70384615384615, 1.01452740039579, 2.85461538461538, 3.1341860923593, 9.03230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 645, '2021-05-23 00:00:00', 0.343975457532387, 0.858653846153845, 0.410180870048622, 1.15211538461538, 0.717735568405139, 1.54211538461538, 1.00853137703372, 2.73653846153846, 3.13249973908772, 8.96115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 660, '2021-05-23 00:00:00', 0.339061374067609, 0.808846153846151, 0.564106372947514, 1.16, 0.87089414706072, 1.55384615384615, 1.03090080101747, 2.65730769230769, 3.14877111560392, 8.93653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 675, '2021-05-23 00:00:00', 0.349556202150008, 0.821538461538462, 0.472773160763658, 1.07769230769231, 0.750731745596357, 1.44307692307693, 0.818901703502924, 2.6, 3.14552497758568, 8.85923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 690, '2021-05-23 00:00:00', 0.314972037830954, 0.72923076923077, 0.59119748099807, 1.03230769230769, 0.720728691085517, 1.44461538461539, 0.700908448976149, 2.52557692307693, 3.15228918650948, 8.78865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 705, '2021-05-23 00:00:00', 0.374607281542441, 0.648846153846154, 0.398995662208926, 0.93846153846154, 0.455244482076982, 1.38346153846154, 0.731870101967451, 2.62461538461539, 3.22606294945498, 9.18807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 720, '2021-05-23 00:00:00', 0.263890420148503, 0.65692307692308, 0.418958415413931, 0.973076923076925, 0.428364510488616, 1.38807692307692, 0.709051913039246, 2.63884615384616, 3.14102364500198, 9.24653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 735, '2021-05-23 00:00:00', 0.257786509762218, 0.646730769230769, 0.366859436506472, 0.964615384615385, 0.451273752837452, 1.36, 0.733431555193698, 2.63461538461539, 3.13392089144671, 9.25307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 750, '2021-05-23 00:00:00', 0.343301840726427, 0.718076923076924, 0.421454806410074, 0.971923076923077, 0.466770409714043, 1.28884615384615, 0.804015331847695, 2.72557692307693, 3.07094803703251, 9.23961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 765, '2021-05-23 00:00:00', 0.361577739273952, 0.677692307692309, 0.41230981629763, 0.93076923076923, 0.424275672356836, 1.23461538461539, 1.11682491224694, 2.93326923076923, 2.96258400724772, 9.305 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 780, '2021-05-23 00:00:00', 0.332014828213811, 0.615384615384612, 0.302672264999626, 0.862499999999999, 0.437009593276149, 1.22923076923077, 1.13019496275915, 3.04557692307693, 2.95506990676128, 9.31807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 795, '2021-05-23 00:00:00', 0.283382929294246, 0.643269230769234, 0.350211858956617, 0.837884615384616, 0.376574080974166, 1.20596153846154, 1.28518710101502, 3.25173076923077, 2.9340907384637, 9.37769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 810, '2021-05-23 00:00:00', 0.277460530803658, 0.557884615384612, 0.367882924520624, 0.890384615384615, 0.345925069698849, 1.16192307692308, 1.29140723780152, 3.26442307692308, 2.92161283171839, 9.38346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 825, '2021-05-23 00:00:00', 0.306213914671528, 0.674807692307692, 0.332957435487113, 0.875576923076923, 0.434171226414368, 1.21942307692308, 1.22286877401524, 3.35596153846154, 2.8813830813584, 9.40230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 840, '2021-05-23 00:00:00', 0.245495104134167, 0.570384615384616, 0.327037283219185, 0.805769230769234, 0.463622027750395, 1.07423076923077, 1.16020026454322, 3.42057692307692, 2.83654695279042, 9.34384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 855, '2021-05-23 00:00:00', 0.251394877862271, 0.55076923076923, 0.363859017499065, 0.78423076923077, 0.465543354999951, 1.03884615384615, 1.13725392942825, 3.3975, 2.83564780280247, 9.34269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 870, '2021-05-23 00:00:00', 0.214490451643317, 0.513076923076923, 0.268571434416645, 0.638846153846154, 0.39861379998497, 1.00019230769231, 1.17891816444634, 3.35403846153846, 2.8701615875176, 9.34153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 885, '2021-05-23 00:00:00', 0.202305176936687, 0.47076923076923, 0.261853746613225, 0.730769230769231, 0.650008757337458, 1.35076923076923, 2.22900720397773, 4.60634615384615, 2.84897970940745, 9.37076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 900, '2021-05-23 00:00:00', 0.16576953417784, 0.543461538461538, 0.273135708732149, 0.751346153846155, 0.663480334181921, 1.41307692307693, 2.20311154087542, 4.67769230769231, 2.84382145387829, 9.38769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 915, '2021-05-23 00:00:00', 0.240212165835509, 0.556730769230772, 0.692038682778312, 1.11846153846154, 0.764154736645966, 1.47269230769231, 2.18875577581279, 4.78461538461538, 2.86665551578034, 9.40038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 930, '2021-05-23 00:00:00', 0.664835231177911, 0.868269230769229, 0.672638461582445, 1.0875, 0.875193956525328, 1.61230769230769, 2.22106468752124, 4.80711538461538, 2.8706561029734, 9.41730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 945, '2021-05-23 00:00:00', 0.302630772750204, 0.624230769230771, 0.45666836982651, 0.924999999999998, 1.01485521892761, 1.84365384615385, 2.20421059478305, 4.84711538461538, 2.83040817931592, 9.41730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 960, '2021-05-23 00:00:00', 0.368632608432841, 0.684999999999999, 0.607511221802017, 1.08326923076923, 0.935727462787846, 1.92173076923077, 2.30713502822473, 4.89903846153846, 2.79356502313111, 9.38653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 975, '2021-05-23 00:00:00', 0.471685398740108, 0.798653846153847, 0.807303226798953, 1.5175, 0.985407861672592, 2.03557692307692, 2.31164065113936, 4.9125, 2.8208286834791, 9.39269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 990, '2021-05-23 00:00:00', 0.621352649776771, 1.24134615384615, 0.684924729160353, 1.56673076923077, 0.811867197362873, 1.94711538461538, 2.17869700827035, 4.86057692307692, 2.94931019314425, 9.51615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 1005, '2021-05-23 00:00:00', 0.340515954669695, 0.898653846153845, 0.411299301463803, 1.32634615384615, 0.477009272607824, 1.68461538461538, 2.14267497265954, 4.59903846153846, 2.9619909104935, 9.48192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 1020, '2021-05-23 00:00:00', 0.32924178630021, 0.968076923076923, 0.413613160034645, 1.17961538461538, 0.531854809568873, 1.66846153846154, 2.15070822861107, 4.56326923076923, 3.15078871688686, 9.55346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 1035, '2021-05-23 00:00:00', 0.321530953169606, 0.783076923076926, 0.372752753691525, 1.13615384615385, 0.518499165491504, 1.59423076923077, 2.17737040592899, 4.47826923076923, 3.18397494675106, 9.49769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 1050, '2021-05-23 00:00:00', 0.283881069355567, 0.882692307692309, 0.459236155103065, 1.22461538461539, 0.502776445198215, 1.51807692307693, 2.19366459290244, 4.47288461538461, 3.31570834757127, 9.49038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 1065, '2021-05-23 00:00:00', 0.340378974312235, 0.744615384615388, 0.382737708941978, 1.05807692307693, 1.82172991538685, 3.18173076923077, 2.07624995716204, 4.35173076923077, 3.38275746077982, 9.47596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 1080, '2021-05-23 00:00:00', 0.287123934645222, 0.721923076923076, 0.3610454904217, 0.844615384615383, 1.76515878562285, 3.26346153846154, 2.09862549339763, 4.34019230769231, 3.46438131339715, 9.48673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 1095, '2021-05-23 00:00:00', 0.147452208685232, 0.473076923076921, 1.79074841466226, 3.01673076923077, 1.70392195785533, 3.34403846153846, 2.05363116492189, 4.31980769230769, 3.48978633355198, 9.55557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 600, '2021-05-23 00:00:00', 1.61217503583012, 2.29711538461538, 1.55423304113439, 2.51211538461538, 1.46627116025127, 2.91634615384615, 1.70500737647852, 3.95692307692307, 3.61699525211827, 9.55057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 615, '2021-05-23 00:00:00', 0.646197040680791, 1.20884615384616, 0.704321413735341, 1.60942307692308, 0.871596589819288, 2.09615384615385, 1.20160949755542, 3.21576923076923, 3.8763183563789, 9.395 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 630, '2021-05-23 00:00:00', 0.369409143612628, 0.958653846153846, 0.41904176402836, 1.285, 1.14071401391342, 1.83230769230769, 1.1379347689835, 2.93346153846154, 3.91146353191979, 9.35480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 645, '2021-05-23 00:00:00', 0.277918153419311, 0.832499999999996, 0.635744536260132, 1.22134615384615, 1.11571103579045, 1.73365384615385, 1.1201293881306, 2.77538461538461, 3.90398323707782, 9.39865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 660, '2021-05-23 00:00:00', 0.601623956151501, 0.91423076923077, 1.14868729426245, 1.2775, 1.10384307691879, 1.62846153846154, 1.3392538824056, 2.95019230769231, 3.92512077717165, 9.44134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 675, '2021-05-23 00:00:00', 0.64642079650476, 0.839615384615385, 0.651639943054917, 1.10115384615385, 0.820459908550358, 1.48230769230769, 1.68175329755769, 3.03692307692308, 3.93358527496031, 9.47634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 690, '2021-05-23 00:00:00', 0.350925863307999, 0.705192307692308, 0.383585513482779, 0.974615384615383, 0.715195508504228, 1.42615384615384, 1.72905856999164, 3.02846153846154, 3.9398566403048, 9.46711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 705, '2021-05-23 00:00:00', 0.210103271310526, 0.629230769230763, 0.387073437675396, 0.964615384615377, 0.555337735076595, 1.32999999999999, 1.67698714503582, 3.09673076923077, 4.08305449859067, 9.87096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 720, '2021-05-23 00:00:00', 0.24411094577293, 0.636923076923069, 0.378607163977898, 0.939230769230762, 0.620326247910049, 1.35557692307692, 1.65136560039073, 3.14711538461538, 4.08836542943697, 9.83326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 735, '2021-05-23 00:00:00', 0.214426246958288, 0.631153846153847, 0.504121017217099, 0.895, 0.607163518717606, 1.32653846153846, 1.62047539321027, 3.2025, 4.07048651883285, 9.8075 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 750, '2021-05-23 00:00:00', 0.366120829151332, 0.597307692307691, 0.484733431898401, 0.9325, 0.509786682386329, 1.30769230769231, 1.65524722764165, 3.23576923076923, 4.06510897289832, 9.81019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 765, '2021-05-23 00:00:00', 0.248714927948882, 0.646346153846155, 0.328503600261272, 0.928846153846153, 0.440481729298905, 1.32807692307692, 1.65796817265545, 3.43730769230769, 4.02074649115731, 9.84211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 780, '2021-05-23 00:00:00', 0.259028065007517, 0.65653846153846, 0.34943030558545, 0.93153846153846, 0.529858036139438, 1.31846153846154, 1.65623879967185, 3.52019230769231, 3.98867724362929, 9.85307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 795, '2021-05-23 00:00:00', 0.267690981429078, 0.632307692307693, 0.391578266074025, 0.878461538461538, 0.537080175937095, 1.32134615384615, 1.70659378475191, 3.47288461538462, 4.0108587465299, 9.87826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 810, '2021-05-23 00:00:00', 0.26618905947581, 0.586153846153849, 0.353843946481413, 0.871538461538465, 0.62701272837038, 1.2698076923077, 1.72491985321057, 3.48750000000001, 3.99381370179123, 9.87326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 825, '2021-05-23 00:00:00', 0.225373877402386, 0.615769230769234, 0.398223410431112, 0.936730769230771, 0.59947698358332, 1.19942307692308, 1.71748686032371, 3.55134615384616, 3.99461717141378, 9.87211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 840, '2021-05-23 00:00:00', 0.293701640863913, 0.670576923076924, 0.476183909203806, 0.921346153846156, 1.04833875910707, 1.46192307692308, 1.6469578132003, 3.61403846153846, 4.02109126500984, 9.83519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 855, '2021-05-23 00:00:00', 0.279972526124652, 0.593846153846156, 0.323384267730182, 0.784230769230773, 1.58162507713281, 1.59673076923077, 1.77839846923703, 3.71365384615385, 4.01593210274354, 9.77442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 870, '2021-05-23 00:00:00', 0.262850937576065, 0.498846153846155, 1.07046876863147, 1.13576923076923, 1.7139394680093, 1.7425, 1.75673294892711, 3.70942307692308, 4.0221777731052, 9.76403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 885, '2021-05-23 00:00:00', 0.277863223573204, 0.590833333333334, 0.382765904070415, 0.840208333333335, 0.616605032662192, 1.42187500000001, 2.91442830517659, 5.12354166666667, 3.82585378720711, 9.325625 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 900, '2021-05-23 00:00:00', 0.293597670956882, 0.643124999999998, 0.498032360277989, 0.984166666666663, 0.619776980400842, 1.511875, 2.9582717410408, 5.31270833333334, 3.84025233522335, 9.28354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 915, '2021-05-23 00:00:00', 0.323220882881099, 0.699999999999999, 0.543286930089246, 1.05708333333333, 0.727232569502307, 1.52541666666667, 3.01436497386302, 5.40875, 3.81804055116788, 9.28354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 930, '2021-05-23 00:00:00', 0.413381250144479, 0.776666666666665, 0.512553814777999, 1.04375, 0.802503527239525, 1.51520833333333, 3.01447603421715, 5.41125, 3.8096898707417, 9.27229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 945, '2021-05-23 00:00:00', 0.325028426850437, 0.714999999999998, 0.591728614842302, 1.05166666666667, 0.661134256739718, 1.815625, 3.00812052370661, 5.40229166666667, 3.80233975807917, 9.274375 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 960, '2021-05-23 00:00:00', 0.488058858412962, 0.735833333333332, 0.619034976827827, 1.03770833333333, 0.648787016201234, 1.874375, 2.98385000029749, 5.39395833333334, 3.83128255831734, 9.23604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 975, '2021-05-23 00:00:00', 0.336387188489263, 0.664583333333334, 0.407087347746957, 1.37375, 0.659017576902669, 1.86458333333334, 3.00160843808444, 5.33020833333334, 3.90418532391564, 9.16 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 990, '2021-05-23 00:00:00', 0.358381021430739, 1.1425, 0.492417873679297, 1.49666666666667, 0.595733015777163, 1.8225, 3.01990821166539, 5.50604166666667, 3.90849233322014, 9.12666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 1005, '2021-05-23 00:00:00', 0.261580688357797, 0.986249999999997, 0.420367118710245, 1.32291666666667, 0.557254527748005, 1.7125, 3.07452505316451, 5.35104166666667, 3.91843328181787, 9.02958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 1020, '2021-05-23 00:00:00', 0.419466318974029, 0.899583333333331, 0.469205310273022, 1.14333333333333, 0.650459703661153, 1.7075, 3.00203933553534, 5.28020833333334, 3.8417005170001, 8.96791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 1035, '2021-05-23 00:00:00', 0.265247696652977, 0.752083333333334, 0.502091278727193, 1.12, 0.981329695369753, 1.68416666666667, 2.99106252478512, 5.215625, 3.81288880174767, 8.93833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 1050, '2021-05-23 00:00:00', 0.29530842388491, 0.773749999999998, 0.446089084168726, 1.08708333333333, 0.982493131590845, 1.48333333333333, 2.93557193122665, 5.05895833333334, 3.77787926476356, 8.805 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 1065, '2021-05-23 00:00:00', 0.267987332060543, 0.694583333333333, 0.971945512726995, 1.09458333333334, 2.72047129834978, 3.85479166666667, 2.86762582169656, 4.986875, 3.68827951721415, 8.71916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 1080, '2021-05-23 00:00:00', 0.75971915100634, 0.795833333333337, 0.796170066859032, 0.922083333333337, 2.87906743626061, 4.04854166666667, 2.88801815571745, 4.92979166666667, 3.68461981599266, 8.72583333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 1095, '2021-05-23 00:00:00', 0.237668323265969, 0.505833333333336, 2.60289648443722, 3.49625, 2.68731521103838, 4.00500000000001, 2.63384035891165, 4.76708333333334, 3.57286472159814, 8.74083333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 600, '2021-05-23 00:00:00', 1.11052501560148, 2.24608695652174, 1.38226085066768, 2.64217391304348, 1.50319876321767, 3.06239130434783, 1.78648253886235, 3.92304347826087, 2.72679713738637, 8.40391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 615, '2021-05-23 00:00:00', 0.616542059126492, 1.48173913043478, 0.747883707220375, 1.95130434782609, 0.833376626016421, 2.33565217391304, 1.38909701383093, 3.28217391304348, 2.70883901228301, 8.24239130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 630, '2021-05-23 00:00:00', 0.370068896480499, 1.11652173913044, 0.436785328193272, 1.35782608695653, 0.710530058777868, 1.83434782608696, 1.29410139439394, 2.79434782608696, 2.8459607844384, 8.24282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 645, '2021-05-23 00:00:00', 0.277061800157872, 0.822173913043481, 0.416401391180519, 1.25086956521739, 0.704018673395896, 1.65826086956522, 1.17348977876655, 2.66347826086956, 2.7759841576418, 8.26195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 660, '2021-05-23 00:00:00', 0.317153221657775, 0.910434782608698, 0.544317028640464, 1.19913043478261, 0.998078390863315, 1.70173913043479, 1.24145426643601, 2.63782608695652, 2.71410775925602, 8.27326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 675, '2021-05-23 00:00:00', 0.417865836971044, 0.751304347826087, 0.514198405287295, 1.01, 0.862076555847729, 1.46847826086957, 1.26501464629307, 2.62434782608696, 2.70759995746127, 8.2645652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 690, '2021-05-23 00:00:00', 0.349204629863044, 0.754347826086957, 0.732968138796034, 1.19173913043479, 0.69175979975231, 1.4904347826087, 1.18527793975355, 2.65739130434783, 2.69167852842706, 8.24413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 705, '2021-05-23 00:00:00', 0.631246962188913, 0.890000000000001, 0.630199714250884, 1.08195652173913, 0.652352386646692, 1.42, 1.27594481771965, 2.78521739130434, 3.62920850156423, 9.3145652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 720, '2021-05-23 00:00:00', 0.234969723051684, 0.62195652173913, 0.336044181172062, 0.945652173913041, 0.578987121580888, 1.28478260869565, 1.15330732528727, 2.70217391304348, 3.73369370408036, 9.35869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 735, '2021-05-23 00:00:00', 0.341235982931798, 0.690217391304348, 0.565586459772741, 0.978043478260867, 0.579107600233515, 1.32739130434783, 1.19462796232946, 2.70782608695652, 3.79572179599206, 9.46195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 750, '2021-05-23 00:00:00', 0.370587611592203, 0.694782608695653, 0.483500493559965, 0.980000000000003, 0.477569190815124, 1.39217391304348, 1.20157554671623, 2.66739130434783, 3.78080193095416, 9.44282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 765, '2021-05-23 00:00:00', 0.282821051259581, 0.65826086956522, 0.355548899256976, 0.891739130434783, 0.492465363642312, 1.39304347826087, 1.21622333865379, 2.89913043478261, 3.76144910999931, 9.45195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 780, '2021-05-23 00:00:00', 0.239069341818702, 0.637826086956524, 0.294193477785524, 0.939565217391307, 0.562720312586661, 1.41217391304348, 1.2609546856916, 2.93391304347826, 3.72374561737572, 9.46717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 795, '2021-05-23 00:00:00', 0.313381405221082, 0.675217391304353, 0.478053943737034, 0.980869565217393, 0.670021458567348, 1.36586956521739, 1.41417135892758, 3.02521739130435, 3.72615806865049, 9.47195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 810, '2021-05-23 00:00:00', 0.306959460958504, 0.631739130434786, 0.430801716079535, 0.900869565217395, 0.513672836160037, 1.21934782608696, 1.40178330803579, 3.02652173913043, 3.74919768755867, 9.49913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 825, '2021-05-23 00:00:00', 0.288198712737782, 0.593043478260873, 0.456131806933526, 0.861956521739132, 0.474930304851568, 1.03760869565217, 1.26788626190307, 3.05086956521739, 3.77612369737349, 9.46478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 840, '2021-05-23 00:00:00', 0.381142058522415, 0.560217391304347, 0.436392075407265, 0.758043478260868, 0.58119365722079, 1.00760869565217, 1.23032018069914, 3.02826086956521, 3.80602760713123, 9.44434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 855, '2021-05-23 00:00:00', 0.437539382755941, 0.599565217391305, 0.487881501682322, 0.730217391304347, 0.737884287232003, 1.10369565217391, 1.26547496121826, 3.03217391304348, 3.79941688629839, 9.44130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 870, '2021-05-23 00:00:00', 0.191089811883141, 0.44804347826087, 0.360409982840692, 0.69108695652174, 0.597370969414164, 1.11543478260869, 1.16178528966782, 2.92782608695652, 3.81461609452598, 9.44869565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 885, '2021-05-23 00:00:00', 0.239553273304686, 0.476956521739132, 0.471985441424834, 0.745434782608691, 0.929994687391853, 1.33086956521739, 2.05071618165643, 4.65869565217391, 3.98420541470458, 9.38782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 900, '2021-05-23 00:00:00', 0.408467806095658, 0.563695652173909, 0.463199476403753, 0.800869565217388, 0.893728920534186, 1.38173913043478, 2.0169046696957, 4.81391304347826, 3.98420541470458, 9.38782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 915, '2021-05-23 00:00:00', 0.329623092939812, 0.578260869565215, 0.811318889168091, 1.07739130434783, 0.938288114056782, 1.45130434782609, 2.13113659389026, 4.91, 3.9864903903573, 9.37978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 930, '2021-05-23 00:00:00', 0.66008922621208, 0.84217391304348, 0.693525962649964, 1.06652173913044, 0.839685147090894, 1.42434782608696, 2.15453848125154, 4.94739130434783, 3.96794506558222, 9.37695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 945, '2021-05-23 00:00:00', 0.41813060349731, 0.641739130434783, 0.533063337455435, 0.917391304347828, 0.667143637016097, 1.66521739130435, 2.13066443365767, 5.05826086956522, 3.88694969924064, 9.40065217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 960, '2021-05-23 00:00:00', 0.287190975008757, 0.60826086956522, 0.368279838608754, 0.808695652173914, 0.580944780460814, 1.70826086956522, 2.03740837956909, 5.03521739130435, 3.79745157161157, 9.3954347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 975, '2021-05-23 00:00:00', 0.194862878717252, 0.564782608695654, 0.528246035023251, 1.30434782608696, 0.69191748234276, 1.8495652173913, 2.07186152478046, 5.05478260869565, 3.80664458338176, 9.42456521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 990, '2021-05-23 00:00:00', 0.569023155749091, 1.19347826086957, 0.607311186683033, 1.53217391304348, 0.8726152143144, 1.92869565217391, 2.08056888788456, 5.04652173913043, 3.83131285613444, 9.42326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 1005, '2021-05-23 00:00:00', 0.311052020864349, 0.984782608695654, 0.519018913346196, 1.33521739130435, 0.718908922969865, 1.77130434782608, 2.07165977165319, 4.93086956521739, 3.8361711369665, 9.36108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 1020, '2021-05-23 00:00:00', 0.379456653359321, 0.906521739130436, 0.574817035678248, 1.16652173913043, 0.597805274520943, 1.50565217391304, 2.11839988741596, 4.97391304347826, 3.85110280134941, 9.34717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 1035, '2021-05-23 00:00:00', 0.347309819429188, 0.808260869565213, 0.537279782997079, 1.13826086956522, 0.631325852484919, 1.42217391304348, 2.1187757717019, 5.00304347826087, 3.83736789887344, 9.39586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 1050, '2021-05-23 00:00:00', 0.407752928368254, 0.795217391304347, 0.502031052690579, 1.00521739130434, 0.695630632077529, 1.32739130434783, 2.18569638236634, 4.93130434782609, 3.90684504953891, 9.34717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 1065, '2021-05-23 00:00:00', 0.504416855028021, 0.709999999999994, 0.59152846833754, 0.981739130434782, 2.13326812781196, 3.91478260869565, 2.20525752934912, 4.89695652173913, 3.93559359395236, 9.38586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 1080, '2021-05-23 00:00:00', 0.331116807065041, 0.642608695652176, 0.436920593178072, 0.827826086956524, 2.1540073417838, 4.03108695652174, 2.20302567719656, 4.89195652173913, 4.04582626639671, 9.48978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 1095, '2021-05-23 00:00:00', 0.273899522848437, 0.508695652173915, 2.13466476897178, 3.66869565217391, 2.18373478894725, 4.06608695652174, 2.17012777168869, 4.88, 4.1421631919917, 9.605 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 600, '2021-05-23 00:00:00', 1.38745102483667, 2.80818181818182, 1.59041679921903, 3.2225, 1.77703162495885, 3.63340909090909, 1.58338541153816, 4.50113636363636, 3.95411367934427, 10.1456818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 615, '2021-05-23 00:00:00', 0.553084816147409, 1.35636363636363, 0.864438517314243, 1.87295454545454, 0.878898766141775, 2.27522727272727, 0.883590330579941, 3.20340909090909, 3.89980177651428, 9.76590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 630, '2021-05-23 00:00:00', 0.461670690904056, 1.09772727272727, 0.526017258123873, 1.48181818181818, 0.820215267119301, 1.82068181818182, 0.892773203846582, 2.90522727272727, 3.9459426254652, 9.72818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 645, '2021-05-23 00:00:00', 0.336781622823844, 0.893636363636363, 0.492770296319761, 1.20522727272727, 0.675150135620002, 1.54590909090909, 0.828509327423477, 2.73090909090909, 4.011808139163, 9.65045454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 660, '2021-05-23 00:00:00', 0.298304461830615, 0.778863636363639, 0.536629139474679, 1.0075, 0.589818190492202, 1.39545454545454, 0.821975763538166, 2.63818181818182, 4.07963063857332, 9.61363636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 675, '2021-05-23 00:00:00', 0.319816387392862, 0.697954545454548, 0.404728544589077, 1.07363636363637, 0.497836227178085, 1.44863636363637, 0.790582556865999, 2.57727272727273, 4.15506505176701, 9.64318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 690, '2021-05-23 00:00:00', 0.267686901166783, 0.739090909090911, 0.334601915054948, 0.951818181818182, 0.602818236983444, 1.40227272727273, 0.812299392484263, 2.46727272727273, 4.17175671780535, 9.63727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 705, '2021-05-23 00:00:00', 0.20234127443997, 0.569090909090906, 0.284921573472952, 0.867727272727273, 0.389959482854818, 1.31727272727273, 0.649647423524313, 2.42681818181818, 4.90158038389051, 10.2804545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 720, '2021-05-23 00:00:00', 0.252030713444775, 0.646363636363638, 0.26749570130462, 1.03704545454546, 0.429213516124834, 1.35363636363637, 0.639058425338149, 2.44636363636364, 4.87732648449574, 10.3077272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 735, '2021-05-23 00:00:00', 0.280503277600436, 0.760227272727278, 0.320768827495192, 0.964545454545457, 0.473235158405961, 1.28090909090909, 0.711224174813987, 2.43272727272727, 4.82403667794202, 10.4081818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 750, '2021-05-23 00:00:00', 0.187260958735841, 0.539999999999998, 0.340513045563799, 0.79409090909091, 0.362972337443116, 1.19181818181819, 0.805884204243613, 2.38272727272727, 4.81280005529986, 10.4459090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 765, '2021-05-23 00:00:00', 0.301590660344322, 0.580454545454549, 0.32407978281236, 0.869090909090908, 0.480691466238255, 1.275, 0.814830075505352, 2.54636363636364, 4.74364135800055, 10.57 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 780, '2021-05-23 00:00:00', 0.288122749214148, 0.646363636363635, 0.353157679118475, 0.901818181818183, 0.367973566244294, 1.35045454545454, 0.83157858541628, 2.54909090909091, 4.66035246144914, 10.7322727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 795, '2021-05-23 00:00:00', 0.212001388544015, 0.592727272727275, 0.357130216226501, 0.880909090909096, 0.443966770723325, 1.34272727272727, 0.779415504168686, 2.51863636363636, 4.61452095884868, 10.7468181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 810, '2021-05-23 00:00:00', 0.13932369889431, 0.582954545454548, 0.286135620071316, 0.905454545454544, 0.468197242632483, 1.24090909090909, 0.7966913452317, 2.52136363636364, 4.53008060668133, 10.7472727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 825, '2021-05-23 00:00:00', 0.273662528771626, 0.654318181818182, 0.441715773632011, 0.928409090909091, 0.42544279199919, 1.13295454545455, 0.883395652461499, 2.63545454545454, 4.51052439335276, 10.7727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 840, '2021-05-23 00:00:00', 0.251843420055216, 0.581818181818182, 0.321151877059012, 0.783636363636364, 0.398766496354339, 0.996363636363634, 0.841147047179242, 2.60045454545454, 4.48617976394826, 10.7822727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 855, '2021-05-23 00:00:00', 0.219233217061657, 0.511818181818181, 0.254546961962142, 0.68318181818182, 0.352513547067061, 0.909090909090908, 0.83395176186968, 2.61772727272727, 4.48057703457608, 10.7909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 870, '2021-05-23 00:00:00', 0.166718390242414, 0.449545454545455, 0.21825359569691, 0.621818181818179, 0.40878899393017, 0.93318181818182, 0.8145271913537, 2.63545454545454, 4.46223763582967, 10.8286363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 885, '2021-05-23 00:00:00', 0.146293306756431, 0.447272727272729, 0.212645671994946, 0.629090909090912, 0.400151756926578, 1.11500000000001, 1.81419075492025, 4.2, 4.48259558776645, 10.8481818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 900, '2021-05-23 00:00:00', 0.208438847738982, 0.479090909090909, 0.415771592723721, 0.737727272727277, 0.407170577016413, 1.13454545454546, 1.93780230151073, 4.29295454545455, 4.49107930124189, 10.8813636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 915, '2021-05-23 00:00:00', 0.269817960117062, 0.522727272727275, 0.313783295779041, 0.821363636363639, 0.486549828826129, 1.12454545454546, 2.01256320650388, 4.45977272727273, 4.49107930124189, 10.8813636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 930, '2021-05-23 00:00:00', 0.273491138060091, 0.585454545454548, 0.335167141866583, 0.77318181818182, 0.562625454985286, 1.13045454545455, 2.03119978459409, 4.49977272727273, 4.49107930124189, 10.8813636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 945, '2021-05-23 00:00:00', 0.228289328081754, 0.502727272727274, 0.444315710071623, 0.734545454545457, 0.607799460334315, 1.48977272727273, 2.04611167775259, 4.60204545454546, 4.49107930124189, 10.8813636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945);
Date: 2021-05-23 15:55:18 Duration: 6s613ms Database: acaweb_fx User: pgperfstats
19 13 1m2s 4s584ms 5s790ms 4s806ms 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 #19
Day Hour Count Duration Avg duration May 23 15 13 1m2s 4s806ms [ User: postgres - Total duration: 1m2s - 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 15:01:07 Duration: 5s790ms 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 15:48:07 Duration: 5s64ms 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 15:03:07 Duration: 4s886ms Database: acaweb_fx User: postgres
20 10 1s436ms 55ms 315ms 143ms 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 #20
Day Hour Count Duration Avg duration May 23 15 10 1s436ms 143ms [ User: postgres - Total duration: 1s436ms - Times executed: 10 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T240 WHERE symbolid = '982538' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 15:02:13 Duration: 315ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T240 WHERE symbolid = '1019227' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 15:10:31 Duration: 288ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T240 WHERE symbolid = '982638' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-05-23 15:02:13 Duration: 241ms Database: acaweb_fx User: postgres Bind query: yes
Normalized slowest queries (N)
Rank Min duration Max duration Avg duration Times executed Total duration Query 1 35s854ms 35s854ms 35s854ms 1 35s854ms select cleanuppatternresultsrelevance ();Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration May 23 15 1 35s854ms 35s854ms [ User: postgres - Total duration: 35s854ms - Times executed: 1 ]
-
select cleanuppatternresultsrelevance ();
Date: 2021-05-23 15:00:37 Duration: 35s854ms Database: acaweb_fx User: postgres
-
select cleanuppatternresultsrelevance ();
Date: 2021-05-23 15:00:10 Duration: 0ms Database: acaweb_fx User: postgres
2 15s837ms 17s398ms 16s618ms 2 33s236ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 15 2 33s236ms 16s618ms [ User: pgperfstats - Total duration: 33s236ms - 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 982690, 1, 960, '2021-05-23 00:00:00', 0.0450726123562342, 0.0964038461538457, 0.0887870226137545, 0.138846153846153, 0.134982627087284, 0.248980769230769, 0.277540778015661, 0.412788461538461, 0.448103343162988, 0.738115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 975, '2021-05-23 00:00:00', 0.0569336320775205, 0.0854615384615384, 0.0850484658207396, 0.164692307692307, 0.161081637209689, 0.265576923076923, 0.276992560994251, 0.408673076923077, 0.442952530882695, 0.74176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 990, '2021-05-23 00:00:00', 0.087872871459066, 0.136192307692307, 0.145625342521882, 0.208096153846154, 0.154476555353382, 0.258615384615384, 0.272309380046921, 0.396961538461538, 0.437930303991224, 0.732134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1005, '2021-05-23 00:00:00', 0.130330846753118, 0.144019230769231, 0.139633448714841, 0.193, 0.174993038323067, 0.235711538461539, 0.266443381198737, 0.358846153846154, 0.441228570192192, 0.709134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1020, '2021-05-23 00:00:00', 0.0734826928864627, 0.118384615384615, 0.0770836907822621, 0.138653846153846, 0.211627689223678, 0.208826923076923, 0.214892341560928, 0.299961538461538, 0.402100424214954, 0.668134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1035, '2021-05-23 00:00:00', 0.0640062376767957, 0.0945384615384611, 0.11120709717252, 0.134538461538461, 0.209662825471316, 0.204596153846154, 0.211816067706068, 0.287057692307692, 0.396890502725684, 0.669134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1050, '2021-05-23 00:00:00', 0.0883418708984939, 0.0928846153846152, 0.186416338215958, 0.150365384615385, 0.182185413795946, 0.19325, 0.189332699642313, 0.266134615384616, 0.374172313246183, 0.662 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1065, '2021-05-23 00:00:00', 0.124607296983517, 0.103461538461538, 0.122294619040062, 0.138923076923077, 0.120145106177745, 0.167557692307692, 0.185549032499603, 0.254788461538461, 0.371210299094524, 0.656384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1080, '2021-05-23 00:00:00', 0.0615387713934505, 0.0879038461538462, 0.0792296103350641, 0.115134615384615, 0.0909217584181374, 0.143884615384615, 0.14531634589617, 0.235596153846154, 0.372753773132634, 0.656346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1095, '2021-05-23 00:00:00', 0.0460116247853149, 0.0690192307692303, 0.0638443781032021, 0.10026923076923, 0.0804979885080748, 0.131884615384615, 0.130944199801054, 0.228211538461538, 0.385674117617452, 0.66475 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1110, '2021-05-23 00:00:00', 0.0609950439348592, 0.0721538461538459, 0.0733302225447432, 0.0916923076923076, 0.0879062547000188, 0.133980769230769, 0.130747854813995, 0.222307692307692, 0.397050555296852, 0.662788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1125, '2021-05-23 00:00:00', 0.0543653063861648, 0.0595576923076922, 0.0617865961316728, 0.0907115384615387, 0.0838554617275368, 0.127538461538461, 0.120600771779645, 0.210884615384616, 0.396111600921527, 0.661403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1140, '2021-05-23 00:00:00', 0.046209672647118, 0.0619230769230768, 0.0752953185795769, 0.0892499999999997, 0.0820824257401337, 0.12026923076923, 0.124191279267724, 0.210423076923077, 0.400851399667489, 0.661769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1155, '2021-05-23 00:00:00', 0.0580845967930864, 0.0615961538461538, 0.0678586766743942, 0.0870000000000003, 0.119937009108307, 0.126384615384616, 0.121604775968962, 0.204692307692308, 0.413272701921923, 0.665115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1170, '2021-05-23 00:00:00', 0.0343656637671065, 0.0573269230769232, 0.0377537364426966, 0.0757307692307691, 0.0877611531373647, 0.116, 0.113598816692104, 0.197365384615385, 0.417019311487905, 0.665884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1185, '2021-05-23 00:00:00', 0.0219068394658979, 0.0504807692307688, 0.068140838314141, 0.0805769230769233, 0.0663810561484573, 0.105769230769231, 0.110744406005624, 0.189288461538462, 0.417791438583711, 0.667615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1200, '2021-05-23 00:00:00', 0.0583601853311317, 0.0600416666666666, 0.0564909894059038, 0.0828333333333332, 0.0825720919095482, 0.112791666666667, 0.111867641042077, 0.180770833333333, 0.429336697181946, 0.673770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1215, '2021-05-23 00:00:00', 0.0333516344687803, 0.0563750000000002, 0.0581466123915117, 0.0790625000000003, 0.0914002758019181, 0.115520833333334, 0.111425740527824, 0.17175, 0.428664388080811, 0.675125 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1230, '2021-05-23 00:00:00', 0.0477756257590272, 0.050354166666667, 0.0712476798503499, 0.0795833333333336, 0.0799858230191948, 0.104916666666667, 0.106291281409263, 0.162145833333333, 0.419088840846114, 0.67775 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1245, '2021-05-23 00:00:00', 0.0500303847893849, 0.0541875000000001, 0.0630439230369118, 0.0759166666666665, 0.0682824881533017, 0.0974583333333328, 0.106196527465131, 0.1524375, 0.417952626619126, 0.6779375 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1260, '2021-05-23 00:00:00', 0.0350812656452897, 0.0512708333333333, 0.0453201773855851, 0.0688749999999996, 0.058585485045112, 0.0925416666666665, 0.120152708917215, 0.156270833333333, 0.418117259898898, 0.679604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1275, '2021-05-23 00:00:00', 0.0297960154422009, 0.0432916666666667, 0.0540084492517572, 0.0673958333333332, 0.0605604822542684, 0.0890625, 0.122923489739391, 0.154145833333333, 0.415122571714791, 0.677520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1290, '2021-05-23 00:00:00', 0.0367841764085853, 0.0498541666666662, 0.0428584151596858, 0.0621874999999997, 0.0882248214071236, 0.0973541666666661, 0.14211209439449, 0.156770833333333, 0.415515285453679, 0.6768125 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1305, '2021-05-23 00:00:00', 0.0280363377045588, 0.0420833333333333, 0.0529835521032545, 0.0716875000000001, 0.101868608095023, 0.1028125, 0.144312387608935, 0.15975, 0.415428116438376, 0.677291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1320, '2021-05-23 00:00:00', 0.0335649651282107, 0.0510416666666669, 0.0686800995109981, 0.0728958333333332, 0.0879620075060411, 0.106020833333333, 0.144951564561548, 0.162604166666667, 0.414344932183425, 0.679125 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1335, '2021-05-23 00:00:00', 0.0426658687793376, 0.0479374999999997, 0.0595143045464888, 0.0718125000000001, 0.0779074027663428, 0.0937083333333331, 0.151326703810768, 0.175354166666667, 0.415299499052243, 0.67775 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1350, '2021-05-23 00:00:00', 0.03534728711686, 0.0466874999999998, 0.0743119130198295, 0.0777708333333331, 0.0751175407447307, 0.0840833333333331, 0.150949709388567, 0.176145833333333, 0.416831969565015, 0.675770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1365, '2021-05-23 00:00:00', 0.051607264823944, 0.0576249999999998, 0.0517102040150237, 0.0621458333333331, 0.055927683637904, 0.0691666666666667, 0.140825432845889, 0.177708333333333, 0.403357875383707, 0.672520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1380, '2021-05-23 00:00:00', 0.0257115320514898, 0.0323124999999997, 0.0349453960704665, 0.0414374999999996, 0.0498871507301329, 0.0648541666666664, 0.150910772118177, 0.1873125, 0.403289077102449, 0.672333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1395, '2021-05-23 00:00:00', 0.0147616326028477, 0.0251666666666668, 0.0308877042160655, 0.0379375, 0.0881419207211064, 0.0889583333333333, 0.137825423537126, 0.213270833333334, 0.403289077102449, 0.672333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1410, '2021-05-23 00:00:00', 0.0282492464950171, 0.0292916666666666, 0.0303060401379092, 0.0472708333333333, 0.0895071018759512, 0.0946041666666666, 0.133804692190423, 0.223, 0.403289077102449, 0.672333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 1, 1425, '2021-05-23 00:00:00', 0.0196045021263783, 0.0368541666666665, 0.0799441267748738, 0.0830416666666665, 0.0814483671022519, 0.0936458333333333, 0.126267312989981, 0.238229166666667, 0.394651579960371, 0.670249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 60, '2021-05-23 00:00:00', 0.0501377985770603, 0.066326923076923, 0.0526922706344623, 0.0763461538461538, 0.06524502928311, 0.0870769230769236, 0.112497350396148, 0.243576923076923, 0.362629122361422, 0.658403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 75, '2021-05-23 00:00:00', 0.0299967690567856, 0.0366153846153844, 0.0330059260413361, 0.0481346153846154, 0.0588386221927267, 0.0757115384615383, 0.121937608573464, 0.255096153846154, 0.360946570199056, 0.655057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 90, '2021-05-23 00:00:00', 0.0319451031518857, 0.0410192307692307, 0.0526811015596529, 0.0570384615384616, 0.0755170408685246, 0.0842115384615386, 0.125903711682319, 0.261230769230769, 0.360946570199056, 0.655057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 105, '2021-05-23 00:00:00', 0.042309500660654, 0.0385769230769231, 0.0487438043400232, 0.0579615384615382, 0.0709435772557755, 0.0796346153846152, 0.124757438501832, 0.263961538461539, 0.360779850302945, 0.654903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 120, '2021-05-23 00:00:00', 0.0307057749517029, 0.0402692307692302, 0.0483559876174766, 0.0571923076923076, 0.0567705130666104, 0.0811346153846153, 0.12485319533202, 0.265403846153846, 0.360779850302945, 0.654903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 135, '2021-05-23 00:00:00', 0.0297224403698366, 0.0367884615384617, 0.038641408638124, 0.0520384615384616, 0.0739650333187656, 0.109115384615385, 0.123411082908366, 0.262653846153846, 0.359532194450169, 0.656326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 150, '2021-05-23 00:00:00', 0.0235076828685044, 0.0353653846153847, 0.0322701100091097, 0.0525000000000002, 0.0836151923074711, 0.120903846153846, 0.121832362758771, 0.259230769230769, 0.359664495906094, 0.65601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 165, '2021-05-23 00:00:00', 0.0205162224743102, 0.0358461538461538, 0.0535526340657912, 0.089730769230769, 0.0903109840836305, 0.127076923076923, 0.122948808922188, 0.256019230769231, 0.35967299036764, 0.655999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 180, '2021-05-23 00:00:00', 0.0521249829367244, 0.0834230769230768, 0.0766323289881872, 0.109076923076923, 0.107137043798334, 0.137115384615385, 0.123285934065738, 0.255192307692308, 0.358264621259418, 0.657173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 195, '2021-05-23 00:00:00', 0.0417309376104363, 0.0633653846153844, 0.0591811950382374, 0.088076923076923, 0.0840472486164779, 0.149, 0.111383302159705, 0.237, 0.358235842492281, 0.652173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 210, '2021-05-23 00:00:00', 0.0393771311999549, 0.0575384615384618, 0.0624579027456459, 0.0805192307692311, 0.0635684004711579, 0.143307692307692, 0.0982051228493003, 0.223884615384616, 0.349351735911839, 0.649346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 225, '2021-05-23 00:00:00', 0.0370897093337429, 0.0550576923076926, 0.049543364843337, 0.10925, 0.0585393128918179, 0.147634615384615, 0.0982285874102619, 0.239346153846154, 0.33788060021256, 0.654499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 240, '2021-05-23 00:00:00', 0.0419532890431544, 0.0864615384615386, 0.0438941383856138, 0.105653846153846, 0.0728227880648531, 0.150461538461538, 0.0963274862922553, 0.230230769230769, 0.339540749225502, 0.647903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 255, '2021-05-23 00:00:00', 0.0281531798996413, 0.0541923076923074, 0.0459219069558476, 0.0911923076923074, 0.0800387790626908, 0.141384615384615, 0.113688699458721, 0.214903846153846, 0.340757832462609, 0.641596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 270, '2021-05-23 00:00:00', 0.0371203292840165, 0.0658269230769233, 0.0537002936534016, 0.0966923076923077, 0.0741161588319311, 0.13575, 0.11439176274809, 0.207846153846153, 0.339289615905849, 0.638288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 285, '2021-05-23 00:00:00', 0.0407557829780495, 0.0684230769230768, 0.0643050452620467, 0.100673076923077, 0.0721939721540839, 0.12451923076923, 0.115234131228556, 0.217749999999999, 0.338187430963273, 0.637038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 300, '2021-05-23 00:00:00', 0.0482027608529446, 0.0658846153846156, 0.0581662736009058, 0.0913461538461537, 0.0582427677913752, 0.1085, 0.12937330154961, 0.218134615384615, 0.335993242262629, 0.628826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 315, '2021-05-23 00:00:00', 0.0280752286106186, 0.0525384615384615, 0.0267652544571101, 0.065826923076923, 0.0421716319160357, 0.090057692307692, 0.159774446787194, 0.230576923076923, 0.332125689831657, 0.623076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 330, '2021-05-23 00:00:00', 0.0212042176501245, 0.0451730769230767, 0.0315778646912925, 0.0621923076923074, 0.0412615484999706, 0.080153846153846, 0.172986532379303, 0.233903846153846, 0.331603663452901, 0.62051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 345, '2021-05-23 00:00:00', 0.0227835382542888, 0.0390192307692308, 0.0310893810711092, 0.0574807692307693, 0.0335279045664267, 0.0735961538461538, 0.1731544586156, 0.234442307692308, 0.331603663452901, 0.62051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 360, '2021-05-23 00:00:00', 0.0233977316454792, 0.0394230769230769, 0.0281692480989739, 0.0540576923076922, 0.0282500646697699, 0.0723846153846153, 0.172849280722119, 0.236076923076923, 0.331603663452901, 0.62051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 375, '2021-05-23 00:00:00', 0.0134383635679576, 0.0344807692307691, 0.0194113071727238, 0.050326923076923, 0.0331479956465638, 0.0649807692307691, 0.200903035356325, 0.24748076923077, 0.331544788133461, 0.620442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 390, '2021-05-23 00:00:00', 0.0136665791116647, 0.0353461538461537, 0.0171314488138492, 0.0444423076923077, 0.0433037571651163, 0.067846153846154, 0.199720166733357, 0.25025, 0.329924863241035, 0.618653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 405, '2021-05-23 00:00:00', 0.0140696071783772, 0.0315769230769229, 0.0290469381413019, 0.0457307692307691, 0.0864604155757909, 0.109288461538462, 0.198938893787863, 0.253288461538462, 0.329386960299561, 0.61801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 420, '2021-05-23 00:00:00', 0.0218439923090995, 0.0334999999999998, 0.0332764700883135, 0.0487884615384618, 0.0842097404378813, 0.113096153846154, 0.193979483451214, 0.252, 0.326724365718026, 0.614865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 435, '2021-05-23 00:00:00', 0.0208266933008131, 0.0346346153846158, 0.0720374475266425, 0.0905769230769234, 0.0856371055451653, 0.119423076923076, 0.189445901553411, 0.257019230769231, 0.32422350137853, 0.611173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 450, '2021-05-23 00:00:00', 0.0678966748930937, 0.0825384615384618, 0.0700215241633162, 0.0985769230769229, 0.0811086830218469, 0.121961538461538, 0.185339455718835, 0.260423076923077, 0.322719885683211, 0.609230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 465, '2021-05-23 00:00:00', 0.0337156434816933, 0.0507692307692309, 0.0564952959239835, 0.078038461538461, 0.0572963685250107, 0.121076923076923, 0.179798995676155, 0.251826923076923, 0.318776898714204, 0.605134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 480, '2021-05-23 00:00:00', 0.0459781888089758, 0.0599230769230764, 0.0512619704594412, 0.0804807692307689, 0.0694091575647345, 0.125865384615385, 0.178514034139099, 0.253403846153846, 0.317528307641769, 0.606384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 495, '2021-05-23 00:00:00', 0.0239611945894575, 0.0518269230769235, 0.0459495207977022, 0.0905384615384621, 0.136999831555203, 0.144576923076924, 0.172591029493246, 0.260711538461538, 0.311532315276503, 0.607288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 510, '2021-05-23 00:00:00', 0.0380891918851208, 0.0735576923076924, 0.0603123918891023, 0.0927692307692311, 0.144670782760775, 0.148846153846154, 0.161298234288586, 0.261903846153846, 0.300502845244433, 0.6055 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 525, '2021-05-23 00:00:00', 0.0402852950839384, 0.0557500000000006, 0.118082233406021, 0.107576923076924, 0.133673488540031, 0.137807692307693, 0.155142044095577, 0.258923076923077, 0.2949552534512, 0.600307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 540, '2021-05-23 00:00:00', 0.109078900519127, 0.0859423076923083, 0.127877713521101, 0.107519230769231, 0.126299954321205, 0.141461538461539, 0.155386891834048, 0.259615384615385, 0.290154651071565, 0.597807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 555, '2021-05-23 00:00:00', 0.0378008394290193, 0.0617884615384618, 0.079265842871655, 0.0930769230769229, 0.114606275838361, 0.140961538461539, 0.120067923084587, 0.248384615384616, 0.251013432830871, 0.585211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 570, '2021-05-23 00:00:00', 0.0701212603555169, 0.0673653846153845, 0.0753097909662787, 0.0977307692307694, 0.119114988077132, 0.143096153846154, 0.117658366272213, 0.248634615384616, 0.248469769094444, 0.580115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 585, '2021-05-23 00:00:00', 0.0431525023786395, 0.0670384615384616, 0.0810183383799387, 0.101865384615385, 0.0840693395130109, 0.136576923076923, 0.0933398422638811, 0.233115384615385, 0.228872772853929, 0.578384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 600, '2021-05-23 00:00:00', 0.0678053435607006, 0.0757692307692309, 0.0727328224499669, 0.0957115384615388, 0.0671823150951085, 0.127788461538462, 0.102467675953857, 0.227269230769231, 0.220596782353269, 0.573596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 615, '2021-05-23 00:00:00', 0.0631753025014826, 0.0663269230769232, 0.064166421244952, 0.094519230769231, 0.065870260010464, 0.126134615384615, 0.0995133156919215, 0.2295, 0.21432896713661, 0.571884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 630, '2021-05-23 00:00:00', 0.0452377012610567, 0.0705192307692308, 0.0422789500269886, 0.0895192307692308, 0.0504704978561348, 0.120134615384615, 0.0975200433047168, 0.226826923076923, 0.214232774193076, 0.571307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 645, '2021-05-23 00:00:00', 0.0304018028311579, 0.060480769230769, 0.0456056339299629, 0.0874230769230766, 0.0504608797447628, 0.115596153846154, 0.098811506648537, 0.221923076923077, 0.215522350259871, 0.568711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 660, '2021-05-23 00:00:00', 0.0391099239815946, 0.0646153846153845, 0.0374215127351176, 0.0820192307692308, 0.0538502517671425, 0.109019230769231, 0.102207037240782, 0.222961538461539, 0.218683157699761, 0.570288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 675, '2021-05-23 00:00:00', 0.0255235939113965, 0.0590769230769234, 0.0386644589334372, 0.0784038461538467, 0.0434719405523217, 0.107980769230769, 0.112807577827842, 0.241980769230769, 0.214986779557756, 0.572846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 690, '2021-05-23 00:00:00', 0.038938412910647, 0.0565000000000006, 0.0444939451369083, 0.0756346153846154, 0.0499193965693311, 0.106884615384615, 0.114261986410449, 0.257307692307692, 0.212938109462676, 0.571538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 705, '2021-05-23 00:00:00', 0.0300632730190083, 0.0560961538461541, 0.0351247009294686, 0.0797692307692307, 0.0405595857967017, 0.109, 0.137803233466585, 0.279865384615385, 0.212685669113257, 0.570423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 720, '2021-05-23 00:00:00', 0.0293786487095643, 0.0607500000000004, 0.0330254680278951, 0.080192307692308, 0.056547012435536, 0.113269230769231, 0.137484376734791, 0.288576923076923, 0.212657768582438, 0.569942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 735, '2021-05-23 00:00:00', 0.0255885791832093, 0.0531538461538462, 0.0322370367506314, 0.0765576923076927, 0.0595003070451032, 0.119442307692308, 0.129239211720568, 0.305076923076923, 0.214865263685086, 0.571192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 750, '2021-05-23 00:00:00', 0.0249407605830606, 0.0533076923076925, 0.0469810108939283, 0.0796538461538465, 0.0592650922031357, 0.115365384615385, 0.124391035108583, 0.308980769230769, 0.219299577326051, 0.567730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 765, '2021-05-23 00:00:00', 0.0367191419373518, 0.0518461538461544, 0.0437086199912383, 0.0822115384615388, 0.0512570633031348, 0.111057692307692, 0.136267396913343, 0.340211538461539, 0.217030979709916, 0.566884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 780, '2021-05-23 00:00:00', 0.0280215027324487, 0.0617692307692312, 0.0425725986268888, 0.0823846153846152, 0.0886860170228921, 0.12098076923077, 0.169860653296935, 0.360692307692308, 0.215578225138454, 0.569134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 795, '2021-05-23 00:00:00', 0.0290444751796538, 0.0531923076923074, 0.033698436393765, 0.0717692307692303, 0.0836532334195068, 0.130711538461538, 0.15293209277323, 0.36425, 0.209017857168675, 0.566269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 810, '2021-05-23 00:00:00', 0.0189757841633853, 0.0499038461538459, 0.0693526883733818, 0.0861538461538464, 0.0688960337141295, 0.132288461538462, 0.152185950276425, 0.363211538461538, 0.207479219534057, 0.567557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 825, '2021-05-23 00:00:00', 0.0680670286160297, 0.0684038461538465, 0.0672219057702517, 0.105269230769231, 0.0646777128419172, 0.125942307692308, 0.157345691197634, 0.363442307692308, 0.214237546985726, 0.570557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 840, '2021-05-23 00:00:00', 0.0458694174972654, 0.0777884615384617, 0.0464936927070591, 0.0937884615384614, 0.0566860992321208, 0.127423076923077, 0.165381829761871, 0.367519230769231, 0.215361638609607, 0.567153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 855, '2021-05-23 00:00:00', 0.0242206602844637, 0.0580961538461537, 0.0246085038459968, 0.0764615384615384, 0.0714900423404977, 0.147615384615385, 0.173803749848898, 0.372788461538461, 0.213032261912098, 0.571230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 870, '2021-05-23 00:00:00', 0.0194844711343322, 0.0507307692307692, 0.0470115534081377, 0.0856153846153844, 0.0751092563178159, 0.168596153846153, 0.1797609620066, 0.371788461538461, 0.210673317101292, 0.570442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 885, '2021-05-23 00:00:00', 0.0459302020628957, 0.0682884615384619, 0.065102608360837, 0.129519230769231, 0.104626485836338, 0.195192307692307, 0.178656797110678, 0.375365384615384, 0.208599433032639, 0.572788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 900, '2021-05-23 00:00:00', 0.0526691998741636, 0.10823076923077, 0.0699510295739919, 0.148057692307692, 0.0943806389043852, 0.20975, 0.187034653309117, 0.382192307692307, 0.208323610132077, 0.573442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 915, '2021-05-23 00:00:00', 0.0534834985335159, 0.104769230769231, 0.0909192964201682, 0.157038461538461, 0.0829446710858413, 0.213538461538462, 0.196903124364789, 0.382096153846154, 0.205513283306419, 0.56801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 930, '2021-05-23 00:00:00', 0.0564922458940502, 0.106076923076923, 0.0616532611901806, 0.137769230769231, 0.0703186921205056, 0.199461538461539, 0.196564692815211, 0.377038461538461, 0.197224475778626, 0.559076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 945, '2021-05-23 00:00:00', 0.0456789170355257, 0.0927115384615383, 0.053341353563628, 0.1475, 0.0990967514797846, 0.230884615384615, 0.20097966315028, 0.37025, 0.198337820785261, 0.573134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 960, '2021-05-23 00:00:00', 0.0543268774676458, 0.119480769230769, 0.0690025752027806, 0.152346153846154, 0.137770043913762, 0.25425, 0.206795518661458, 0.366057692307692, 0.195897846220539, 0.580115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 975, '2021-05-23 00:00:00', 0.0373464857784507, 0.0959999999999999, 0.0913114113687542, 0.174923076923077, 0.12646036320341, 0.242211538461538, 0.2094533039569, 0.340442307692308, 0.189240376241435, 0.561999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 990, '2021-05-23 00:00:00', 0.0873723332376136, 0.142730769230769, 0.122781677723573, 0.194096153846154, 0.129355242824378, 0.238826923076922, 0.201357248537175, 0.332307692307692, 0.181584882673048, 0.557980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1005, '2021-05-23 00:00:00', 0.0666694717358591, 0.136538461538461, 0.0787238308167327, 0.177192307692307, 0.0962986480454665, 0.208019230769231, 0.170645768952935, 0.309038461538462, 0.171356977815769, 0.552423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1020, '2021-05-23 00:00:00', 0.0464524074063568, 0.112384615384616, 0.0774269308147016, 0.144019230769231, 0.0937372924721001, 0.1885, 0.168070933971802, 0.286673076923077, 0.170736888222786, 0.54725 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1035, '2021-05-23 00:00:00', 0.0444927349298563, 0.0972884615384615, 0.0620950759846419, 0.133461538461539, 0.0985912326418845, 0.181865384615385, 0.158338751999046, 0.276096153846154, 0.17419322273313, 0.541826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1050, '2021-05-23 00:00:00', 0.038065813453099, 0.0873846153846157, 0.0602849037105034, 0.117019230769231, 0.0989522340090646, 0.167230769230769, 0.140301117107237, 0.269711538461539, 0.172960809255917, 0.532307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1065, '2021-05-23 00:00:00', 0.0521440755540324, 0.0792307692307696, 0.0871840515584926, 0.121173076923077, 0.0961580989828732, 0.157, 0.137618895449046, 0.255903846153846, 0.177523065673602, 0.523326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1080, '2021-05-23 00:00:00', 0.0800951549480609, 0.0865769230769229, 0.0942104620190672, 0.114365384615384, 0.112604442117598, 0.149403846153846, 0.13650882191836, 0.245461538461538, 0.177957004314569, 0.521846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1095, '2021-05-23 00:00:00', 0.043730666057655, 0.0693653846153839, 0.0501583339190853, 0.0980384615384611, 0.0969588830381209, 0.14725, 0.110230911482006, 0.228076923076923, 0.179629315964422, 0.510865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1110, '2021-05-23 00:00:00', 0.0313798318375648, 0.0690769230769233, 0.0704633674603065, 0.103384615384616, 0.0982012474462517, 0.14125, 0.0976925258931542, 0.217019230769231, 0.179169588765677, 0.510307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1125, '2021-05-23 00:00:00', 0.0561876663170295, 0.0704230769230772, 0.0742376226409803, 0.100230769230769, 0.0815056958840205, 0.122961538461539, 0.0914381505970859, 0.206153846153846, 0.175883138650465, 0.510961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1140, '2021-05-23 00:00:00', 0.0575517994104842, 0.0710192307692311, 0.0651952953706135, 0.0904423076923076, 0.0654482884538511, 0.109038461538462, 0.083219766975068, 0.199519230769231, 0.175722110162609, 0.5105 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1155, '2021-05-23 00:00:00', 0.0365999789827595, 0.0524615384615382, 0.0374450777293072, 0.070423076923077, 0.0492385402520615, 0.0989230769230772, 0.0797648756321692, 0.183653846153846, 0.176880181087477, 0.511038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1170, '2021-05-23 00:00:00', 0.0196777891190903, 0.0518461538461541, 0.0407172992908236, 0.0714615384615386, 0.0514942864642439, 0.111192307692308, 0.0793813483227547, 0.180038461538461, 0.178944156523331, 0.516865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1185, '2021-05-23 00:00:00', 0.0380387504850194, 0.0529423076923072, 0.046879649512998, 0.0736923076923074, 0.0530923614671062, 0.113173076923077, 0.0797981299183232, 0.174307692307692, 0.180847300654022, 0.519115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1200, '2021-05-23 00:00:00', 0.0283122968663116, 0.0496153846153849, 0.0351134644348204, 0.0806538461538463, 0.0573157516274137, 0.117153846153847, 0.0781812416022001, 0.169057692307692, 0.188570554027276, 0.524576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1215, '2021-05-23 00:00:00', 0.0281076502041707, 0.0660000000000003, 0.0514523416526253, 0.0937884615384619, 0.0694619569371499, 0.122211538461539, 0.0793050779245279, 0.168653846153846, 0.187271822185334, 0.525153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1230, '2021-05-23 00:00:00', 0.0383357485303809, 0.0575192307692313, 0.0499177361727809, 0.0790961538461545, 0.0656990955329385, 0.109634615384616, 0.0787765584031582, 0.157615384615385, 0.184963997536319, 0.521903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1245, '2021-05-23 00:00:00', 0.025697201284306, 0.0478846153846156, 0.0369877734476589, 0.070653846153846, 0.0508742076105365, 0.0937499999999996, 0.076330206239833, 0.144903846153846, 0.180392964215519, 0.523692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1260, '2021-05-23 00:00:00', 0.0316530470036512, 0.0503461538461539, 0.0358878863213672, 0.0680961538461538, 0.0491619145899936, 0.0904230769230767, 0.0781331211163655, 0.143769230769231, 0.179672706715466, 0.526192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1275, '2021-05-23 00:00:00', 0.0259997041403283, 0.0452307692307699, 0.0321999820831288, 0.0648269230769233, 0.0399672413936129, 0.0869038461538461, 0.0779965605750567, 0.140711538461538, 0.177950101043912, 0.533461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1290, '2021-05-23 00:00:00', 0.0209236708060509, 0.0464999999999996, 0.0282186040651303, 0.0610192307692307, 0.0452100269681573, 0.0860576923076923, 0.0821198186516787, 0.136730769230769, 0.177552991006586, 0.532269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1305, '2021-05-23 00:00:00', 0.027640299452903, 0.0438846153846155, 0.0329206797294058, 0.0636346153846155, 0.0550148511417945, 0.0834230769230769, 0.106369011175538, 0.136442307692308, 0.177017683818921, 0.532903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1320, '2021-05-23 00:00:00', 0.0236737196063479, 0.0457500000000001, 0.036004743277262, 0.0601923076923076, 0.0610693426801415, 0.0892307692307691, 0.106986821618366, 0.135, 0.177256555699533, 0.538442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1335, '2021-05-23 00:00:00', 0.0172755941676734, 0.0373846153846152, 0.0308830859856976, 0.0532499999999996, 0.0441544317838409, 0.0769230769230765, 0.107418385834943, 0.15151923076923, 0.179875221708315, 0.541653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1350, '2021-05-23 00:00:00', 0.0228411656040976, 0.0386730769230766, 0.0310109720037177, 0.0609038461538459, 0.0349036310652408, 0.0662884615384613, 0.109962637011222, 0.152307692307692, 0.179735413444747, 0.540673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1365, '2021-05-23 00:00:00', 0.0223149828935281, 0.0449615384615383, 0.0260315489063084, 0.0511923076923077, 0.0314964039461405, 0.0582884615384614, 0.109523941885571, 0.153576923076923, 0.179332368694384, 0.540461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1380, '2021-05-23 00:00:00', 0.0265700887349781, 0.0350192307692311, 0.0324710048173159, 0.0426153846153849, 0.0418147057311733, 0.0620192307692308, 0.111681451183541, 0.162442307692307, 0.177424627550796, 0.546961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1395, '2021-05-23 00:00:00', 0.0172633003351484, 0.0221923076923078, 0.0176099731358722, 0.0311346153846152, 0.0562640238928517, 0.0740961538461539, 0.0914979297790183, 0.177365384615384, 0.175361237055224, 0.544711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1410, '2021-05-23 00:00:00', 0.0117377104306518, 0.024076923076923, 0.0236799249608996, 0.0456730769230769, 0.0598677002937443, 0.0768076923076926, 0.0888140408164942, 0.183423076923077, 0.175410434081372, 0.544096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 2, 1425, '2021-05-23 00:00:00', 0.0204533333751207, 0.037326923076923, 0.050651023226053, 0.0661153846153847, 0.0584122747900978, 0.0760769230769231, 0.0826641792946715, 0.204442307692308, 0.1753369854353, 0.544038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 60, '2021-05-23 00:00:00', 0.0424961355709144, 0.0546923076923076, 0.0492994772947795, 0.0639615384615385, 0.0546350584824855, 0.0775192307692305, 0.0833523475743419, 0.216076923076923, 0.176129934554448, 0.543423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 75, '2021-05-23 00:00:00', 0.0195749545632646, 0.0311730769230768, 0.0205046430014134, 0.0399038461538461, 0.0275550637535376, 0.0608076923076919, 0.065831030793879, 0.215730769230769, 0.175818783454399, 0.54276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 90, '2021-05-23 00:00:00', 0.0137100187959259, 0.0287307692307695, 0.0271731768194583, 0.0493076923076922, 0.0301014949794858, 0.0629999999999994, 0.0657300071972751, 0.220423076923077, 0.175808817710078, 0.542596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 105, '2021-05-23 00:00:00', 0.0241724970862465, 0.0370192307692302, 0.0244449459933001, 0.0498461538461533, 0.0472223097535641, 0.0669423076923072, 0.0658866859434845, 0.221346153846154, 0.175967808463323, 0.542480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 120, '2021-05-23 00:00:00', 0.0180044438958828, 0.0359999999999996, 0.0239793581103544, 0.04601923076923, 0.0536070926707976, 0.0764038461538459, 0.0649329002776062, 0.221807692307692, 0.176021210478913, 0.542442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 135, '2021-05-23 00:00:00', 0.0160134198528801, 0.0330192307692303, 0.0367785315723104, 0.0499038461538457, 0.0584798979268816, 0.100038461538461, 0.0616569417141202, 0.220961538461538, 0.174380328151297, 0.544826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 150, '2021-05-23 00:00:00', 0.0276970145572524, 0.037230769230769, 0.0430866970367708, 0.0587884615384617, 0.0602132013381173, 0.107980769230769, 0.0604471701952651, 0.220096153846154, 0.17430927862677, 0.54876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 165, '2021-05-23 00:00:00', 0.0335047241215554, 0.0455576923076924, 0.050882851879436, 0.0892692307692306, 0.0566478596241729, 0.111, 0.0601072247033453, 0.215961538461538, 0.175029594200964, 0.551326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 180, '2021-05-23 00:00:00', 0.0407502902302076, 0.0776153846153842, 0.0481789013828831, 0.0900576923076923, 0.0601851406399132, 0.115865384615384, 0.0619535589093834, 0.212711538461538, 0.174876181471789, 0.551173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 195, '2021-05-23 00:00:00', 0.0244811387367122, 0.0491153846153849, 0.0383147691949401, 0.075192307692308, 0.0514672860996338, 0.124307692307693, 0.0602623750457437, 0.202923076923077, 0.168506219926287, 0.551884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 210, '2021-05-23 00:00:00', 0.027645948374734, 0.0535384615384617, 0.0379465210729315, 0.0730384615384617, 0.0486852094109148, 0.119980769230769, 0.0580557457568553, 0.195519230769231, 0.16764412857644, 0.551923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 225, '2021-05-23 00:00:00', 0.0257359446330192, 0.0473269230769229, 0.0433315837911119, 0.0911153846153849, 0.0560177307095365, 0.128615384615385, 0.0677408296376711, 0.198, 0.1657859602481, 0.55376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 240, '2021-05-23 00:00:00', 0.0371472589319029, 0.0733269230769234, 0.0428318222820367, 0.08675, 0.0594416100051131, 0.13675, 0.065298736588084, 0.19275, 0.165641717153435, 0.555038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 255, '2021-05-23 00:00:00', 0.0190705169144572, 0.0472692307692306, 0.043522195928762, 0.0841923076923074, 0.0554055016707244, 0.122019230769231, 0.0724842157884151, 0.180807692307692, 0.164345424218438, 0.551038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 270, '2021-05-23 00:00:00', 0.0380452412873854, 0.0700961538461538, 0.0491420272898247, 0.0976730769230771, 0.0541558754536742, 0.121326923076923, 0.0708656936638709, 0.175942307692308, 0.163640158697251, 0.551307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 285, '2021-05-23 00:00:00', 0.0334317904902599, 0.0592692307692309, 0.0381846777567213, 0.0790192307692311, 0.0393310456744566, 0.0963653846153849, 0.0546769006211807, 0.159788461538461, 0.160484028680546, 0.545711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 300, '2021-05-23 00:00:00', 0.0232703591589093, 0.0525192307692307, 0.0305928661870457, 0.0707884615384612, 0.0280993566857652, 0.0835769230769227, 0.0526158830948046, 0.163865384615384, 0.160310210097606, 0.545288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 315, '2021-05-23 00:00:00', 0.0211327034202008, 0.0441346153846151, 0.0225640967365962, 0.0610384615384614, 0.0231014152080642, 0.0753461538461534, 0.0503027449931522, 0.165384615384615, 0.158932565525808, 0.545596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 330, '2021-05-23 00:00:00', 0.0194327340805701, 0.0431346153846154, 0.0188540548587135, 0.0533461538461536, 0.0239713290283327, 0.0692307692307688, 0.0474605261081409, 0.166807692307692, 0.159006619359069, 0.54675 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 345, '2021-05-23 00:00:00', 0.0169756046680565, 0.0383653846153846, 0.0218449871031881, 0.055711538461538, 0.0283778353378391, 0.0703076923076923, 0.0487129898960776, 0.175653846153846, 0.159006619359069, 0.54675 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 360, '2021-05-23 00:00:00', 0.0130381688190424, 0.0384230769230766, 0.0209767637014052, 0.0507307692307693, 0.026202260618856, 0.0619615384615386, 0.049419682313831, 0.18275, 0.158530687395702, 0.545826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 375, '2021-05-23 00:00:00', 0.0193504124384587, 0.0340384615384612, 0.0239719708120833, 0.0466538461538462, 0.0265167581264843, 0.0600384615384619, 0.0540319314422921, 0.195519230769231, 0.161058565554464, 0.550307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 390, '2021-05-23 00:00:00', 0.0187212035280442, 0.0297115384615393, 0.0178408347510808, 0.0373461538461547, 0.026982330400582, 0.059884615384616, 0.0646087425615492, 0.202519230769231, 0.161121774300825, 0.549115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 405, '2021-05-23 00:00:00', 0.0106590517690546, 0.0241538461538464, 0.0205607916638965, 0.0401153846153849, 0.0483516923576224, 0.0888846153846162, 0.108037167749736, 0.220480769230769, 0.163351735881149, 0.552480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 420, '2021-05-23 00:00:00', 0.0170306059334815, 0.0303076923076927, 0.0233237828439957, 0.0473269230769235, 0.0453006070599504, 0.0922500000000006, 0.114396706851471, 0.229442307692308, 0.16404810387388, 0.554403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 435, '2021-05-23 00:00:00', 0.0173546712842578, 0.034769230769231, 0.0472280596190936, 0.0780192307692314, 0.0540570958837471, 0.103019230769231, 0.115064331504664, 0.235403846153847, 0.164099065998373, 0.554211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 450, '2021-05-23 00:00:00', 0.0482771047822243, 0.0661730769230773, 0.0463458238098684, 0.0771538461538466, 0.0532289973026563, 0.104884615384615, 0.116263111750228, 0.240134615384616, 0.164099065998373, 0.554211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 465, '2021-05-23 00:00:00', 0.0210746019215987, 0.0406730769230767, 0.0404328503152496, 0.0691538461538457, 0.0324900694887624, 0.100230769230769, 0.109479364054812, 0.238365384615385, 0.155998589737215, 0.558 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 480, '2021-05-23 00:00:00', 0.0349561703588055, 0.0560769230769226, 0.0321014557541937, 0.0717884615384615, 0.0404242311187045, 0.108038461538461, 0.108881581758137, 0.240673076923077, 0.155218685681252, 0.557403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 495, '2021-05-23 00:00:00', 0.015585397504864, 0.0462307692307694, 0.0159042809911718, 0.0726153846153845, 0.0470750464683781, 0.1105, 0.112939304666097, 0.244057692307692, 0.156131808221328, 0.556692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 510, '2021-05-23 00:00:00', 0.0182402344789246, 0.0563846153846152, 0.0386772095485382, 0.0835576923076923, 0.0473212425872354, 0.111, 0.112175480661054, 0.239461538461538, 0.157721796210923, 0.55775 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 525, '2021-05-23 00:00:00', 0.0285717248611016, 0.0572884615384614, 0.0353714628565937, 0.0770961538461539, 0.0379887027741348, 0.111307692307692, 0.111473986272065, 0.236019230769231, 0.158566394732495, 0.559692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 540, '2021-05-23 00:00:00', 0.0211497954163594, 0.0520769230769229, 0.0255144001572567, 0.0707692307692303, 0.0331279106123294, 0.109538461538461, 0.112628267049003, 0.232557692307692, 0.159102279633622, 0.558846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 555, '2021-05-23 00:00:00', 0.0174361803333007, 0.0475961538461535, 0.0253191702987163, 0.0759038461538457, 0.0440814630498513, 0.118153846153846, 0.107027027499527, 0.233230769230769, 0.159826954499594, 0.557846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 570, '2021-05-23 00:00:00', 0.0216713298729345, 0.0590576923076919, 0.0312550611286212, 0.0836730769230766, 0.0497620685014046, 0.121288461538461, 0.105809853038363, 0.23175, 0.160312363360266, 0.559423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 585, '2021-05-23 00:00:00', 0.021142520044833, 0.0563846153846153, 0.0311815588992057, 0.0900192307692309, 0.0775946493991992, 0.133019230769231, 0.0968023700440945, 0.230173076923077, 0.162138075061398, 0.560653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 600, '2021-05-23 00:00:00', 0.0291787330351829, 0.0714615384615386, 0.0380073677068015, 0.0884999999999999, 0.0829853671067743, 0.138134615384615, 0.0968314018519577, 0.228903846153846, 0.162027832366969, 0.560538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 615, '2021-05-23 00:00:00', 0.0215782030334746, 0.0541730769230765, 0.074601899852071, 0.0947115384615379, 0.0750023999616008, 0.1325, 0.107689060940068, 0.237576923076923, 0.159244533778907, 0.560307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 630, '2021-05-23 00:00:00', 0.0581669612805708, 0.0663461538461534, 0.0656934050079495, 0.0912884615384611, 0.0634071489538961, 0.125057692307692, 0.110003770914386, 0.24048076923077, 0.163163151005838, 0.566423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 645, '2021-05-23 00:00:00', 0.0390369105413759, 0.0555961538461537, 0.0426057101626241, 0.0844423076923075, 0.0489347917759321, 0.113076923076923, 0.123996606653321, 0.241538461538461, 0.163163151005838, 0.566423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 660, '2021-05-23 00:00:00', 0.0320123593920562, 0.0618653846153847, 0.0396996802932295, 0.0852307692307697, 0.0478275427568033, 0.115423076923077, 0.123707765131564, 0.240634615384615, 0.162401586767542, 0.565653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 675, '2021-05-23 00:00:00', 0.0212117982409645, 0.0549038461538466, 0.0278483323627219, 0.0744807692307693, 0.0523302383536886, 0.114576923076923, 0.123566992107365, 0.267692307692307, 0.161165175661971, 0.566423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 690, '2021-05-23 00:00:00', 0.0232371469849466, 0.0512499999999997, 0.0289585645628105, 0.0775384615384612, 0.0456846422604094, 0.111442307692307, 0.119358472677896, 0.27225, 0.161130287703413, 0.56651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 705, '2021-05-23 00:00:00', 0.0247128742530316, 0.0546153846153847, 0.0435298880523051, 0.0796346153846153, 0.0426875995324897, 0.106365384615385, 0.120638093550025, 0.28401923076923, 0.160842364300722, 0.565384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 720, '2021-05-23 00:00:00', 0.0431505102920184, 0.0559423076923075, 0.0442416137207426, 0.0765961538461539, 0.0438454804266779, 0.0951153846153849, 0.13134110610866, 0.298884615384615, 0.160602463100185, 0.565365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 735, '2021-05-23 00:00:00', 0.0236382024567141, 0.0502307692307693, 0.0337687896414155, 0.0678653846153845, 0.0320273921222735, 0.0920769230769232, 0.131565806874208, 0.311807692307692, 0.155776906553522, 0.56476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 750, '2021-05-23 00:00:00', 0.020414446242419, 0.047019230769231, 0.0239047870970201, 0.0623269230769232, 0.0312727271202634, 0.0872884615384616, 0.124961427894924, 0.315461538461538, 0.156045959699255, 0.566807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 765, '2021-05-23 00:00:00', 0.0174133458986094, 0.0422307692307693, 0.0207664763130755, 0.0634423076923078, 0.0378531169329352, 0.0959615384615384, 0.147193734189385, 0.339153846153846, 0.15536545997694, 0.567384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 780, '2021-05-23 00:00:00', 0.0133021253362589, 0.0474423076923077, 0.0281336713128319, 0.0667115384615383, 0.0526554694361228, 0.107961538461538, 0.146533420971253, 0.354211538461538, 0.155667461152093, 0.565538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 795, '2021-05-23 00:00:00', 0.0214461759187614, 0.0479615384615382, 0.0320415415455529, 0.0730961538461536, 0.077671101447063, 0.137, 0.141678080384858, 0.356461538461538, 0.153880339374963, 0.562826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 810, '2021-05-23 00:00:00', 0.0311768960314184, 0.0531730769230769, 0.049232497866286, 0.0856730769230772, 0.0832730356210127, 0.145038461538462, 0.144838387389319, 0.365961538461538, 0.153648184549589, 0.56176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 825, '2021-05-23 00:00:00', 0.041554523959955, 0.0670384615384619, 0.0733689962817029, 0.117519230769231, 0.0951856101761987, 0.148903846153846, 0.159240065503435, 0.379538461538461, 0.152483492170843, 0.563346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 840, '2021-05-23 00:00:00', 0.0494497569411461, 0.0849615384615384, 0.0574691790306901, 0.104557692307693, 0.0726480451322566, 0.131038461538462, 0.150201316188026, 0.374153846153846, 0.143896876803654, 0.561134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 855, '2021-05-23 00:00:00', 0.0318632233146619, 0.0642499999999995, 0.0515496474657793, 0.0886153846153842, 0.0785563589944287, 0.161807692307692, 0.151124382037294, 0.372173076923076, 0.143044324760382, 0.560326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982690 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 982690, 3, 870, '2021-05-23 00:00:00', 0.0432860076876861, 0.0614615384615382, 0.0475095294084811, 0.0808461538461534, 0.0806863085325843, 0.174096153846153, 0.149514646825602, 0.367980769230769, 0.14[...];
Date: 2021-05-23 15:46:24 Duration: 17s398ms 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 982380, 1, 930, '2021-05-23 00:00:00', 0.0602710161239614, 0.125346153846153, 0.0885867935981396, 0.197500000000001, 0.132162948665651, 0.259749999999998, 0.173640477379598, 0.500653846153845, 0.336062636103175, 1.02034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 945, '2021-05-23 00:00:00', 0.066298140709515, 0.133288461538463, 0.0912801267443327, 0.181807692307696, 0.115222522170732, 0.25251923076923, 0.173671268825283, 0.487980769230769, 0.330062758601125, 1.02373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 960, '2021-05-23 00:00:00', 0.0566329749011493, 0.120576923076927, 0.0567930927544491, 0.169653846153848, 0.083953588368815, 0.246749999999999, 0.175762610883589, 0.478346153846154, 0.330212393188666, 1.02723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 975, '2021-05-23 00:00:00', 0.0480643158854716, 0.110538461538462, 0.0787040122132387, 0.172307692307692, 0.104116379041027, 0.263596153846152, 0.176235642077482, 0.473307692307691, 0.321643123424323, 1.04382692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 990, '2021-05-23 00:00:00', 0.0619354875284326, 0.135769230769232, 0.0642095128346383, 0.189807692307695, 0.0931075639330026, 0.269461538461543, 0.175051048598359, 0.471480769230769, 0.319559300503777, 1.05044230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1005, '2021-05-23 00:00:00', 0.0566516107449718, 0.146750000000002, 0.0988183356545613, 0.21028846153846, 0.131509386912696, 0.295326923076926, 0.172896221652004, 0.46921153846154, 0.314201672741963, 1.05186538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1020, '2021-05-23 00:00:00', 0.0808127393803329, 0.152173076923077, 0.0730641130472725, 0.190269230769233, 0.136814508058846, 0.304480769230769, 0.161601205488651, 0.440019230769231, 0.323009133593179, 1.03759615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1035, '2021-05-23 00:00:00', 0.0529643130941832, 0.133461538461542, 0.10459084384106, 0.204230769230771, 0.126550745370567, 0.288365384615383, 0.282671861950324, 0.463692307692307, 0.321537181125535, 1.03667307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1050, '2021-05-23 00:00:00', 0.0803034461373777, 0.151211538461541, 0.110371458476154, 0.220173076923077, 0.115370786863653, 0.276961538461539, 0.325100307005984, 0.454519230769233, 0.331941981144526, 1.02732692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1065, '2021-05-23 00:00:00', 0.0921196963821435, 0.17196153846154, 0.105491751409218, 0.211019230769232, 0.135974137812474, 0.281384615384617, 0.35067406574284, 0.442403846153848, 0.329496151489138, 1.03592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1080, '2021-05-23 00:00:00', 0.0641543091663782, 0.135653846153847, 0.0769279608065021, 0.175865384615386, 0.113259662518683, 0.239865384615385, 0.330152273143069, 0.401288461538461, 0.321875690290519, 1.0315 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1095, '2021-05-23 00:00:00', 0.0554154796479761, 0.118346153846159, 0.0979920895551504, 0.181519230769231, 0.113929802949012, 0.226500000000004, 0.330147757130743, 0.390807692307693, 0.329221354691055, 1.05959615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1110, '2021-05-23 00:00:00', 0.0624368973752409, 0.122115384615387, 0.0730357025443972, 0.15092307692308, 0.0869415099583988, 0.207615384615388, 0.312853170279358, 0.378115384615385, 0.32279768193334, 1.05571153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1125, '2021-05-23 00:00:00', 0.0327674146300599, 0.0902884615384614, 0.0582113952629692, 0.134557692307691, 0.0719351524210923, 0.182115384615381, 0.317743880894901, 0.355423076923075, 0.320837651252993, 1.05203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1140, '2021-05-23 00:00:00', 0.0508895372350753, 0.092750000000004, 0.0563282037567425, 0.130557692307695, 0.0804374888679648, 0.180480769230771, 0.319752371134527, 0.349673076923078, 0.321696682271693, 1.04934615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1155, '2021-05-23 00:00:00', 0.0460522946893382, 0.0915769230769242, 0.0495795281884006, 0.120480769230768, 0.0885960582557815, 0.179192307692308, 0.322719721215697, 0.339961538461538, 0.3211700100953, 1.05115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1170, '2021-05-23 00:00:00', 0.0435543206370373, 0.0811730769230748, 0.0746739476761355, 0.126538461538459, 0.0920938985701373, 0.167115384615382, 0.324704055197247, 0.335288461538462, 0.320687588807837, 1.05198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1185, '2021-05-23 00:00:00', 0.0611109205902264, 0.0882307692307664, 0.0811974729618198, 0.124480769230771, 0.136370084696024, 0.160999999999999, 0.325590424637125, 0.322230769230771, 0.321203640773501, 1.05082692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1200, '2021-05-23 00:00:00', 0.0582206016933777, 0.0814615384615394, 0.0636343883809364, 0.103653846153844, 0.116273325203361, 0.152615384615385, 0.297953497275096, 0.312057692307692, 0.317333899011022, 1.04878846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1215, '2021-05-23 00:00:00', 0.027942805596708, 0.0600961538461506, 0.0759438861670538, 0.10257692307692, 0.252933649706492, 0.194634615384613, 0.289819825329195, 0.328365384615383, 0.323748202252209, 1.05403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1230, '2021-05-23 00:00:00', 0.0752166614111949, 0.0791153846153852, 0.100804519511014, 0.111134615384614, 0.289178222927289, 0.20273076923077, 0.285259107587362, 0.323038461538459, 0.329105179002327, 1.05432692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1245, '2021-05-23 00:00:00', 0.0815646133678503, 0.081615384615383, 0.238972055817283, 0.153711538461537, 0.295276889611193, 0.200192307692306, 0.27179941769904, 0.313288461538459, 0.330614186023528, 1.0505 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1260, '2021-05-23 00:00:00', 0.206245790633034, 0.119884615384616, 0.248053862792243, 0.153826923076925, 0.265547822724728, 0.188615384615383, 0.244531234437205, 0.296769230769228, 0.331568424890875, 1.04890384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1275, '2021-05-23 00:00:00', 0.105768397199515, 0.0829230769230793, 0.127544889533664, 0.114326923076922, 0.123691638918973, 0.148807692307693, 0.132186483947724, 0.26055769230769, 0.33444193298458, 1.04605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1290, '2021-05-23 00:00:00', 0.0833944750060697, 0.0819615384615374, 0.0808668040669303, 0.1025, 0.0910105826475476, 0.139384615384612, 0.132230400612546, 0.25882692307692, 0.333321300872574, 1.04851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1305, '2021-05-23 00:00:00', 0.0509513380212259, 0.0776730769230767, 0.0584443621022452, 0.11178846153846, 0.0618786187752939, 0.130211538461538, 0.100898458096019, 0.25432692307692, 0.325107849560963, 1.04192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1320, '2021-05-23 00:00:00', 0.0518712459253332, 0.0881153846153845, 0.0630106370751449, 0.104903846153843, 0.0642689301654786, 0.129846153846152, 0.0992187811780723, 0.251942307692307, 0.324336437384678, 1.04373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1335, '2021-05-23 00:00:00', 0.0555410762755496, 0.064865384615379, 0.0531180144728529, 0.0837115384615343, 0.0989650521065992, 0.132307692307693, 0.0964671167568776, 0.25076923076923, 0.325017386517185, 1.0443076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1350, '2021-05-23 00:00:00', 0.0305837626602988, 0.0594423076923068, 0.0408727904601588, 0.0877499999999987, 0.0768843387073201, 0.124692307692311, 0.0840716750068781, 0.253057692307694, 0.321091652983046, 1.03901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1365, '2021-05-23 00:00:00', 0.0377598484351578, 0.070615384615384, 0.0690662363242737, 0.105250000000002, 0.0708806363923523, 0.127269230769233, 0.0906583124450537, 0.26551923076923, 0.320538837200496, 1.03788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1380, '2021-05-23 00:00:00', 0.0443788931119957, 0.0773846153846209, 0.0433111817148681, 0.0895384615384682, 0.0681044898553759, 0.124307692307694, 0.107714946109557, 0.287019230769229, 0.320538837200496, 1.03788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1395, '2021-05-23 00:00:00', 0.0178664382400252, 0.0510192307692344, 0.0629214192465482, 0.0917500000000014, 0.0707638570284157, 0.179788461538464, 0.112371417115813, 0.306653846153845, 0.32065095568954, 1.03834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1410, '2021-05-23 00:00:00', 0.0577534714241356, 0.0707884615384645, 0.0614709812713363, 0.0951923076923119, 0.0603013234961274, 0.181019230769232, 0.116386319576725, 0.319846153846153, 0.320821050647337, 1.03905769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 1, 1425, '2021-05-23 00:00:00', 0.0257490851219089, 0.063153846153846, 0.0512933381489427, 0.151942307692309, 0.0512154761766444, 0.16725, 0.134345921182824, 0.330442307692308, 0.324660993013659, 1.03840384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 0, '2021-05-23 00:00:00', 0.0511918412970728, 0.125269230769231, 0.0523610983019362, 0.142230769230765, 0.0480261347121013, 0.162480769230768, 0.134925279891673, 0.333865384615381, 0.321827001424916, 1.04182692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 15, '2021-05-23 00:00:00', 0.0334066552558727, 0.0807307692307677, 0.0370689845475268, 0.0985192307692273, 0.0473471630211748, 0.140923076923074, 0.147222209079178, 0.320326923076922, 0.333426174506672, 1.03842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 30, '2021-05-23 00:00:00', 0.0332809081329522, 0.0623269230769206, 0.0334619186538956, 0.0899999999999979, 0.0556422535903694, 0.136596153846155, 0.166158507502274, 0.32948076923077, 0.333891619910044, 1.03592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 45, '2021-05-23 00:00:00', 0.0280731256652229, 0.0700961538461513, 0.0450745365606083, 0.107076923076924, 0.0526792653707304, 0.13975, 0.163363332671494, 0.337038461538464, 0.339570994616171, 1.03059615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 60, '2021-05-23 00:00:00', 0.0423387120548239, 0.0870576923076975, 0.0502904219356102, 0.103557692307697, 0.0565293286710574, 0.130250000000002, 0.188993488898836, 0.361173076923081, 0.340319166936884, 1.03084615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 75, '2021-05-23 00:00:00', 0.0329973483783178, 0.0587500000000045, 0.0370328752077611, 0.0840769230769255, 0.0454539200306609, 0.125673076923077, 0.189070039932296, 0.360500000000003, 0.341493745860065, 1.03046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 90, '2021-05-23 00:00:00', 0.019383785849161, 0.0598653846153846, 0.0280058304369191, 0.0774423076923063, 0.051914222891816, 0.130557692307698, 0.183821560633801, 0.361384615384616, 0.338922916695725, 1.02971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 105, '2021-05-23 00:00:00', 0.0246451508727052, 0.0577884615384614, 0.0380508364408212, 0.0983846153846195, 0.0702206768803825, 0.145211538461542, 0.184316429419212, 0.364884615384618, 0.340348367344174, 1.02913461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 120, '2021-05-23 00:00:00', 0.0336677716244179, 0.0808269230769259, 0.0486992971043905, 0.105192307692313, 0.0910791392986595, 0.160480769230771, 0.179548754895756, 0.361653846153848, 0.342588914904413, 1.02723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 135, '2021-05-23 00:00:00', 0.0416488849236626, 0.0685192307692305, 0.056013404988998, 0.102692307692305, 0.0842573644350361, 0.172288461538461, 0.172466434861529, 0.355634615384615, 0.345547603867339, 1.02655769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 150, '2021-05-23 00:00:00', 0.0276461779247387, 0.0733653846153846, 0.0557763942348927, 0.112115384615386, 0.0635188645509841, 0.175615384615385, 0.15820205313265, 0.345980769230772, 0.349854570335466, 1.02309615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 165, '2021-05-23 00:00:00', 0.0430553311270704, 0.0863076923076923, 0.0525606938544545, 0.134442307692307, 0.0646925034296851, 0.185999999999999, 0.154438916229539, 0.33767307692308, 0.356914385338469, 1.02546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 180, '2021-05-23 00:00:00', 0.0334479388809629, 0.101269230769231, 0.0424750650834793, 0.131365384615383, 0.06281994110153, 0.171749999999995, 0.146498311883159, 0.331346153846155, 0.362208540123586, 1.02894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 195, '2021-05-23 00:00:00', 0.0274978111016969, 0.0845192307692282, 0.0521194338478029, 0.127153846153841, 0.068381823945795, 0.160923076923075, 0.138838301077743, 0.316923076923077, 0.379621734807767, 1.03930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 210, '2021-05-23 00:00:00', 0.0346710031804433, 0.0879615384615365, 0.0381549674152854, 0.116307692307688, 0.0743360871054793, 0.168923076923077, 0.127658229117979, 0.307288461538465, 0.452542270443834, 1.06844230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 225, '2021-05-23 00:00:00', 0.0328116067644012, 0.0846923076923054, 0.0590874319579419, 0.113230769230772, 0.0764394204582942, 0.179750000000004, 0.119153096412203, 0.307096153846158, 0.451234067266133, 1.06928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 240, '2021-05-23 00:00:00', 0.0348305403125106, 0.0864423076923089, 0.0483148527887629, 0.13275, 0.104363936078739, 0.194134615384617, 0.104398975827574, 0.296615384615389, 0.452289822416487, 1.07371153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 255, '2021-05-23 00:00:00', 0.0331406153324797, 0.0979038461538474, 0.04905778382526, 0.132115384615385, 0.0957470565926385, 0.183173076923076, 0.0935582685570057, 0.290980769230772, 0.454534441447001, 1.06796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 270, '2021-05-23 00:00:00', 0.0318404677197961, 0.0768461538461535, 0.0770618657563275, 0.116134615384617, 0.0825410201051607, 0.144499999999998, 0.0844522259122766, 0.263538461538469, 0.453213466854706, 1.06205769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 285, '2021-05-23 00:00:00', 0.0692104149565779, 0.0833076923076933, 0.068097125207593, 0.105461538461538, 0.0743618517789895, 0.137749999999999, 0.0809121651022764, 0.253961538461543, 0.452501622606524, 1.06096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 300, '2021-05-23 00:00:00', 0.0284196911692168, 0.0666730769230788, 0.0349530894419706, 0.0890384615384615, 0.0453814813129087, 0.125826923076924, 0.0700317318187851, 0.252711538461543, 0.448978642630651, 1.05969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 315, '2021-05-23 00:00:00', 0.0273580040320073, 0.0635961538461509, 0.0399011278036097, 0.0919999999999987, 0.0449395020683794, 0.129326923076922, 0.0667700416469716, 0.257038461538465, 0.452145053733185, 1.06148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 330, '2021-05-23 00:00:00', 0.03125685770909, 0.0716346153846136, 0.0331138420975542, 0.089942307692307, 0.0396162796762203, 0.125519230769233, 0.0665909903815797, 0.260500000000005, 0.453071186884153, 1.06090384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 345, '2021-05-23 00:00:00', 0.0168460563748494, 0.0610192307692308, 0.0328968142016152, 0.0910961538461543, 0.0310501827072529, 0.125576923076925, 0.0943488147575497, 0.295673076923081, 0.458434917786761, 1.06157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 360, '2021-05-23 00:00:00', 0.0283519908404287, 0.0711538461538448, 0.0305225263597997, 0.0917692307692306, 0.0491798113676154, 0.140423076923078, 0.13536411864074, 0.341269230769233, 0.458492291689252, 1.06169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 375, '2021-05-23 00:00:00', 0.0161438723788542, 0.0587307692307687, 0.0234436804671632, 0.0906153846153855, 0.0474327053673092, 0.135807692307694, 0.141639636184442, 0.377557692307692, 0.458316162289074, 1.06476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 390, '2021-05-23 00:00:00', 0.0220270550425212, 0.0676346153846164, 0.0444240968913927, 0.099903846153846, 0.0419128812584494, 0.130519230769231, 0.137054684482002, 0.380942307692307, 0.457595624306675, 1.06434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 405, '2021-05-23 00:00:00', 0.0267917969650325, 0.0689038461538434, 0.0357392103136927, 0.0958653846153838, 0.0644670100486696, 0.139846153846155, 0.130083109528544, 0.403153846153845, 0.457645501452817, 1.06325 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 420, '2021-05-23 00:00:00', 0.0331110253541062, 0.073499999999999, 0.0322081750253238, 0.0889423076923077, 0.0680250971785705, 0.140923076923078, 0.137732869938653, 0.413788461538461, 0.457976810380345, 1.06217307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 435, '2021-05-23 00:00:00', 0.0214877782794009, 0.0607692307692302, 0.0632756150625096, 0.103211538461537, 0.0659766887736764, 0.147288461538465, 0.13161382321602, 0.425538461538462, 0.457916132731076, 1.06076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 450, '2021-05-23 00:00:00', 0.0550491004607534, 0.0782115384615386, 0.0568665644631879, 0.105615384615385, 0.0678286075339893, 0.147500000000001, 0.121066677432786, 0.445596153846152, 0.458515976149813, 1.05959615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 465, '2021-05-23 00:00:00', 0.0395636390952784, 0.0688076923076951, 0.0506178442236143, 0.10538461538462, 0.0628103525273928, 0.145596153846155, 0.123137565348675, 0.462000000000001, 0.465816297977582, 1.06271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 480, '2021-05-23 00:00:00', 0.0370750797499036, 0.0856923076923102, 0.0541126744715294, 0.113692307692311, 0.0534856163266957, 0.170134615384615, 0.124860161781087, 0.479000000000002, 0.475297486196398, 1.06790384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 495, '2021-05-23 00:00:00', 0.0397719315404963, 0.0745576923076903, 0.0386774631257847, 0.105115384615381, 0.0450926780684466, 0.175480769230768, 0.145758056908854, 0.499365384615385, 0.474817417945694, 1.07140384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 510, '2021-05-23 00:00:00', 0.028629946666974, 0.0764230769230756, 0.0429314166836044, 0.124557692307692, 0.0486048311938697, 0.185480769230772, 0.147670330596439, 0.521557692307693, 0.474932600886289, 1.07434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 525, '2021-05-23 00:00:00', 0.0345716869484524, 0.0866923076923073, 0.0408789065411485, 0.144250000000003, 0.080256118865698, 0.224269230769236, 0.159352989882886, 0.529346153846154, 0.474503209035108, 1.07465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 540, '2021-05-23 00:00:00', 0.0350519449696269, 0.120826923076926, 0.0489994858685763, 0.155519230769237, 0.109405125741261, 0.262807692307696, 0.165339805110104, 0.526365384615385, 0.467772122775772, 1.07132692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 555, '2021-05-23 00:00:00', 0.0398451859846826, 0.104173076923076, 0.0687652864124373, 0.172230769230772, 0.108477902748048, 0.282846153846151, 0.192182709540048, 0.527423076923077, 0.463610506285675, 1.08769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 570, '2021-05-23 00:00:00', 0.0695229569168494, 0.141307692307698, 0.105592170819913, 0.206942307692309, 0.101103808039065, 0.277, 0.241314693996164, 0.549807692307694, 0.463256435050161, 1.09726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 585, '2021-05-23 00:00:00', 0.0666882788686423, 0.132557692307693, 0.0781640680777442, 0.216192307692304, 0.088987838408487, 0.277346153846151, 0.245952027842831, 0.551500000000001, 0.478471230949315, 1.10932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 600, '2021-05-23 00:00:00', 0.0713580381974269, 0.173519230769229, 0.0692449748246171, 0.201557692307694, 0.10311449200543, 0.270961538461538, 0.249520247367132, 0.559923076923079, 0.471615363568496, 1.11413461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 615, '2021-05-23 00:00:00', 0.0466636738967065, 0.12496153846154, 0.085723419293589, 0.202230769230766, 0.10245352604962, 0.275249999999996, 0.271104104330082, 0.573346153846155, 0.468342144820838, 1.12126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 630, '2021-05-23 00:00:00', 0.0845121566130225, 0.160730769230765, 0.107559502315978, 0.208442307692305, 0.112397503736308, 0.303326923076918, 0.27255038278059, 0.566365384615385, 0.476247398943026, 1.12875 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 645, '2021-05-23 00:00:00', 0.0563843813616692, 0.141038461538464, 0.0660391637882112, 0.205634615384614, 0.109838246456396, 0.297596153846152, 0.268266053358632, 0.560346153846158, 0.479322904249795, 1.12455769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 660, '2021-05-23 00:00:00', 0.0420998675313091, 0.142326923076921, 0.0868948524632798, 0.216653846153843, 0.10428271668882, 0.307749999999999, 0.261593284582121, 0.556942307692309, 0.467711924816316, 1.11923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 675, '2021-05-23 00:00:00', 0.0771532241711235, 0.151999999999998, 0.0832693497956162, 0.214230769230766, 0.147645948653683, 0.303884615384615, 0.254736510173522, 0.542019230769231, 0.45453706796459, 1.11261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 690, '2021-05-23 00:00:00', 0.0552163890107352, 0.138519230769228, 0.0805341136509175, 0.20678846153846, 0.138839553220474, 0.285692307692309, 0.261226465263084, 0.532384615384614, 0.446223633567121, 1.10936538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 705, '2021-05-23 00:00:00', 0.0607284909691083, 0.140019230769232, 0.136175458084839, 0.199153846153845, 0.139944472504688, 0.263653846153846, 0.263846251850176, 0.53626923076923, 0.448432314161918, 1.12459615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 720, '2021-05-23 00:00:00', 0.0922482541006369, 0.145403846153845, 0.0975619349636216, 0.202865384615386, 0.151528277381335, 0.256326923076925, 0.276251154539883, 0.546403846153846, 0.443922478072985, 1.12844230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 735, '2021-05-23 00:00:00', 0.0694180784478027, 0.133519230769232, 0.0754607208063637, 0.167903846153849, 0.148965158549037, 0.264461538461541, 0.27114502860732, 0.552942307692307, 0.431680908239477, 1.12394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 750, '2021-05-23 00:00:00', 0.0334995350139945, 0.114826923076924, 0.11511203238585, 0.176000000000003, 0.169510870992441, 0.277153846153848, 0.25851344333442, 0.537096153846154, 0.412775481904553, 1.10896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 765, '2021-05-23 00:00:00', 0.0952365718376354, 0.125269230769229, 0.106181702030784, 0.195923076923075, 0.148437275020073, 0.275769230769231, 0.249162674695751, 0.527961538461541, 0.410241516107842, 1.10480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 780, '2021-05-23 00:00:00', 0.0638760488398004, 0.146480769230768, 0.116162068481267, 0.195115384615384, 0.135050144533291, 0.265692307692307, 0.245563635023912, 0.538326923076925, 0.39929310855368, 1.10205769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 795, '2021-05-23 00:00:00', 0.0756119267148936, 0.12578846153846, 0.0733754648786242, 0.172326923076922, 0.113425300732045, 0.25432692307692, 0.239954724094749, 0.534519230769232, 0.40402642383122, 1.08163461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 810, '2021-05-23 00:00:00', 0.0461103192188219, 0.128192307692308, 0.0785907217072196, 0.177807692307693, 0.101564651634017, 0.251961538461536, 0.235917981184469, 0.547423076923079, 0.406292435890132, 1.08021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 825, '2021-05-23 00:00:00', 0.0508186822097783, 0.126961538461539, 0.0973838025546393, 0.185749999999997, 0.109687025037327, 0.24978846153846, 0.216472780310563, 0.546730769230769, 0.407956346175192, 1.08509615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 840, '2021-05-23 00:00:00', 0.0790275049489874, 0.128557692307689, 0.0779068600712071, 0.170173076923073, 0.108209682490137, 0.241153846153844, 0.215615684637133, 0.577788461538462, 0.406111617851354, 1.08161538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 855, '2021-05-23 00:00:00', 0.0404717755403064, 0.113769230769226, 0.0697405659459559, 0.174057692307693, 0.106863984362581, 0.238865384615384, 0.256161707490827, 0.606403846153845, 0.402891457037555, 1.07738461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 870, '2021-05-23 00:00:00', 0.0679263968175578, 0.12765384615385, 0.0873022710956723, 0.173557692307693, 0.183408652593475, 0.261576923076921, 0.253570223925325, 0.612538461538463, 0.400155370305852, 1.07290384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 885, '2021-05-23 00:00:00', 0.0615983391384508, 0.126846153846153, 0.0629746011072368, 0.177596153846155, 0.166908339654297, 0.267076923076925, 0.245308375002068, 0.607326923076924, 0.393774102070637, 1.06778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 900, '2021-05-23 00:00:00', 0.0499721961155919, 0.132403846153844, 0.170567776964061, 0.20255769230769, 0.177286284123903, 0.277057692307692, 0.232935088349988, 0.608846153846153, 0.391302515767727, 1.06267307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 915, '2021-05-23 00:00:00', 0.165951768943222, 0.14798076923077, 0.162716189918332, 0.199538461538463, 0.19559100282123, 0.290596153846154, 0.240083748208511, 0.608615384615385, 0.393148420300291, 1.06509615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 930, '2021-05-23 00:00:00', 0.0540661596137974, 0.136519230769228, 0.0852378662693628, 0.187076923076919, 0.155604840986588, 0.266942307692308, 0.232666887168364, 0.596096153846153, 0.398259438055144, 1.066 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 945, '2021-05-23 00:00:00', 0.0562373438753429, 0.129173076923079, 0.105752614079344, 0.199153846153845, 0.117929752558298, 0.269057692307694, 0.223886867894, 0.57348076923077, 0.393649138974525, 1.06773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 960, '2021-05-23 00:00:00', 0.0815323178019223, 0.144673076923075, 0.0954969290686281, 0.18321153846154, 0.120277454885967, 0.310115384615387, 0.216974770777265, 0.563365384615385, 0.395828729959736, 1.08178846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 975, '2021-05-23 00:00:00', 0.0414208838073867, 0.117480769230772, 0.0726758795030252, 0.198211538461544, 0.120433690660685, 0.321923076923083, 0.212685683580255, 0.551000000000003, 0.391349625802023, 1.10298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 990, '2021-05-23 00:00:00', 0.0553269860431134, 0.158153846153849, 0.0931948166270692, 0.249923076923078, 0.0948466637019143, 0.328480769230772, 0.213703746232596, 0.536634615384617, 0.420282703848073, 1.11936538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1005, '2021-05-23 00:00:00', 0.0521497842756773, 0.158999999999997, 0.0789588427356537, 0.218826923076922, 0.08637957602261, 0.297865384615387, 0.204035544603235, 0.518711538461541, 0.43385737819632, 1.12323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1020, '2021-05-23 00:00:00', 0.0627785025674836, 0.156903846153847, 0.0758621345701415, 0.225288461538464, 0.123295068215047, 0.34192307692308, 0.188213405882381, 0.500384615384618, 0.426605123215657, 1.11836538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1035, '2021-05-23 00:00:00', 0.0628020975886816, 0.158711538461538, 0.0645527601745554, 0.223173076923078, 0.192751174794385, 0.376653846153843, 0.177094130771875, 0.485634615384616, 0.454922167476525, 1.12853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1050, '2021-05-23 00:00:00', 0.0490570037342705, 0.140480769230769, 0.11993014152478, 0.249673076923077, 0.180895924179116, 0.345846153846153, 0.162733297618667, 0.448884615384616, 0.443553360331696, 1.10928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1065, '2021-05-23 00:00:00', 0.0978864825271527, 0.188211538461541, 0.170877319915605, 0.266038461538459, 0.167569370250521, 0.305576923076924, 0.14962838583021, 0.413576923076927, 0.450588197206207, 1.09121153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1080, '2021-05-23 00:00:00', 0.159342287593047, 0.182730769230766, 0.157621147546409, 0.219384615384617, 0.148683101310759, 0.253230769230768, 0.137357265776292, 0.364538461538465, 0.441565085367249, 1.07823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1095, '2021-05-23 00:00:00', 0.0665405255349065, 0.125692307692307, 0.0897128003044259, 0.163942307692308, 0.0899765268534824, 0.211346153846156, 0.101516182870592, 0.324346153846156, 0.438877180997144, 1.0585 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1110, '2021-05-23 00:00:00', 0.0644908818838294, 0.115576923076925, 0.0747167291534116, 0.152519230769233, 0.0854382818179299, 0.203000000000004, 0.0979012709118424, 0.30817307692308, 0.437839080467486, 1.05240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1125, '2021-05-23 00:00:00', 0.0507330115559712, 0.109961538461536, 0.0518053902749357, 0.147038461538462, 0.081011416574358, 0.19448076923077, 0.10606410978562, 0.295653846153847, 0.438373106365588, 1.04609615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1140, '2021-05-23 00:00:00', 0.0351847213344783, 0.103730769230773, 0.0484679949911479, 0.132057692307696, 0.0756942839016568, 0.182730769230769, 0.108692289727259, 0.275923076923079, 0.417843058502185, 1.03430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1155, '2021-05-23 00:00:00', 0.0341581840627061, 0.0896923076923096, 0.0555743749748592, 0.133365384615386, 0.074352166178159, 0.180230769230768, 0.111842927289197, 0.261596153846153, 0.412704450498827, 1.03071153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1170, '2021-05-23 00:00:00', 0.0395333209019724, 0.0972884615384609, 0.0608470118095673, 0.132173076923076, 0.0748592653943669, 0.170480769230768, 0.106436230456771, 0.257865384615382, 0.41145430440741, 1.03126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1185, '2021-05-23 00:00:00', 0.0480345068274231, 0.0809230769230753, 0.0511046324860873, 0.116288461538464, 0.0578307111649669, 0.147634615384617, 0.114450105017261, 0.240442307692303, 0.412154007809999, 1.02838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1200, '2021-05-23 00:00:00', 0.0302649327414764, 0.0841153846153894, 0.0373830689771944, 0.108076923076925, 0.0462500228690161, 0.140269230769232, 0.124713537911736, 0.249442307692306, 0.410962438860105, 1.02861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1215, '2021-05-23 00:00:00', 0.0272981613920159, 0.0694807692307681, 0.0434378114266624, 0.0987884615384605, 0.0423608491234713, 0.135192307692306, 0.122831768942482, 0.269211538461536, 0.407766796097966, 1.025 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1230, '2021-05-23 00:00:00', 0.0360474473650817, 0.0774615384615388, 0.0387110598388402, 0.105884615384615, 0.059022994215425, 0.140576923076922, 0.115446226243422, 0.266365384615384, 0.401294300214463, 1.02265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1245, '2021-05-23 00:00:00', 0.0274750866170705, 0.076096153846157, 0.0329075920629977, 0.0979807692307708, 0.0531158965050814, 0.128961538461543, 0.107053999673782, 0.255326923076923, 0.395259299506228, 1.01542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1260, '2021-05-23 00:00:00', 0.0247386648479962, 0.0691923076923058, 0.0442785457686332, 0.0965192307692309, 0.0447283295187606, 0.128288461538464, 0.109354736804305, 0.25203846153846, 0.393428322080888, 1.01526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1275, '2021-05-23 00:00:00', 0.040908514253902, 0.0704423076923057, 0.0399743186789518, 0.0936153846153878, 0.0516209297147531, 0.135903846153847, 0.104238375112784, 0.253673076923078, 0.390299628983442, 1.01359615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1290, '2021-05-23 00:00:00', 0.0336321274973804, 0.0710000000000045, 0.0345375826511458, 0.0997692307692349, 0.0593091898444137, 0.137500000000004, 0.0983335473704754, 0.260442307692309, 0.387799972725826, 1.00832692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1305, '2021-05-23 00:00:00', 0.0234082579117193, 0.0754423076923055, 0.0386605941297012, 0.109307692307691, 0.0611755387263725, 0.134442307692306, 0.0911718917548254, 0.260576923076923, 0.387760447461293, 1.00626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1320, '2021-05-23 00:00:00', 0.0356073242249613, 0.0798076923076908, 0.0510303981805149, 0.0973076923076934, 0.0667242430858868, 0.12026923076923, 0.0924377545245361, 0.256038461538462, 0.384230612343078, 1.00428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1335, '2021-05-23 00:00:00', 0.0312188306093568, 0.0636538461538495, 0.0355443168669588, 0.0800384615384622, 0.0547537986037395, 0.111961538461536, 0.0842489739722968, 0.24898076923077, 0.382682503971833, 1.00032692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1350, '2021-05-23 00:00:00', 0.0174384742628346, 0.0514038461538462, 0.035994935541202, 0.0823461538461535, 0.0479489993478614, 0.113057692307692, 0.0832532558845858, 0.251269230769231, 0.380799351566995, 0.999615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1365, '2021-05-23 00:00:00', 0.036291326575579, 0.0749038461538458, 0.0437272842126675, 0.0921538461538434, 0.0555179562082232, 0.118711538461536, 0.0924495558919292, 0.262096153846155, 0.38020388659851, 1.00015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1380, '2021-05-23 00:00:00', 0.0324210757663324, 0.0706153846153818, 0.0386450315246104, 0.0900384615384608, 0.0630181323112614, 0.122749999999996, 0.105993650027505, 0.275423076923077, 0.375752453802312, 1.00005769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1395, '2021-05-23 00:00:00', 0.0399109778613077, 0.0606153846153833, 0.043514864834192, 0.0807884615384609, 0.0550881007673503, 0.167673076923071, 0.152122907039518, 0.303673076923078, 0.37276051086661, 0.99996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1410, '2021-05-23 00:00:00', 0.0277943062791371, 0.0542115384615388, 0.0435210338183192, 0.0909038461538424, 0.0483314239233789, 0.166057692307689, 0.282289955269668, 0.347826923076925, 0.371941122305044, 0.999038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 2, 1425, '2021-05-23 00:00:00', 0.028539210543766, 0.0694423076923053, 0.0468375260464697, 0.146923076923076, 0.044494787940233, 0.159384615384615, 0.282399338771284, 0.362057692307694, 0.370980627733907, 0.999115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 0, '2021-05-23 00:00:00', 0.0473761056294773, 0.12634615384615, 0.0459700947941644, 0.14301923076923, 0.045283534110519, 0.15553846153846, 0.286354826288048, 0.376442307692311, 0.37043568994444, 0.998403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 15, '2021-05-23 00:00:00', 0.0467675470977307, 0.0752115384615396, 0.0441962232984478, 0.0966153846153846, 0.0391659241609969, 0.136480769230771, 0.282139338189209, 0.36311538461539, 0.361131020332169, 0.99242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 30, '2021-05-23 00:00:00', 0.0347113592580085, 0.0694615384615389, 0.0340558590915244, 0.088192307692309, 0.0677868378419902, 0.151846153846156, 0.282051182616531, 0.361519230769236, 0.368207840554968, 0.998423076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 45, '2021-05-23 00:00:00', 0.028564724076006, 0.0637884615384628, 0.0365944720499648, 0.108346153846155, 0.0551078941713448, 0.150500000000007, 0.282161871163451, 0.355807692307696, 0.366438690432865, 0.99492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 60, '2021-05-23 00:00:00', 0.030850632707639, 0.085307692307693, 0.0590772896623265, 0.118884615384617, 0.063049333553483, 0.144961538461543, 0.28315699640903, 0.350230769230771, 0.363251364548231, 0.992923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 75, '2021-05-23 00:00:00', 0.0408246720275121, 0.0674230769230797, 0.0423616708103714, 0.0926346153846221, 0.0586369665497314, 0.131576923076924, 0.285435658922662, 0.337153846153848, 0.35732367141549, 0.985884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 90, '2021-05-23 00:00:00', 0.0263300427999298, 0.0668653846153874, 0.0337481680414476, 0.0913269230769257, 0.0607246781668015, 0.135942307692304, 0.275517406960906, 0.333192307692307, 0.353064208586221, 0.981653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 105, '2021-05-23 00:00:00', 0.0234482408721821, 0.0600000000000023, 0.030878446553194, 0.0974615384615349, 0.0640292000694874, 0.136538461538459, 0.257830642834813, 0.330096153846153, 0.347492040860704, 0.97596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 120, '2021-05-23 00:00:00', 0.02049003510152, 0.0791923076923065, 0.0437941030452532, 0.104211538461536, 0.0740443759875411, 0.160480769230768, 0.250183932337788, 0.326000000000001, 0.345507114476454, 0.973115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 135, '2021-05-23 00:00:00', 0.0359304028109064, 0.0670769230769209, 0.0449589214215033, 0.102269230769229, 0.117183163663363, 0.183076923076927, 0.25247240519434, 0.318846153846157, 0.346078919967907, 0.967673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 150, '2021-05-23 00:00:00', 0.0227207208038468, 0.0728653846153833, 0.0535276528103433, 0.11748076923077, 0.252111086626508, 0.218000000000005, 0.250266025384064, 0.309788461538463, 0.346339031874836, 0.967250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 165, '2021-05-23 00:00:00', 0.0367441308761835, 0.0871346153846166, 0.0955021485863832, 0.147096153846157, 0.237367154749441, 0.222884615384619, 0.232452178704814, 0.305153846153846, 0.341187189767636, 0.966538461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 180, '2021-05-23 00:00:00', 0.0798520169775622, 0.116769230769232, 0.218293585831979, 0.178480769230772, 0.226712006400527, 0.223076923076926, 0.214316825140865, 0.298692307692307, 0.336862439968508, 0.961788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 195, '2021-05-23 00:00:00', 0.154504642698479, 0.11673076923077, 0.149360324512442, 0.155442307692309, 0.152104853763651, 0.203557692307694, 0.141728061658722, 0.269711538461536, 0.32512648248856, 0.942519230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 210, '2021-05-23 00:00:00', 0.0341127542130561, 0.089500000000001, 0.0605342496824358, 0.121153846153849, 0.0730422559471328, 0.166365384615384, 0.0843231604282914, 0.24584615384615, 0.325142674600171, 0.937173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 225, '2021-05-23 00:00:00', 0.0536538800661594, 0.0936730769230776, 0.0701060186157637, 0.137923076923075, 0.0725076972041337, 0.164115384615383, 0.0895146163397998, 0.246942307692303, 0.325111505723567, 0.936634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 240, '2021-05-23 00:00:00', 0.0466966149325013, 0.0944230769230752, 0.0563272170856636, 0.120846153846156, 0.0542192309056482, 0.150250000000001, 0.0984189709667492, 0.241923076923073, 0.326707154803806, 0.937750000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 255, '2021-05-23 00:00:00', 0.0357392479796878, 0.0764230769230789, 0.0340550515850647, 0.0979423076923102, 0.0404337872805164, 0.136365384615387, 0.0958187812808852, 0.244173076923073, 0.327367225581019, 0.935096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 270, '2021-05-23 00:00:00', 0.0295372060029625, 0.0700576923076929, 0.0285481779022476, 0.101461538461538, 0.0396554584466657, 0.134846153846149, 0.0862938806993533, 0.243576923076919, 0.32925722467396, 0.938000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 285, '2021-05-23 00:00:00', 0.0232168788069912, 0.0712884615384581, 0.0272013574321918, 0.0955769230769181, 0.0478811509404744, 0.136230769230762, 0.0823385716697571, 0.244596153846148, 0.333560752164603, 0.939846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 300, '2021-05-23 00:00:00', 0.0233660832437496, 0.0690769230769217, 0.0331032708121348, 0.0969423076923044, 0.0534935977477642, 0.129749999999996, 0.0912350894034807, 0.247692307692304, 0.329965912575131, 0.940788461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 315, '2021-05-23 00:00:00', 0.0282819934560172, 0.0691346153846148, 0.038735657395301, 0.0983653846153826, 0.061502598444165, 0.121980769230768, 0.124859367043334, 0.288807692307692, 0.331006895698565, 0.939250000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 330, '2021-05-23 00:00:00', 0.026714106040415, 0.0692115384615361, 0.0425269733409086, 0.0902884615384592, 0.0572138935520423, 0.111980769230769, 0.125531750504071, 0.302903846153846, 0.33181311526451, 0.937788461538466 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 345, '2021-05-23 00:00:00', 0.0386458127894057, 0.0623269230769239, 0.0537984700954892, 0.0868461538461564, 0.0542441347414285, 0.119115384615386, 0.139182250470936, 0.324173076923077, 0.329376570204986, 0.939250000000005 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 360, '2021-05-23 00:00:00', 0.028342201477928, 0.0654038461538485, 0.0284547954590339, 0.0831538461538508, 0.0394870037042381, 0.115211538461539, 0.170642712661914, 0.356846153846156, 0.331871845052367, 0.933192307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 375, '2021-05-23 00:00:00', 0.0194995857944192, 0.0564230769230807, 0.0297881494247921, 0.0819230769230789, 0.0411498060561836, 0.111057692307692, 0.17671386367624, 0.380480769230769, 0.331925849573945, 0.932519230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 390, '2021-05-23 00:00:00', 0.0237223442219475, 0.0629807692307688, 0.0315671506474701, 0.0817499999999984, 0.0447221550671038, 0.119365384615382, 0.18017251561938, 0.408653846153847, 0.331925849573945, 0.932519230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 405, '2021-05-23 00:00:00', 0.026442746569783, 0.0556730769230766, 0.0390215768714965, 0.0837115384615386, 0.0547344639003752, 0.117307692307692, 0.180973546728202, 0.422730769230772, 0.331925849573945, 0.932519230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 420, '2021-05-23 00:00:00', 0.0302540016425014, 0.062230769230769, 0.0326414613643423, 0.0852499999999999, 0.0648573938611539, 0.119192307692308, 0.174864806020582, 0.446403846153847, 0.3306887503611, 0.933019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 435, '2021-05-23 00:00:00', 0.0156046344200887, 0.0607692307692334, 0.0371432569716452, 0.0881923076923101, 0.0602729592386549, 0.137019230769231, 0.168679665684352, 0.458519230769228, 0.326794301334365, 0.937653846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 450, '2021-05-23 00:00:00', 0.0379501140162468, 0.066634615384616, 0.0560671609630883, 0.0899423076923103, 0.0614357481751928, 0.140634615384615, 0.177318769885891, 0.473384615384613, 0.326348474086309, 0.939057692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 465, '2021-05-23 00:00:00', 0.0336842179434447, 0.0660576923076967, 0.0400836049353775, 0.10915384615385, 0.0473263668582371, 0.143750000000002, 0.183365999071216, 0.499980769230769, 0.325428432401635, 0.938730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 480, '2021-05-23 00:00:00', 0.0385795332348052, 0.0915961538461545, 0.0441412113388579, 0.114442307692306, 0.06019455955483, 0.156249999999996, 0.185900098274483, 0.507557692307692, 0.323073621045396, 0.941730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 495, '2021-05-23 00:00:00', 0.0280820021749498, 0.0733269230769207, 0.0423806605023488, 0.109096153846152, 0.106338279163173, 0.208519230769229, 0.188259237182712, 0.510096153846153, 0.318712653317397, 0.940846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 510, '2021-05-23 00:00:00', 0.0299188903537588, 0.0789999999999968, 0.0446802701252094, 0.116442307692303, 0.100151333567683, 0.218480769230767, 0.190568833717939, 0.521096153846155, 0.319050364965494, 0.940346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 525, '2021-05-23 00:00:00', 0.0281975790013681, 0.0777884615384597, 0.0743688003233809, 0.16603846153846, 0.0999966307124703, 0.226384615384615, 0.190242125077086, 0.518615384615384, 0.320525473006675, 0.938673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 540, '2021-05-23 00:00:00', 0.0709161151263624, 0.147846153846153, 0.0765614810764231, 0.185903846153843, 0.147145490534421, 0.266346153846155, 0.191290499985271, 0.532346153846154, 0.320950338837646, 0.945500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 555, '2021-05-23 00:00:00', 0.0576263694981598, 0.10653846153846, 0.0695669793464158, 0.157269230769232, 0.162403585598915, 0.265730769230771, 0.192488441211414, 0.525500000000002, 0.322367251152137, 0.94723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 570, '2021-05-23 00:00:00', 0.0524720914831449, 0.108903846153846, 0.142836641495962, 0.184384615384618, 0.167389467548451, 0.303423076923078, 0.197450157293898, 0.525769230769232, 0.327379183234647, 0.94948076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 585, '2021-05-23 00:00:00', 0.143077676590241, 0.144307692307695, 0.156686615205688, 0.212346153846152, 0.160010355434121, 0.305423076923078, 0.184214470533251, 0.531365384615385, 0.338114723361532, 0.957115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 600, '2021-05-23 00:00:00', 0.0680230390834913, 0.159923076923074, 0.0977393393753961, 0.232538461538461, 0.11469367395874, 0.304826923076923, 0.151871075131304, 0.513788461538464, 0.318964825646965, 0.937000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 615, '2021-05-23 00:00:00', 0.0558662138161702, 0.153423076923074, 0.0738560450106508, 0.197653846153844, 0.102056650934663, 0.272999999999997, 0.131710591829207, 0.496500000000002, 0.323325909047724, 0.944288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 630, '2021-05-23 00:00:00', 0.0555881178504334, 0.133826923076922, 0.09382675729564, 0.209596153846155, 0.098472971691962, 0.276384615384615, 0.130019359505244, 0.48342307692308, 0.332359001914866, 0.954884615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 645, '2021-05-23 00:00:00', 0.0549978321251095, 0.146192307692307, 0.0581324383164427, 0.195096153846152, 0.0831227012406263, 0.288211538461539, 0.128108451651776, 0.468153846153849, 0.330064024674936, 0.968096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 660, '2021-05-23 00:00:00', 0.0461042672812215, 0.136711538461539, 0.0731341470281738, 0.19571153846154, 0.0850766102720634, 0.278019230769233, 0.129089541076669, 0.454480769230774, 0.363153195582168, 0.979788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 675, '2021-05-23 00:00:00', 0.050115405277756, 0.130576923076925, 0.0766395860756404, 0.196615384615387, 0.0864042733985931, 0.258461538461542, 0.132684815953506, 0.45440384615385, 0.380388412830074, 0.982769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 690, '2021-05-23 00:00:00', 0.0492782367316901, 0.143269230769233, 0.0630602398199848, 0.191076923076926, 0.0800139987752201, 0.261000000000002, 0.122326085336884, 0.456365384615387, 0.388323893359453, 0.978615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 705, '2021-05-23 00:00:00', 0.0456884600814642, 0.126346153846153, 0.0722637264043741, 0.182615384615389, 0.077661189693537, 0.246096153846154, 0.128433528153073, 0.474865384615385, 0.388946101170049, 0.977519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982380 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 982380, 3, 720, '2021-05-23 00:00:00', 0.0617356897152342, 0.129653846153849, 0.0742654801267876, 0.181692307692306, 0.0715808956033978, 0.224730769230769, 0.168747845570292, 0.495346153846153, 0.41930[...];
Date: 2021-05-23 15:28:37 Duration: 15s837ms Database: acaweb_fx User: pgperfstats
3 14s588ms 17s557ms 16s73ms 2 32s146ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symboli[...];Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration May 23 15 2 32s146ms 16s73ms [ User: pgperfstats - Total duration: 32s146ms - 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 982605, 1, 945, '2021-05-23 00:00:00', 0.0198282238624277, 0.0594615384615376, 0.0246837224471148, 0.0883846153846155, 0.0359057794790768, 0.127750000000001, 0.107794055780172, 0.281538461538462, 0.321757053595507, 0.646307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 960, '2021-05-23 00:00:00', 0.0253445184484656, 0.0687692307692306, 0.0273682016496951, 0.0860384615384624, 0.0492873364918574, 0.148807692307693, 0.107627498630874, 0.280538461538461, 0.320547476382805, 0.653230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 975, '2021-05-23 00:00:00', 0.0183080898470075, 0.0538846153846163, 0.0327585338264942, 0.0943076923076928, 0.0458731360971168, 0.152769230769232, 0.0958042093984487, 0.271942307692308, 0.320640263319407, 0.663961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 990, '2021-05-23 00:00:00', 0.037053121948818, 0.083076923076924, 0.0457151085949306, 0.121634615384616, 0.0532735899354973, 0.157653846153847, 0.0989630486595898, 0.268249999999999, 0.320298257638336, 0.667423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1005, '2021-05-23 00:00:00', 0.027795074273084, 0.081884615384615, 0.0396864634934309, 0.119153846153846, 0.0387773327920002, 0.149692307692308, 0.0911538197013942, 0.255673076923076, 0.318353224240961, 0.673846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1020, '2021-05-23 00:00:00', 0.0431043456670518, 0.0887307692307671, 0.0424069524416079, 0.111519230769229, 0.0589796444677175, 0.167038461538461, 0.0946592918759791, 0.252807692307691, 0.316238377104751, 0.679134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1035, '2021-05-23 00:00:00', 0.0265636897923593, 0.0779807692307688, 0.0303849406019574, 0.105730769230771, 0.0706941407647164, 0.169307692307692, 0.0998392014884254, 0.245615384615384, 0.31846225292562, 0.675942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1050, '2021-05-23 00:00:00', 0.0303209244835719, 0.0795384615384636, 0.0492875588920621, 0.125288461538462, 0.0606401396639354, 0.156442307692308, 0.094277628066505, 0.236365384615383, 0.31957929135277, 0.677788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1065, '2021-05-23 00:00:00', 0.04235333062918, 0.0892692307692301, 0.0589448144780037, 0.118634615384615, 0.0653118201105574, 0.150076923076924, 0.0981075097102079, 0.226711538461537, 0.318883897367051, 0.671999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1080, '2021-05-23 00:00:00', 0.0334252840733584, 0.0734807692307692, 0.0306412554974763, 0.0954423076923076, 0.0606018056344363, 0.138673076923077, 0.0957271041113139, 0.217538461538461, 0.317942822629382, 0.667961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1095, '2021-05-23 00:00:00', 0.0260184623799209, 0.0604038461538454, 0.0449464852737299, 0.0870576923076899, 0.0651804389014434, 0.12351923076923, 0.0887372807787122, 0.216749999999999, 0.318389041172056, 0.667307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1110, '2021-05-23 00:00:00', 0.0290050194595053, 0.0623653846153845, 0.0464682025276868, 0.0924230769230766, 0.0634326929781628, 0.115942307692308, 0.0844839561464419, 0.215673076923078, 0.318389041172056, 0.667307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1125, '2021-05-23 00:00:00', 0.0422015356993638, 0.0614807692307676, 0.0548563999491854, 0.0827692307692292, 0.0607018850296601, 0.102326923076922, 0.0814284867938641, 0.211461538461539, 0.318091143203666, 0.668153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1140, '2021-05-23 00:00:00', 0.0304158928598459, 0.0509423076923077, 0.0390014250232761, 0.0683653846153847, 0.0333847328073094, 0.0890961538461535, 0.0797484506721941, 0.207846153846155, 0.318381122000274, 0.671326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1155, '2021-05-23 00:00:00', 0.0255336053075172, 0.0467500000000013, 0.0260428714593116, 0.060865384615385, 0.0629246069025954, 0.0991153846153856, 0.0793108102050695, 0.206769230769231, 0.316962337607386, 0.674711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1170, '2021-05-23 00:00:00', 0.0166022704656725, 0.0426538461538459, 0.0232722019717809, 0.0608461538461536, 0.0633806328099096, 0.0957692307692306, 0.0787902693132939, 0.207442307692308, 0.316726212755045, 0.674076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1185, '2021-05-23 00:00:00', 0.0230711691544634, 0.0466730769230751, 0.0645758975041115, 0.079942307692309, 0.0637672209017958, 0.101038461538462, 0.0759082771406484, 0.204942307692307, 0.315631904037208, 0.673173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1200, '2021-05-23 00:00:00', 0.0661554114304979, 0.0610384615384633, 0.0654330926625408, 0.0739807692307699, 0.0665566271334761, 0.101269230769232, 0.0759775599462404, 0.20148076923077, 0.317658762849987, 0.66801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1215, '2021-05-23 00:00:00', 0.0153767181654101, 0.0352115384615377, 0.0231357199685138, 0.0568076923076914, 0.0734843494588098, 0.09701923076923, 0.0800518197554176, 0.194576923076924, 0.318482642927607, 0.669576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1230, '2021-05-23 00:00:00', 0.0229342203167741, 0.043038461538461, 0.0399084770250815, 0.0669423076923076, 0.0724339699312407, 0.101999999999998, 0.0822578053345793, 0.198057692307693, 0.316569895672589, 0.669673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1245, '2021-05-23 00:00:00', 0.0270256075146988, 0.045788461538461, 0.0613036703632006, 0.0694999999999984, 0.0613704764900467, 0.0938461538461521, 0.0770327827316702, 0.193519230769233, 0.31569543319228, 0.669057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1260, '2021-05-23 00:00:00', 0.0611348603813409, 0.0503653846153841, 0.0615782304190234, 0.068461538461538, 0.0644762717236697, 0.101480769230771, 0.0737306010992817, 0.189692307692311, 0.315948094568615, 0.668461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1275, '2021-05-23 00:00:00', 0.0230812611307247, 0.0392307692307696, 0.0280744614305502, 0.0561538461538459, 0.0497014974236578, 0.107826923076925, 0.0656482936681408, 0.182961538461541, 0.315821625045141, 0.661826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1290, '2021-05-23 00:00:00', 0.0177348093177923, 0.0387884615384598, 0.0259456829075361, 0.06546153846154, 0.046027704867662, 0.108519230769231, 0.0689025845222525, 0.181384615384616, 0.314284964397207, 0.662826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1305, '2021-05-23 00:00:00', 0.0235869993526438, 0.0514423076923101, 0.0459296619425165, 0.0840769230769239, 0.0437455096596743, 0.109519230769232, 0.0757609804176671, 0.183615384615385, 0.316854312554864, 0.664653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1320, '2021-05-23 00:00:00', 0.0468069028439838, 0.0671153846153864, 0.0463269484624891, 0.0841153846153862, 0.0448361976017656, 0.10373076923077, 0.0746115272595322, 0.1825, 0.317989623076941, 0.665903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1335, '2021-05-23 00:00:00', 0.023630269050194, 0.0405192307692313, 0.0252599789877487, 0.0610576923076953, 0.0277388993736525, 0.084057692307693, 0.078669887211347, 0.182365384615384, 0.313445930191869, 0.663634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1350, '2021-05-23 00:00:00', 0.0176506264870281, 0.0447307692307735, 0.0230498122802304, 0.0594230769230803, 0.0214926821177671, 0.0791538461538464, 0.0843941849983644, 0.18996153846154, 0.313717222008318, 0.664653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1365, '2021-05-23 00:00:00', 0.0153807196990757, 0.0405576923076925, 0.015943699020664, 0.057307692307691, 0.0174225318304953, 0.0682307692307676, 0.0826472415659557, 0.193557692307692, 0.318053276258023, 0.666057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1380, '2021-05-23 00:00:00', 0.0144224184465064, 0.0423846153846133, 0.0173772729559219, 0.0520192307692283, 0.0181392901226553, 0.0690769230769217, 0.0836940582396117, 0.204653846153846, 0.333161219924436, 0.670461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1395, '2021-05-23 00:00:00', 0.0117108266804046, 0.0302884615384613, 0.0126879712871935, 0.0422307692307676, 0.0400869871462241, 0.105942307692307, 0.133515161916309, 0.227538461538461, 0.329006551840303, 0.668865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1410, '2021-05-23 00:00:00', 0.0113894012809491, 0.0309615384615376, 0.0185902786837248, 0.0484615384615392, 0.0490156489924788, 0.115423076923078, 0.138739806278348, 0.239076923076922, 0.328908199140031, 0.668711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 1, 1425, '2021-05-23 00:00:00', 0.0173523330286878, 0.0397884615384624, 0.0400087298166073, 0.0995384615384619, 0.0521543751391366, 0.116673076923078, 0.143790954032367, 0.246961538461537, 0.32809440714526, 0.6695 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 0, '2021-05-23 00:00:00', 0.037717879865368, 0.0774615384615399, 0.0455068253545138, 0.0981346153846166, 0.0491502914929916, 0.109134615384617, 0.14887298148215, 0.254730769230769, 0.321977244776469, 0.671884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 15, '2021-05-23 00:00:00', 0.04178750273246, 0.0716538461538467, 0.0502874697651874, 0.0859807692307698, 0.0493381737057157, 0.110846153846155, 0.146857502885777, 0.263115384615384, 0.315094840423542, 0.669961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 30, '2021-05-23 00:00:00', 0.0362577737022876, 0.0501153846153856, 0.0407901996148017, 0.0720961538461565, 0.0503694237226705, 0.114326923076922, 0.153173427350027, 0.276673076923077, 0.313868745840334, 0.668980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 45, '2021-05-23 00:00:00', 0.0283471406779483, 0.050403846153848, 0.0388528189255481, 0.0816923076923086, 0.0585336983809639, 0.113923076923078, 0.155628996704934, 0.28476923076923, 0.313919718423968, 0.661480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 60, '2021-05-23 00:00:00', 0.0358395784659281, 0.0638461538461526, 0.0463761211765777, 0.0832307692307677, 0.0578164203452486, 0.110461538461537, 0.167250467401898, 0.290326923076922, 0.315283808654994, 0.655999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 75, '2021-05-23 00:00:00', 0.0279627499473033, 0.0458461538461525, 0.037188190846848, 0.0673076923076923, 0.0469003895342189, 0.101442307692308, 0.152228820681742, 0.278576923076923, 0.30383261079847, 0.644346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 90, '2021-05-23 00:00:00', 0.0185321342537767, 0.0465000000000001, 0.0257924332970856, 0.0634807692307685, 0.04349815645961, 0.101480769230771, 0.138550374066064, 0.285615384615386, 0.287431102781437, 0.637673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 105, '2021-05-23 00:00:00', 0.0184758886535512, 0.0439615384615374, 0.0278270482693473, 0.0742307692307695, 0.0424185237113008, 0.0996346153846156, 0.142498087706469, 0.289250000000001, 0.281098962179623, 0.631942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 120, '2021-05-23 00:00:00', 0.0256426702677687, 0.0609423076923085, 0.0338699151732937, 0.0776346153846177, 0.0404989078675159, 0.108692307692309, 0.151356203654213, 0.294903846153848, 0.281956510558195, 0.628076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 135, '2021-05-23 00:00:00', 0.0214198775404092, 0.0438653846153869, 0.0225707520068304, 0.0648269230769233, 0.100488897205306, 0.124538461538462, 0.14513896921439, 0.285903846153848, 0.271904066792794, 0.619307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 150, '2021-05-23 00:00:00', 0.019956539317688, 0.0522115384615385, 0.0299163256176535, 0.078557692307693, 0.0952532171877415, 0.132653846153846, 0.142682958122059, 0.283057692307693, 0.276236612623754, 0.615884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 165, '2021-05-23 00:00:00', 0.0206847770111258, 0.0575000000000002, 0.0947140981301891, 0.101403846153846, 0.0949627376314581, 0.140192307692306, 0.136868770669628, 0.277403846153846, 0.285000502023849, 0.617384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 180, '2021-05-23 00:00:00', 0.0964855927866152, 0.0825192307692318, 0.093881252736553, 0.109519230769231, 0.0963928181174051, 0.144153846153846, 0.131958472488652, 0.273461538461538, 0.293579773590651, 0.619211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 195, '2021-05-23 00:00:00', 0.0318925359003286, 0.0669230769230756, 0.0393891287227622, 0.0952115384615362, 0.049360167684542, 0.128384615384615, 0.108656607997573, 0.250538461538461, 0.298856654602168, 0.612 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 210, '2021-05-23 00:00:00', 0.0266971980667522, 0.063403846153845, 0.0320793487369159, 0.09026923076923, 0.053600947178773, 0.136692307692308, 0.0978054210389956, 0.244596153846154, 0.297171945176526, 0.619250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 225, '2021-05-23 00:00:00', 0.0215775613507681, 0.066365384615385, 0.0389981459125344, 0.0958461538461546, 0.056346281701089, 0.142211538461538, 0.0976314675785334, 0.244711538461539, 0.293294042531748, 0.618653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 240, '2021-05-23 00:00:00', 0.0314137157697316, 0.0701923076923078, 0.0433642577032497, 0.103173076923078, 0.0603475734009628, 0.14101923076923, 0.0984018781090299, 0.236980769230769, 0.295818366829792, 0.617384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 255, '2021-05-23 00:00:00', 0.025162678407026, 0.0645961538461551, 0.0337201891134392, 0.0926346153846139, 0.0526173413941148, 0.122269230769229, 0.0881312570064574, 0.221461538461539, 0.286590227435512, 0.610961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 270, '2021-05-23 00:00:00', 0.0227977056875324, 0.0623461538461515, 0.0345486112378127, 0.0820576923076911, 0.047194654195315, 0.119346153846154, 0.0846578089450978, 0.206269230769232, 0.283069826259285, 0.608057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 285, '2021-05-23 00:00:00', 0.0285030700100888, 0.0577499999999997, 0.0329243655391255, 0.0739230769230757, 0.0470801934510103, 0.119230769230768, 0.0849768859975811, 0.200634615384616, 0.284757078658553, 0.607576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 300, '2021-05-23 00:00:00', 0.0201865149199991, 0.0503461538461521, 0.0344131012618964, 0.0848076923076917, 0.0606145101947869, 0.124673076923076, 0.0819507380170453, 0.20621153846154, 0.290128496730988, 0.608269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 315, '2021-05-23 00:00:00', 0.0310972729449919, 0.0640961538461538, 0.0399768009648672, 0.0912307692307681, 0.0600284067370161, 0.123019230769231, 0.0861428442494462, 0.207019230769232, 0.292307344179952, 0.609211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 330, '2021-05-23 00:00:00', 0.0349446650489697, 0.0600192307692299, 0.0561783321219146, 0.0872500000000001, 0.0592830628296281, 0.110692307692307, 0.0877181083839686, 0.202442307692309, 0.29447459078057, 0.60873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 345, '2021-05-23 00:00:00', 0.0357334361843141, 0.0570384615384622, 0.0358718070141665, 0.0760576923076925, 0.0343153083129879, 0.100903846153845, 0.0917985775824102, 0.205173076923079, 0.288368887684881, 0.607346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 360, '2021-05-23 00:00:00', 0.0161681667292442, 0.0500192307692297, 0.0229332476146282, 0.067923076923076, 0.0250672403439516, 0.0954423076923076, 0.0841278719934942, 0.205673076923078, 0.277397332359198, 0.608500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 375, '2021-05-23 00:00:00', 0.0132787858573796, 0.0456153846153832, 0.0208144550363805, 0.0686923076923067, 0.0281388316415917, 0.0905769230769227, 0.0896604899693168, 0.219711538461539, 0.272674813369613, 0.611923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 390, '2021-05-23 00:00:00', 0.0187936159373331, 0.0520000000000002, 0.0258751142695359, 0.0666923076923091, 0.0289456320605467, 0.0900192307692299, 0.0912044195960137, 0.222115384615384, 0.271605372666923, 0.616461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 405, '2021-05-23 00:00:00', 0.0157693958715581, 0.0424230769230762, 0.0208092157838413, 0.0602115384615368, 0.0551328744593812, 0.0954230769230756, 0.0854057014850516, 0.235076923076922, 0.271548792187447, 0.616442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 420, '2021-05-23 00:00:00', 0.0176768101020686, 0.044480769230769, 0.0206548653236588, 0.0612115384615367, 0.0518295319737265, 0.0985961538461535, 0.0813089454819361, 0.246230769230769, 0.269913428428734, 0.616673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 435, '2021-05-23 00:00:00', 0.014404339623879, 0.0412499999999986, 0.0458849229469361, 0.0731153846153845, 0.0456264135713572, 0.101019230769233, 0.0828048029078951, 0.255653846153846, 0.266333894691491, 0.619211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 450, '2021-05-23 00:00:00', 0.0411776498376711, 0.0538269230769254, 0.0420417054839587, 0.0717500000000021, 0.0395143596099501, 0.101269230769234, 0.0775507873292369, 0.258730769230769, 0.259539513072968, 0.621673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 465, '2021-05-23 00:00:00', 0.0211581317337226, 0.0474423076923074, 0.0250399757311277, 0.0684038461538465, 0.0353575799728772, 0.0964615384615383, 0.0712894560118215, 0.261442307692307, 0.256323231187018, 0.618826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 480, '2021-05-23 00:00:00', 0.0204896221386479, 0.0537307692307689, 0.0268904973206847, 0.0766730769230763, 0.0365158342893312, 0.104384615384615, 0.0748367967903881, 0.266384615384615, 0.255210589513835, 0.617750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 495, '2021-05-23 00:00:00', 0.0180172246646172, 0.0474038461538468, 0.0220553586720738, 0.0656730769230784, 0.0418387931874788, 0.10373076923077, 0.0754376869700052, 0.271269230769231, 0.251260539005906, 0.619038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 510, '2021-05-23 00:00:00', 0.0163147054948797, 0.045019230769232, 0.0240931286086683, 0.0666730769230783, 0.0427952549490476, 0.114076923076925, 0.0831829979854419, 0.276634615384617, 0.251430335970331, 0.616923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 525, '2021-05-23 00:00:00', 0.0185558305164109, 0.0458269230769255, 0.0280510523592534, 0.0806923076923098, 0.0569061170160662, 0.128884615384619, 0.0881353591838226, 0.282192307692308, 0.250767382248967, 0.617500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 540, '2021-05-23 00:00:00', 0.0194122086881899, 0.0669230769230789, 0.031920267253557, 0.0972115384615408, 0.0525442231326674, 0.138846153846156, 0.0946717750969079, 0.28875, 0.247949421020931, 0.616846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 555, '2021-05-23 00:00:00', 0.0212893978669772, 0.0609615384615393, 0.0438383218376173, 0.0949615384615388, 0.0619112671490396, 0.146749999999999, 0.12562087651097, 0.303730769230769, 0.25470376835725, 0.620519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 570, '2021-05-23 00:00:00', 0.0470740374304143, 0.0802500000000017, 0.0502611526085365, 0.110288461538463, 0.0605077776310296, 0.163134615384614, 0.152922383530387, 0.313846153846154, 0.256638230859046, 0.622807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 585, '2021-05-23 00:00:00', 0.0257853640656892, 0.0687499999999992, 0.0390836233656071, 0.120980769230769, 0.0444581090639107, 0.171711538461539, 0.152107193983512, 0.316538461538462, 0.258075853488555, 0.627384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 600, '2021-05-23 00:00:00', 0.0281733985279618, 0.0995961538461533, 0.0376564275849629, 0.125057692307691, 0.0443872122957123, 0.171730769230769, 0.153967949961621, 0.324019230769231, 0.262717930780992, 0.630365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 615, '2021-05-23 00:00:00', 0.0218834763797125, 0.0694423076923064, 0.0294324585344932, 0.11201923076923, 0.0415207130885857, 0.15248076923077, 0.156752494766062, 0.318230769230769, 0.269551111180164, 0.626192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 630, '2021-05-23 00:00:00', 0.0295927290966008, 0.0879807692307696, 0.0340705376896451, 0.113192307692309, 0.0409530171707108, 0.147019230769232, 0.151428562746215, 0.31701923076923, 0.265906300009261, 0.623903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 645, '2021-05-23 00:00:00', 0.0261299415643012, 0.0660769230769238, 0.0393986186794176, 0.0981346153846161, 0.0532965181428755, 0.143826923076922, 0.15014819474311, 0.309403846153844, 0.2693654766298, 0.624499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 660, '2021-05-23 00:00:00', 0.0234386351007194, 0.0710192307692315, 0.0362127102633244, 0.100596153846153, 0.0623763145383309, 0.14426923076923, 0.144912887625635, 0.305749999999999, 0.27508883040826, 0.627269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 675, '2021-05-23 00:00:00', 0.0208886056536533, 0.0599230769230761, 0.0371989040367942, 0.0930384615384609, 0.0463022553031052, 0.139826923076923, 0.136988899044916, 0.302961538461537, 0.278633017536577, 0.625461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 690, '2021-05-23 00:00:00', 0.0250011076677685, 0.0688461538461524, 0.0352347075393663, 0.0957692307692289, 0.0597803061216656, 0.141749999999999, 0.130702568981875, 0.305807692307689, 0.27858906944707, 0.628480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 705, '2021-05-23 00:00:00', 0.0174221013481322, 0.0610192307692297, 0.0252376778768445, 0.0909038461538457, 0.0517425877263165, 0.134153846153846, 0.125059284402977, 0.299730769230767, 0.281998016905193, 0.634692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 720, '2021-05-23 00:00:00', 0.0222209274195448, 0.0674807692307701, 0.0478522565981855, 0.0999615384615386, 0.0722300065495912, 0.137076923076923, 0.119827891000127, 0.305211538461537, 0.286932681062194, 0.637211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 735, '2021-05-23 00:00:00', 0.0366901841830293, 0.067019230769231, 0.0420918820969256, 0.0930576923076923, 0.0803064994016912, 0.135076923076924, 0.116270195929734, 0.311461538461538, 0.285640484094685, 0.632115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 750, '2021-05-23 00:00:00', 0.0178241409330148, 0.0599999999999995, 0.0316541648736179, 0.0823846153846147, 0.094791579064483, 0.134711538461539, 0.115086288697456, 0.296576923076924, 0.281402458165415, 0.627288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 765, '2021-05-23 00:00:00', 0.0241826702095017, 0.0608076923076908, 0.05774859638654, 0.0965961538461538, 0.0890402523494932, 0.144442307692305, 0.113277143121842, 0.297865384615384, 0.278343283485587, 0.629711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 780, '2021-05-23 00:00:00', 0.0350649945979464, 0.0665769230769245, 0.0681144540178798, 0.0956730769230779, 0.0635518806839073, 0.140692307692309, 0.0902825564547233, 0.306, 0.272369402014701, 0.619865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 795, '2021-05-23 00:00:00', 0.039599286124101, 0.059288461538461, 0.0410292766017328, 0.0893076923076897, 0.0547952412307704, 0.138038461538461, 0.0891217231569385, 0.301692307692307, 0.272467271146744, 0.613076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 810, '2021-05-23 00:00:00', 0.0209945139354229, 0.0600192307692282, 0.0357445853887754, 0.0866538461538456, 0.0602055325850198, 0.130115384615382, 0.0898313483915634, 0.297365384615383, 0.273797632315435, 0.610711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 825, '2021-05-23 00:00:00', 0.0278492162574443, 0.0608269230769249, 0.0464572922155392, 0.0960000000000009, 0.069211670869988, 0.132846153846155, 0.0894480769024061, 0.292461538461538, 0.277471406704297, 0.612807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 840, '2021-05-23 00:00:00', 0.0340888488421746, 0.0669807692307693, 0.0362682314896185, 0.0902692307692294, 0.0669510613462168, 0.130230769230769, 0.0894198050683494, 0.292807692307692, 0.284576676161952, 0.612230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 855, '2021-05-23 00:00:00', 0.018610625583665, 0.0611538461538441, 0.050466291110617, 0.0945576923076912, 0.0695221519760761, 0.134519230769229, 0.091929858295082, 0.292673076923077, 0.284085788776234, 0.613653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 870, '2021-05-23 00:00:00', 0.0478723663666049, 0.0727884615384615, 0.0571265666339636, 0.0952307692307692, 0.0681935142415713, 0.135846153846152, 0.0935928765369533, 0.292942307692308, 0.283054907013843, 0.609596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 885, '2021-05-23 00:00:00', 0.0257175261999703, 0.061634615384614, 0.0369448081082291, 0.0918269230769221, 0.040751120796291, 0.127923076923074, 0.106016655077614, 0.294365384615385, 0.279996725255576, 0.610615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 900, '2021-05-23 00:00:00', 0.0295736174005461, 0.0693269230769223, 0.0358403940569004, 0.0935769230769206, 0.0405389271612451, 0.132730769230767, 0.10857450649917, 0.294788461538462, 0.280882839659856, 0.61248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 915, '2021-05-23 00:00:00', 0.0199134666456175, 0.0691153846153818, 0.0272151612157638, 0.0962499999999983, 0.060262540986535, 0.152576923076923, 0.111250057908368, 0.298153846153848, 0.278727239153539, 0.618423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 930, '2021-05-23 00:00:00', 0.0231624447361217, 0.0708269230769213, 0.0323551208644616, 0.0959230769230764, 0.0632663387227723, 0.15348076923077, 0.109751789892535, 0.293846153846155, 0.27922690869338, 0.617557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 945, '2021-05-23 00:00:00', 0.0239636985074047, 0.0688269230769227, 0.0567787067346701, 0.118807692307693, 0.0751942714675692, 0.177961538461539, 0.109289701464289, 0.291173076923078, 0.28034468344961, 0.622307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 960, '2021-05-23 00:00:00', 0.040196273267746, 0.0870961538461554, 0.0443642831045942, 0.108019230769232, 0.0794303395822653, 0.192173076923078, 0.100970566922322, 0.288153846153848, 0.28399299354846, 0.628403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 975, '2021-05-23 00:00:00', 0.0201712285579839, 0.0665384615384622, 0.0522178756601751, 0.124557692307693, 0.0753804938041242, 0.184326923076924, 0.122213352222817, 0.28871153846154, 0.281032853266989, 0.631769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 990, '2021-05-23 00:00:00', 0.0409875637799484, 0.101903846153847, 0.0654476537747183, 0.154153846153847, 0.0687888883021538, 0.183634615384616, 0.120064817430482, 0.279403846153848, 0.275783128284081, 0.632076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1005, '2021-05-23 00:00:00', 0.0363861395842734, 0.0958653846153838, 0.0458268354368252, 0.115326923076922, 0.0465810005837634, 0.155519230769231, 0.121395217558823, 0.254826923076923, 0.274039497433941, 0.642615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1020, '2021-05-23 00:00:00', 0.027715310958717, 0.0804615384615379, 0.038143721128627, 0.113711538461538, 0.0568476134401967, 0.156134615384615, 0.125808029889254, 0.243903846153846, 0.266918835978281, 0.64175 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1035, '2021-05-23 00:00:00', 0.0302168636055092, 0.0853269230769222, 0.0358430767910082, 0.115384615384616, 0.0613307301565731, 0.156461538461539, 0.125893068178453, 0.23576923076923, 0.261636377146133, 0.648576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1050, '2021-05-23 00:00:00', 0.0199362831193622, 0.0743461538461541, 0.0499816312412702, 0.112711538461539, 0.0729414122113387, 0.15301923076923, 0.126658852829164, 0.224749999999999, 0.252284915247699, 0.648961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1065, '2021-05-23 00:00:00', 0.0367664196704619, 0.0900192307692304, 0.0481238146707152, 0.115692307692309, 0.077597296245521, 0.151096153846153, 0.125785134256795, 0.221499999999998, 0.258792861184384, 0.65675 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1080, '2021-05-23 00:00:00', 0.0348882005621015, 0.0820576923076933, 0.045607691658988, 0.110692307692308, 0.0609770732451006, 0.136788461538462, 0.116724760078505, 0.214519230769231, 0.259098588304798, 0.67196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1095, '2021-05-23 00:00:00', 0.0351015450021577, 0.0709615384615373, 0.0480803854137886, 0.0952115384615394, 0.0487058399594337, 0.120173076923077, 0.116978229401228, 0.204115384615385, 0.25637253843097, 0.671038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1110, '2021-05-23 00:00:00', 0.0283175944219522, 0.0658846153846168, 0.0301322022989475, 0.0819807692307693, 0.0354986077733513, 0.105365384615384, 0.118073922412388, 0.193634615384615, 0.25551599754223, 0.67425 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1125, '2021-05-23 00:00:00', 0.0249207435992261, 0.0577884615384614, 0.0307147922268494, 0.0830384615384612, 0.0316970272811421, 0.103307692307693, 0.121411759663616, 0.193846153846154, 0.254826281702172, 0.675923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1140, '2021-05-23 00:00:00', 0.0262296367903535, 0.058423076923076, 0.0263593218075463, 0.0725769230769231, 0.0332955529486123, 0.096423076923076, 0.131491690290242, 0.19176923076923, 0.251712058480748, 0.675403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1155, '2021-05-23 00:00:00', 0.0210214267978022, 0.0490961538461543, 0.0296529736477452, 0.0698269230769247, 0.112578767297186, 0.114673076923078, 0.130534789055816, 0.187134615384615, 0.248692349330221, 0.675730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1170, '2021-05-23 00:00:00', 0.020555300645219, 0.0479038461538481, 0.022527427727106, 0.0632499999999998, 0.113116769143831, 0.10778846153846, 0.129034664394436, 0.182230769230769, 0.249781747808885, 0.679692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1185, '2021-05-23 00:00:00', 0.0134811121431202, 0.0434038461538463, 0.115923378208992, 0.0849807692307694, 0.113363745730962, 0.107173076923078, 0.129111283246425, 0.184288461538463, 0.249279053549354, 0.680557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1200, '2021-05-23 00:00:00', 0.118157543136273, 0.0717500000000004, 0.115918865856851, 0.0887884615384608, 0.12078553944269, 0.104442307692308, 0.138444412616093, 0.195346153846155, 0.249518644285661, 0.679923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1215, '2021-05-23 00:00:00', 0.0231599787431812, 0.0437307692307676, 0.027134564956614, 0.0587307692307687, 0.0348097687438459, 0.0780000000000002, 0.0918802669866504, 0.19921153846154, 0.24850814566436, 0.670461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1230, '2021-05-23 00:00:00', 0.0153804571303487, 0.0385384615384619, 0.0232636725720277, 0.057461538461539, 0.0295611296234664, 0.0760961538461537, 0.0827283901599758, 0.197557692307694, 0.246325067433573, 0.668173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1245, '2021-05-23 00:00:00', 0.0149525531650586, 0.0436730769230772, 0.021700345619367, 0.0592500000000009, 0.0314823576968724, 0.0838269230769232, 0.0765961562602582, 0.194365384615387, 0.250537220480619, 0.671673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1260, '2021-05-23 00:00:00', 0.0165024124110558, 0.0419807692307702, 0.0195385614776356, 0.0548461538461528, 0.0257023270422074, 0.0895192307692308, 0.0767679520473109, 0.189538461538463, 0.249528518487291, 0.672307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1275, '2021-05-23 00:00:00', 0.0131087316760185, 0.0376730769230764, 0.0208518307626431, 0.0598269230769229, 0.0335545250874816, 0.0931153846153849, 0.0864360234731223, 0.192115384615386, 0.241376345950915, 0.679903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1290, '2021-05-23 00:00:00', 0.0179268277686317, 0.0481346153846151, 0.0196341245324027, 0.0713269230769231, 0.036142985275368, 0.0936538461538462, 0.100661603710343, 0.198961538461541, 0.241473444948684, 0.680269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1305, '2021-05-23 00:00:00', 0.0133326233785341, 0.0506730769230768, 0.0312794415157719, 0.0737115384615384, 0.0373763242626229, 0.089480769230768, 0.101746988237414, 0.199019230769232, 0.240412699651758, 0.683615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1320, '2021-05-23 00:00:00', 0.0325693874673771, 0.0587499999999996, 0.0312714972212978, 0.0704423076923074, 0.0425634368190145, 0.0938846153846149, 0.110615301834781, 0.208750000000001, 0.240157281796743, 0.684500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1335, '2021-05-23 00:00:00', 0.015443893490757, 0.037576923076921, 0.0226976532165427, 0.0532884615384596, 0.0370442147460813, 0.0815769230769212, 0.111133386591898, 0.206019230769232, 0.244562341430879, 0.687326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1350, '2021-05-23 00:00:00', 0.013871512035603, 0.039173076923077, 0.0264808203451827, 0.0629230769230757, 0.0313615945925045, 0.0795192307692301, 0.105906083213092, 0.207538461538464, 0.248978114577287, 0.691807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1365, '2021-05-23 00:00:00', 0.0219007639487424, 0.0472115384615354, 0.02375507233284, 0.0597884615384606, 0.0306230242690785, 0.0759807692307691, 0.106742964098883, 0.211903846153848, 0.30033116913475, 0.710134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1380, '2021-05-23 00:00:00', 0.0170106866862709, 0.0392115384615388, 0.0222072839748237, 0.0502884615384601, 0.0646716796893819, 0.0833846153846162, 0.108848364886488, 0.21994230769231, 0.299336134702212, 0.708807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1395, '2021-05-23 00:00:00', 0.0177600242550082, 0.0330384615384608, 0.0191435468138846, 0.0493461538461533, 0.0663627241291836, 0.137865384615385, 0.111895961293722, 0.231384615384617, 0.299772169899331, 0.706423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1410, '2021-05-23 00:00:00', 0.0137233798259084, 0.0348653846153855, 0.0590858599510381, 0.0616730769230784, 0.0651947880172596, 0.141903846153848, 0.142176023078654, 0.245192307692309, 0.299738702231433, 0.706980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 2, 1425, '2021-05-23 00:00:00', 0.0555017116853153, 0.0499999999999999, 0.0635423057134741, 0.127269230769231, 0.0611604478778185, 0.138403846153847, 0.141038172683308, 0.248615384615385, 0.299979763420031, 0.706038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 0, '2021-05-23 00:00:00', 0.0467215524307416, 0.098288461538463, 0.0530101296560749, 0.117423076923078, 0.0506613226770159, 0.129019230769232, 0.138415173968088, 0.247596153846153, 0.304631020820522, 0.698326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 15, '2021-05-23 00:00:00', 0.0455668570513534, 0.0650384615384622, 0.0417219919872554, 0.0797692307692307, 0.0407131286706619, 0.108326923076922, 0.132629502751086, 0.234249999999999, 0.307409241140309, 0.691692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 30, '2021-05-23 00:00:00', 0.0274323783988085, 0.0531538461538458, 0.0323610164335957, 0.0683461538461523, 0.0507596296282787, 0.103999999999999, 0.132524890260139, 0.228442307692306, 0.308513881996604, 0.689346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 45, '2021-05-23 00:00:00', 0.0275689415549742, 0.0414423076923066, 0.0363167475670131, 0.0736153846153847, 0.0457152221744744, 0.104692307692307, 0.130587742386254, 0.23103846153846, 0.309238566731004, 0.688365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 60, '2021-05-23 00:00:00', 0.034186052036557, 0.0621153846153844, 0.0490711884761476, 0.0806923076923071, 0.0642824656077805, 0.117653846153844, 0.130526208685637, 0.235365384615383, 0.309238566731004, 0.688365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 75, '2021-05-23 00:00:00', 0.0211523412052072, 0.0451923076923081, 0.0269374203550506, 0.0667307692307698, 0.0572033249437069, 0.110096153846153, 0.12775408619086, 0.233057692307691, 0.307895227559386, 0.686365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 90, '2021-05-23 00:00:00', 0.0198817755746316, 0.0492500000000001, 0.0526330731063205, 0.0780961538461529, 0.0557073154980555, 0.115749999999999, 0.131661700815152, 0.234211538461537, 0.305391151451078, 0.693346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 105, '2021-05-23 00:00:00', 0.0498407926841509, 0.0572307692307681, 0.0504960508737664, 0.090865384615384, 0.0551829126284022, 0.123576923076923, 0.131143469587261, 0.236980769230768, 0.305128377143885, 0.696942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 120, '2021-05-23 00:00:00', 0.0242728480785882, 0.0636346153846126, 0.0338697278043173, 0.0839615384615376, 0.0489665348831392, 0.12630769230769, 0.1318926136615, 0.233192307692307, 0.306729244799683, 0.69351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 135, '2021-05-23 00:00:00', 0.0225349984212598, 0.0488846153846171, 0.037059188624934, 0.0772115384615398, 0.0807683034745296, 0.130173076923076, 0.131503758355185, 0.227461538461539, 0.308898260572336, 0.690653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 150, '2021-05-23 00:00:00', 0.0278065363096235, 0.0567884615384638, 0.0355221274484179, 0.0868076923076925, 0.126127342548956, 0.139557692307691, 0.131009623839097, 0.232807692307693, 0.308675954683872, 0.69075 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 165, '2021-05-23 00:00:00', 0.0199579269002041, 0.0606730769230764, 0.082456981791439, 0.105076923076923, 0.127639180444781, 0.142096153846153, 0.132991452877475, 0.233442307692309, 0.305421255746122, 0.694788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 180, '2021-05-23 00:00:00', 0.0849997036193911, 0.0834807692307705, 0.129884713673911, 0.114326923076924, 0.132920619746699, 0.150634615384614, 0.134875465351732, 0.236365384615386, 0.305118032646635, 0.696076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 195, '2021-05-23 00:00:00', 0.0529779780082852, 0.070884615384615, 0.0516424132487426, 0.0988269230769205, 0.053937756149674, 0.13030769230769, 0.0888065681042878, 0.217442307692307, 0.246791463666111, 0.677557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 210, '2021-05-23 00:00:00', 0.0256445825738038, 0.0662307692307657, 0.0425436111085316, 0.0963269230769206, 0.0358932444897387, 0.124749999999998, 0.0889259155788601, 0.212538461538462, 0.232333377846443, 0.67996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 225, '2021-05-23 00:00:00', 0.0342324913136416, 0.0702115384615376, 0.033260417685523, 0.0956538461538454, 0.0341216150758524, 0.130230769230769, 0.0911980874462089, 0.206865384615385, 0.229453165993879, 0.677346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 240, '2021-05-23 00:00:00', 0.0188118211607646, 0.0617692307692289, 0.026160282579042, 0.0860961538461517, 0.0364791246942882, 0.117557692307691, 0.0970818231422112, 0.201403846153846, 0.226812731972027, 0.677153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 255, '2021-05-23 00:00:00', 0.0268463505613251, 0.0614423076923059, 0.0328801845867897, 0.0844423076923075, 0.0470121751824412, 0.112269230769231, 0.103468466024863, 0.198288461538462, 0.225488167862869, 0.681076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 270, '2021-05-23 00:00:00', 0.0257908227565827, 0.0619423076923067, 0.031186831540547, 0.0805384615384602, 0.047034312352384, 0.108557692307693, 0.101852587671519, 0.197019230769232, 0.223983190475054, 0.684480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 285, '2021-05-23 00:00:00', 0.0257615993292338, 0.0570000000000005, 0.0415108882843269, 0.079923076923077, 0.0589432876063596, 0.111134615384616, 0.103837715469121, 0.194634615384616, 0.223861087593314, 0.684942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 300, '2021-05-23 00:00:00', 0.0353254321112461, 0.0568846153846143, 0.0334126473060745, 0.0762500000000001, 0.0684670639516104, 0.108826923076923, 0.105874730042343, 0.193538461538462, 0.22329512723334, 0.689923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 315, '2021-05-23 00:00:00', 0.0185356309680754, 0.0525192307692312, 0.0415610394480203, 0.0820000000000002, 0.0577695022015543, 0.109653846153847, 0.0950882039921974, 0.198557692307692, 0.211610832934857, 0.683230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 330, '2021-05-23 00:00:00', 0.0305652643472151, 0.0563461538461545, 0.0413284405706261, 0.0755000000000009, 0.0563986667872954, 0.106019230769233, 0.0854991790333957, 0.19601923076923, 0.205874958315813, 0.680461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 345, '2021-05-23 00:00:00', 0.0269469635794807, 0.0511730769230786, 0.0346698938340104, 0.0751923076923093, 0.043879892889566, 0.103750000000002, 0.0769928468205884, 0.198461538461539, 0.198766701281831, 0.676192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 360, '2021-05-23 00:00:00', 0.0256083219646682, 0.0536153846153848, 0.0362645620618581, 0.0739615384615402, 0.0436800253592469, 0.0947692307692324, 0.0857827219468779, 0.202653846153845, 0.194218795137378, 0.672596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 375, '2021-05-23 00:00:00', 0.0265401654971356, 0.042596153846155, 0.0295664310689303, 0.0639230769230766, 0.0394575916454799, 0.0841923076923085, 0.0809389608570268, 0.211153846153846, 0.192697690697111, 0.67 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 390, '2021-05-23 00:00:00', 0.0187556350506676, 0.0460769230769217, 0.0267309457658803, 0.0592884615384626, 0.0350284719357543, 0.0820769230769231, 0.0711003191597297, 0.205653846153848, 0.191154480419934, 0.665346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 405, '2021-05-23 00:00:00', 0.022019790050002, 0.0416346153846185, 0.0277748364254687, 0.0603076923076944, 0.0311619096877067, 0.0792307692307699, 0.0782155330825312, 0.212480769230771, 0.192194866056461, 0.663942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 420, '2021-05-23 00:00:00', 0.014393441348271, 0.0446346153846159, 0.0208572805956619, 0.0581153846153839, 0.0336838753937034, 0.0782884615384626, 0.0859076628622929, 0.224442307692308, 0.190558757342715, 0.661 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 435, '2021-05-23 00:00:00', 0.0167815030957859, 0.0411730769230762, 0.0190068004024492, 0.0549615384615396, 0.0282160687988524, 0.0885576923076927, 0.0904634392788267, 0.233923076923078, 0.189162473917164, 0.659807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 450, '2021-05-23 00:00:00', 0.0193975117357494, 0.0467115384615407, 0.0286036105843583, 0.0629423076923098, 0.0290126762746134, 0.0931538461538482, 0.0971947074374221, 0.245634615384616, 0.188726706153064, 0.65998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 465, '2021-05-23 00:00:00', 0.0191116154773437, 0.0410769230769252, 0.0242955519829006, 0.0719230769230782, 0.0272111473198322, 0.0929423076923088, 0.100536409401692, 0.259980769230769, 0.18609524546483, 0.656403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 480, '2021-05-23 00:00:00', 0.0178622506980492, 0.0604999999999992, 0.0251285923570376, 0.0728846153846147, 0.029495084336208, 0.0934999999999999, 0.107787213812856, 0.261288461538461, 0.187673243041852, 0.659384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 495, '2021-05-23 00:00:00', 0.0261827967595898, 0.0511730769230769, 0.0286843833148634, 0.0670769230769242, 0.0419436664330409, 0.106134615384615, 0.108076020253553, 0.263615384615384, 0.188026328966492, 0.657596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 510, '2021-05-23 00:00:00', 0.0172481883106609, 0.0440000000000013, 0.0193579739086051, 0.063634615384617, 0.0379854071170247, 0.105865384615384, 0.101779172722125, 0.263999999999999, 0.181089231086182, 0.650019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 525, '2021-05-23 00:00:00', 0.0159913919151746, 0.0472692307692307, 0.026226799270975, 0.0817500000000001, 0.0340631991812497, 0.112692307692307, 0.101433691868894, 0.266076923076923, 0.182372232409011, 0.650134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 540, '2021-05-23 00:00:00', 0.0250752099462017, 0.0703846153846159, 0.0277626478453432, 0.0877307692307684, 0.0501049859333849, 0.122480769230768, 0.101164414920237, 0.267326923076923, 0.18387339708029, 0.651884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 555, '2021-05-23 00:00:00', 0.0236859906663445, 0.0573846153846145, 0.0270602177488552, 0.0811538461538456, 0.0493921708215139, 0.129942307692307, 0.0955370024972211, 0.263326923076922, 0.185347844502002, 0.645711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 570, '2021-05-23 00:00:00', 0.0234111413318876, 0.0583076923076914, 0.0393843047613973, 0.0882115384615372, 0.0460643070567166, 0.125596153846156, 0.0860568774349057, 0.260384615384616, 0.184874277446968, 0.641538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 585, '2021-05-23 00:00:00', 0.0312169579161463, 0.0640384615384623, 0.0391584012009598, 0.0999038461538482, 0.046729236442099, 0.130807692307693, 0.0780332005278239, 0.253903846153847, 0.18570631487544, 0.636153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 600, '2021-05-23 00:00:00', 0.0256054681660002, 0.0750000000000012, 0.0241997218674423, 0.0944423076923094, 0.0529145501292862, 0.13448076923077, 0.0786188370459764, 0.248192307692307, 0.189843028274982, 0.634346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 615, '2021-05-23 00:00:00', 0.01702126498056, 0.0667115384615394, 0.0351539526172439, 0.0949038461538462, 0.0581256100050702, 0.144942307692308, 0.0737289657096558, 0.246596153846153, 0.197402346841321, 0.642057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 630, '2021-05-23 00:00:00', 0.0229249612028867, 0.0704230769230781, 0.0412325114442483, 0.105000000000001, 0.0501581537201626, 0.149403846153846, 0.0697222732318406, 0.246846153846153, 0.195688756997904, 0.641480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 645, '2021-05-23 00:00:00', 0.0371135264580711, 0.0764230769230762, 0.0444484013730025, 0.107096153846153, 0.0644999970184855, 0.16001923076923, 0.0719516397418325, 0.24453846153846, 0.191270867137117, 0.63976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 660, '2021-05-23 00:00:00', 0.0222803811595613, 0.0716538461538456, 0.0310881191751142, 0.0963653846153823, 0.0617634600714696, 0.148249999999998, 0.0791388871638868, 0.236211538461537, 0.201648877049648, 0.64401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 675, '2021-05-23 00:00:00', 0.0191801680428982, 0.0623269230769212, 0.0518798463908544, 0.103961538461537, 0.0555490670142534, 0.142173076923076, 0.0920827971906889, 0.245692307692306, 0.203350776889438, 0.642538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 690, '2021-05-23 00:00:00', 0.0440827587088724, 0.0780192307692311, 0.0490182265944156, 0.104942307692309, 0.058296668330716, 0.143307692307691, 0.0906633269086996, 0.245173076923075, 0.201186973886327, 0.638961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 705, '2021-05-23 00:00:00', 0.0257001721035817, 0.0646730769230764, 0.0266121502036472, 0.0959423076923067, 0.0396847383957413, 0.131038461538459, 0.0937886515195007, 0.247634615384614, 0.203017600601143, 0.636115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 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 982605, 3, 720, '2021-05-23 00:00:00', 0.0177882956333226, 0.0642884615384613, 0.0326074554948116, 0.091115384615383, 0.0359710353564547, 0.118346153846153, 0.103223066891376, 0.249307692307688, 0.204461668403036, 0.633576923076922 where not exists (select 1 from powerstats_trumpet where symboli[...];
Date: 2021-05-23 15:41:28 Duration: 17s557ms 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 975895, 1, 915, '2021-05-23 00:00:00', 0.032421668917325, 0.0652692307692309, 0.0441581641549828, 0.107288461538462, 0.0551848815695569, 0.144865384615383, 0.136350803218984, 0.325692307692306, 0.236238393284281, 0.631961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 930, '2021-05-23 00:00:00', 0.0358704774688912, 0.0781346153846162, 0.0375258731256994, 0.100865384615384, 0.0513642497642687, 0.134384615384615, 0.139906074261931, 0.311980769230768, 0.235110353794848, 0.635461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 945, '2021-05-23 00:00:00', 0.0301728928268132, 0.0642884615384608, 0.0267715405723186, 0.091846153846154, 0.0467344050500778, 0.127769230769231, 0.135245891449043, 0.302134615384615, 0.230306755303576, 0.63130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 960, '2021-05-23 00:00:00', 0.0221871497805495, 0.0670192307692299, 0.0302088626832489, 0.0871538461538469, 0.0537639427354571, 0.141807692307692, 0.137891982530362, 0.298673076923075, 0.227090347997985, 0.635384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 975, '2021-05-23 00:00:00', 0.0244794105006977, 0.0578076923076934, 0.0439445804832219, 0.0966153846153846, 0.0592292709600699, 0.149057692307691, 0.128971696358305, 0.291961538461537, 0.233568033244804, 0.640615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 990, '2021-05-23 00:00:00', 0.0425248886400214, 0.0853846153846143, 0.0506219472014009, 0.122692307692307, 0.0640070579040958, 0.160288461538459, 0.126812170308933, 0.289942307692305, 0.23229972018924, 0.642499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1005, '2021-05-23 00:00:00', 0.0311179456015579, 0.0835576923076917, 0.0418242108758116, 0.116730769230767, 0.0647382332640737, 0.167826923076922, 0.123878807090453, 0.282673076923074, 0.228863849348169, 0.64180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1020, '2021-05-23 00:00:00', 0.0423340742919188, 0.0865769230769222, 0.0487497731750126, 0.118596153846154, 0.078829855726406, 0.188615384615386, 0.114650534233384, 0.273249999999999, 0.227613556612619, 0.649365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1035, '2021-05-23 00:00:00', 0.0352989921407647, 0.0833269230769236, 0.0549148326607104, 0.118173076923078, 0.0898477943738555, 0.193384615384617, 0.112554157904268, 0.256961538461537, 0.229104876891314, 0.64776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1050, '2021-05-23 00:00:00', 0.0457296234572122, 0.0815384615384606, 0.0616728496553813, 0.141596153846153, 0.0855856498575483, 0.17828846153846, 0.102788618046942, 0.249999999999997, 0.229439058441368, 0.64530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1065, '2021-05-23 00:00:00', 0.0500472276954477, 0.11025, 0.0756540837272897, 0.146403846153846, 0.0743892155128396, 0.167653846153845, 0.0958085270012744, 0.237076923076921, 0.227978771785039, 0.639596153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1080, '2021-05-23 00:00:00', 0.0447739321480717, 0.0897500000000006, 0.043689991812949, 0.105653846153846, 0.0530345061837479, 0.143673076923077, 0.0767202711152676, 0.215499999999998, 0.235679509405986, 0.639134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1095, '2021-05-23 00:00:00', 0.026606975661397, 0.0663653846153845, 0.0290106081393583, 0.0898461538461538, 0.0583177107285209, 0.123346153846155, 0.0768499261798364, 0.200365384615383, 0.244339033847518, 0.641211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1110, '2021-05-23 00:00:00', 0.0254036641814951, 0.0658846153846146, 0.0469454839312416, 0.0924615384615383, 0.0633759509107832, 0.114634615384615, 0.0783684812035656, 0.192826923076921, 0.254209541822974, 0.643134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1125, '2021-05-23 00:00:00', 0.0333573656956559, 0.0580769230769227, 0.0457427968268047, 0.0757115384615381, 0.0576567328779023, 0.101826923076923, 0.0751914812073393, 0.188673076923075, 0.263144111584392, 0.651211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1140, '2021-05-23 00:00:00', 0.0279085939342103, 0.0500192307692302, 0.0409319134473524, 0.0723076923076921, 0.0423075779718726, 0.0931346153846152, 0.0797488485569141, 0.187326923076922, 0.264883565857791, 0.653788461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1155, '2021-05-23 00:00:00', 0.0322723744686713, 0.0508846153846157, 0.0341964235646851, 0.0698461538461539, 0.0409049037872729, 0.0996346153846145, 0.0805235584257072, 0.183711538461537, 0.26435291460761, 0.65378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1170, '2021-05-23 00:00:00', 0.0217149806496662, 0.0454038461538476, 0.0266583224124509, 0.0633846153846158, 0.0381756920243578, 0.0912115384615384, 0.082391814847386, 0.177634615384615, 0.263795556036518, 0.650653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1185, '2021-05-23 00:00:00', 0.0263878832916812, 0.0444038461538456, 0.0316886597041609, 0.0686346153846152, 0.0428671337255724, 0.0903653846153821, 0.0828668904838432, 0.174807692307692, 0.264341646650402, 0.651615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1200, '2021-05-23 00:00:00', 0.0226331275244602, 0.0459615384615393, 0.0248512807284887, 0.0596153846153856, 0.0467399022414294, 0.0869615384615388, 0.0856267683702836, 0.174788461538462, 0.263759719470931, 0.650980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1215, '2021-05-23 00:00:00', 0.017556239302924, 0.0386923076923077, 0.0304835138293555, 0.058230769230768, 0.0459312906583118, 0.0817115384615378, 0.0879799911693185, 0.178673076923077, 0.267916649639111, 0.649134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1230, '2021-05-23 00:00:00', 0.0212243057329589, 0.0418653846153834, 0.0379410930056267, 0.0615576923076927, 0.053460456270177, 0.0870961538461532, 0.0853152074098425, 0.175730769230769, 0.268245645172194, 0.649115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1245, '2021-05-23 00:00:00', 0.0295273536806917, 0.0422692307692315, 0.0269370491216955, 0.0567692307692313, 0.0447585015560008, 0.0812115384615393, 0.0777357456634083, 0.172884615384616, 0.267710645315769, 0.646980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1260, '2021-05-23 00:00:00', 0.0174230174901342, 0.0391923076923084, 0.0368479829319597, 0.0604230769230779, 0.0457292533875711, 0.0882692307692319, 0.0684555442492538, 0.172192307692307, 0.267400354553589, 0.64501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1275, '2021-05-23 00:00:00', 0.0280058235702177, 0.0406153846153862, 0.0314939066145545, 0.0548846153846167, 0.0442403270609718, 0.0919423076923089, 0.0634304222084202, 0.169461538461539, 0.262743751298018, 0.642326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1290, '2021-05-23 00:00:00', 0.0199365146247938, 0.0372307692307688, 0.0245658299269535, 0.0600000000000001, 0.0405411709063957, 0.0940576923076916, 0.0578098640771232, 0.171096153846152, 0.267116716062474, 0.647 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1305, '2021-05-23 00:00:00', 0.0214507665274555, 0.0448461538461543, 0.0303457321799686, 0.0662884615384621, 0.0461275989470023, 0.0996538461538454, 0.0484403399911851, 0.168557692307691, 0.288042537590437, 0.655711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1320, '2021-05-23 00:00:00', 0.0258425781638324, 0.047826923076923, 0.0333383585955608, 0.0678846153846143, 0.0469823739453276, 0.0947884615384599, 0.0475748479119606, 0.166884615384614, 0.296918709413873, 0.659999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1335, '2021-05-23 00:00:00', 0.0201597084838508, 0.0420769230769223, 0.0321559660692433, 0.0626153846153835, 0.0332810699254807, 0.0845192307692299, 0.0455139708052545, 0.167807692307692, 0.303857209000442, 0.661788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1350, '2021-05-23 00:00:00', 0.0223785267955355, 0.0430384615384604, 0.0265537843167118, 0.0607115384615354, 0.0306517724421634, 0.0773653846153813, 0.0529795352362224, 0.172134615384615, 0.303402708395193, 0.661788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1365, '2021-05-23 00:00:00', 0.0198302895746719, 0.0460961538461531, 0.0231577533120456, 0.059192307692305, 0.0226279354236857, 0.0687884615384593, 0.0558158682978789, 0.176865384615385, 0.30249769229889, 0.659076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1380, '2021-05-23 00:00:00', 0.0176675277971083, 0.0416923076923056, 0.0195897638105678, 0.0486730769230748, 0.0293065757913702, 0.0738461538461523, 0.0565821832517838, 0.187211538461539, 0.301537526686149, 0.658499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1395, '2021-05-23 00:00:00', 0.0139125289411529, 0.0309615384615387, 0.0135367874839137, 0.0422692307692293, 0.0421396944240682, 0.0989230769230787, 0.0670292731688063, 0.201211538461538, 0.300117912725086, 0.658692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1410, '2021-05-23 00:00:00', 0.0148957918683296, 0.0297307692307674, 0.0265673020546221, 0.0608076923076919, 0.0410828431343319, 0.102, 0.0716398390454752, 0.211057692307692, 0.299920479204329, 0.658923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 1, 1425, '2021-05-23 00:00:00', 0.0264708548000642, 0.0523846153846152, 0.042964153215657, 0.0929615384615402, 0.0438851297751832, 0.105730769230771, 0.0777256714348611, 0.226, 0.299300222956046, 0.659711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 0, '2021-05-23 00:00:00', 0.0461205318869869, 0.0752115384615396, 0.043197493695104, 0.0882115384615377, 0.0407511963014586, 0.109999999999999, 0.0834106730857346, 0.233596153846153, 0.299270120459762, 0.65975 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 15, '2021-05-23 00:00:00', 0.0226725265803891, 0.0517115384615372, 0.0254828449081993, 0.0698461538461539, 0.0352843667714405, 0.100442307692307, 0.088887993478396, 0.233846153846153, 0.295062533137536, 0.656461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 30, '2021-05-23 00:00:00', 0.0209871480819915, 0.0454038461538481, 0.0305442239283414, 0.0730192307692307, 0.0432238226693782, 0.103826923076923, 0.105398439997214, 0.249134615384615, 0.294862839039025, 0.654423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 45, '2021-05-23 00:00:00', 0.028951577610795, 0.057923076923078, 0.0304436427619227, 0.0761538461538468, 0.0395893779460352, 0.104326923076924, 0.117143588747381, 0.258596153846153, 0.296423297252167, 0.651365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 60, '2021-05-23 00:00:00', 0.0258074899682551, 0.0564423076923083, 0.0408392392380007, 0.0782115384615375, 0.0398641394662516, 0.101480769230768, 0.131710872163819, 0.276423076923076, 0.296134764669997, 0.650173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 75, '2021-05-23 00:00:00', 0.0369034342783758, 0.0502884615384601, 0.0357556504410364, 0.0689423076923057, 0.0376678040445469, 0.101211538461538, 0.130494174641571, 0.278480769230769, 0.295411384604329, 0.647884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 90, '2021-05-23 00:00:00', 0.0183311105878675, 0.0459807692307685, 0.026513740994783, 0.0655384615384607, 0.0351670956347639, 0.10076923076923, 0.13199923659453, 0.282461538461535, 0.304456698954813, 0.647307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 105, '2021-05-23 00:00:00', 0.0231899845755743, 0.0488461538461526, 0.0294565194559952, 0.0770576923076919, 0.0411929652321279, 0.106096153846153, 0.130061931993364, 0.289615384615382, 0.31740765646817, 0.650096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 120, '2021-05-23 00:00:00', 0.0243436060156683, 0.0608653846153856, 0.0290964774500275, 0.0777500000000012, 0.0422918841095841, 0.112211538461539, 0.129981870037563, 0.287057692307691, 0.332996236984976, 0.649923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 135, '2021-05-23 00:00:00', 0.0271430753316861, 0.0534423076923065, 0.0319923368228177, 0.0784807692307696, 0.0441529857863102, 0.121115384615384, 0.126706221388145, 0.281442307692307, 0.333755636080328, 0.64676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 150, '2021-05-23 00:00:00', 0.029878915900423, 0.0575192307692305, 0.031950033104593, 0.08076923076923, 0.0373510426175141, 0.122596153846153, 0.123537873358119, 0.277115384615384, 0.325837158479744, 0.642076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 165, '2021-05-23 00:00:00', 0.0225055206902317, 0.0550384615384614, 0.037004453993871, 0.0869807692307692, 0.0567640866962691, 0.137807692307692, 0.120793913817646, 0.278019230769229, 0.321886250811585, 0.646461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 180, '2021-05-23 00:00:00', 0.0356980337747686, 0.0720192307692309, 0.0370581300121844, 0.101749999999999, 0.0575125304072607, 0.147365384615384, 0.125338747155306, 0.283307692307692, 0.324155281521776, 0.651057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 195, '2021-05-23 00:00:00', 0.0293001772113306, 0.0674038461538461, 0.0512049764708925, 0.104019230769231, 0.0522237383395127, 0.135173076923078, 0.123134362197749, 0.271865384615385, 0.320743386525741, 0.654499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 210, '2021-05-23 00:00:00', 0.0339391140358514, 0.0692884615384628, 0.0330432350809583, 0.0933461538461552, 0.0620500170458063, 0.14126923076923, 0.125826628281202, 0.266403846153846, 0.320308673241683, 0.656615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 225, '2021-05-23 00:00:00', 0.0227610666236472, 0.0668846153846177, 0.0435325033297392, 0.0951730769230782, 0.0651507394137151, 0.146673076923075, 0.117141645028573, 0.270749999999999, 0.315319542442511, 0.652923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 240, '2021-05-23 00:00:00', 0.0342566613398606, 0.0738269230769247, 0.0480037658779143, 0.111692307692307, 0.0741345035417693, 0.16126923076923, 0.107797910997315, 0.26451923076923, 0.310284588972523, 0.648884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 255, '2021-05-23 00:00:00', 0.0294887005739219, 0.0752884615384619, 0.0436429084908254, 0.103788461538461, 0.07239075589094, 0.144192307692309, 0.108893059749181, 0.254538461538461, 0.303451132170215, 0.640519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 270, '2021-05-23 00:00:00', 0.0321301021090594, 0.0662884615384605, 0.0531394428331296, 0.0964038461538457, 0.0577163654967453, 0.129673076923076, 0.106723683479276, 0.245230769230769, 0.307080109818519, 0.640423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 285, '2021-05-23 00:00:00', 0.0463278658460114, 0.0643653846153848, 0.0497060010306745, 0.0814423076923096, 0.0701829833638185, 0.132634615384616, 0.101536670147369, 0.238846153846154, 0.310886142898256, 0.636423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 300, '2021-05-23 00:00:00', 0.0279112673691774, 0.0518269230769235, 0.034265305395487, 0.0823653846153822, 0.0670405388265477, 0.121923076923076, 0.0966703697345542, 0.234096153846154, 0.310907030377992, 0.63480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 315, '2021-05-23 00:00:00', 0.0320192730422425, 0.0610769230769207, 0.0675710822308339, 0.0981346153846156, 0.0757863012789151, 0.12021153846154, 0.0945080969262167, 0.237403846153846, 0.314825675817342, 0.635884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 330, '2021-05-23 00:00:00', 0.0717424989378415, 0.0731153846153861, 0.071497724546902, 0.0877307692307711, 0.0778509720308869, 0.118923076923078, 0.100504383754374, 0.243634615384615, 0.313548831309232, 0.635519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 345, '2021-05-23 00:00:00', 0.0233243105265406, 0.0527115384615382, 0.0376079983309608, 0.0746923076923096, 0.0324801240998017, 0.111461538461538, 0.0870472639078695, 0.242615384615385, 0.304652311912853, 0.628365384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 360, '2021-05-23 00:00:00', 0.0225047687254207, 0.0517692307692315, 0.0236413913426307, 0.0721538461538452, 0.0314080158803198, 0.115211538461538, 0.088163146408322, 0.245096153846153, 0.304728043318324, 0.627596153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 375, '2021-05-23 00:00:00', 0.0202706779515475, 0.0465961538461539, 0.0263706203071636, 0.0830192307692304, 0.0391938819794033, 0.108403846153846, 0.0951566320094625, 0.26026923076923, 0.299987441403802, 0.631249999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 390, '2021-05-23 00:00:00', 0.0194956010817428, 0.0554615384615382, 0.0314597911871383, 0.0774615384615388, 0.0415059448939357, 0.103288461538462, 0.0961347551817024, 0.255365384615383, 0.29315059204338, 0.634519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 405, '2021-05-23 00:00:00', 0.0182817269004203, 0.0483076923076934, 0.0203343305766386, 0.0652500000000017, 0.0653165104583963, 0.113442307692308, 0.0919010944104896, 0.259634615384614, 0.288709687162619, 0.634711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 420, '2021-05-23 00:00:00', 0.0183762388384057, 0.0496153846153854, 0.0289927643493235, 0.0714038461538466, 0.0602523411610278, 0.115269230769231, 0.0872229592216652, 0.261730769230768, 0.287984997606046, 0.636826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 435, '2021-05-23 00:00:00', 0.0226217815390408, 0.0472500000000015, 0.055931967603512, 0.0842500000000005, 0.0576976069361115, 0.120076923076926, 0.0801892976745543, 0.269788461538461, 0.285285452863242, 0.635480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 450, '2021-05-23 00:00:00', 0.048589710844994, 0.0645000000000003, 0.0492948741289052, 0.0842692307692325, 0.0480949421617128, 0.124788461538461, 0.0785433344378445, 0.273846153846153, 0.285110191923161, 0.63530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 465, '2021-05-23 00:00:00', 0.0264995210406652, 0.0547692307692327, 0.0362065070649766, 0.0803653846153852, 0.0450319929007734, 0.115403846153845, 0.0818581723752435, 0.278596153846152, 0.283040256038716, 0.634942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 480, '2021-05-23 00:00:00', 0.0356722096100233, 0.0635576923076919, 0.0437342015431319, 0.0945961538461524, 0.0488527772614173, 0.124076923076922, 0.0842821817102881, 0.285384615384614, 0.285713805164431, 0.633961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 495, '2021-05-23 00:00:00', 0.0304338437623958, 0.0588269230769225, 0.0321513547985866, 0.0809807692307684, 0.0535582249662776, 0.124788461538462, 0.102245850019225, 0.292423076923076, 0.290343802175178, 0.64028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 510, '2021-05-23 00:00:00', 0.0213235514432706, 0.0530769230769218, 0.0343802045011163, 0.0775384615384612, 0.0474018865252626, 0.134826923076922, 0.122909985824524, 0.29976923076923, 0.3021946449915, 0.641711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 525, '2021-05-23 00:00:00', 0.0274967970162712, 0.0520769230769241, 0.0357732226887432, 0.0907115384615404, 0.0618364343682959, 0.142769230769232, 0.125425609273141, 0.299788461538461, 0.303644514447152, 0.641134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 540, '2021-05-23 00:00:00', 0.0279902455536533, 0.0735769230769262, 0.0437429027210301, 0.109807692307694, 0.0534034751102041, 0.149365384615386, 0.132722138898702, 0.307115384615384, 0.3057021199695, 0.639384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 555, '2021-05-23 00:00:00', 0.0257808814076219, 0.0659230769230774, 0.0432203477720676, 0.101038461538462, 0.0651256891296764, 0.160153846153847, 0.14157507385999, 0.308692307692306, 0.310599261973466, 0.639307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 570, '2021-05-23 00:00:00', 0.0399518026935139, 0.084442307692307, 0.0419602925853253, 0.114384615384614, 0.0727109371732696, 0.168096153846151, 0.149487807581036, 0.311769230769228, 0.309271385057501, 0.641019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 585, '2021-05-23 00:00:00', 0.0259005568695694, 0.0693269230769229, 0.051659554928246, 0.12548076923077, 0.0716305827465855, 0.168403846153845, 0.148446215331189, 0.310673076923074, 0.302298671082857, 0.640942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 600, '2021-05-23 00:00:00', 0.0501230370803076, 0.103173076923077, 0.0659410692617636, 0.127769230769229, 0.0692314512786914, 0.170576923076922, 0.156840923819695, 0.310346153846151, 0.301152006723923, 0.645365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 615, '2021-05-23 00:00:00', 0.0329114020457255, 0.0754038461538444, 0.0444646445547992, 0.108230769230768, 0.0553631681229983, 0.152596153846153, 0.15727590773493, 0.297634615384613, 0.300810796655664, 0.637653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 630, '2021-05-23 00:00:00', 0.0397339275682632, 0.0812500000000004, 0.0392204028536159, 0.107000000000001, 0.0460104879348162, 0.15275, 0.152744821138445, 0.297903846153845, 0.296351919826101, 0.638403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 645, '2021-05-23 00:00:00', 0.0283630040722062, 0.0655000000000007, 0.0417213835599185, 0.102076923076923, 0.0475996969932164, 0.151634615384614, 0.153319028875689, 0.293230769230767, 0.296061607414091, 0.637153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 660, '2021-05-23 00:00:00', 0.0299273222220847, 0.0767692307692311, 0.0359866000702393, 0.103346153846154, 0.0582591293605221, 0.150615384615385, 0.151659391907808, 0.296134615384613, 0.290505074760388, 0.636461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 675, '2021-05-23 00:00:00', 0.0228635164534124, 0.0609038461538451, 0.0360133522247158, 0.0971923076923077, 0.0707219175035897, 0.139019230769233, 0.136346126288377, 0.286115384615383, 0.277322006672055, 0.633346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 690, '2021-05-23 00:00:00', 0.021526807973743, 0.0707115384615383, 0.0307752397978543, 0.0978461538461537, 0.087956573638096, 0.143173076923077, 0.121323700836296, 0.288096153846152, 0.272992832393932, 0.639557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 705, '2021-05-23 00:00:00', 0.0287419620870878, 0.0635961538461531, 0.0540454545160504, 0.0913653846153863, 0.0885853347821293, 0.139192307692309, 0.118177942755177, 0.283384615384614, 0.272151906111273, 0.641 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 720, '2021-05-23 00:00:00', 0.0329693097382297, 0.0631538461538471, 0.0682211449287124, 0.0997307692307688, 0.0892911163640502, 0.134288461538461, 0.119650010447136, 0.287249999999999, 0.275003672702746, 0.642500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 735, '2021-05-23 00:00:00', 0.0452494156358356, 0.0704807692307685, 0.0544314141480264, 0.0921730769230776, 0.0791250033418398, 0.130384615384614, 0.125659962413834, 0.294615384615382, 0.275918095427999, 0.637153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 750, '2021-05-23 00:00:00', 0.0243205911491922, 0.0561346153846145, 0.041047833260535, 0.0862692307692273, 0.0571857466103636, 0.126519230769229, 0.115503787816677, 0.284749999999997, 0.263123267397912, 0.626923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 765, '2021-05-23 00:00:00', 0.0322297282739919, 0.062346153846152, 0.0397122728559391, 0.0912307692307687, 0.0563466468867901, 0.134730769230768, 0.11524804186556, 0.280365384615382, 0.262613639138444, 0.625711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 780, '2021-05-23 00:00:00', 0.0283919273467218, 0.0656923076923076, 0.0334200308428706, 0.0919615384615376, 0.0485804329081006, 0.128461538461539, 0.105662699917453, 0.286384615384614, 0.26384352661845, 0.619942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 795, '2021-05-23 00:00:00', 0.0220627862805556, 0.0540576923076913, 0.0296708416825978, 0.0816730769230777, 0.0487482701862741, 0.119423076923077, 0.101488316872131, 0.280461538461539, 0.262465769929365, 0.618096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 810, '2021-05-23 00:00:00', 0.0265331142884919, 0.0598846153846155, 0.0303754265560428, 0.0774423076923085, 0.0559372072403165, 0.120365384615384, 0.0936873872965907, 0.281057692307691, 0.262585031649088, 0.616826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 825, '2021-05-23 00:00:00', 0.0253340755626777, 0.0561538461538459, 0.0487023613390561, 0.0874999999999986, 0.0690295700295284, 0.131807692307691, 0.0929679038907834, 0.288634615384614, 0.263338486479925, 0.617961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 840, '2021-05-23 00:00:00', 0.0426006003930245, 0.0646346153846136, 0.042444570188204, 0.0903076923076923, 0.0708469558544765, 0.139365384615383, 0.113524475504014, 0.301442307692306, 0.268400892036805, 0.619673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 855, '2021-05-23 00:00:00', 0.0248974821093332, 0.0592692307692306, 0.0541881089709373, 0.101134615384615, 0.0632385958098393, 0.135499999999999, 0.11630702240853, 0.307711538461539, 0.267537462509744, 0.619923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 870, '2021-05-23 00:00:00', 0.0503575103252107, 0.0763269230769235, 0.0571027548843712, 0.105730769230769, 0.0686335559329391, 0.13775, 0.126337796585795, 0.314173076923078, 0.26637708956694, 0.621076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 885, '2021-05-23 00:00:00', 0.0287573468873616, 0.0647500000000009, 0.0350371890337213, 0.0877692307692317, 0.0486627681086896, 0.128250000000001, 0.136958921410203, 0.315884615384617, 0.265043288191541, 0.620769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 900, '2021-05-23 00:00:00', 0.0306326685846236, 0.0640961538461549, 0.0367963261125958, 0.0945192307692312, 0.0570723966689553, 0.137038461538462, 0.138231973369182, 0.319461538461539, 0.264595962670518, 0.622288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 915, '2021-05-23 00:00:00', 0.0266615828487359, 0.0695000000000001, 0.0410843644224911, 0.098750000000002, 0.0767433284496995, 0.154961538461539, 0.134160741707046, 0.325269230769232, 0.264431721592957, 0.624346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 930, '2021-05-23 00:00:00', 0.0310322412983652, 0.0705000000000016, 0.0459519983661883, 0.101884615384617, 0.0689273642210494, 0.150807692307693, 0.134650710529703, 0.323923076923078, 0.264439538676395, 0.623519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 945, '2021-05-23 00:00:00', 0.0314010533875253, 0.0711153846153859, 0.0620535159854281, 0.107326923076922, 0.071424236351967, 0.166692307692307, 0.13875246498157, 0.324442307692309, 0.262567855698586, 0.628673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 960, '2021-05-23 00:00:00', 0.0404655599054506, 0.0773076923076914, 0.0432071575267146, 0.103538461538462, 0.0893703551778537, 0.192403846153846, 0.139790625029556, 0.332173076923077, 0.262907890422014, 0.637826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 975, '2021-05-23 00:00:00', 0.0282035186020894, 0.0669615384615384, 0.0616485728826048, 0.130442307692306, 0.092292096919761, 0.190865384615384, 0.141018974446158, 0.321634615384615, 0.260264916072953, 0.639057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 990, '2021-05-23 00:00:00', 0.0492408249946518, 0.104673076923076, 0.0853889832562655, 0.160461538461537, 0.081306743499304, 0.189557692307692, 0.141068913873817, 0.313961538461537, 0.256417937090091, 0.645461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1005, '2021-05-23 00:00:00', 0.0436204257024349, 0.101307692307695, 0.0533483328266653, 0.128769230769233, 0.0627366810872736, 0.167365384615386, 0.131595103077002, 0.293865384615385, 0.247689976816554, 0.658769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1020, '2021-05-23 00:00:00', 0.0316193222327973, 0.0878076923076945, 0.0401278773231465, 0.119557692307695, 0.0923348442438633, 0.183788461538464, 0.127771352272482, 0.285038461538463, 0.238948540485185, 0.656250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1035, '2021-05-23 00:00:00', 0.0394794055367916, 0.084711538461539, 0.0519155416184632, 0.120711538461539, 0.0867342115980683, 0.196788461538464, 0.126821293104177, 0.280096153846155, 0.236330834766728, 0.656711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1050, '2021-05-23 00:00:00', 0.0393572786739037, 0.0738461538461545, 0.0849906148664917, 0.137230769230771, 0.0995506133350487, 0.184730769230771, 0.139241605188193, 0.274730769230771, 0.233422222262906, 0.655076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1065, '2021-05-23 00:00:00', 0.0511737763372552, 0.113153846153848, 0.0524987032806894, 0.148923076923079, 0.0815676312120105, 0.179038461538464, 0.132737121641003, 0.270288461538462, 0.229474893045973, 0.654942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1080, '2021-05-23 00:00:00', 0.0457782111422528, 0.086230769230771, 0.046875994348428, 0.115173076923079, 0.0599883738736094, 0.148250000000001, 0.124411469913966, 0.243576923076923, 0.223947407974422, 0.659807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1095, '2021-05-23 00:00:00', 0.0452893602719907, 0.0736153846153841, 0.0565445807782199, 0.10451923076923, 0.0594824861101653, 0.134615384615385, 0.126278184972703, 0.233499999999999, 0.219666405295358, 0.664019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1110, '2021-05-23 00:00:00', 0.0370447754024176, 0.0686538461538449, 0.0447984761073238, 0.0892115384615376, 0.0422073453323006, 0.111499999999999, 0.113704887926869, 0.215192307692306, 0.216529544084724, 0.657211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1125, '2021-05-23 00:00:00', 0.0328933299294263, 0.0606346153846163, 0.03598166734068, 0.0844038461538469, 0.0398815554052052, 0.107461538461539, 0.110358417823996, 0.211596153846154, 0.221159275184199, 0.659750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1140, '2021-05-23 00:00:00', 0.0299995192269165, 0.0563653846153859, 0.0323250617228273, 0.0734807692307686, 0.0389677233301932, 0.104711538461538, 0.112080170482495, 0.199730769230769, 0.222058752620528, 0.658519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1155, '2021-05-23 00:00:00', 0.026271569892479, 0.049846153846153, 0.0317115666837593, 0.0707115384615389, 0.0439198745969902, 0.102153846153845, 0.111672756818236, 0.196269230769231, 0.223396874332517, 0.656788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1170, '2021-05-23 00:00:00', 0.020983839936047, 0.0466923076923093, 0.0292927728025461, 0.0684423076923082, 0.0371035557076933, 0.0969230769230768, 0.101681359383882, 0.186173076923079, 0.221554668544461, 0.657365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1185, '2021-05-23 00:00:00', 0.0186284315372618, 0.0459615384615393, 0.0228953135950438, 0.0663461538461542, 0.0348221856778772, 0.0947692307692302, 0.087195820736125, 0.178365384615386, 0.220398706020213, 0.656519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1200, '2021-05-23 00:00:00', 0.01746926972187, 0.0476538461538474, 0.024087828078482, 0.067288461538462, 0.0379174254643701, 0.0918653846153855, 0.0821675516153521, 0.183057692307694, 0.222298732651496, 0.656057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1215, '2021-05-23 00:00:00', 0.0220970238163069, 0.0439615384615374, 0.0286245456799674, 0.0627692307692299, 0.0376176308909276, 0.0861153846153853, 0.0781400419365529, 0.185384615384617, 0.214612663616608, 0.662153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1230, '2021-05-23 00:00:00', 0.0189531405962567, 0.040807692307692, 0.0295076847878381, 0.0617884615384609, 0.0467138465718521, 0.0932115384615375, 0.0749046701840716, 0.180480769230771, 0.214627674034683, 0.661961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1245, '2021-05-23 00:00:00', 0.0199702567296011, 0.0453653846153848, 0.026603412158247, 0.061192307692308, 0.0588386450714691, 0.0996153846153847, 0.0705755241948989, 0.175769230769233, 0.222762022899222, 0.665326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1260, '2021-05-23 00:00:00', 0.0179387847971944, 0.0414999999999998, 0.0315908214518112, 0.0649999999999999, 0.0620683773071165, 0.0962884615384622, 0.0642979363229069, 0.174269230769234, 0.224634602444469, 0.662230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1275, '2021-05-23 00:00:00', 0.0274468787632806, 0.0486346153846164, 0.0420913886679928, 0.07325, 0.0597759180993107, 0.0975961538461536, 0.0560245172978887, 0.175942307692309, 0.223554880544765, 0.659769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1290, '2021-05-23 00:00:00', 0.0271929925928315, 0.0506730769230773, 0.0326676504299804, 0.068653846153846, 0.0416234771031204, 0.0870769230769229, 0.0601975082540786, 0.185000000000002, 0.222223584568473, 0.662192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1305, '2021-05-23 00:00:00', 0.0251886115902837, 0.0481153846153832, 0.0324953783696186, 0.0679807692307686, 0.0331004299298136, 0.0845384615384635, 0.064328579603827, 0.186884615384617, 0.222116858536568, 0.669326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1320, '2021-05-23 00:00:00', 0.0174055694004492, 0.0470769230769227, 0.0193808787607391, 0.0580384615384616, 0.0195246294163597, 0.0736346153846166, 0.0801827264152594, 0.19348076923077, 0.223977711803239, 0.670846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1335, '2021-05-23 00:00:00', 0.0170828411436296, 0.036211538461537, 0.020627651344737, 0.0495000000000013, 0.0228508289699819, 0.0715961538461552, 0.0776305253205105, 0.194538461538462, 0.224754039922619, 0.669538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1350, '2021-05-23 00:00:00', 0.0165561631564052, 0.0355576923076943, 0.0188720794989677, 0.0528461538461553, 0.0337166074121448, 0.076480769230772, 0.0760202199822775, 0.192076923076923, 0.231273205072734, 0.669653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1365, '2021-05-23 00:00:00', 0.017100573539642, 0.04298076923077, 0.0201321881572781, 0.0572500000000012, 0.0353633502154656, 0.0754423076923094, 0.0765683128876526, 0.203557692307694, 0.234561630412005, 0.674538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1380, '2021-05-23 00:00:00', 0.0135841678208336, 0.0404807692307685, 0.0307648900784402, 0.0559615384615395, 0.0391963155646834, 0.0991346153846165, 0.0848872464825217, 0.208769230769231, 0.23313035062946, 0.673096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1395, '2021-05-23 00:00:00', 0.0211296091922063, 0.0339038461538463, 0.0193454427151767, 0.0458846153846148, 0.0372947511258426, 0.10396153846154, 0.106362162517432, 0.21848076923077, 0.236014367228906, 0.670807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1410, '2021-05-23 00:00:00', 0.0144616202943674, 0.0310384615384605, 0.0358100329731556, 0.0779615384615385, 0.0359752906654204, 0.101692307692309, 0.113940276190913, 0.230057692307692, 0.242521913363592, 0.674961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 2, 1425, '2021-05-23 00:00:00', 0.0351038678561442, 0.0663076923076925, 0.0382008457417461, 0.0897692307692304, 0.0326003775343875, 0.101769230769231, 0.112962248629287, 0.23701923076923, 0.242521913363592, 0.674961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 0, '2021-05-23 00:00:00', 0.0343584106823251, 0.0669038461538453, 0.0306914483203387, 0.0777500000000007, 0.032704275185127, 0.0984807692307711, 0.111376126429598, 0.249192307692307, 0.243270874667597, 0.674038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 15, '2021-05-23 00:00:00', 0.0224176184146453, 0.0470192307692306, 0.0238835959153181, 0.0673846153846141, 0.0339383830810166, 0.0990769230769228, 0.118295180017552, 0.24851923076923, 0.245001221347033, 0.672038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 30, '2021-05-23 00:00:00', 0.0267973592269556, 0.0514615384615371, 0.0271415661925508, 0.0672692307692322, 0.058159862580516, 0.11298076923077, 0.120257301073734, 0.25203846153846, 0.245974158273711, 0.670442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 45, '2021-05-23 00:00:00', 0.0191876562885124, 0.0461153846153862, 0.0351215745660683, 0.075750000000001, 0.0681887115629493, 0.119403846153847, 0.118432941103655, 0.267307692307691, 0.245974158273711, 0.670442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 60, '2021-05-23 00:00:00', 0.0331912465290749, 0.0583269230769223, 0.0491076212164501, 0.0855384615384611, 0.0740678379283772, 0.12276923076923, 0.112054959043114, 0.264423076923075, 0.246977115103029, 0.667153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 75, '2021-05-23 00:00:00', 0.0294148118104825, 0.051365384615385, 0.0444594023974492, 0.0769615384615397, 0.0589021091433774, 0.115538461538461, 0.110823152607415, 0.256634615384614, 0.249419212294357, 0.663211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 90, '2021-05-23 00:00:00', 0.0284528827794583, 0.0534423076923093, 0.0402928701461612, 0.0803461538461549, 0.047952540640157, 0.109884615384614, 0.101065418646311, 0.251826923076923, 0.244873018898805, 0.668153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 105, '2021-05-23 00:00:00', 0.0257008530238563, 0.0534230769230779, 0.0406098557571345, 0.0899038461538464, 0.0506685800077313, 0.12425, 0.0962819357607977, 0.252634615384615, 0.246077833996917, 0.671403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 120, '2021-05-23 00:00:00', 0.0310919789310055, 0.0681346153846155, 0.038664598198429, 0.0833653846153842, 0.0568964105938278, 0.134307692307692, 0.0956048699274585, 0.251865384615385, 0.253565307169572, 0.67675 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 135, '2021-05-23 00:00:00', 0.0291109086082854, 0.0517499999999979, 0.0424500838089236, 0.085480769230768, 0.0802322590023206, 0.136846153846154, 0.0962075640717275, 0.247846153846154, 0.253823361505897, 0.676326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 150, '2021-05-23 00:00:00', 0.033465527613673, 0.060807692307693, 0.0465409868990607, 0.0922115384615388, 0.0821710434679731, 0.138096153846155, 0.103026762766545, 0.252076923076925, 0.256038074091753, 0.675846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 165, '2021-05-23 00:00:00', 0.026754043547731, 0.0648269230769233, 0.0535483534186276, 0.0996153846153864, 0.0609258439542586, 0.138961538461538, 0.103739438758104, 0.244634615384616, 0.255339792463659, 0.68151923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 180, '2021-05-23 00:00:00', 0.0534281724877866, 0.0825192307692334, 0.064065087095981, 0.108846153846155, 0.0656407354761234, 0.152884615384616, 0.112339745689309, 0.24846153846154, 0.256364542880161, 0.685326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 195, '2021-05-23 00:00:00', 0.0365702117113836, 0.0695961538461528, 0.0370014344836292, 0.105384615384614, 0.0454860798655875, 0.13978846153846, 0.111904542081463, 0.242057692307693, 0.258759219828306, 0.683923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 210, '2021-05-23 00:00:00', 0.0296774973027349, 0.0719230769230744, 0.0323800092649765, 0.0997499999999975, 0.0437284100574659, 0.13057692307692, 0.101010326966335, 0.237615384615385, 0.258959263948242, 0.682596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 225, '2021-05-23 00:00:00', 0.02782594942744, 0.0637884615384611, 0.0282299690727083, 0.0913653846153863, 0.0668230758162048, 0.134211538461538, 0.10547855961503, 0.226057692307693, 0.254033735645787, 0.679826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 240, '2021-05-23 00:00:00', 0.0250044688313609, 0.0692884615384623, 0.0368608662613675, 0.093211538461537, 0.0656928195350266, 0.130942307692307, 0.107694312756059, 0.227750000000002, 0.251036500563931, 0.681230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 255, '2021-05-23 00:00:00', 0.0350051919226035, 0.0642115384615373, 0.0667569097547203, 0.101749999999999, 0.0663207242235663, 0.122038461538462, 0.11471253703866, 0.229115384615387, 0.248550336180389, 0.677980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 270, '2021-05-23 00:00:00', 0.0514267963674124, 0.0736538461538469, 0.0494269818870371, 0.0930576923076923, 0.0497559428224787, 0.113576923076924, 0.115664348606048, 0.232807692307694, 0.24556156364232, 0.681307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 285, '2021-05-23 00:00:00', 0.0296077757458303, 0.0555961538461537, 0.0337680094399783, 0.0759615384615382, 0.0387107071254688, 0.103673076923079, 0.107169206613438, 0.219326923076925, 0.243937971308598, 0.672923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 300, '2021-05-23 00:00:00', 0.0254215535444877, 0.0571538461538469, 0.0271481760259943, 0.0757115384615398, 0.0385845774291282, 0.104019230769232, 0.107340737123208, 0.215576923076924, 0.242720507199916, 0.679769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 315, '2021-05-23 00:00:00', 0.0191055871812005, 0.0497115384615375, 0.0326521586045759, 0.0767115384615402, 0.0387129674160205, 0.102423076923078, 0.0990768078116867, 0.217076923076924, 0.236262293127461, 0.674865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 330, '2021-05-23 00:00:00', 0.0209914634664077, 0.0528076923076936, 0.0264787650769423, 0.0697500000000018, 0.0568707306089869, 0.108000000000002, 0.0889355687259914, 0.217653846153847, 0.230803826124798, 0.670115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 345, '2021-05-23 00:00:00', 0.0254892134048888, 0.0505000000000012, 0.0331786829153915, 0.0772500000000026, 0.060584334101001, 0.11269230769231, 0.0866013878908169, 0.219903846153847, 0.227183727748812, 0.669115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 360, '2021-05-23 00:00:00', 0.0230777281910853, 0.0543076923076942, 0.0501239118431684, 0.0769423076923094, 0.0615441805034915, 0.107384615384618, 0.0882611945394946, 0.223038461538462, 0.224854575225856, 0.668000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 375, '2021-05-23 00:00:00', 0.0413362431771445, 0.0472499999999993, 0.0429779773658727, 0.0665576923076926, 0.0518707862051314, 0.0979615384615394, 0.0850972588368065, 0.223788461538462, 0.22353306157118, 0.666019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 390, '2021-05-23 00:00:00', 0.0252089193616967, 0.0460192307692308, 0.040637312335415, 0.0653653846153852, 0.0415539547317229, 0.0986346153846179, 0.0775551515920224, 0.227192307692308, 0.221196495486219, 0.661019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 405, '2021-05-23 00:00:00', 0.02774796596842, 0.0429807692307728, 0.0320783655827672, 0.0681923076923114, 0.0346211418289224, 0.0927884615384657, 0.0874715690073949, 0.243653846153846, 0.222045363521823, 0.659211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 420, '2021-05-23 00:00:00', 0.0226002467651623, 0.0521346153846156, 0.0242644802128541, 0.0687500000000014, 0.0374180386362598, 0.0929807692307705, 0.0858140229709664, 0.257057692307693, 0.219430227214449, 0.659730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 435, '2021-05-23 00:00:00', 0.0234210047081333, 0.0502115384615399, 0.0272677676725857, 0.0683653846153853, 0.0402114985468659, 0.108769230769233, 0.0881859769944275, 0.263557692307693, 0.217794275724735, 0.661057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 450, '2021-05-23 00:00:00', 0.0233295866955388, 0.0494807692307683, 0.0323217954566037, 0.0685384615384609, 0.0451667508751224, 0.113846153846155, 0.114081529550648, 0.282346153846155, 0.215282766647461, 0.660980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 465, '2021-05-23 00:00:00', 0.0228121762358477, 0.044846153846151, 0.0344082112292977, 0.0802499999999995, 0.0411764916127937, 0.104788461538461, 0.114159276384425, 0.283596153846154, 0.212287058919323, 0.658846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 480, '2021-05-23 00:00:00', 0.0290482158858982, 0.069173076923076, 0.0371055044641402, 0.0895384615384611, 0.0371264782145485, 0.105846153846153, 0.115933729412042, 0.28198076923077, 0.212897816768082, 0.661403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 495, '2021-05-23 00:00:00', 0.0242809516984939, 0.0567692307692318, 0.0294347844983034, 0.0704423076923084, 0.0552780106510575, 0.11746153846154, 0.121593776725874, 0.273442307692309, 0.217155003130519, 0.668846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 510, '2021-05-23 00:00:00', 0.0202712471628783, 0.0452115384615379, 0.0247565065262565, 0.0647692307692296, 0.0465620181957521, 0.119307692307691, 0.109906078784779, 0.261615384615385, 0.214656560221565, 0.661673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 525, '2021-05-23 00:00:00', 0.0187000308514753, 0.0476346153846144, 0.0362234942883943, 0.0883076923076937, 0.0401232524182095, 0.121346153846153, 0.104830927981861, 0.254711538461539, 0.215386037151902, 0.658750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 540, '2021-05-23 00:00:00', 0.0318044747698255, 0.074769230769232, 0.0368212522245604, 0.0977692307692303, 0.0499600802179562, 0.13048076923077, 0.104576767900979, 0.253096153846155, 0.21580605965685, 0.660346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 555, '2021-05-23 00:00:00', 0.0281581249375735, 0.0629999999999986, 0.0296895798866578, 0.0848653846153832, 0.042649321394187, 0.126230769230769, 0.0996961325536447, 0.243673076923077, 0.218730030297273, 0.659884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 570, '2021-05-23 00:00:00', 0.0272524945929437, 0.0644615384615374, 0.0376562590568131, 0.089423076923077, 0.0425295010732352, 0.131538461538459, 0.0968993470645617, 0.246211538461538, 0.221118148021856, 0.664653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 585, '2021-05-23 00:00:00', 0.0338770401032019, 0.0650769230769234, 0.0365304509437509, 0.100923076923078, 0.0546711567887066, 0.141153846153846, 0.0946498486324929, 0.246076923076922, 0.22314489342474, 0.665211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 600, '2021-05-23 00:00:00', 0.0349489572860864, 0.0810192307692312, 0.037835844827969, 0.102365384615384, 0.0609209702432967, 0.153769230769231, 0.0939770205136093, 0.249903846153846, 0.23256028581523, 0.667557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 615, '2021-05-23 00:00:00', 0.02566284353811, 0.0706923076923075, 0.0431441813529392, 0.105403846153846, 0.0550877062929236, 0.151846153846155, 0.0822981540123845, 0.238615384615384, 0.238844800751774, 0.678173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 630, '2021-05-23 00:00:00', 0.0282649007672888, 0.0787692307692292, 0.0453115751895029, 0.112173076923078, 0.0690481688054406, 0.163019230769232, 0.0685317360509266, 0.231173076923077, 0.235462589711926, 0.678134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 645, '2021-05-23 00:00:00', 0.03858395441711, 0.0756923076923089, 0.0373390700720602, 0.106115384615385, 0.0589926233980531, 0.153019230769232, 0.0670431548734432, 0.21926923076923, 0.236708214572613, 0.682326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 660, '2021-05-23 00:00:00', 0.0276856530465769, 0.0713461538461534, 0.0459656560756141, 0.108192307692308, 0.050326002607615, 0.140057692307693, 0.0671006620396095, 0.214673076923076, 0.242247166372253, 0.687480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 675, '2021-05-23 00:00:00', 0.0311962275825888, 0.0692692307692319, 0.0320824658557374, 0.0987307692307695, 0.040749709767725, 0.120673076923079, 0.0813308272522687, 0.219711538461538, 0.245458929668177, 0.684115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975895 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 975895, 3, 690, '2021-05-23 00:00:00', 0.0296665053294367, 0.0671923076923061, 0.0352695554049319, 0.0876923076923072, 0.039632038321773, 0.117038461538462, 0.0871172176747203, 0.22151923076923, 0.250559426391918, 0.688884615384615 where not exists (select 1 from powerstats_trumpet where symboli[...];
Date: 2021-05-23 15:11:37 Duration: 14s588ms Database: acaweb_fx User: pgperfstats
4 14s165ms 17s457ms 15s732ms 4 1m2s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 15 4 1m2s 15s732ms [ User: pgperfstats - Total duration: 1m2s - 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 982610, 1, 945, '2021-05-23 00:00:00', 0.000253558747554765, 0.000689038461538475, 0.000299850539692423, 0.000982115384615392, 0.000418498093001815, 0.00139442307692309, 0.00144393779164958, 0.00330288461538461, 0.00268731790796354, 0.00640653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 960, '2021-05-23 00:00:00', 0.000288101544598419, 0.000787499999999988, 0.000307883344541645, 0.00101692307692309, 0.000580548977593287, 0.00176134615384618, 0.00145929556240727, 0.00329653846153846, 0.00268757741212301, 0.00646211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 975, '2021-05-23 00:00:00', 0.000284941289499329, 0.000633461538461546, 0.000337681745936119, 0.00106980769230771, 0.000638854172598219, 0.00178942307692308, 0.00131879964361536, 0.00314749999999999, 0.00269549627227458, 0.00644307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 990, '2021-05-23 00:00:00', 0.000369881737856846, 0.000932500000000016, 0.000516784920296781, 0.00145057692307695, 0.000853936495567157, 0.00190153846153847, 0.0013367916384446, 0.00309826923076922, 0.00274362032022262, 0.0064523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1005, '2021-05-23 00:00:00', 0.000403746350305008, 0.000943653846153858, 0.000529043112973434, 0.00138384615384615, 0.000721613469940803, 0.00178499999999999, 0.00125172096915224, 0.00298923076923076, 0.00275654402495924, 0.0064398076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1020, '2021-05-23 00:00:00', 0.000452421858956373, 0.00100653846153845, 0.00051928841845207, 0.0013326923076923, 0.000677420219543352, 0.00185692307692306, 0.00118168881755667, 0.00283269230769229, 0.00271530661960331, 0.00652596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1035, '2021-05-23 00:00:00', 0.00031878356535188, 0.000834807692307691, 0.000421888063900301, 0.00114153846153846, 0.000808520586294228, 0.00180153846153847, 0.00120550876588077, 0.00263576923076923, 0.00276918044665816, 0.00645788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1050, '2021-05-23 00:00:00', 0.000372114384812809, 0.000843653846153843, 0.000527211094782292, 0.00130653846153845, 0.00071557574990085, 0.00172942307692307, 0.00108650924807561, 0.00254711538461538, 0.002765195750478, 0.00644653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1065, '2021-05-23 00:00:00', 0.000317849081265827, 0.00093903846153846, 0.000603221894369031, 0.00127942307692307, 0.000703018136323651, 0.00161749999999999, 0.00108964117241198, 0.00239826923076922, 0.00278911243119494, 0.00641807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1080, '2021-05-23 00:00:00', 0.000421302011169413, 0.000829230769230766, 0.000420398162917756, 0.00108615384615385, 0.000684336090393744, 0.00157326923076924, 0.00106436396681124, 0.00231057692307693, 0.00280830814110286, 0.00639615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1095, '2021-05-23 00:00:00', 0.000300752389849196, 0.000690000000000007, 0.000451481322554288, 0.000979230769230762, 0.000703841984014544, 0.00138346153846154, 0.000951088121776634, 0.00225115384615385, 0.0027797328385739, 0.00640557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1110, '2021-05-23 00:00:00', 0.000312229698483943, 0.000654230769230755, 0.000568348484646527, 0.000985000000000001, 0.000721907649111808, 0.00127942307692308, 0.000846255644226148, 0.00216384615384615, 0.00278211765636289, 0.00642442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1125, '2021-05-23 00:00:00', 0.000437619258470907, 0.00061884615384616, 0.000506321879987279, 0.000849615384615395, 0.000596048139511731, 0.00116076923076923, 0.000748200405074637, 0.00206461538461539, 0.00280008220346365, 0.00644211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1140, '2021-05-23 00:00:00', 0.000303074311781031, 0.000564038461538459, 0.000384021483774026, 0.000777499999999995, 0.000430237903776695, 0.00102057692307691, 0.000723043460764176, 0.00202538461538461, 0.00280762374889953, 0.00645634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1155, '2021-05-23 00:00:00', 0.000258317708377759, 0.000520961538461544, 0.000311401052317761, 0.000718846153846149, 0.000556496596160718, 0.00109230769230768, 0.000689735177720123, 0.00199615384615384, 0.00286012152108693, 0.00650634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1170, '2021-05-23 00:00:00', 0.000198165043878545, 0.000455769230769215, 0.000277708757237062, 0.00062307692307691, 0.000556513736094216, 0.000986538461538447, 0.000688272223648571, 0.00191057692307692, 0.00284954779813327, 0.00646942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1185, '2021-05-23 00:00:00', 0.000236301713916756, 0.000442499999999991, 0.000503676368926902, 0.000758269230769211, 0.000538078096991083, 0.000984038461538465, 0.00068097873568969, 0.00191096153846153, 0.00291705734233346, 0.00646653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1200, '2021-05-23 00:00:00', 0.000497811711392969, 0.000597499999999986, 0.000514523080143151, 0.000754999999999997, 0.000558027191231612, 0.000997115384615392, 0.000674292250038162, 0.00186096153846154, 0.00290189911291528, 0.00643730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1215, '2021-05-23 00:00:00', 0.000185726535944239, 0.000377884615384619, 0.000274785580743654, 0.000581346153846162, 0.000625833137013857, 0.000931346153846162, 0.000701297286901487, 0.00185173076923077, 0.0029024591496496, 0.00644634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1230, '2021-05-23 00:00:00', 0.000230559186460973, 0.00043653846153846, 0.000411350683256258, 0.000659230769230767, 0.000570528668463247, 0.000940192307692301, 0.000721118682219622, 0.00188307692307692, 0.00289655798385708, 0.00647192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1245, '2021-05-23 00:00:00', 0.000257833354051682, 0.00045403846153846, 0.000440402482002355, 0.000662884615384615, 0.000460015384358115, 0.000866923076923069, 0.000682254633267805, 0.00186423076923076, 0.00296002264154543, 0.00650403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1260, '2021-05-23 00:00:00', 0.000398040633797414, 0.00046211538461538, 0.000415609654141215, 0.000620769230769224, 0.000471310815296431, 0.000936730769230766, 0.000665519374970808, 0.00182596153846153, 0.00301214012852095, 0.00651692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1275, '2021-05-23 00:00:00', 0.000211826580013009, 0.000392499999999992, 0.000283436873992192, 0.000552692307692299, 0.000362964344508681, 0.00100365384615385, 0.00066782171734217, 0.00180961538461539, 0.00304074259654802, 0.00652653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1290, '2021-05-23 00:00:00', 0.000172422111735657, 0.000384230769230763, 0.000273443075217896, 0.000661346153846157, 0.000401289651767127, 0.00101423076923078, 0.000690113480077452, 0.00178115384615384, 0.00302437266858131, 0.00654403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1305, '2021-05-23 00:00:00', 0.000251037615937109, 0.000523269230769234, 0.000278190305643164, 0.000789615384615395, 0.00037889662686035, 0.00105057692307693, 0.00075383807687982, 0.00177961538461537, 0.0030188699681529, 0.00659173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1320, '2021-05-23 00:00:00', 0.000281025115220349, 0.000583653846153852, 0.000338109506612199, 0.000750961538461539, 0.000360353512326657, 0.00100057692307691, 0.000726936485427831, 0.00171557692307691, 0.00304646456505797, 0.00657711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1335, '2021-05-23 00:00:00', 0.000228993785605982, 0.00040192307692308, 0.000262703474253045, 0.000631346153846156, 0.000304082478689844, 0.000841923076923067, 0.00073995428652981, 0.00171288461538461, 0.00299271785403271, 0.00657807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1350, '2021-05-23 00:00:00', 0.000185861921452878, 0.000449423076923083, 0.000205567600709692, 0.000605961538461533, 0.0002265582791384, 0.000745576923076918, 0.000776484310604783, 0.00173326923076923, 0.00296582737191497, 0.00659 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1365, '2021-05-23 00:00:00', 0.000137720592281827, 0.000420192307692298, 0.000175396364316314, 0.00055826923076922, 0.000199645551299903, 0.000667115384615374, 0.000750619769564811, 0.00180096153846154, 0.00291990574136591, 0.00660153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1380, '2021-05-23 00:00:00', 0.00017255277899375, 0.0003676923076923, 0.000187184812007155, 0.000438076923076915, 0.000222193263070348, 0.000650384615384627, 0.000773104555571979, 0.00184557692307693, 0.00302905172391525, 0.00664211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1395, '2021-05-23 00:00:00', 0.000125676783242391, 0.000250576923076916, 0.000166968099210127, 0.00039711538461539, 0.000469637503416601, 0.000909230769230773, 0.00117058573438192, 0.00209519230769232, 0.00301795211385777, 0.0066248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1410, '2021-05-23 00:00:00', 0.000121430575290502, 0.000304230769230777, 0.00020391627241063, 0.00048538461538464, 0.000490098302541295, 0.00102288461538462, 0.00120391273961836, 0.00222326923076923, 0.00299128439740422, 0.00661788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 1, 1425, '2021-05-23 00:00:00', 0.000182089686270677, 0.000355576923076947, 0.00046031895296798, 0.000788461538461541, 0.000605424962002219, 0.00100923076923076, 0.00120888486440382, 0.00233615384615385, 0.00296965025783277, 0.00662057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 0, '2021-05-23 00:00:00', 0.000442054686836187, 0.000592884615384614, 0.000482769773128097, 0.000829423076923088, 0.000599895119038444, 0.000981923076923079, 0.0012495849156974, 0.00247269230769231, 0.00294685699582559, 0.00662692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 15, '2021-05-23 00:00:00', 0.000436806417253506, 0.000579615384615394, 0.000552476104599861, 0.000719615384615389, 0.000492901495854272, 0.000968269230769233, 0.00120342197983022, 0.00253230769230769, 0.00289691453898004, 0.00661461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 30, '2021-05-23 00:00:00', 0.000407937636636542, 0.000403653846153839, 0.000442969524911132, 0.000634999999999997, 0.00047317454902619, 0.000991923076923072, 0.00119855226772199, 0.00262846153846155, 0.00287273528861634, 0.00659403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 45, '2021-05-23 00:00:00', 0.000250067683145676, 0.000410384615384614, 0.000338390818660672, 0.000692115384615384, 0.000537515545392362, 0.00101480769230769, 0.00118745772394382, 0.00269461538461539, 0.00286703049271435, 0.00655038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 60, '2021-05-23 00:00:00', 0.000312954715328197, 0.000560576923076928, 0.000408877073872393, 0.000752692307692315, 0.000506632054317079, 0.00102403846153846, 0.00124170925929356, 0.00270673076923077, 0.00286851433002147, 0.00653730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 75, '2021-05-23 00:00:00', 0.000254331476620567, 0.000437500000000005, 0.000338042327800256, 0.00062115384615385, 0.000426607728301018, 0.000926923076923082, 0.00112841067605998, 0.00263557692307692, 0.00275820130910319, 0.00653730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 90, '2021-05-23 00:00:00', 0.000184150440171586, 0.000394230769230751, 0.000257062997367159, 0.000564230769230759, 0.000423625378770519, 0.000947307692307694, 0.00105732310759113, 0.00272692307692307, 0.00265090382990118, 0.00650634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 105, '2021-05-23 00:00:00', 0.000186608289864512, 0.00039442307692306, 0.000315987341518604, 0.000699999999999987, 0.000430813943421223, 0.000995576923076908, 0.00109549990345117, 0.00274903846153846, 0.00259119892802839, 0.00645826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 120, '2021-05-23 00:00:00', 0.000275173581580786, 0.000557499999999997, 0.00034851382270347, 0.000716730769230763, 0.000433116479270154, 0.00102326923076923, 0.00118186996551422, 0.00281615384615384, 0.00259001280810615, 0.00645711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 135, '2021-05-23 00:00:00', 0.00020214817489996, 0.000401730769230766, 0.000277495114302093, 0.000658461538461539, 0.00101401109461386, 0.00120749999999999, 0.00112140998129757, 0.00276288461538461, 0.00251691746755065, 0.00639153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 150, '2021-05-23 00:00:00', 0.000194470187551076, 0.000474423076923081, 0.000252363062639149, 0.000703653846153849, 0.000962206118970677, 0.00131384615384614, 0.00107193586561881, 0.00274249999999999, 0.00250994612262127, 0.00635653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 165, '2021-05-23 00:00:00', 0.000198168149268788, 0.000496153846153838, 0.000972512784175407, 0.000968653846153847, 0.000969463848653545, 0.00138807692307692, 0.00106510967293729, 0.00268615384615384, 0.00250121087598664, 0.00636538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 180, '2021-05-23 00:00:00', 0.00097240914149423, 0.000816538461538465, 0.000956283450898084, 0.00110403846153845, 0.000967226009703092, 0.00148307692307692, 0.00104633734815968, 0.00263538461538461, 0.00256371296245234, 0.00639692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 195, '2021-05-23 00:00:00', 0.000337853461634566, 0.000669807692307669, 0.000418611808426185, 0.00090961538461537, 0.000485678747891914, 0.0012453846153846, 0.000851430583466164, 0.00236596153846153, 0.00248893591721443, 0.00635999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 210, '2021-05-23 00:00:00', 0.000273766955920263, 0.000597115384615394, 0.000347750407841399, 0.000897115384615386, 0.000418683100281751, 0.00127346153846155, 0.000828299393103338, 0.00225673076923077, 0.00239702158136686, 0.00641730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 225, '2021-05-23 00:00:00', 0.000250774569315513, 0.000628269230769213, 0.000369472440941668, 0.00092326923076922, 0.000466670242660304, 0.00130865384615384, 0.000796517323197572, 0.00222538461538462, 0.00235365056062671, 0.00643980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 240, '2021-05-23 00:00:00', 0.000341521032126308, 0.000686153846153845, 0.000414557456350002, 0.000968269230769237, 0.000510674553899053, 0.0012625, 0.000818265614201531, 0.00220884615384617, 0.00233754293255513, 0.0064548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 255, '2021-05-23 00:00:00', 0.000206351548427585, 0.000525192307692311, 0.000284333498662291, 0.000783461538461543, 0.000442556732564826, 0.00104769230769232, 0.000729227093466877, 0.00198692307692309, 0.00225752084069092, 0.00634211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 270, '2021-05-23 00:00:00', 0.000210470991971671, 0.000580961538461557, 0.000251799752550741, 0.000748653846153853, 0.000468958297309465, 0.00112326923076924, 0.000711585661636134, 0.0019419230769231, 0.00227423438511986, 0.00629596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 285, '2021-05-23 00:00:00', 0.000204820371582953, 0.000520769230769231, 0.000289726396131563, 0.000720769230769243, 0.000428597758348719, 0.00115596153846156, 0.000691161258039957, 0.00191326923076925, 0.00229368655225599, 0.00630499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 300, '2021-05-23 00:00:00', 0.000196668796164035, 0.000486153846153858, 0.000386235480185147, 0.000810384615384629, 0.000571209378289732, 0.0011819230769231, 0.000702313758504424, 0.00191615384615387, 0.00233480366494618, 0.00631807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 315, '2021-05-23 00:00:00', 0.000297318076244176, 0.000605961538461533, 0.000353510091249714, 0.000854230769230776, 0.000586385440316675, 0.00114326923076922, 0.000704203887652288, 0.00196865384615384, 0.00230852041359829, 0.00634249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 330, '2021-05-23 00:00:00', 0.000297041890337675, 0.000521730769230792, 0.000536361674762314, 0.000785384615384619, 0.000564747595084597, 0.00101461538461539, 0.000692539501789209, 0.0019998076923077, 0.00233397186226529, 0.00636057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 345, '2021-05-23 00:00:00', 0.000365996637227094, 0.000541538461538457, 0.000379357199240223, 0.000718269230769226, 0.000376208872017411, 0.000993653846153848, 0.000762738184740695, 0.00201346153846155, 0.0022910521348532, 0.00638326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 360, '2021-05-23 00:00:00', 0.00016787506801648, 0.000465961538461538, 0.000241461973435531, 0.000648269230769233, 0.00027615582279127, 0.000909038461538469, 0.000781634579189406, 0.00208384615384615, 0.00224270897319771, 0.00642653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 375, '2021-05-23 00:00:00', 0.00013522744373262, 0.000417692307692311, 0.000198263713270977, 0.000642500000000003, 0.000259482102539757, 0.000824807692307703, 0.000804912799863828, 0.00228384615384616, 0.00220745676845898, 0.00645923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 390, '2021-05-23 00:00:00', 0.000177150631254443, 0.000467884615384615, 0.000220039856529526, 0.000608461538461545, 0.000253558444180776, 0.000788269230769249, 0.000818284250969439, 0.00242365384615385, 0.00217771482204484, 0.00652038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 405, '2021-05-23 00:00:00', 0.000131865461740343, 0.000392499999999988, 0.000172383740086324, 0.000556923076923079, 0.000334060795940814, 0.000883846153846158, 0.000867280031965547, 0.00264442307692308, 0.002166730512866, 0.00654365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 420, '2021-05-23 00:00:00', 0.000173118123301362, 0.000411730769230768, 0.000191240987721287, 0.000568653846153861, 0.000363059912411156, 0.000887500000000011, 0.000922305826969319, 0.00281903846153847, 0.00215958957104923, 0.00657865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 435, '2021-05-23 00:00:00', 0.000108869894122077, 0.000369423076923085, 0.000295175110999989, 0.000632115384615384, 0.000364793935509667, 0.000896153846153854, 0.000919455189856382, 0.00294461538461539, 0.00214288731352385, 0.00656596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 450, '2021-05-23 00:00:00', 0.000275256523712255, 0.000446923076923071, 0.000293676496532122, 0.00061326923076923, 0.000385611253027642, 0.000915961538461535, 0.000898641966867442, 0.00296576923076923, 0.00211713943438201, 0.00656576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 465, '2021-05-23 00:00:00', 0.000173190535360518, 0.000410192307692313, 0.000231151382298414, 0.0005898076923077, 0.000275507992345344, 0.000910576923076919, 0.000903699064954699, 0.00297, 0.00210349741730656, 0.00654076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 480, '2021-05-23 00:00:00', 0.000189778413297843, 0.000484615384615395, 0.000243646338904456, 0.000701538461538459, 0.000287027203213599, 0.00099384615384614, 0.000912631887202317, 0.00301019230769231, 0.00208353641676837, 0.00652 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 495, '2021-05-23 00:00:00', 0.000143633079541115, 0.000452307692307684, 0.000177369236774156, 0.000659615384615385, 0.000346702488287318, 0.00108884615384614, 0.000965983675606612, 0.00301230769230769, 0.00204290660202941, 0.00652923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 510, '2021-05-23 00:00:00', 0.000164335023655956, 0.000449999999999997, 0.000232570667506931, 0.000678653846153847, 0.000445786426959755, 0.00126346153846154, 0.000997106043276466, 0.00308230769230769, 0.00203558913226235, 0.00653634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 525, '2021-05-23 00:00:00', 0.000185105479285561, 0.000450961538461534, 0.000246592547769353, 0.000866730769230751, 0.000529660704166775, 0.00136730769230769, 0.00102785110041064, 0.00312826923076924, 0.00201233791511648, 0.00654326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 540, '2021-05-23 00:00:00', 0.000199648537338836, 0.000733461538461531, 0.00037631553863132, 0.00109923076923077, 0.000612896527846377, 0.00156692307692306, 0.00108095854898113, 0.00318576923076923, 0.00200976003159964, 0.00656576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 555, '2021-05-23 00:00:00', 0.000290424887681159, 0.000668846153846159, 0.000389156731328731, 0.00103480769230769, 0.00057877659433831, 0.00164711538461539, 0.00117706115454487, 0.00322019230769233, 0.00204339427273499, 0.00662307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 570, '2021-05-23 00:00:00', 0.000359690304824316, 0.000786346153846139, 0.000471385723160976, 0.00116249999999998, 0.0006090616048164, 0.00176596153846154, 0.00121401661691834, 0.00323711538461539, 0.00208336750330953, 0.00657692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 585, '2021-05-23 00:00:00', 0.000309090539386857, 0.000739807692307684, 0.000415364760921517, 0.00126673076923078, 0.000560428407559792, 0.001855, 0.00120114471042612, 0.00323884615384616, 0.00210279935214576, 0.00665365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 600, '2021-05-23 00:00:00', 0.000351838686813245, 0.00100269230769231, 0.000458804298819637, 0.00133423076923077, 0.000614183635781314, 0.00188846153846154, 0.00120048696850007, 0.0032498076923077, 0.00210608240944761, 0.00670134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 615, '2021-05-23 00:00:00', 0.000293536264303964, 0.000791538461538459, 0.000370866760233592, 0.00122807692307693, 0.000565142357831527, 0.00169173076923078, 0.00124825072986776, 0.00310326923076925, 0.002115454197457, 0.00666269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 630, '2021-05-23 00:00:00', 0.000290025197844291, 0.000838846153846162, 0.000396285056687549, 0.00115538461538462, 0.000502636166013359, 0.00150865384615387, 0.00120465515333707, 0.00307596153846156, 0.00212254455421208, 0.00666576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 645, '2021-05-23 00:00:00', 0.000342238389700255, 0.00075634615384616, 0.000456622255935234, 0.00107326923076924, 0.000604376633718266, 0.00148365384615385, 0.00112910190655433, 0.00306365384615386, 0.00210152436432369, 0.00665942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 660, '2021-05-23 00:00:00', 0.000224866883699249, 0.000703653846153853, 0.000396846996286403, 0.000953461538461555, 0.000660459979571362, 0.00142423076923078, 0.0010660761987487, 0.00302269230769233, 0.00206274104418964, 0.00669384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 675, '2021-05-23 00:00:00', 0.000268428761499215, 0.000610000000000012, 0.000395114589026436, 0.000966538461538474, 0.000506346681176512, 0.0013948076923077, 0.00100195401399159, 0.00301538461538463, 0.00207508629106949, 0.00667634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 690, '2021-05-23 00:00:00', 0.000274331635350073, 0.000725384615384606, 0.000384860863969553, 0.00103173076923076, 0.000581833441670521, 0.00146807692307692, 0.000905493172042393, 0.00301826923076925, 0.00204936928383793, 0.00666730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 705, '2021-05-23 00:00:00', 0.0002121316717368, 0.000655384615384605, 0.000287307125939113, 0.000889230769230775, 0.000553940464726627, 0.00135903846153847, 0.000930600819156851, 0.00306826923076925, 0.0021417135932203, 0.00670365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 720, '2021-05-23 00:00:00', 0.000190562325762452, 0.000635000000000005, 0.000497074402417246, 0.00102519230769231, 0.000646873932552075, 0.00141326923076924, 0.000922563089358198, 0.00315057692307694, 0.00217238299676078, 0.00670173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 735, '2021-05-23 00:00:00', 0.00040174355578576, 0.00071173076923076, 0.000474877190601781, 0.000967884615384611, 0.000597826190331391, 0.00137307692307692, 0.00103249593033281, 0.00317038461538461, 0.00221978509874613, 0.00664326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 750, '2021-05-23 00:00:00', 0.000193061170059176, 0.000593846153846158, 0.000254386214551511, 0.000857115384615385, 0.000511405454078797, 0.00128346153846153, 0.00102349005105832, 0.00305173076923077, 0.0022223268211494, 0.00663249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 765, '2021-05-23 00:00:00', 0.000219705834802246, 0.000629423076923067, 0.000368211947744137, 0.000940961538461528, 0.000485415286121065, 0.00134999999999999, 0.0010264178186594, 0.00313846153846154, 0.00224723128794934, 0.0066626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 780, '2021-05-23 00:00:00', 0.000247763922996192, 0.000620192307692301, 0.000379625321356975, 0.000889230769230762, 0.000368852899593406, 0.00135269230769232, 0.000951733499382146, 0.00322057692307692, 0.0022713596487228, 0.00662942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 795, '2021-05-23 00:00:00', 0.000284683157211646, 0.000607499999999983, 0.000325577179789972, 0.000927499999999991, 0.000456793001428267, 0.00136461538461538, 0.000930059075873898, 0.00323326923076924, 0.00230798231062412, 0.00661211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 810, '2021-05-23 00:00:00', 0.000225833924684614, 0.0006048076923077, 0.000342321991922579, 0.000922884615384632, 0.000553592463265721, 0.00132115384615385, 0.00091887249052639, 0.00319942307692308, 0.00230954974799452, 0.00661096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 825, '2021-05-23 00:00:00', 0.000272571797175313, 0.000659230769230784, 0.000384161224167454, 0.00092038461538462, 0.000526191833986278, 0.00129538461538461, 0.000894347721053654, 0.00321461538461538, 0.00235181641748213, 0.00659269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 840, '2021-05-23 00:00:00', 0.000264256576950401, 0.000626538461538454, 0.000370695240782049, 0.000914807692307682, 0.000446350155750456, 0.0012476923076923, 0.000916692486815845, 0.00324865384615385, 0.00234191772994829, 0.00657942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 855, '2021-05-23 00:00:00', 0.000224544324903009, 0.000608076923076918, 0.000243748925046921, 0.00082653846153847, 0.000514693635536271, 0.00128153846153847, 0.000897394283467422, 0.0032175, 0.00237455689793663, 0.0065926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 870, '2021-05-23 00:00:00', 0.000211074631351104, 0.000642499999999999, 0.000344291245224823, 0.000887307692307689, 0.000511343667364571, 0.00138788461538462, 0.000821384291209772, 0.00325192307692307, 0.0023377507681201, 0.00660057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 885, '2021-05-23 00:00:00', 0.00023580051869193, 0.000626730769230767, 0.000430381762553284, 0.000962307692307681, 0.000647209037685311, 0.00158153846153845, 0.000852763471580214, 0.00327653846153845, 0.00231513814174977, 0.00659615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 900, '2021-05-23 00:00:00', 0.000284988326346637, 0.000742884615384619, 0.000327090201626419, 0.00107000000000001, 0.000576027242945479, 0.00168576923076924, 0.000865723174799327, 0.00322884615384616, 0.00228093968490047, 0.00653461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 915, '2021-05-23 00:00:00', 0.000264179790177973, 0.000810192307692303, 0.000566967269439245, 0.00124673076923076, 0.000719977884275723, 0.00176307692307691, 0.00106493784578474, 0.00323884615384615, 0.00227767115374792, 0.00650826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 930, '2021-05-23 00:00:00', 0.000552316798725011, 0.000864615384615391, 0.000608067335593163, 0.00120326923076924, 0.000695577485591311, 0.00174403846153846, 0.00107796212649324, 0.00313711538461538, 0.00229200536984201, 0.00647115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 945, '2021-05-23 00:00:00', 0.000299039037842636, 0.000822115384615399, 0.000525720348298775, 0.00124173076923078, 0.000673681761208214, 0.00186865384615387, 0.00108092476433553, 0.00303211538461539, 0.00219378272712823, 0.00659442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 960, '2021-05-23 00:00:00', 0.00032210921463666, 0.000902115384615389, 0.00036317091759201, 0.00117365384615385, 0.000763237537377139, 0.00190653846153847, 0.00103117289455335, 0.00300846153846153, 0.00220334348207446, 0.00663750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 975, '2021-05-23 00:00:00', 0.000290263871993436, 0.000771346153846156, 0.000497630539503126, 0.00130807692307694, 0.000696600647098789, 0.00180769230769233, 0.00112654092759139, 0.0030026923076923, 0.00209315559530433, 0.00668288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 990, '2021-05-23 00:00:00', 0.00041767290293501, 0.00104557692307692, 0.000680577950093761, 0.00145711538461539, 0.000624365801310534, 0.00179557692307693, 0.00113751532534054, 0.00296365384615384, 0.00208693003273672, 0.00671519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1005, '2021-05-23 00:00:00', 0.000383772218098992, 0.000938653846153851, 0.000378722396810852, 0.0012594230769231, 0.000473700814373878, 0.0016726923076923, 0.00120716948016679, 0.00280807692307692, 0.00214167540455166, 0.00683653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1020, '2021-05-23 00:00:00', 0.000293290155621731, 0.000963653846153848, 0.000418931240915959, 0.00126923076923076, 0.000472538521018306, 0.00176057692307691, 0.00127734249367733, 0.0027403846153846, 0.00211901958461926, 0.00684999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1035, '2021-05-23 00:00:00', 0.000268324215484537, 0.000883269230769219, 0.000332899441966415, 0.00122596153846152, 0.000503457583577343, 0.00175153846153845, 0.00128505565578365, 0.00264903846153846, 0.00197731772475124, 0.00690576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1050, '2021-05-23 00:00:00', 0.000250585238069717, 0.000804807692307674, 0.000428999596557106, 0.00122557692307692, 0.000648588763867661, 0.00171923076923076, 0.00131371254612496, 0.00253442307692308, 0.00188242087380953, 0.00692788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1065, '2021-05-23 00:00:00', 0.000401622909628511, 0.00098980769230769, 0.000566914591315274, 0.00131192307692308, 0.000624508914760535, 0.00171423076923077, 0.00133593829026066, 0.00248634615384616, 0.00196943249342389, 0.00700211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1080, '2021-05-23 00:00:00', 0.00048530593047463, 0.000940384615384619, 0.000572341109963152, 0.00121788461538462, 0.000625422349604354, 0.00150134615384617, 0.00132828744572157, 0.00240346153846155, 0.00207572179290445, 0.00711519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1095, '2021-05-23 00:00:00', 0.000345910170642393, 0.000700384615384618, 0.000434617471063752, 0.00104211538461539, 0.000604417456348247, 0.00134269230769231, 0.00134575922237796, 0.00230173076923078, 0.00204055908628381, 0.00708576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1110, '2021-05-23 00:00:00', 0.000288814020541841, 0.00074846153846154, 0.000347749910136592, 0.000959999999999999, 0.000491267591190232, 0.00126461538461539, 0.00134126513182373, 0.00221807692307693, 0.00196440025100636, 0.00706711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1125, '2021-05-23 00:00:00', 0.000338255251821184, 0.000653846153846159, 0.000473813213765156, 0.000954807692307688, 0.000416941427356585, 0.00119192307692308, 0.00135816510834966, 0.00214230769230769, 0.00193354584596837, 0.00706153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1140, '2021-05-23 00:00:00', 0.000309170851447255, 0.000653846153846154, 0.000303371123315219, 0.000825961538461548, 0.000381062280393187, 0.00109769230769231, 0.00142688547327602, 0.00209692307692308, 0.00191012391865434, 0.00705576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1155, '2021-05-23 00:00:00', 0.000234155848823956, 0.000565192307692321, 0.000288742099459022, 0.000785000000000014, 0.00112770872193952, 0.00127019230769232, 0.00145255373262191, 0.00202788461538463, 0.00193633575442023, 0.00708807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1170, '2021-05-23 00:00:00', 0.000197408596180997, 0.000528076923076937, 0.000269981765766042, 0.000706923076923079, 0.00110838600607439, 0.00119346153846153, 0.0013661953909137, 0.00191961538461539, 0.00191804641196754, 0.00712596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1185, '2021-05-23 00:00:00', 0.000194623601225139, 0.000472115384615382, 0.00116120348710359, 0.000898461538461536, 0.00114141223255027, 0.00116673076923077, 0.0013592715385031, 0.00189134615384616, 0.00191473850393769, 0.00714346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1200, '2021-05-23 00:00:00', 0.00118409051434164, 0.000782884615384616, 0.00114950994575281, 0.000971346153846142, 0.00122762378351274, 0.00113807692307692, 0.00146746852934411, 0.00198326923076923, 0.00191208118591719, 0.00713769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1215, '2021-05-23 00:00:00', 0.000227478485880449, 0.000452692307692293, 0.000317557020924533, 0.000617307692307688, 0.000381278265030439, 0.000833653846153838, 0.000991782563794188, 0.00186057692307693, 0.00188679215968431, 0.00709442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1230, '2021-05-23 00:00:00', 0.000163924114713531, 0.000408653846153846, 0.00018901617757381, 0.000606346153846151, 0.000306887664238121, 0.000810961538461539, 0.000876132958824443, 0.00184519230769231, 0.00188507589114726, 0.00707634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1245, '2021-05-23 00:00:00', 0.000139534390577547, 0.000440384615384601, 0.000258457629320246, 0.00065288461538461, 0.000398549292386193, 0.000901538461538458, 0.000858736012090768, 0.00182846153846153, 0.00190200384210564, 0.00708384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1260, '2021-05-23 00:00:00', 0.00020943109753659, 0.000454230769230773, 0.000234186070005475, 0.000583653846153844, 0.000327564673590751, 0.000926153846153846, 0.000841139611571022, 0.00180538461538461, 0.00191177381386623, 0.00710365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1275, '2021-05-23 00:00:00', 0.000140381485739605, 0.000400192307692308, 0.000241506808313021, 0.000623461538461549, 0.00034930282211635, 0.000967307692307693, 0.000935968030354759, 0.00186192307692307, 0.00187134095277651, 0.0072798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1290, '2021-05-23 00:00:00', 0.000182185450740556, 0.000483461538461546, 0.00020320404674953, 0.000708269230769225, 0.000336520258848383, 0.000961730769230771, 0.000997404805559843, 0.00189288461538461, 0.00182146977846084, 0.00735307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1305, '2021-05-23 00:00:00', 0.000143293271085763, 0.000519807692307703, 0.000307666965302504, 0.000769807692307705, 0.000314460710521255, 0.000913461538461545, 0.000974603430198078, 0.00188038461538462, 0.00183215060684264, 0.0074846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1320, '2021-05-23 00:00:00', 0.000309453364201088, 0.000595769230769222, 0.000289253947516429, 0.000700384615384609, 0.00034449182194155, 0.00093884615384616, 0.0010636287126914, 0.00199596153846154, 0.0018490950801364, 0.00752884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1335, '2021-05-23 00:00:00', 0.000115521060350985, 0.000343653846153847, 0.00017909387310742, 0.000496153846153847, 0.000348979005319594, 0.000827115384615402, 0.0010628809362367, 0.00195173076923078, 0.00185911964277554, 0.00754961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1350, '2021-05-23 00:00:00', 0.000123763421960524, 0.000370769230769239, 0.000244647941713413, 0.000621153846153863, 0.000331514473520897, 0.000830384615384624, 0.00102186917723583, 0.00193884615384616, 0.00192170925520446, 0.0075973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1365, '2021-05-23 00:00:00', 0.000211718245280415, 0.000473846153846167, 0.000281312924584825, 0.000619807692307705, 0.000304200402063155, 0.000788269230769232, 0.000979449158377386, 0.00193442307692308, 0.00230982481020664, 0.00776557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1380, '2021-05-23 00:00:00', 0.0001943691966732, 0.000369230769230776, 0.000230477514337916, 0.00049326923076923, 0.000662617449676195, 0.000781730769230762, 0.000990058059680561, 0.00198519230769231, 0.00229300653325246, 0.00773019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1395, '2021-05-23 00:00:00', 0.000140067703409687, 0.000300192307692306, 0.000146616716435957, 0.000432307692307698, 0.000698230180252463, 0.00114576923076923, 0.00104994331348814, 0.0021748076923077, 0.0023010977062798, 0.00771557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1410, '2021-05-23 00:00:00', 0.000123004690342077, 0.000298076923076933, 0.000620098255241734, 0.000569615384615384, 0.000685390736396737, 0.0012123076923077, 0.00130199161051296, 0.00229307692307693, 0.00230120921390339, 0.00771538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 2, 1425, '2021-05-23 00:00:00', 0.000576427492271271, 0.000439423076923078, 0.000654035049637127, 0.00105461538461539, 0.00062662149659902, 0.0012125, 0.00126101072099388, 0.00238596153846155, 0.00231031762718063, 0.00770153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 0, '2021-05-23 00:00:00', 0.000499276129858179, 0.00075057692307693, 0.000537957140128646, 0.000948269230769234, 0.000517831907683751, 0.00109826923076923, 0.00120929936803855, 0.00237019230769231, 0.00239286269656564, 0.00762826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 15, '2021-05-23 00:00:00', 0.000441093963476471, 0.000528269230769233, 0.000441035320406592, 0.000681923076923082, 0.000521447873344392, 0.000991730769230763, 0.00116560819383636, 0.0023423076923077, 0.00240292953416321, 0.00758711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 30, '2021-05-23 00:00:00', 0.000293762593838046, 0.000437692307692297, 0.000351417185780006, 0.000590961538461524, 0.000540843358525878, 0.000911538461538459, 0.00116650689931686, 0.00231788461538462, 0.00241515692275646, 0.00755480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 45, '2021-05-23 00:00:00', 0.000267051709196208, 0.000331153846153834, 0.000443428252803789, 0.000661153846153852, 0.000450923326247215, 0.000920384615384624, 0.00115721211738185, 0.00236826923076924, 0.00241681714562451, 0.00754865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 60, '2021-05-23 00:00:00', 0.000412688604901303, 0.00055173076923078, 0.000483234932512127, 0.000680000000000001, 0.000630069867920652, 0.00104403846153846, 0.00114472201865781, 0.0023975, 0.00241271010244943, 0.00754403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 75, '2021-05-23 00:00:00', 0.000226787684511654, 0.000394423076923086, 0.000233182661975878, 0.000591923076923099, 0.000510951901996504, 0.00100961538461539, 0.00109972807827838, 0.00241038461538461, 0.00236781214334116, 0.00754288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 90, '2021-05-23 00:00:00', 0.000214772867502815, 0.000455769230769236, 0.000495446651634038, 0.000740769230769233, 0.000492465110048799, 0.00105326923076923, 0.00110886178649031, 0.00244730769230768, 0.00233325919296131, 0.00759769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 105, '2021-05-23 00:00:00', 0.000497907776446769, 0.00054807692307691, 0.000474559755498157, 0.00081480769230768, 0.000521293103733413, 0.00109249999999999, 0.00110326675761647, 0.00250346153846153, 0.00237798072871793, 0.00765711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 120, '2021-05-23 00:00:00', 0.000215011717033128, 0.000555961538461538, 0.000304549856976847, 0.000748846153846153, 0.000467668028215939, 0.00115923076923078, 0.00111330416052673, 0.00250192307692308, 0.00239671233150747, 0.00765 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 135, '2021-05-23 00:00:00', 0.000210257077078364, 0.000440961538461524, 0.000323014646012316, 0.00067730769230768, 0.000781137927346047, 0.00124269230769231, 0.00106383146438492, 0.00249076923076922, 0.00241923074232604, 0.00761923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 150, '2021-05-23 00:00:00', 0.00026361167535717, 0.000463653846153839, 0.000330155208255844, 0.000782692307692307, 0.0010788416865395, 0.00132923076923078, 0.00106609784512708, 0.00253115384615383, 0.0024274374031381, 0.00762288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 165, '2021-05-23 00:00:00', 0.000261180235440233, 0.000558653846153847, 0.000781590292042705, 0.000974230769230785, 0.00109907809269686, 0.00142557692307694, 0.00108450470793743, 0.00250730769230768, 0.00239300024108777, 0.00763807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 180, '2021-05-23 00:00:00', 0.00081152394627924, 0.000788653846153859, 0.00110919570653001, 0.00108134615384618, 0.00117822749860183, 0.00146903846153847, 0.0011261986434974, 0.00252576923076922, 0.00240725506781862, 0.00763980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 195, '2021-05-23 00:00:00', 0.000408101844377858, 0.000641346153846162, 0.000474204434979094, 0.000965384615384624, 0.000473157357139656, 0.00127673076923077, 0.000720479434393931, 0.00230615384615382, 0.00210327473606863, 0.00748884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 210, '2021-05-23 00:00:00', 0.00032536512034708, 0.000672307692307703, 0.000416805248748886, 0.000936153846153856, 0.000389333207103949, 0.00125211538461539, 0.000728176225500817, 0.00228884615384614, 0.00208975559851826, 0.00750269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 225, '2021-05-23 00:00:00', 0.000272878107473763, 0.000622307692307696, 0.000285952726055298, 0.000874807692307689, 0.000312557440874718, 0.00123192307692308, 0.000781343640541975, 0.00214826923076922, 0.00205006991438002, 0.00745557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 240, '2021-05-23 00:00:00', 0.000188495766122627, 0.000605576923076928, 0.00026145487917833, 0.000819423076923082, 0.000308159112248096, 0.00111903846153846, 0.000834722339832471, 0.00204076923076922, 0.00202023277409769, 0.00743269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 255, '2021-05-23 00:00:00', 0.000231094136662964, 0.000557499999999997, 0.000278041294664047, 0.000809807692307698, 0.000384119622793978, 0.00108326923076923, 0.000882891577976339, 0.00200346153846152, 0.00203906499123042, 0.00745903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 270, '2021-05-23 00:00:00', 0.000261169558833974, 0.000561538461538472, 0.000297894470214881, 0.000761346153846154, 0.000409131349982444, 0.00109230769230768, 0.000940541660632122, 0.00197615384615384, 0.0020377007782151, 0.0074526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 285, '2021-05-23 00:00:00', 0.000281039827454008, 0.000539230769230766, 0.000385940260423011, 0.000786730769230769, 0.000522122001658022, 0.00110423076923076, 0.000918373499517162, 0.00194173076923077, 0.00205465475295635, 0.00748692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 300, '2021-05-23 00:00:00', 0.000313347987927889, 0.000564807692307699, 0.00032058174284595, 0.000754423076923083, 0.000672469415947372, 0.00103134615384616, 0.00091906719014445, 0.00189750000000001, 0.00208369207270319, 0.00749557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 315, '2021-05-23 00:00:00', 0.0002054795516684, 0.00051538461538461, 0.000386387808375915, 0.000748461538461531, 0.000535645835920027, 0.000987692307692296, 0.000880257851209175, 0.00200326923076923, 0.00203801683393062, 0.00744384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 330, '2021-05-23 00:00:00', 0.000269701045318988, 0.000509423076923088, 0.000410773004880386, 0.000682692307692318, 0.00053250225712775, 0.000989423076923081, 0.000805681102212009, 0.00202096153846155, 0.00199621279889232, 0.00739846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 345, '2021-05-23 00:00:00', 0.000220817449840012, 0.000467884615384627, 0.000252377616952178, 0.000697307692307692, 0.000401468506284687, 0.0009301923076923, 0.000715533259991361, 0.00206961538461539, 0.00194749361606536, 0.00732923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 360, '2021-05-23 00:00:00', 0.000195143438368961, 0.000479807692307689, 0.00039653227630779, 0.00068961538461538, 0.000426161399544266, 0.000896538461538455, 0.000811737358054656, 0.00214346153846154, 0.00193247156412554, 0.00729211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 375, '2021-05-23 00:00:00', 0.000313119539718996, 0.000419615384615375, 0.000312314498789035, 0.000582115384615364, 0.000339154831898332, 0.000794999999999986, 0.000804185517249484, 0.00222788461538461, 0.00191971413136274, 0.00725211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 390, '2021-05-23 00:00:00', 0.000181288125963584, 0.000415769230769217, 0.000233950767338908, 0.000560192307692301, 0.000305266844177106, 0.00083038461538462, 0.000705022776500596, 0.00219865384615385, 0.00192283641649916, 0.00720826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 405, '2021-05-23 00:00:00', 0.000167154465643653, 0.000376153846153847, 0.000222096739144145, 0.000539807692307684, 0.000311072400674731, 0.000790961538461549, 0.000719946178543916, 0.00229749999999999, 0.00193233494667819, 0.00721288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 420, '2021-05-23 00:00:00', 0.000150513991171781, 0.000377692307692301, 0.000255614192455374, 0.00057884615384615, 0.000345063929416848, 0.000791346153846159, 0.0007218032173767, 0.00241826923076921, 0.00192727760365195, 0.00718980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 435, '2021-05-23 00:00:00', 0.000195788445482911, 0.00042365384615385, 0.000177113284043349, 0.000556346153846165, 0.000278779551727774, 0.000874038461538461, 0.000763337434206865, 0.00252596153846153, 0.00192664815557604, 0.00718634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 450, '2021-05-23 00:00:00', 0.000172945189182991, 0.000440961538461554, 0.000289717899927595, 0.000617307692307693, 0.00035141434014784, 0.000954038461538469, 0.000852731110112576, 0.00262211538461538, 0.00192786613802769, 0.00718961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 465, '2021-05-23 00:00:00', 0.000190157525792128, 0.000416730769230762, 0.000230134826702819, 0.000660961538461539, 0.000359320352032313, 0.00092634615384615, 0.000827872899943911, 0.00278653846153846, 0.00192371272643451, 0.00718442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 480, '2021-05-23 00:00:00', 0.000169748229853698, 0.000547307692307691, 0.000273247140881657, 0.000724999999999997, 0.00036644298538582, 0.000982692307692302, 0.000861095456157661, 0.00282076923076922, 0.00191716012934194, 0.00722480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 495, '2021-05-23 00:00:00', 0.000263109585241882, 0.000474423076923064, 0.000346103863912829, 0.00066673076923076, 0.000417197057294742, 0.00112423076923076, 0.000895831113891103, 0.00282923076923076, 0.00192523865653464, 0.00723326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 510, '2021-05-23 00:00:00', 0.000191227713633618, 0.000480961538461538, 0.000235372127622499, 0.000650961538461537, 0.000391874832842559, 0.00116826923076922, 0.000913174597847431, 0.00287461538461539, 0.00191611655539169, 0.00718557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 525, '2021-05-23 00:00:00', 0.000181001062470332, 0.000454230769230756, 0.000322718977535475, 0.000851538461538446, 0.000401058023808951, 0.00128346153846153, 0.00097876240536396, 0.00291461538461539, 0.0019496681473049, 0.00717826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 540, '2021-05-23 00:00:00', 0.000332955529486106, 0.000714230769230764, 0.00036678037863801, 0.000940384615384606, 0.000583297918338867, 0.00136730769230768, 0.000983611008165627, 0.00291384615384615, 0.00195651472895436, 0.00717673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 555, '2021-05-23 00:00:00', 0.000264918855501063, 0.000609999999999995, 0.000337289421485685, 0.000903076923076912, 0.000536771975652733, 0.00141192307692307, 0.000904966637719098, 0.00284115384615384, 0.00209538584660529, 0.00712961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 570, '2021-05-23 00:00:00', 0.000227693113304183, 0.000616923076923083, 0.000413448350415784, 0.000878461538461542, 0.00046381300111142, 0.0013975, 0.000891322957958915, 0.00280384615384615, 0.0021577062964033, 0.00714730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 585, '2021-05-23 00:00:00', 0.000329654189440056, 0.00067673076923077, 0.000401989906111306, 0.00112173076923076, 0.000515837332737891, 0.00148307692307691, 0.000839462396647171, 0.00277634615384614, 0.00218062557185211, 0.00712326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 600, '2021-05-23 00:00:00', 0.000264561247816386, 0.000869423076923072, 0.000246319992005408, 0.00110346153846154, 0.000495223842162462, 0.00154057692307691, 0.000760288027405001, 0.00270173076923076, 0.00224207325928479, 0.00706249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 615, '2021-05-23 00:00:00', 0.000212216598350333, 0.000773269230769245, 0.000367563547619266, 0.00109519230769231, 0.0005901083668407, 0.00155826923076924, 0.000805268254396304, 0.00275019230769231, 0.00228652177906832, 0.0071253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982610 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 982610, 3, 630, '2021-05-23 00:00:00', 0.000251444824961655, 0.000817499999999992, 0.000397856564799239, 0.00114038461538461, 0.000493532790587022, 0.00156115384615385, 0.0007733926259321, 0.00273807692307692, 0.00231524812[...];
Date: 2021-05-23 15:41:47 Duration: 17s457ms 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 982375, 1, 930, '2021-05-23 00:00:00', 0.000402102168417625, 0.000843076923076912, 0.00041061885752343, 0.00110461538461539, 0.000515200073160524, 0.00143865384615385, 0.00158178064218778, 0.00389000000000001, 0.00175070341906859, 0.00668769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 945, '2021-05-23 00:00:00', 0.000297966699223505, 0.000686923076923089, 0.000406507119816548, 0.000950961538461543, 0.000535921779596754, 0.00147692307692308, 0.00153442647767322, 0.00372615384615385, 0.00166633869721799, 0.00665942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 960, '2021-05-23 00:00:00', 0.000302804646341769, 0.00075057692307693, 0.000361711157608468, 0.0010298076923077, 0.000544927412244406, 0.00181826923076923, 0.00149217007692206, 0.00367846153846155, 0.00160332654191215, 0.00669000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 975, '2021-05-23 00:00:00', 0.000345489674787268, 0.000661346153846157, 0.000489743928379539, 0.00110634615384616, 0.000715546912938201, 0.00196076923076924, 0.00140286175918537, 0.00350134615384617, 0.00158261386757672, 0.00663442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 990, '2021-05-23 00:00:00', 0.000436151923072681, 0.000942500000000004, 0.000556152061386656, 0.00151134615384614, 0.000981272564659737, 0.00216038461538462, 0.00142263861025373, 0.00343615384615385, 0.00159563799634648, 0.00664384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1005, '2021-05-23 00:00:00', 0.000421373395531251, 0.00103346153846153, 0.000597877527978374, 0.00151153846153846, 0.000895241780835681, 0.0020596153846154, 0.00142645720365041, 0.00328192307692308, 0.00167867104029898, 0.00658230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1020, '2021-05-23 00:00:00', 0.000488723494264549, 0.00105057692307692, 0.000713874396407507, 0.00149942307692308, 0.000801281185640558, 0.00208846153846154, 0.00126926835375587, 0.00301307692307693, 0.00177457402255821, 0.00666480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1035, '2021-05-23 00:00:00', 0.000430256274258106, 0.00096269230769232, 0.000482560358918974, 0.00124750000000001, 0.00080615841161362, 0.00195423076923076, 0.00124309959994549, 0.00275615384615385, 0.00184450139187135, 0.00661076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1050, '2021-05-23 00:00:00', 0.000381415783627271, 0.000855000000000016, 0.00055626657278681, 0.0014325, 0.000738074209318786, 0.00180846153846153, 0.0011054383919792, 0.00262403846153846, 0.00188560417781267, 0.00655134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1065, '2021-05-23 00:00:00', 0.000322334513295628, 0.00108153846153847, 0.000561532141692586, 0.00141711538461538, 0.000700848496741365, 0.00176884615384615, 0.00113438924604321, 0.00255980769230769, 0.0019016369163272, 0.0065348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1080, '2021-05-23 00:00:00', 0.000511269611246965, 0.000923846153846143, 0.000522314707667866, 0.00117557692307691, 0.000695481570844708, 0.00169884615384615, 0.00106446528649546, 0.00243211538461537, 0.00197079036273423, 0.00660557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1095, '2021-05-23 00:00:00', 0.000324856950766857, 0.000729038461538459, 0.000540092727081329, 0.00111192307692307, 0.000830103237323766, 0.00150576923076924, 0.00109747192008936, 0.00224884615384615, 0.00204978543905302, 0.00665288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1110, '2021-05-23 00:00:00', 0.00043215332927098, 0.000767499999999989, 0.00066754429412241, 0.00106576923076923, 0.000913717428126189, 0.00134346153846154, 0.00105772011711693, 0.00213538461538461, 0.00207232043854225, 0.00672500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1125, '2021-05-23 00:00:00', 0.000419246393498549, 0.000676538461538474, 0.000603540834129347, 0.000896538461538472, 0.000698210597500164, 0.00121596153846156, 0.000940844649156356, 0.00200557692307692, 0.00218633951195564, 0.00678269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1140, '2021-05-23 00:00:00', 0.000346861144906947, 0.000585576923076925, 0.000454193833579374, 0.000805961538461536, 0.000509424146991935, 0.0010148076923077, 0.000902047585304586, 0.0019503846153846, 0.0022351206128185, 0.00680192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1155, '2021-05-23 00:00:00', 0.000326152630621819, 0.000576538461538464, 0.000397306750315353, 0.000775576923076944, 0.000506546527591872, 0.00106576923076924, 0.000852580787960874, 0.001895, 0.00227944608656104, 0.00682769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1170, '2021-05-23 00:00:00', 0.000257088730567129, 0.000503846153846162, 0.000310732942473856, 0.000650192307692306, 0.000521752372741648, 0.000973461538461528, 0.000866093905905214, 0.00182057692307692, 0.00224268298284408, 0.00677980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1185, '2021-05-23 00:00:00', 0.000274419457148249, 0.000459038461538475, 0.000376071852790843, 0.000705961538461543, 0.000524741401512709, 0.000993461538461539, 0.000877695759448477, 0.00182461538461538, 0.00227427849082871, 0.00679942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1200, '2021-05-23 00:00:00', 0.000253858909935895, 0.00051711538461539, 0.000352691846321317, 0.000701538461538459, 0.000523939074555576, 0.00101192307692306, 0.00088120033957184, 0.00179096153846153, 0.00223555359690064, 0.00680173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1215, '2021-05-23 00:00:00', 0.000219941688076278, 0.000432115384615389, 0.000336440702284713, 0.000647115384615392, 0.000512110715192889, 0.000900769230769222, 0.000830852782479438, 0.00183788461538462, 0.00226648023460301, 0.00682442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1230, '2021-05-23 00:00:00', 0.000214856034089357, 0.000451346153846164, 0.000414398173444127, 0.000655384615384613, 0.000484935681698721, 0.000901153846153849, 0.0007942499364422, 0.00176019230769231, 0.00230676527597879, 0.00686596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1245, '2021-05-23 00:00:00', 0.00031574094785732, 0.000452884615384619, 0.000324753693648668, 0.000600192307692311, 0.000440467758359038, 0.000849615384615395, 0.000676053508351103, 0.00169711538461538, 0.00234646362393742, 0.00689653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1260, '2021-05-23 00:00:00', 0.000221341104667398, 0.000401730769230775, 0.000322745255580932, 0.000597500000000011, 0.000435745206072744, 0.00084826923076922, 0.000612363140125706, 0.00165115384615385, 0.00238751248083729, 0.00689961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1275, '2021-05-23 00:00:00', 0.000237499149796059, 0.000420384615384615, 0.000319958651174703, 0.000553461538461539, 0.000467127762131359, 0.000917884615384612, 0.00059637365674679, 0.00165346153846153, 0.00239791345997692, 0.00692519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1290, '2021-05-23 00:00:00', 0.000184426032702725, 0.00036980769230769, 0.000271808473292952, 0.000605384615384615, 0.000463458736027269, 0.000965000000000011, 0.000571942439277028, 0.00169192307692308, 0.00245729454106309, 0.00699269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1305, '2021-05-23 00:00:00', 0.000250310038521457, 0.000511346153846143, 0.000402648539242165, 0.000739615384615383, 0.00054133680686013, 0.00108153846153848, 0.000530699103505496, 0.00169346153846154, 0.00253274117995017, 0.00706826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1320, '2021-05-23 00:00:00', 0.000297835589648958, 0.00053096153846155, 0.000357153113039557, 0.00072788461538464, 0.000493112563214526, 0.00104500000000002, 0.000464682025276835, 0.00164076923076924, 0.00256618181650962, 0.00707365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1335, '2021-05-23 00:00:00', 0.000223840688540217, 0.000445576923076947, 0.000331999826227955, 0.000668269230769258, 0.000354720529214428, 0.00084557692307695, 0.000442848689213896, 0.00160019230769232, 0.0025822522369793, 0.00708384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1350, '2021-05-23 00:00:00', 0.000188564312636287, 0.000457500000000008, 0.000243541814447975, 0.000641153846153845, 0.000277482362571865, 0.000727692307692318, 0.000443306501019502, 0.00160557692307692, 0.00260728865947868, 0.00708307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1365, '2021-05-23 00:00:00', 0.000181671406665993, 0.000462499999999994, 0.000172873898016398, 0.000544230769230773, 0.0002328608035848, 0.000646923076923071, 0.000512258686152277, 0.0017001923076923, 0.00262967757602449, 0.00710807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1380, '2021-05-23 00:00:00', 0.000123673422304939, 0.000333653846153854, 0.000128444091399272, 0.000413269230769231, 0.000225050848955046, 0.00058826923076922, 0.000525460384219982, 0.00172384615384614, 0.00267782647223164, 0.00713384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1395, '2021-05-23 00:00:00', 0.000108266054059133, 0.000263461538461535, 0.000174903160018942, 0.000393653846153842, 0.000464194422131992, 0.000887692307692312, 0.000549359942254477, 0.00186288461538461, 0.00273319992795144, 0.0071453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1410, '2021-05-23 00:00:00', 0.000129930898794465, 0.000280961538461534, 0.00016814279645587, 0.000434999999999993, 0.000469082779311016, 0.000900576923076922, 0.000552016304107035, 0.00197499999999999, 0.00273858989543607, 0.00713884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 1, 1425, '2021-05-23 00:00:00', 0.000148169341788902, 0.000321923076923072, 0.000468720722162578, 0.00080134615384616, 0.000475683192892068, 0.000902499999999998, 0.00066292788794513, 0.00217076923076922, 0.0027342725090682, 0.00713692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 0, '2021-05-23 00:00:00', 0.000453248955194172, 0.00066384615384616, 0.00048593431021708, 0.000766923076923084, 0.000461377869496935, 0.000911538461538455, 0.000653839900422585, 0.00224615384615385, 0.00273314007212329, 0.00712557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 15, '2021-05-23 00:00:00', 0.000240379827644627, 0.000362307692307696, 0.000242911506520364, 0.000475000000000012, 0.000282570957732479, 0.000807884615384609, 0.000674228105659763, 0.00224346153846154, 0.00276001705680348, 0.00709192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 30, '2021-05-23 00:00:00', 0.000183449846426338, 0.000359615384615396, 0.000306086526228218, 0.000604807692307679, 0.00041374648499554, 0.000951923076923066, 0.000726320548010005, 0.00235653846153846, 0.00276423997065822, 0.00708615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 45, '2021-05-23 00:00:00', 0.00032527840146794, 0.000485961538461524, 0.000270217291481115, 0.000674230769230758, 0.000455233836784847, 0.000999615384615366, 0.000735833514824151, 0.00240019230769231, 0.00275900562494198, 0.00707903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 60, '2021-05-23 00:00:00', 0.000180891807868259, 0.000514615384615395, 0.000412001353619892, 0.000758653846153854, 0.000448291628982063, 0.000994230769230779, 0.000782607476030271, 0.00249769230769232, 0.00275813100737549, 0.00707557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 75, '2021-05-23 00:00:00', 0.000378029709862169, 0.000512307692307684, 0.000400079415193454, 0.000683461538461532, 0.000403304618600651, 0.00095615384615385, 0.000843717438118132, 0.00250865384615384, 0.00274189712537757, 0.0071053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 90, '2021-05-23 00:00:00', 0.000196303630594574, 0.000411346153846154, 0.00029771443467755, 0.000616730769230779, 0.000349331449397935, 0.000932307692307698, 0.000837877469470415, 0.00265557692307691, 0.00272652230590826, 0.00708173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 105, '2021-05-23 00:00:00', 0.000240752665932974, 0.000454615384615399, 0.000326454202230352, 0.000737884615384629, 0.000510564242925263, 0.00105961538461539, 0.000856473202239184, 0.00272711538461538, 0.00273350572314408, 0.00706653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 120, '2021-05-23 00:00:00', 0.000249005097260163, 0.000581538461538458, 0.000279626467878966, 0.000719807692307685, 0.000481680871053089, 0.00106230769230768, 0.0008735239197993, 0.00276903846153845, 0.00275404910296428, 0.00704769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 135, '2021-05-23 00:00:00', 0.000210774852535935, 0.000479038461538466, 0.000354753435501328, 0.000779999999999994, 0.000444392454758352, 0.00117942307692307, 0.000887297279122653, 0.00278230769230768, 0.00278838683029893, 0.00703865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 150, '2021-05-23 00:00:00', 0.000278175097043897, 0.000550769230769226, 0.00029642854892095, 0.000753269230769225, 0.000411320247682812, 0.00123711538461538, 0.00085771664677435, 0.00275961538461539, 0.00279302020841513, 0.00700673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 165, '2021-05-23 00:00:00', 0.000190247611932847, 0.000501923076923086, 0.000335334735175739, 0.000894230769230773, 0.000540064383626202, 0.00143846153846154, 0.000853625593481211, 0.00278557692307693, 0.00285287501411362, 0.00706961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 180, '2021-05-23 00:00:00', 0.000348333229051636, 0.000754038461538469, 0.000402749779162437, 0.00107423076923077, 0.000534651863725012, 0.00153384615384616, 0.000876117067168893, 0.00280134615384615, 0.00294170160725962, 0.00712211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 195, '2021-05-23 00:00:00', 0.000307134147589263, 0.000714230769230768, 0.000500839948332964, 0.00107442307692307, 0.000439633938635318, 0.00136500000000001, 0.000899021947195101, 0.00263230769230769, 0.00288640474399448, 0.00708711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 210, '2021-05-23 00:00:00', 0.00032362014770409, 0.000709999999999997, 0.000344646753380026, 0.000975769230769235, 0.000432632771972503, 0.00131134615384616, 0.000915387622813427, 0.0025475, 0.00281233486352806, 0.00705076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 225, '2021-05-23 00:00:00', 0.000227245800502789, 0.000629423076923084, 0.000306305340368828, 0.000939807692307692, 0.000408435288161283, 0.00129576923076923, 0.000879615060038289, 0.00252442307692307, 0.00272992941582463, 0.00706115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 240, '2021-05-23 00:00:00', 0.00030809919731251, 0.000748653846153844, 0.000419636106094859, 0.00101769230769229, 0.000533758948763021, 0.00142884615384615, 0.000906091967653477, 0.0025355769230769, 0.00270444659489059, 0.00708076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 255, '2021-05-23 00:00:00', 0.000239133049544841, 0.000616153846153856, 0.000312611395530286, 0.000883269230769227, 0.000600833907677812, 0.00125076923076923, 0.00096639896602721, 0.00231980769230768, 0.00262444288593569, 0.0069576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 270, '2021-05-23 00:00:00', 0.000262513882416797, 0.000611538461538458, 0.000429372036995704, 0.00086711538461539, 0.000590232581276227, 0.00128249999999999, 0.00101670449908592, 0.00229596153846152, 0.00260753813306433, 0.00693134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 285, '2021-05-23 00:00:00', 0.000339464793688301, 0.000637115384615387, 0.000452033865307261, 0.000846153846153843, 0.00068100796335568, 0.00139538461538461, 0.000999290979414153, 0.00229769230769229, 0.00251554267734388, 0.00703019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 300, '2021-05-23 00:00:00', 0.00029148215409155, 0.000534615384615381, 0.000395709343603842, 0.000866730769230751, 0.000676242588470692, 0.00128403846153845, 0.000977889800303939, 0.00225730769230768, 0.00247847593523488, 0.00701480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 315, '2021-05-23 00:00:00', 0.000310154056013368, 0.00064653846153844, 0.000658334758193857, 0.00101442307692307, 0.000733914190121385, 0.00126096153846153, 0.000986181290869765, 0.00230153846153847, 0.00244481867347126, 0.00700711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 330, '2021-05-23 00:00:00', 0.000689319871043463, 0.000718269230769239, 0.000678313321068118, 0.000894807692307691, 0.000730892920706223, 0.00120730769230771, 0.00108809954295762, 0.00241884615384614, 0.00243921547917483, 0.00700307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 345, '2021-05-23 00:00:00', 0.000223214022856986, 0.000537499999999994, 0.000328572495220431, 0.000761730769230768, 0.000356214282959877, 0.00108615384615386, 0.000912148372714738, 0.00236442307692306, 0.00232701549530393, 0.00695865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 360, '2021-05-23 00:00:00', 0.000226248416909038, 0.000522884615384616, 0.000327688935518954, 0.000735961538461548, 0.000365579834488475, 0.00106115384615385, 0.000959734678880646, 0.0024255769230769, 0.00232955888858483, 0.00697115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 375, '2021-05-23 00:00:00', 0.00021828985670081, 0.000492692307692311, 0.000257850060783694, 0.000770576923076933, 0.00031734135951928, 0.000983461538461546, 0.00095662017219278, 0.00267307692307691, 0.00229497622746193, 0.00699326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 390, '2021-05-23 00:00:00', 0.000152696909444336, 0.000517884615384613, 0.000223170597043194, 0.000693653846153847, 0.000267115359694306, 0.000893846153846143, 0.00101960673036979, 0.00278173076923075, 0.00226084596998556, 0.00702249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 405, '2021-05-23 00:00:00', 0.000137463281810644, 0.000463076923076938, 0.000175559435475894, 0.000606346153846163, 0.000465590485297971, 0.0010275, 0.00110315840274116, 0.0029076923076923, 0.00224159741290412, 0.00705019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 420, '2021-05-23 00:00:00', 0.000156160174180236, 0.000450000000000002, 0.000184905797221604, 0.00063807692307691, 0.000475382437137146, 0.00106269230769231, 0.00114120329544671, 0.0029451923076923, 0.00222949218088231, 0.00708576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 435, '2021-05-23 00:00:00', 0.000136165764363199, 0.000441346153846159, 0.00039859271675001, 0.000783076923076933, 0.000466618152240142, 0.00105750000000001, 0.00111048014563347, 0.00303307692307692, 0.0022074170774564, 0.00707192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 450, '2021-05-23 00:00:00', 0.000329219356380186, 0.000585769230769229, 0.000354660617839295, 0.000783076923076925, 0.00048360314308326, 0.001115, 0.00108665350786432, 0.00305038461538461, 0.00213169178931088, 0.00703673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 465, '2021-05-23 00:00:00', 0.00023548321841236, 0.000517115384615382, 0.000289231674507583, 0.0006851923076923, 0.000432593298073911, 0.00107519230769231, 0.000940550023206552, 0.00306788461538461, 0.00209990765364721, 0.00700692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 480, '2021-05-23 00:00:00', 0.00028629550360531, 0.000576346153846138, 0.000384762464185575, 0.000866923076923064, 0.000467200706335088, 0.0012025, 0.000955606955733448, 0.00316057692307692, 0.00210498203902442, 0.00700923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 495, '2021-05-23 00:00:00', 0.000223593036908234, 0.000550384615384621, 0.000304065592620062, 0.000788269230769237, 0.000465234308213022, 0.0013048076923077, 0.000997082224061017, 0.00319480769230769, 0.00204050140896791, 0.00706499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 510, '2021-05-23 00:00:00', 0.000209477004429157, 0.000561153846153859, 0.000372187917796705, 0.000820384615384631, 0.000479674929990664, 0.00147903846153845, 0.00100590604011431, 0.00326019230769231, 0.00207599230212002, 0.00710096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 525, '2021-05-23 00:00:00', 0.000262655741345103, 0.000534038461538463, 0.000305154941728841, 0.000988461538461545, 0.000536273753284203, 0.00149846153846153, 0.00105339854755926, 0.0033525, 0.00206134127357745, 0.00711961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 540, '2021-05-23 00:00:00', 0.000241301598706801, 0.000797307692307702, 0.000475328874003595, 0.00120153846153846, 0.000706570699821418, 0.00165692307692307, 0.00113544171343815, 0.00342673076923077, 0.00210548332656936, 0.00715096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 555, '2021-05-23 00:00:00', 0.00032101641462944, 0.000771538461538452, 0.000379928738257379, 0.00115961538461538, 0.000697860025638816, 0.00182615384615384, 0.00116122085953335, 0.00340173076923077, 0.00218629181140474, 0.00715826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 570, '2021-05-23 00:00:00', 0.000343208223408728, 0.000848269230769237, 0.000512930644584464, 0.00122038461538462, 0.00079497791454567, 0.00192826923076924, 0.00114660985249829, 0.00339307692307694, 0.00220815446784101, 0.00711307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 585, '2021-05-23 00:00:00', 0.000333420732131913, 0.00079423076923078, 0.000616518762581789, 0.00136423076923077, 0.000820332320090224, 0.00195134615384616, 0.00116500293825974, 0.00337961538461539, 0.00222599806482742, 0.00712076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 600, '2021-05-23 00:00:00', 0.000584365566563095, 0.00112365384615386, 0.000761034720728196, 0.00148961538461539, 0.000808845711254855, 0.00194576923076924, 0.0012112575950385, 0.0033248076923077, 0.00219246836658173, 0.00713153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 615, '2021-05-23 00:00:00', 0.000363718826314213, 0.000879230769230765, 0.000458462145069288, 0.00127153846153846, 0.000542406177636695, 0.0017676923076923, 0.00122840785008638, 0.00314538461538461, 0.00216592244516316, 0.00706403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 630, '2021-05-23 00:00:00', 0.000314372207129342, 0.00086173076923077, 0.000359706130056166, 0.00114750000000001, 0.000446250878042649, 0.00163961538461539, 0.00124132100850418, 0.00313038461538462, 0.00214709393044502, 0.00707788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 645, '2021-05-23 00:00:00', 0.000290607123106087, 0.000777500000000004, 0.000405843708075664, 0.00120634615384615, 0.000449157030960818, 0.00159403846153846, 0.0012713592967916, 0.00307769230769231, 0.00211540488941334, 0.00708038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 660, '2021-05-23 00:00:00', 0.000260997200102858, 0.000828461538461534, 0.000347362867241803, 0.00104980769230769, 0.000494449032918294, 0.00150538461538461, 0.00121465412930848, 0.00303942307692306, 0.00197768762603043, 0.0070978846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 675, '2021-05-23 00:00:00', 0.00028446555827753, 0.000670576923076939, 0.000313754926409376, 0.000996923076923079, 0.000383823477054826, 0.00134730769230768, 0.00115325826048833, 0.00299115384615383, 0.00192650509592251, 0.00706673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 690, '2021-05-23 00:00:00', 0.000204615587044433, 0.000763461538461544, 0.000263070040395791, 0.00103961538461539, 0.000434554988996266, 0.00137403846153845, 0.00102461116452122, 0.00298903846153846, 0.00192964699840711, 0.00708153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 705, '2021-05-23 00:00:00', 0.000219905311790884, 0.000667115384615387, 0.000247072085401431, 0.000868846153846154, 0.000614270424036644, 0.00138807692307691, 0.00107802905983378, 0.00307057692307692, 0.00194262876021129, 0.00708249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 720, '2021-05-23 00:00:00', 0.000152739597404831, 0.000615769230769221, 0.000463018233566872, 0.00096826923076922, 0.000793706712932332, 0.00140288461538461, 0.00111309031011033, 0.00313596153846153, 0.00193723395195713, 0.00708076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 735, '2021-05-23 00:00:00', 0.000364767576156907, 0.000685769230769218, 0.000507827348007776, 0.00100884615384615, 0.000692690407036218, 0.00137000000000001, 0.00112465216845031, 0.00313750000000001, 0.00195160258604209, 0.00703942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 750, '2021-05-23 00:00:00', 0.000240553208571077, 0.000645384615384607, 0.000336806495460828, 0.00086615384615385, 0.000527812794609829, 0.00130788461538463, 0.00105124504938009, 0.00301692307692308, 0.00191709271073114, 0.00693769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 765, '2021-05-23 00:00:00', 0.00025551494010211, 0.000633269230769237, 0.000331837367488247, 0.000925961538461554, 0.000453952259435013, 0.00138057692307692, 0.0010310663822545, 0.00309673076923077, 0.00197544426356745, 0.00692403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 780, '2021-05-23 00:00:00', 0.000245914697530537, 0.000645961538461551, 0.000342398103876856, 0.000967307692307697, 0.000380845617823539, 0.00138576923076924, 0.00106645438793154, 0.00316519230769232, 0.00205508421126352, 0.00691865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 795, '2021-05-23 00:00:00', 0.000234461166212104, 0.000624038461538463, 0.000287654974953307, 0.000925769230769215, 0.000437645799881428, 0.00132961538461537, 0.00106948019365267, 0.00319326923076923, 0.0020918967469739, 0.00688999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 810, '2021-05-23 00:00:00', 0.000259847958503544, 0.000654807692307686, 0.000342816221230056, 0.000924807692307696, 0.000600934400618037, 0.00135192307692307, 0.00101943311924587, 0.00319173076923078, 0.00209344114943646, 0.00688038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 825, '2021-05-23 00:00:00', 0.000291193829182288, 0.000674615384615389, 0.000436357695545212, 0.000910961538461537, 0.000583436899231278, 0.00139384615384615, 0.00100460832398272, 0.00314673076923078, 0.00212498138453384, 0.00682826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 840, '2021-05-23 00:00:00', 0.000335737305734026, 0.000653461538461532, 0.000479012124465156, 0.000948846153846157, 0.000531094660547011, 0.00136346153846153, 0.00107613596510135, 0.00329884615384616, 0.00214885350468927, 0.00681423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 855, '2021-05-23 00:00:00', 0.000298797654712234, 0.000634038461538473, 0.000300037497656535, 0.000972499999999996, 0.000460549003489717, 0.00132576923076923, 0.00106322130267481, 0.00338346153846155, 0.00215488754837784, 0.00684288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 870, '2021-05-23 00:00:00', 0.00026092711920853, 0.000729807692307691, 0.000384378269216861, 0.000989423076923073, 0.000379588086462962, 0.00136634615384616, 0.00106621409669916, 0.00345750000000001, 0.00213080068013447, 0.00686346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 885, '2021-05-23 00:00:00', 0.000287207041375001, 0.000668269230769223, 0.000313699513253337, 0.000940769230769228, 0.000549860576733912, 0.00154557692307693, 0.00114013786278408, 0.00350711538461539, 0.00213745218570003, 0.00684538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 900, '2021-05-23 00:00:00', 0.000221078127505955, 0.00070346153846154, 0.000279643798154293, 0.00102557692307693, 0.000640276532805585, 0.00165403846153848, 0.00115905737562901, 0.00350500000000001, 0.00214606270071138, 0.00683865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 915, '2021-05-23 00:00:00', 0.000294919284916033, 0.000799230769230779, 0.000564442952080932, 0.00124961538461539, 0.000748623480385584, 0.00172365384615386, 0.0012442539469961, 0.00349326923076923, 0.0021778451241113, 0.00681423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 930, '2021-05-23 00:00:00', 0.000518616391505773, 0.000880192307692309, 0.00062523312575269, 0.00121269230769232, 0.000681141688637559, 0.00170500000000001, 0.0012772128459447, 0.00345557692307692, 0.00217885672208721, 0.00682615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 945, '2021-05-23 00:00:00', 0.000339834575141411, 0.000838461538461544, 0.000527544821282084, 0.00120153846153846, 0.000688319246146294, 0.00183576923076924, 0.00126243459845832, 0.00336865384615384, 0.0021419539336424, 0.00687057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 960, '2021-05-23 00:00:00', 0.000358128307475659, 0.00089326923076922, 0.000431821544337303, 0.00117461538461539, 0.000829739926816732, 0.00197788461538462, 0.00128983590190619, 0.00337557692307691, 0.00212037283550287, 0.00689480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 975, '2021-05-23 00:00:00', 0.000328420989210267, 0.000762884615384617, 0.000512303733525951, 0.00140865384615384, 0.000756298882717662, 0.001945, 0.00118139728223047, 0.00330846153846153, 0.00202761414361428, 0.00689134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 990, '2021-05-23 00:00:00', 0.000425022895310907, 0.00113769230769231, 0.000734665936641645, 0.00157096153846155, 0.000693888929263071, 0.00187038461538463, 0.00127459418881221, 0.00327211538461539, 0.00199148197620227, 0.00694730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1005, '2021-05-23 00:00:00', 0.000397224263338244, 0.00102865384615383, 0.000496956274194761, 0.00136153846153844, 0.000618237849424903, 0.00184096153846153, 0.00130296934552759, 0.00318365384615385, 0.00213751433643415, 0.00706153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1020, '2021-05-23 00:00:00', 0.000341106344798128, 0.00101846153846153, 0.00041994028879575, 0.00134461538461538, 0.000705872428003382, 0.00204826923076924, 0.00123605358360326, 0.00311769230769232, 0.00222721264226076, 0.00702307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1035, '2021-05-23 00:00:00', 0.000293349424092466, 0.00095673076923076, 0.000386239712334974, 0.00141134615384614, 0.000773715809484428, 0.00215307692307692, 0.00125702850160455, 0.00305557692307693, 0.00220091216229859, 0.00699788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1050, '2021-05-23 00:00:00', 0.000359153706113943, 0.000890769230769221, 0.000756177126177349, 0.00156038461538461, 0.000873725269265932, 0.00206961538461538, 0.00134397699156128, 0.00299192307692309, 0.00215362720865198, 0.00695307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1065, '2021-05-23 00:00:00', 0.000572720800551727, 0.00126634615384615, 0.000623551120598772, 0.00162000000000001, 0.000708875843528647, 0.00196019230769231, 0.0012312010552552, 0.00288903846153847, 0.00215408646530263, 0.00692750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1080, '2021-05-23 00:00:00', 0.000578387712658084, 0.00104211538461539, 0.000619384806450366, 0.00131846153846155, 0.000688981215552814, 0.00165134615384617, 0.00117270194258977, 0.00267038461538463, 0.00228578433769713, 0.00695403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1095, '2021-05-23 00:00:00', 0.000413572428778984, 0.000813076923076916, 0.000587665164999465, 0.00119788461538461, 0.000720503669984782, 0.00154653846153846, 0.00122903096599906, 0.00259634615384616, 0.00233040049380755, 0.00693269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1110, '2021-05-23 00:00:00', 0.0003693536974854, 0.000786923076923074, 0.000439898983159318, 0.00108634615384615, 0.000503760016124881, 0.00141307692307692, 0.00110944984633755, 0.00244019230769231, 0.0023088453074743, 0.0068344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1125, '2021-05-23 00:00:00', 0.000405425702194609, 0.000775000000000004, 0.000489984026427234, 0.00106211538461538, 0.000501342083427463, 0.00133326923076924, 0.0011250192647923, 0.00240288461538461, 0.00236432957646641, 0.00686788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1140, '2021-05-23 00:00:00', 0.000345738284745062, 0.000709807692307684, 0.000344851194218371, 0.000912884615384618, 0.000416682548415272, 0.00123288461538462, 0.00119440690141753, 0.00231038461538462, 0.00232837543232317, 0.00685807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1155, '2021-05-23 00:00:00', 0.000258633688090686, 0.000605769230769228, 0.000303663528369054, 0.000836538461538472, 0.000489641666464826, 0.00118980769230771, 0.00121662395429065, 0.00220538461538462, 0.00234067781931776, 0.00683557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1170, '2021-05-23 00:00:00', 0.000201290929903807, 0.000559038461538456, 0.000247561103568381, 0.000772499999999992, 0.00043977830953613, 0.00112019230769231, 0.00108024648184496, 0.00205769230769231, 0.00236329144659275, 0.00684230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1185, '2021-05-23 00:00:00', 0.000141526838987675, 0.000515384615384606, 0.000273650254044212, 0.000747692307692317, 0.000419389483012572, 0.00109153846153846, 0.00098658652004702, 0.0019251923076923, 0.00236439164398664, 0.00683038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1200, '2021-05-23 00:00:00', 0.000259430811882183, 0.000582115384615389, 0.000331579031071256, 0.000805576923076927, 0.000462869685930987, 0.00106711538461539, 0.000988156889598776, 0.00190903846153846, 0.00238732577294216, 0.00682211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1215, '2021-05-23 00:00:00', 0.000261056801953439, 0.000490576923076917, 0.000384380470567708, 0.000712884615384614, 0.000424334048380995, 0.000959230769230772, 0.000915050250826951, 0.0018351923076923, 0.00238131825967177, 0.00678557692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1230, '2021-05-23 00:00:00', 0.000196971786343589, 0.000453269230769228, 0.000257795386961169, 0.000657692307692299, 0.000367505572956181, 0.000947884615384612, 0.000752889102059518, 0.00176999999999999, 0.00237232913788571, 0.00675846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1245, '2021-05-23 00:00:00', 0.000161524468258382, 0.000473076923076926, 0.000228520323957284, 0.000678461538461551, 0.00041956960548417, 0.000995576923076925, 0.000695209431643535, 0.00172807692307692, 0.00235724343574961, 0.00675384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1260, '2021-05-23 00:00:00', 0.000171678142509133, 0.000469230769230794, 0.000255457733972087, 0.000650576923076941, 0.000367770465623069, 0.000963653846153865, 0.00064257570640472, 0.00168653846153846, 0.00235559543346345, 0.00673461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1275, '2021-05-23 00:00:00', 0.000209220255674755, 0.000498653846153855, 0.000290232864067127, 0.000721346153846152, 0.000316610960012422, 0.000957500000000004, 0.00071298314253457, 0.00175519230769231, 0.00237683047678723, 0.00685134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1290, '2021-05-23 00:00:00', 0.000207889116154218, 0.000516730769230764, 0.000231960954937227, 0.000698269230769232, 0.000319461807034654, 0.000895384615384618, 0.000743883365547616, 0.0018176923076923, 0.00233665613315597, 0.00691826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1305, '2021-05-23 00:00:00', 0.000209673830948499, 0.000543653846153846, 0.000281003764004355, 0.000723653846153839, 0.000399738231654362, 0.000929423076923072, 0.000735938542584588, 0.00179846153846153, 0.00237674959038275, 0.00710384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1320, '2021-05-23 00:00:00', 0.000174096348214251, 0.000496538461538452, 0.000235859801903258, 0.000614615384615393, 0.000376501711100408, 0.000891538461538465, 0.000763106706924945, 0.00181961538461538, 0.00241288241289572, 0.00711653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1335, '2021-05-23 00:00:00', 0.000158406487823614, 0.000393846153846168, 0.000257451190295585, 0.000556346153846165, 0.000464864455017215, 0.000894807692307709, 0.000727824577343077, 0.00181615384615385, 0.00242130498825608, 0.00710961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1350, '2021-05-23 00:00:00', 0.000174712621181181, 0.000392499999999996, 0.000264307513208503, 0.0006223076923077, 0.000424318684662656, 0.000872115384615397, 0.000679940523417038, 0.00180634615384616, 0.00241951965989436, 0.00711423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1365, '2021-05-23 00:00:00', 0.000211299277365988, 0.000500769230769232, 0.000328873602093341, 0.000679615384615387, 0.000376610030913438, 0.000816346153846151, 0.000708178188137605, 0.00187288461538461, 0.00245786871402534, 0.00717884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1380, '2021-05-23 00:00:00', 0.000192545698871322, 0.000404615384615384, 0.000253718271983836, 0.000515192307692314, 0.000276943204396746, 0.000671538461538467, 0.000755837691164339, 0.00193115384615385, 0.00245552103197294, 0.00714653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1395, '2021-05-23 00:00:00', 0.000126381747708464, 0.000272884615384622, 0.000126759008176323, 0.000374615384615388, 0.000312481137892296, 0.000867692307692313, 0.000872860747551053, 0.00201673076923077, 0.00249906471735696, 0.00712269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1410, '2021-05-23 00:00:00', 0.000101771992520226, 0.000271538461538468, 0.0001835605119258, 0.000457307692307708, 0.000324743982001432, 0.000950576923076938, 0.000864667655140496, 0.00206307692307692, 0.00248963810314176, 0.00718173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 2, 1425, '2021-05-23 00:00:00', 0.00016158112989599, 0.000337307692307711, 0.000296793958574213, 0.000774423076923086, 0.000297786190721825, 0.000968846153846168, 0.000838259001649346, 0.00228807692307693, 0.00248343732788617, 0.00719019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 0, '2021-05-23 00:00:00', 0.000292691029007626, 0.00060403846153846, 0.000354303053678848, 0.000760576923076931, 0.000290916059794144, 0.000928076923076935, 0.000814726664876968, 0.00239346153846154, 0.00247839986374583, 0.00719826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 15, '2021-05-23 00:00:00', 0.000278983043322598, 0.000443461538461544, 0.000278295084121435, 0.000603076923076928, 0.000463934221133192, 0.000904807692307701, 0.000816356469084062, 0.00238173076923077, 0.00249025720790813, 0.00717519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 30, '2021-05-23 00:00:00', 0.000251333749914654, 0.000414423076923072, 0.000227461239301597, 0.000558846153846164, 0.000520487382541214, 0.000943653846153854, 0.000813010833497702, 0.00243384615384616, 0.00248474528179139, 0.00716865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 45, '2021-05-23 00:00:00', 0.000195567517359484, 0.000364423076923099, 0.000407352852148912, 0.000687884615384625, 0.00052093086061248, 0.000970192307692314, 0.000885592391913667, 0.00262673076923077, 0.00247664453522222, 0.00715692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 60, '2021-05-23 00:00:00', 0.000390809613298039, 0.000551923076923089, 0.000469755746679555, 0.000742692307692314, 0.000586476440604918, 0.00102884615384615, 0.000874871155348913, 0.00265653846153846, 0.00247289964492013, 0.00712057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 75, '2021-05-23 00:00:00', 0.000293182536997019, 0.000479999999999993, 0.000332479091303276, 0.000667115384615387, 0.000428177937490777, 0.00104788461538462, 0.000870662104378051, 0.00267250000000001, 0.00246563149189941, 0.00709942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 90, '2021-05-23 00:00:00', 0.000253874060237623, 0.000484038461538464, 0.00034055842151023, 0.000724038461538448, 0.000388538484382382, 0.00105807692307692, 0.000879456584838273, 0.00268826923076924, 0.00244192853325777, 0.00719480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 105, '2021-05-23 00:00:00', 0.000269265453809772, 0.000518269230769223, 0.000294723860327186, 0.000823076923076918, 0.000525864891978341, 0.00115826923076922, 0.000914858648182252, 0.00273788461538462, 0.00244501556546877, 0.00722134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 120, '2021-05-23 00:00:00', 0.000216320630973142, 0.00061615384615386, 0.000317201222230661, 0.00079115384615385, 0.000606358392372045, 0.0012825, 0.000867545698197823, 0.00272153846153846, 0.00246131347048684, 0.00723000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 135, '2021-05-23 00:00:00', 0.000237285692784053, 0.000457499999999995, 0.000381222527383427, 0.000761153846153841, 0.000691441860284601, 0.00131461538461539, 0.000806178544835988, 0.00268961538461538, 0.0024503152779874, 0.00721019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 150, '2021-05-23 00:00:00', 0.000286874470001188, 0.000535192307692312, 0.000396503419327591, 0.00085480769230769, 0.000553256374011749, 0.00125384615384617, 0.000927575686316862, 0.00269942307692308, 0.00253734149182838, 0.00725038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 165, '2021-05-23 00:00:00', 0.00029348365175279, 0.000615576923076921, 0.000511730548087703, 0.000998076923076933, 0.000564717935038231, 0.0014571153846154, 0.000968006377124599, 0.00268211538461539, 0.00245108039757667, 0.00730134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 180, '2021-05-23 00:00:00', 0.000507887934338035, 0.000803076923076919, 0.000493567741434379, 0.00102365384615384, 0.000540010541207671, 0.00155923076923076, 0.00105714906888584, 0.00273692307692307, 0.00249800920734893, 0.00732000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 195, '2021-05-23 00:00:00', 0.000260240199697252, 0.000645192307692307, 0.000430902675072474, 0.00106634615384616, 0.000443766960672611, 0.00145634615384616, 0.00105783976174962, 0.00265019230769231, 0.00252426392165198, 0.00734788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 210, '2021-05-23 00:00:00', 0.000346684516305751, 0.00076807692307692, 0.000353707669389018, 0.00106865384615384, 0.000445875672564239, 0.00140134615384616, 0.000973596662657821, 0.00262230769230768, 0.00246738927738486, 0.00737538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 225, '2021-05-23 00:00:00', 0.00020544370368696, 0.000646346153846131, 0.00023191054309798, 0.000927499999999983, 0.000560171299349919, 0.00137826923076922, 0.000944075534787659, 0.00240884615384615, 0.00239934764371163, 0.00730365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 240, '2021-05-23 00:00:00', 0.0002158098343806, 0.000718269230769222, 0.000283637159874261, 0.00089403846153846, 0.00057387310980203, 0.00134288461538461, 0.000962795868611511, 0.00236326923076923, 0.0023673318395319, 0.00730096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 255, '2021-05-23 00:00:00', 0.000256414628167852, 0.000602692307692302, 0.000594444698857678, 0.00102250000000001, 0.000557332796589119, 0.00131461538461539, 0.000959592561775768, 0.00235326923076924, 0.00238834091916414, 0.0072921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 270, '2021-05-23 00:00:00', 0.000564374023553115, 0.000764038461538467, 0.000551021429151904, 0.000998846153846151, 0.00054999314681045, 0.00132230769230769, 0.00105574998861546, 0.00235903846153846, 0.00238548330855292, 0.00729615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 285, '2021-05-23 00:00:00', 0.000274094663602545, 0.000603269230769237, 0.000282883572136352, 0.000873653846153861, 0.000379667111275956, 0.00116634615384616, 0.000983868971889137, 0.00218192307692308, 0.00231759099896023, 0.00721096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 300, '2021-05-23 00:00:00', 0.000208156098970144, 0.000629807692307702, 0.000358100598242371, 0.000864038461538464, 0.000439707813824665, 0.00106480769230771, 0.0010005541541489, 0.00210884615384616, 0.00231654397756656, 0.00720500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 315, '2021-05-23 00:00:00', 0.000240796514797161, 0.000544807692307687, 0.000308768272582941, 0.000724615384615388, 0.000394763074027182, 0.00096326923076923, 0.000957575785311733, 0.00213923076923077, 0.00229937744082709, 0.00714115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 330, '2021-05-23 00:00:00', 0.000186891988551187, 0.000521153846153853, 0.00025758292167468, 0.000684807692307708, 0.000612946854265393, 0.00102038461538462, 0.000872835873196353, 0.00219730769230768, 0.00225560877847609, 0.00710019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 345, '2021-05-23 00:00:00', 0.000184030202370751, 0.000493653846153865, 0.000244504286575604, 0.000712115384615395, 0.000582006905853831, 0.000984038461538469, 0.000806369356102726, 0.00222653846153846, 0.00222680979119317, 0.00707961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 360, '2021-05-23 00:00:00', 0.000182323465724634, 0.000514615384615387, 0.000557301879249825, 0.000755769230769237, 0.000608339258840128, 0.00100942307692308, 0.000812788741593737, 0.00232153846153846, 0.00221541776751368, 0.00711173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 375, '2021-05-23 00:00:00', 0.000482067063639651, 0.000494423076923101, 0.000469856770319843, 0.000649230769230782, 0.000521225479039543, 0.000940000000000009, 0.000783630235604673, 0.0023928846153846, 0.00223108390353552, 0.00707923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 390, '2021-05-23 00:00:00', 0.000186516342859938, 0.000432115384615389, 0.000336493684933301, 0.000614999999999985, 0.000375396662007198, 0.000940576923076915, 0.000682425002923679, 0.00243326923076922, 0.00226739322537169, 0.00705403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 405, '2021-05-23 00:00:00', 0.00021929747972875, 0.000409230769230756, 0.000255704231185455, 0.000614423076923075, 0.000334311749948815, 0.000942115384615374, 0.000649980857706283, 0.00257365384615383, 0.00227113675366457, 0.00704692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 420, '2021-05-23 00:00:00', 0.000196230731538129, 0.000457500000000008, 0.000274135845044847, 0.000667692307692309, 0.000398934349717614, 0.000953846153846143, 0.000673068090051929, 0.00268442307692307, 0.00226566038089083, 0.0070298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 435, '2021-05-23 00:00:00', 0.000228545652736191, 0.000501346153846159, 0.000209246634013903, 0.000688076923076926, 0.000301851211437278, 0.00105692307692307, 0.000681266947566188, 0.00272442307692307, 0.00226224688341886, 0.0070248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 450, '2021-05-23 00:00:00', 0.000203641559155756, 0.00051173076923077, 0.000331423967379918, 0.000689615384615372, 0.000468233381979534, 0.00108249999999998, 0.000857868221007961, 0.00282826923076921, 0.00225423468166026, 0.00702500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 465, '2021-05-23 00:00:00', 0.000209839590750064, 0.000439423076923073, 0.000267430292858643, 0.000740192307692293, 0.000400935636499662, 0.00101423076923074, 0.000820963692629204, 0.00290923076923076, 0.00225003730738299, 0.00702673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 480, '2021-05-23 00:00:00', 0.000232962195678575, 0.000630769230769217, 0.000345887487264491, 0.000831923076923057, 0.000342491549586949, 0.00110269230769229, 0.00080961417686736, 0.00294134615384614, 0.00230947930361934, 0.00713942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 495, '2021-05-23 00:00:00', 0.000260925571468466, 0.000546923076923082, 0.000285244901525256, 0.000724423076923066, 0.000438725426662272, 0.001235, 0.000842526534619806, 0.00293480769230769, 0.00231783829163162, 0.00715288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 510, '2021-05-23 00:00:00', 0.000211092123527602, 0.000501730769230768, 0.000257120818652673, 0.000738653846153847, 0.000465996079547713, 0.00132211538461538, 0.000878759090116021, 0.00291346153846154, 0.00230748684469955, 0.00714153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 525, '2021-05-23 00:00:00', 0.00021613964503034, 0.000517884615384618, 0.000370933126877851, 0.000954230769230773, 0.000430342305612636, 0.00142749999999998, 0.000857845871040675, 0.00288846153846154, 0.00230654657776177, 0.00714365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 540, '2021-05-23 00:00:00', 0.000337117874842699, 0.000797307692307698, 0.000430279158042934, 0.00104192307692307, 0.000541535743546498, 0.00152519230769229, 0.00089172839949255, 0.00287153846153846, 0.00233548977732722, 0.00715250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 555, '2021-05-23 00:00:00', 0.000254016428905402, 0.000672115384615377, 0.000348262113931467, 0.000977499999999994, 0.000543245375922831, 0.00149346153846153, 0.000873955376435213, 0.00281, 0.00246312369688446, 0.00725211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 570, '2021-05-23 00:00:00', 0.000281100584242604, 0.000663461538461538, 0.00039194308849038, 0.000974230769230751, 0.000477102351541217, 0.00156557692307691, 0.000860322233906473, 0.00277288461538461, 0.00254487406368173, 0.00729500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 585, '2021-05-23 00:00:00', 0.000343328335786372, 0.000737884615384603, 0.000419222357008041, 0.00116923076923076, 0.000455384030664889, 0.00164384615384614, 0.000827922608794946, 0.00280961538461538, 0.0026131926612126, 0.00728326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 600, '2021-05-23 00:00:00', 0.000317059142747839, 0.000947499999999994, 0.000299395031046574, 0.00125076923076923, 0.000527736567441931, 0.00169673076923076, 0.000810946740165225, 0.00279615384615385, 0.00270267545506016, 0.00730384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982375 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 982375, 3, 615, '2021-05-23 00:00:00', 0.000289174953697853, 0.000878076923076919, 0.000393944988350091, 0.00122557692307692, 0.000503923719807495, 0.00161865384615385, 0.000844050581787259, 0.00275923076923077, 0.00[...];
Date: 2021-05-23 15:28:20 Duration: 15s835ms 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 977075, 1, 930, '2021-05-23 00:00:00', 0.000352752255621642, 0.000801923076923074, 0.000341947195653642, 0.00105326923076922, 0.000499490086141705, 0.00145288461538462, 0.00124031391808066, 0.00314384615384616, 0.00199456006331067, 0.00535961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 945, '2021-05-23 00:00:00', 0.000253162763090052, 0.000714230769230768, 0.000391536077520336, 0.00101249999999999, 0.00053876957397961, 0.00141442307692309, 0.0011185872270929, 0.00304576923076923, 0.00191698646718871, 0.00532634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 960, '2021-05-23 00:00:00', 0.000317244930856037, 0.000697884615384614, 0.000396066476549274, 0.000930576923076926, 0.000594950935275017, 0.00150884615384616, 0.00103524943111087, 0.00297076923076924, 0.00185743408621017, 0.00529576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 975, '2021-05-23 00:00:00', 0.000249056141338579, 0.000635192307692306, 0.000366131806867427, 0.0010375, 0.000616254099689898, 0.00165134615384615, 0.000982457143320529, 0.00289596153846154, 0.00183044665629416, 0.0053048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 990, '2021-05-23 00:00:00', 0.00034434262901048, 0.000879615384615391, 0.000487967251423224, 0.00122903846153847, 0.000682237974497265, 0.00182057692307693, 0.000961541550764267, 0.00287192307692308, 0.00182195098304411, 0.00529923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1005, '2021-05-23 00:00:00', 0.000442395924310068, 0.000936923076923079, 0.000537645007273538, 0.00128807692307692, 0.000735040161121509, 0.00188596153846153, 0.000949768575050706, 0.00274788461538461, 0.00181476228576808, 0.00525307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1020, '2021-05-23 00:00:00', 0.00038964860895625, 0.000955961538461537, 0.000487617165407445, 0.00131250000000001, 0.000723559497314387, 0.00198788461538461, 0.000848893034849142, 0.00259076923076922, 0.00179835997936582, 0.00525384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1035, '2021-05-23 00:00:00', 0.000272540540385905, 0.000817884615384619, 0.00034421594295532, 0.00119384615384616, 0.000606001142420857, 0.00182923076923076, 0.000813662942879542, 0.00240576923076923, 0.00179012566168284, 0.00525326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1050, '2021-05-23 00:00:00', 0.000224441186402691, 0.000784615384615384, 0.000505686775963751, 0.00138865384615384, 0.000641402459758779, 0.00169634615384614, 0.000814131462640737, 0.00227403846153846, 0.00175888146274842, 0.00524999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1065, '2021-05-23 00:00:00', 0.000398058412798924, 0.00107249999999999, 0.000436170397189698, 0.00129115384615383, 0.00055535518779911, 0.00154076923076923, 0.000694866810702144, 0.00219326923076923, 0.00173906257904832, 0.00525557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1080, '2021-05-23 00:00:00', 0.000295002803115752, 0.000829423076923066, 0.000366529461508673, 0.00102038461538462, 0.000430620661192829, 0.00135192307692309, 0.000754248607249928, 0.00220519230769232, 0.00166916742258391, 0.00535326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1095, '2021-05-23 00:00:00', 0.000256595236480762, 0.000681346153846147, 0.000435794632296519, 0.00095519230769231, 0.000458303392961478, 0.00128, 0.000722780634877446, 0.00218461538461539, 0.00171170379581731, 0.00542326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1110, '2021-05-23 00:00:00', 0.000366978725017389, 0.000675769230769234, 0.000387766632832773, 0.00105519230769232, 0.000465386233309331, 0.00128288461538462, 0.000748395925655966, 0.00217769230769231, 0.00176278417239932, 0.00548096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1125, '2021-05-23 00:00:00', 0.000328536147174094, 0.00073500000000002, 0.000387905420669276, 0.000906153846153856, 0.000428085900797409, 0.00120653846153847, 0.000842996418461228, 0.0021148076923077, 0.00179833718067126, 0.00550615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1140, '2021-05-23 00:00:00', 0.000278341793207834, 0.000561923076923082, 0.000335150482848899, 0.000809615384615398, 0.000399871373549823, 0.00104134615384616, 0.000854515089662877, 0.00204596153846154, 0.00184641044691086, 0.00551653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1155, '2021-05-23 00:00:00', 0.000241266529923934, 0.000546538461538464, 0.000349744962024528, 0.00075153846153847, 0.000433551567334802, 0.0010348076923077, 0.000829257220928193, 0.00200846153846154, 0.0018366518136586, 0.00550173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1170, '2021-05-23 00:00:00', 0.0002435570538119, 0.000504038461538463, 0.000282959429002698, 0.000689038461538462, 0.000420706411426512, 0.000988269230769227, 0.000814592323709312, 0.00197057692307693, 0.00183416885389961, 0.00551076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1185, '2021-05-23 00:00:00', 0.000213521751729266, 0.00051846153846154, 0.0002773833781277, 0.000741538461538477, 0.000377047232299368, 0.00101115384615384, 0.000838237459471669, 0.00199096153846154, 0.00187726331090275, 0.00555846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1200, '2021-05-23 00:00:00', 0.000234239276086524, 0.00054596153846155, 0.000314954025949092, 0.000740961538461538, 0.000389209652817304, 0.00103807692307692, 0.000910276796449229, 0.00212038461538461, 0.00186865850689329, 0.00555384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1215, '2021-05-23 00:00:00', 0.000221857195927046, 0.000481153846153838, 0.000314073974627717, 0.000667692307692296, 0.000377683882876419, 0.000918653846153839, 0.000876941911066296, 0.00209365384615384, 0.00190731131741478, 0.00553730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1230, '2021-05-23 00:00:00', 0.000175748071441422, 0.000445769230769239, 0.000253585063864924, 0.000649230769230769, 0.000340708819962155, 0.000847500000000001, 0.00083485576828944, 0.00211692307692308, 0.002070161866581, 0.00560307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1245, '2021-05-23 00:00:00', 0.000205881313830598, 0.000443653846153849, 0.000265175703725207, 0.000571923076923079, 0.000391102435922633, 0.00081865384615385, 0.000803095573390873, 0.0020525, 0.00209147941750478, 0.00561692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1260, '2021-05-23 00:00:00', 0.000164539917999818, 0.00037423076923077, 0.000227204414908357, 0.000509615384615376, 0.000444273174799189, 0.000899423076923068, 0.000729613517292129, 0.00203173076923077, 0.00209854261700462, 0.00561865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1275, '2021-05-23 00:00:00', 0.000179645912411483, 0.000379423076923095, 0.000304319480404788, 0.000582115384615398, 0.000441834984859913, 0.000913076923076918, 0.000699652138840891, 0.00199134615384616, 0.00210049232324234, 0.00564999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1290, '2021-05-23 00:00:00', 0.000204211052213523, 0.000441923076923077, 0.00035162983158649, 0.000738461538461538, 0.000367585521184695, 0.000951346153846148, 0.000648008457922016, 0.00197519230769231, 0.00212402590343469, 0.00569903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1305, '2021-05-23 00:00:00', 0.000298047556866094, 0.000567884615384612, 0.000323853955688963, 0.000675769230769221, 0.000423425772261657, 0.00097076923076922, 0.000614124298368135, 0.00191557692307692, 0.00216188369608188, 0.00568134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1320, '2021-05-23 00:00:00', 0.000216696881522398, 0.000468461538461529, 0.000302507278996973, 0.000669423076923073, 0.000333599541136003, 0.000949423076923071, 0.000596713209042804, 0.00186557692307692, 0.00217214110074334, 0.0056651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1335, '2021-05-23 00:00:00', 0.000236622792971946, 0.000482115384615383, 0.000254920274112997, 0.000707884615384611, 0.000264990275583551, 0.00091961538461538, 0.000595270979018418, 0.00183653846153846, 0.002180674357589, 0.00567057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1350, '2021-05-23 00:00:00', 0.000212984650945698, 0.000477692307692307, 0.000212567545825923, 0.000679807692307696, 0.000378724224814737, 0.000910961538461545, 0.00058380743005259, 0.00180134615384616, 0.00221949655587444, 0.0056651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1365, '2021-05-23 00:00:00', 0.000149233554692489, 0.000494423076923092, 0.00019892170860378, 0.000640384615384626, 0.000337605368167323, 0.000870769230769235, 0.000487156900960932, 0.00181038461538463, 0.00222274266651327, 0.0056551923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1380, '2021-05-23 00:00:00', 0.000152581504071159, 0.000473653846153858, 0.000284475766170806, 0.000657307692307707, 0.000445345501138866, 0.00109384615384615, 0.000495719717644507, 0.00182096153846155, 0.00227086605810343, 0.00567557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1395, '2021-05-23 00:00:00', 0.000247414942649297, 0.000466923076923083, 0.000285538694670016, 0.000637115384615374, 0.000368545843093563, 0.00128403846153847, 0.000449321197431796, 0.00184346153846154, 0.00232056897035058, 0.00569288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1410, '2021-05-23 00:00:00', 0.000118631945366915, 0.000411538461538446, 0.000346225137957726, 0.000860384615384603, 0.000343548899217938, 0.00129538461538461, 0.00040462370933233, 0.00181288461538461, 0.00230727845840407, 0.00569173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 1, 1425, '2021-05-23 00:00:00', 0.000388326587374007, 0.00076346153846154, 0.00034734869423192, 0.00111634615384615, 0.000366258053206301, 0.00128980769230769, 0.000440188989132913, 0.00183711538461539, 0.00228809124347383, 0.00567653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 0, '2021-05-23 00:00:00', 0.000394470482467909, 0.000784807692307705, 0.00037494250841348, 0.00104173076923077, 0.000356273933069236, 0.00124134615384616, 0.000415504558893824, 0.00181096153846154, 0.00231066441493818, 0.00568596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 15, '2021-05-23 00:00:00', 0.000320429139332452, 0.000690400000000011, 0.000333411407523307, 0.000859400000000008, 0.000319644985361356, 0.00112000000000001, 0.000434563957701679, 0.001774, 0.00228431457626426, 0.00555579999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 30, '2021-05-23 00:00:00', 0.00031028696395435, 0.000635000000000001, 0.000290032955687138, 0.000946346153846149, 0.000316459500386116, 0.00110615384615385, 0.000492227628706015, 0.00180903846153846, 0.0023413602965929, 0.00568096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 45, '2021-05-23 00:00:00', 0.000292919849893332, 0.000764038461538467, 0.000263610726990786, 0.000856153846153853, 0.000343251421645342, 0.00104846153846155, 0.00047461709262876, 0.00181923076923077, 0.00235636245089757, 0.00563999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 60, '2021-05-23 00:00:00', 0.000175344934782412, 0.00060038461538462, 0.000285353222407721, 0.000772692307692314, 0.00029540923374977, 0.00099115384615384, 0.000516292105751706, 0.00184346153846155, 0.00236783962717073, 0.00561749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 75, '2021-05-23 00:00:00', 0.000289037993243911, 0.0004848076923077, 0.000303420310156359, 0.000641730769230772, 0.000298844183737678, 0.00088961538461538, 0.000481275428898614, 0.00179903846153847, 0.00239807926346195, 0.00559692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 90, '2021-05-23 00:00:00', 0.000147560287548964, 0.000400961538461535, 0.000260237465522431, 0.000616538461538453, 0.000301011691569509, 0.000849038461538464, 0.000535374671105715, 0.00189596153846155, 0.00240169754869023, 0.00558865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 105, '2021-05-23 00:00:00', 0.000213606035639311, 0.000481538461538456, 0.000284314289800231, 0.000701153846153841, 0.000387003726875301, 0.000898269230769236, 0.000650792889186253, 0.00205423076923077, 0.0024117455536156, 0.00557615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 120, '2021-05-23 00:00:00', 0.00024451490437504, 0.000526538461538452, 0.000238686791874586, 0.000610769230769231, 0.000337468460064701, 0.000860192307692319, 0.000678030320402127, 0.00209865384615385, 0.00242012739651958, 0.00557615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 135, '2021-05-23 00:00:00', 0.000180145667553954, 0.00040269230769232, 0.000268043624463223, 0.000639230769230781, 0.000348501241582589, 0.000898653846153849, 0.000754968185779015, 0.00211980769230771, 0.00242848553629624, 0.00555999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 150, '2021-05-23 00:00:00', 0.000218894073434185, 0.000511153846153856, 0.000222927118135041, 0.000647500000000006, 0.000296257749006074, 0.000910576923076923, 0.000819719745729263, 0.0021623076923077, 0.00242366135137602, 0.00554711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 165, '2021-05-23 00:00:00', 0.000174326837158952, 0.000439615384615395, 0.000274475233575186, 0.000689423076923071, 0.000302833858995058, 0.00100788461538461, 0.000852152297691869, 0.00218653846153848, 0.00248773722486923, 0.00558249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 180, '2021-05-23 00:00:00', 0.000283126568598137, 0.000589423076923078, 0.000285971757615761, 0.000770384615384619, 0.000307637211413308, 0.00110057692307693, 0.00086857735141126, 0.00219615384615386, 0.00259049309235492, 0.00561730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 195, '2021-05-23 00:00:00', 0.000197652083606124, 0.000542884615384619, 0.000271714853363697, 0.000814807692307693, 0.000270912418433592, 0.00106653846153846, 0.000889481093326105, 0.00213115384615385, 0.00255787189942073, 0.00559942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 210, '2021-05-23 00:00:00', 0.000212228559667307, 0.00058519230769229, 0.000247528708513688, 0.000812307692307689, 0.000309461815713355, 0.00109615384615384, 0.000908696890311359, 0.00211403846153846, 0.00249038724977587, 0.00559057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 225, '2021-05-23 00:00:00', 0.000167294765194664, 0.000561538461538459, 0.000191834163156227, 0.000772884615384614, 0.000292714615545329, 0.00106538461538462, 0.000879064909653785, 0.00206634615384616, 0.00243414745776708, 0.00559538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 240, '2021-05-23 00:00:00', 0.000212738192296391, 0.000611538461538458, 0.000307625646625131, 0.000836538461538463, 0.000348427677077815, 0.00113538461538462, 0.000887441634050456, 0.00209057692307692, 0.00244782208535231, 0.00562480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 255, '2021-05-23 00:00:00', 0.000195531622467102, 0.000536153846153844, 0.000250634962875071, 0.000758269230769224, 0.000340285174522796, 0.001005, 0.000857806886103245, 0.00201442307692308, 0.00241143203543839, 0.00557730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 270, '2021-05-23 00:00:00', 0.000225632188783833, 0.000531730769230764, 0.000290003713504068, 0.000703076923076926, 0.000362116906324678, 0.00102442307692308, 0.000976975237856422, 0.00200615384615385, 0.00239827409096306, 0.00557884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 285, '2021-05-23 00:00:00', 0.000211586043599639, 0.000529423076923087, 0.000281411893576229, 0.000699423076923077, 0.000692572378889018, 0.00119250000000001, 0.00101147670036665, 0.00198634615384616, 0.00240960855422939, 0.00571423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 300, '2021-05-23 00:00:00', 0.000236706325676755, 0.000496730769230778, 0.000304093672309156, 0.000780192307692312, 0.000742276539800672, 0.00117230769230771, 0.00103500719061047, 0.00196173076923077, 0.00238086115642091, 0.00570961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 315, '2021-05-23 00:00:00', 0.000282411865080888, 0.000572307692307692, 0.000739050326172293, 0.000914230769230776, 0.00082269828098669, 0.00110730769230771, 0.0011022839226596, 0.00197038461538462, 0.00236227176349705, 0.00572326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 330, '2021-05-23 00:00:00', 0.000774660645305152, 0.000698653846153854, 0.000794932314486818, 0.000864230769230782, 0.000860621354246217, 0.00113134615384615, 0.00123593647148161, 0.00206980769230769, 0.00234892712825371, 0.00571942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 345, '2021-05-23 00:00:00', 0.000200372441679516, 0.000498653846153842, 0.000275951012932471, 0.000665192307692319, 0.000361471352200338, 0.000943461538461536, 0.000839402832604576, 0.00201134615384615, 0.00207969573403273, 0.00562788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 360, '2021-05-23 00:00:00', 0.000176499291783278, 0.00046500000000001, 0.000299239613276452, 0.00067711538461538, 0.000298669614225374, 0.000916538461538458, 0.00074578706488771, 0.00206211538461539, 0.00201673361194247, 0.00562230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 375, '2021-05-23 00:00:00', 0.000204522332803498, 0.000469230769230756, 0.000210670084766179, 0.000696730769230765, 0.000234529069872766, 0.000833269230769228, 0.000853089678755986, 0.00224, 0.00196219140640884, 0.00565865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 390, '2021-05-23 00:00:00', 0.000118804299326498, 0.000462692307692303, 0.000149060261432954, 0.000600192307692294, 0.000210355742639789, 0.000773461538461537, 0.000900466887444838, 0.00226615384615384, 0.00193674763059503, 0.00565923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 405, '2021-05-23 00:00:00', 0.000127602899653557, 0.000412499999999995, 0.000149734637069919, 0.000537307692307707, 0.000348575618106679, 0.000895192307692327, 0.000921914229282649, 0.00236038461538463, 0.00192095774389918, 0.00568442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 420, '2021-05-23 00:00:00', 0.000136007352742416, 0.000400000000000011, 0.00014463920630313, 0.000562500000000004, 0.000324708152985695, 0.000900769230769235, 0.000916106413872556, 0.0023998076923077, 0.00191335578138356, 0.00573211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 435, '2021-05-23 00:00:00', 0.000102741647611114, 0.000415384615384617, 0.000297321116225957, 0.000670384615384626, 0.000306489866817065, 0.000900961538461548, 0.000879794031840133, 0.00252846153846155, 0.00191569449146137, 0.00575076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 450, '2021-05-23 00:00:00', 0.000288344345424817, 0.000512692307692323, 0.000273669438444377, 0.000669807692307699, 0.000468693971010441, 0.000979038461538466, 0.000872196100920842, 0.00259903846153848, 0.00188409856021798, 0.00573423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 465, '2021-05-23 00:00:00', 0.00020175079830173, 0.000460769230769235, 0.000224989999777762, 0.000607500000000013, 0.00040006235090967, 0.000918269230769243, 0.000850090515542538, 0.00265326923076925, 0.00184024187373459, 0.00567307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 480, '2021-05-23 00:00:00', 0.000214017612503117, 0.000488461538461544, 0.000339161692775215, 0.000725576923076924, 0.000463556485646142, 0.000988846153846163, 0.000926597352600445, 0.00269057692307694, 0.00181441727242153, 0.00565903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 495, '2021-05-23 00:00:00', 0.000200320992409674, 0.000492500000000003, 0.000270386973400372, 0.00068134615384616, 0.000458535167680725, 0.00106750000000001, 0.000900583336595699, 0.00268711538461539, 0.00175758571297721, 0.00565653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 510, '2021-05-23 00:00:00', 0.000200368506660953, 0.000461538461538479, 0.000342740987650129, 0.000690769230769234, 0.000491571303224498, 0.00121288461538462, 0.000902737716402378, 0.00269576923076924, 0.00173357865744203, 0.00566480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 525, '2021-05-23 00:00:00', 0.00021962038927344, 0.000493653846153831, 0.000271629555432779, 0.000811153846153853, 0.000491226408711275, 0.00130076923076923, 0.000915176401659169, 0.00274961538461539, 0.00173306131987924, 0.00566653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 540, '2021-05-23 00:00:00', 0.00022546362490176, 0.00065038461538464, 0.000398188252734023, 0.000978269230769247, 0.000517822251950782, 0.00133673076923079, 0.000923255715056574, 0.00279365384615385, 0.00177206781646581, 0.00570288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 555, '2021-05-23 00:00:00', 0.000225973790175193, 0.00063307692307692, 0.000338017068299106, 0.000953461538461546, 0.0006163646523085, 0.00143923076923077, 0.000882752862008736, 0.00280884615384616, 0.00173759348392674, 0.00574865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 570, '2021-05-23 00:00:00', 0.000247744906025407, 0.000691538461538474, 0.000318071593295501, 0.000936538461538491, 0.000609581098283579, 0.00146365384615386, 0.000905914433894543, 0.0027398076923077, 0.0017206434954579, 0.00574596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 585, '2021-05-23 00:00:00', 0.000206344092756218, 0.000638269230769245, 0.00054483480206248, 0.0011148076923077, 0.000663649032592935, 0.00147596153846155, 0.000949669416165443, 0.002705, 0.00171208707542759, 0.00570807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 600, '2021-05-23 00:00:00', 0.000536481270731938, 0.000888076923076925, 0.000585744792156501, 0.0011498076923077, 0.000659591161250666, 0.00144750000000002, 0.000919383405415738, 0.00266461538461538, 0.00173181576564999, 0.00569961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 615, '2021-05-23 00:00:00', 0.000286462307897829, 0.000665576923076928, 0.000347120240750167, 0.000912307692307704, 0.00041693091108165, 0.00131576923076925, 0.000871500209629699, 0.00248884615384615, 0.00173129911204987, 0.00566884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 630, '2021-05-23 00:00:00', 0.00027138285473874, 0.000699423076923086, 0.000261612235070266, 0.000890192307692328, 0.000311505278384704, 0.00136153846153847, 0.000865296125390252, 0.00243076923076922, 0.0017604217152105, 0.00565884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 645, '2021-05-23 00:00:00', 0.000185009043438, 0.000622884615384635, 0.000271828919613928, 0.0009848076923077, 0.000288107885775708, 0.00141192307692309, 0.000909881332076638, 0.00239903846153845, 0.00176996153804366, 0.00572961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 660, '2021-05-23 00:00:00', 0.00022584371723693, 0.000765769230769234, 0.000268034225713525, 0.0010071153846154, 0.000413157308465495, 0.00137519230769232, 0.000913938728799698, 0.002395, 0.0017949612487782, 0.00576673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 675, '2021-05-23 00:00:00', 0.000219887733592877, 0.000643846153846153, 0.000257580159293243, 0.000931538461538475, 0.000335151630437041, 0.00122384615384615, 0.000904830562124115, 0.00227788461538461, 0.00181768165952805, 0.00573115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 690, '2021-05-23 00:00:00', 0.000192593733423099, 0.000632884615384637, 0.000277767196379646, 0.00089384615384616, 0.000319572310343775, 0.00114769230769232, 0.000923306287209178, 0.0022775, 0.00184255855767504, 0.00576903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 705, '2021-05-23 00:00:00', 0.000220711437088193, 0.000588461538461538, 0.000236349236382226, 0.000755192307692306, 0.000427516486411763, 0.00110711538461538, 0.000960963398806714, 0.00227442307692307, 0.00186363767525112, 0.00583423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 720, '2021-05-23 00:00:00', 0.000125293655066817, 0.000512499999999988, 0.000300902999959478, 0.000746153846153849, 0.000595611127653456, 0.00114384615384615, 0.00102399684494707, 0.00238153846153846, 0.00187095439446125, 0.00586211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 735, '2021-05-23 00:00:00', 0.000240898638116019, 0.000536923076923084, 0.000365863362472949, 0.00082499999999999, 0.00057954942710827, 0.00114153846153846, 0.000993413307742552, 0.002495, 0.00186874718420164, 0.00584596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 750, '2021-05-23 00:00:00', 0.000188314487371128, 0.000602115384615375, 0.000337988848245703, 0.000812307692307689, 0.000446717429185885, 0.00116769230769232, 0.000929822894633492, 0.00249384615384615, 0.00187542220887417, 0.00581730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 765, '2021-05-23 00:00:00', 0.000208807603751913, 0.000571153846153847, 0.00026687796116174, 0.000814615384615379, 0.000435109933058482, 0.00119557692307693, 0.000839096331684371, 0.00254557692307692, 0.00190802121621811, 0.00584980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 780, '2021-05-23 00:00:00', 0.000193922268328942, 0.000599615384615367, 0.000284143517366735, 0.000873461538461547, 0.000336999258159419, 0.00121249999999999, 0.000774915379995674, 0.0025453846153846, 0.00197209803352829, 0.00590057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 795, '2021-05-23 00:00:00', 0.000252302702811837, 0.000595576923076943, 0.000258319792862678, 0.000873653846153852, 0.000285360231178881, 0.00121730769230768, 0.000768838984843617, 0.00258576923076923, 0.0019851806835031, 0.00591288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 810, '2021-05-23 00:00:00', 0.000240894486956741, 0.000636923076923069, 0.00029135122869405, 0.000838461538461523, 0.000456188051642659, 0.00124153846153846, 0.000777061526125566, 0.00261384615384615, 0.00198818762657389, 0.00591596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 825, '2021-05-23 00:00:00', 0.00021167573168556, 0.000616153846153835, 0.000313962026121242, 0.000896923076923073, 0.000424659320469401, 0.00122846153846154, 0.000698819691722014, 0.0026351923076923, 0.00194842150115262, 0.00590788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 840, '2021-05-23 00:00:00', 0.000232328679642918, 0.000656153846153845, 0.000327835089875754, 0.000879615384615391, 0.000360785734410121, 0.00123711538461539, 0.00071992224473309, 0.00287903846153846, 0.00196160711192085, 0.0059276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 855, '2021-05-23 00:00:00', 0.000170664425566208, 0.000602115384615401, 0.000227798916050632, 0.00085211538461539, 0.00032918529969982, 0.0011798076923077, 0.000730093381803883, 0.00292288461538461, 0.00194606229641767, 0.0059376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 870, '2021-05-23 00:00:00', 0.000180022220850645, 0.000644999999999998, 0.000279606866868456, 0.000899999999999999, 0.000328722000855046, 0.00121807692307692, 0.000691720402608317, 0.00300365384615384, 0.00189674787465281, 0.0059225 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 885, '2021-05-23 00:00:00', 0.000221710483427233, 0.000616538461538461, 0.000256391227499022, 0.000837307692307695, 0.000396673523965709, 0.00130326923076924, 0.000726021958769426, 0.00306673076923077, 0.00187946707872205, 0.00592250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 900, '2021-05-23 00:00:00', 0.000225563652963979, 0.000635192307692314, 0.000300926006749931, 0.00093769230769231, 0.000416682317654767, 0.00151692307692309, 0.000747738564966693, 0.0030851923076923, 0.00184170794477468, 0.00590807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 915, '2021-05-23 00:00:00', 0.000314112485976198, 0.000710576923076915, 0.000371593243293695, 0.00106346153846155, 0.000569562213796363, 0.00166634615384616, 0.000739682468256581, 0.00307307692307692, 0.00183529780647762, 0.00588596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 930, '2021-05-23 00:00:00', 0.000344688934458976, 0.000812692307692311, 0.000391385556511944, 0.00122057692307693, 0.000542133711863099, 0.0015848076923077, 0.000714997471754537, 0.00307423076923077, 0.00185792195745677, 0.00593500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 945, '2021-05-23 00:00:00', 0.000306815655001254, 0.000854615384615377, 0.000460354378545638, 0.00119692307692308, 0.000583717430321847, 0.00158403846153847, 0.00070260690399287, 0.00312269230769231, 0.00201078271212595, 0.00606865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 960, '2021-05-23 00:00:00', 0.000277200357975125, 0.000805961538461545, 0.000467440535090989, 0.00106557692307692, 0.000577131667419539, 0.0016051923076923, 0.000722243752802009, 0.00306903846153846, 0.00205223780298482, 0.006 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 975, '2021-05-23 00:00:00', 0.000483905585196755, 0.000813846153846152, 0.000553469650338806, 0.00120442307692308, 0.000569916761803528, 0.00175134615384617, 0.000732583127338825, 0.00305403846153846, 0.00205112847926733, 0.00606403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 990, '2021-05-23 00:00:00', 0.000258543256312408, 0.000863846153846155, 0.000418249143637905, 0.00131211538461538, 0.000523240825565506, 0.00171019230769231, 0.000875142625738562, 0.00311615384615384, 0.00206871190878248, 0.00610519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1005, '2021-05-23 00:00:00', 0.000350405973342135, 0.000967115384615388, 0.000359037656049544, 0.00129903846153847, 0.000523320022695339, 0.00171461538461539, 0.00089518343629414, 0.00305423076923076, 0.0021547231483775, 0.00612038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1020, '2021-05-23 00:00:00', 0.000291945266208485, 0.000920961538461542, 0.000368909672079555, 0.00121711538461539, 0.000602352471564617, 0.00197250000000001, 0.000879135064445988, 0.00295269230769231, 0.00217150820505366, 0.00618173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1035, '2021-05-23 00:00:00', 0.000226353365678198, 0.000854615384615373, 0.000372164149060812, 0.00120692307692308, 0.000557445961506574, 0.00194500000000001, 0.000888851311438612, 0.00284057692307692, 0.00233993806624153, 0.00637807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1050, '2021-05-23 00:00:00', 0.000333524304269522, 0.000867307692307691, 0.000683805443540329, 0.00155326923076924, 0.000619665914952435, 0.00198038461538463, 0.000959791964638486, 0.00284115384615385, 0.00237185782425119, 0.00638653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1065, '2021-05-23 00:00:00', 0.000643555627862763, 0.00129538461538462, 0.000545340578128782, 0.00157711538461539, 0.000620823677433079, 0.00193596153846155, 0.000936751280510707, 0.00276019230769231, 0.00242084044528724, 0.00637769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1080, '2021-05-23 00:00:00', 0.000276847708760881, 0.000924423076923069, 0.000397934088086887, 0.00124846153846154, 0.00054599482246064, 0.00163288461538462, 0.000954137488076967, 0.00247288461538461, 0.00252069316626628, 0.00630903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1095, '2021-05-23 00:00:00', 0.000296549126816096, 0.000755769230769241, 0.000424308305906853, 0.00105653846153847, 0.000390156970383014, 0.00141230769230771, 0.00094444108420718, 0.00232019230769231, 0.00247173109690043, 0.00626615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1110, '2021-05-23 00:00:00', 0.00031378753223258, 0.000733846153846153, 0.000413552759167899, 0.000971730769230773, 0.000469218007392664, 0.00128846153846155, 0.000957759565139053, 0.00223423076923076, 0.00252029989058079, 0.00626846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1125, '2021-05-23 00:00:00', 0.000299045983086211, 0.000702500000000003, 0.000432293169753336, 0.000974230769230772, 0.000582402220251471, 0.00128211538461538, 0.000952714199618034, 0.00219211538461538, 0.00253415390978164, 0.00627903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1140, '2021-05-23 00:00:00', 0.000228235371087345, 0.000594230769230781, 0.000302465509794724, 0.00081423076923077, 0.000438394272842977, 0.00113346153846154, 0.000906077598986196, 0.00205884615384615, 0.00249999809230696, 0.0062476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1155, '2021-05-23 00:00:00', 0.000177060289601726, 0.000572884615384619, 0.000304526934516732, 0.000770576923076924, 0.000380208697751845, 0.00114442307692307, 0.000936784208794195, 0.00197057692307692, 0.00247041282753745, 0.00625153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1170, '2021-05-23 00:00:00', 0.000170230273905231, 0.000567115384615381, 0.000302284697696628, 0.000824038461538454, 0.00053838179904083, 0.00119019230769229, 0.000846108649142542, 0.00190461538461538, 0.0024561369997495, 0.0062501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1185, '2021-05-23 00:00:00', 0.000210932818324125, 0.00059942307692308, 0.000228345975693431, 0.000826730769230771, 0.000552018254993558, 0.00112692307692307, 0.000777550715635057, 0.00180865384615385, 0.00245196738119853, 0.00626903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1200, '2021-05-23 00:00:00', 0.000241566760958533, 0.000587500000000001, 0.000495874092270005, 0.000836346153846146, 0.000589772739803542, 0.00110326923076922, 0.000703984374826599, 0.00186, 0.00244919867586242, 0.00628807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1215, '2021-05-23 00:00:00', 0.00046723989061788, 0.000563653846153845, 0.000496230289281095, 0.000777499999999991, 0.000529522571611583, 0.00102192307692308, 0.000678175833791247, 0.00195230769230768, 0.00245467510775162, 0.00628326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1230, '2021-05-23 00:00:00', 0.000223390052116511, 0.000531346153846155, 0.0003007421589233, 0.000754615384615388, 0.000385647557313068, 0.000990961538461536, 0.000510557048722259, 0.00190749999999999, 0.00245021751781662, 0.00624673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1245, '2021-05-23 00:00:00', 0.000158994920093014, 0.000505769230769248, 0.000177460829914222, 0.000667115384615408, 0.000340473030672603, 0.00100826923076924, 0.000519386620484634, 0.00186730769230768, 0.00246377284948231, 0.00624557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1260, '2021-05-23 00:00:00', 0.000134989030893382, 0.000470961538461545, 0.00022968213821581, 0.000651730769230764, 0.000311715661855736, 0.00101942307692308, 0.000514626115215236, 0.00183596153846153, 0.00246380855899655, 0.00625115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1275, '2021-05-23 00:00:00', 0.0002044520820294, 0.000474423076923072, 0.000272781118227677, 0.000703461538461531, 0.000274976992044519, 0.000952115384615388, 0.000555592441937829, 0.0018601923076923, 0.00241714752422069, 0.00634192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1290, '2021-05-23 00:00:00', 0.000239064603434676, 0.000496730769230761, 0.000282733701835918, 0.000752115384615393, 0.000256587142192405, 0.000884807692307699, 0.000568176062907899, 0.00189403846153846, 0.00239868598643893, 0.0063726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1305, '2021-05-23 00:00:00', 0.0002027954634601, 0.000585000000000015, 0.000172043934460408, 0.000691346153846161, 0.000215355162821447, 0.000879615384615391, 0.000544398185720134, 0.00191076923076922, 0.0023840271681467, 0.00644346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1320, '2021-05-23 00:00:00', 0.000145319806474707, 0.000470384615384618, 0.000211547866923794, 0.000627499999999999, 0.000270947340895722, 0.000852307692307691, 0.000605351677825497, 0.00196442307692307, 0.0023485341090856, 0.00651230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1335, '2021-05-23 00:00:00', 0.000186991567066138, 0.000459615384615377, 0.00022511296309596, 0.000594615384615381, 0.000343190965005684, 0.000850961538461532, 0.000577237352861407, 0.00194980769230769, 0.00234505833944161, 0.00650615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1350, '2021-05-23 00:00:00', 0.000165616911994097, 0.000404807692307697, 0.000235198770274126, 0.000612307692307698, 0.00030860810348801, 0.000789807692307695, 0.000545193402522293, 0.00194538461538462, 0.00233521361236711, 0.00651384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1365, '2021-05-23 00:00:00', 0.000182579803415881, 0.000510769230769238, 0.000205901768961642, 0.000663461538461542, 0.000243804540249264, 0.000814423076923079, 0.000584602856647132, 0.00201250000000001, 0.00234701469957051, 0.00652999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1380, '2021-05-23 00:00:00', 0.000162625218027393, 0.000465192307692311, 0.000180676187184098, 0.000558269230769233, 0.000345547558788394, 0.000976346153846166, 0.000636916127795599, 0.00208807692307693, 0.00233872404397059, 0.00654807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1395, '2021-05-23 00:00:00', 0.000155753380010246, 0.00040634615384616, 0.0001750889883635, 0.00058307692307693, 0.00051353289910339, 0.00130096153846153, 0.000699995741745281, 0.00214903846153846, 0.00233963889389926, 0.00657692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1410, '2021-05-23 00:00:00', 0.000105217174672934, 0.000400576923076934, 0.000353236682475296, 0.000803076923076932, 0.000531673446625037, 0.00138557692307691, 0.000705828918037832, 0.00215730769230769, 0.00233521800168306, 0.00660134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 2, 1425, '2021-05-23 00:00:00', 0.000348042216714279, 0.000710769230769241, 0.000548716544450633, 0.00119038461538461, 0.000474416118872602, 0.00142557692307692, 0.000696229405164249, 0.00223076923076924, 0.00232869531811601, 0.00663173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 0, '2021-05-23 00:00:00', 0.000369316208063573, 0.000852307692307669, 0.000434460452303054, 0.00110673076923076, 0.00035905688428692, 0.00134038461538461, 0.000682737617131316, 0.00227942307692308, 0.00233451540021611, 0.00667307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 15, '2021-05-23 00:00:00', 0.000349316475420221, 0.000720000000000003, 0.000342828506130085, 0.000980769230769238, 0.000358697697875986, 0.00124596153846154, 0.000697305142343342, 0.0022273076923077, 0.00232286199464236, 0.00667961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 30, '2021-05-23 00:00:00', 0.000325279110918611, 0.000717500000000003, 0.0002685998596712, 0.000868269230769231, 0.000368320721445531, 0.00120192307692307, 0.000658997052637275, 0.00219634615384616, 0.00227007763337257, 0.00666269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 45, '2021-05-23 00:00:00', 0.000259206778163988, 0.000598076923076926, 0.000361810033028365, 0.000907499999999997, 0.000431712733904604, 0.00116673076923077, 0.000808418803305852, 0.0023048076923077, 0.00226255529469193, 0.00664730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 60, '2021-05-23 00:00:00', 0.000322311423697857, 0.000704423076923084, 0.000385739050894016, 0.00088115384615385, 0.000543754045077797, 0.00114269230769232, 0.000804433866861558, 0.00227961538461539, 0.00225867528397987, 0.00662403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 75, '2021-05-23 00:00:00', 0.000269260311566008, 0.000453653846153833, 0.000298176315935089, 0.000643653846153823, 0.000440483126368514, 0.00098076923076923, 0.000850888946925511, 0.002205, 0.00225730557557864, 0.00659230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 90, '2021-05-23 00:00:00', 0.000216379652107479, 0.000453076923076911, 0.000295446532973662, 0.000664423076923074, 0.000334496694246055, 0.000964038461538453, 0.00086433300206665, 0.00219846153846153, 0.00226355506636386, 0.00661653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 105, '2021-05-23 00:00:00', 0.000224561452956288, 0.000474615384615407, 0.00025860372119399, 0.000728269230769245, 0.000469519066541658, 0.00108192307692309, 0.000872620104142606, 0.00224538461538462, 0.00223140462834168, 0.00659884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 120, '2021-05-23 00:00:00', 0.00017553347259142, 0.000554999999999998, 0.000296246583881634, 0.000740961538461538, 0.000566601236795724, 0.0011751923076923, 0.000864561249331789, 0.00223807692307691, 0.00219168733733062, 0.00658923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 135, '2021-05-23 00:00:00', 0.000220162177985643, 0.000459230769230776, 0.000382079381603025, 0.000760576923076931, 0.00060336776003208, 0.00116442307692307, 0.000806999594890753, 0.00224211538461538, 0.00219155740197556, 0.0065753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 150, '2021-05-23 00:00:00', 0.000311564538319864, 0.000547307692307699, 0.000390432501799652, 0.000821538461538463, 0.000528140460629393, 0.00109711538461538, 0.000896059342986738, 0.00229711538461538, 0.0021818213369004, 0.0065878846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 165, '2021-05-23 00:00:00', 0.000278545121327558, 0.000564230769230763, 0.000457494220224099, 0.000849807692307683, 0.000444782963494989, 0.00119673076923076, 0.000975697009243206, 0.00226942307692306, 0.00219547793990634, 0.00663576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 180, '2021-05-23 00:00:00', 0.000439055629907918, 0.000680384615384598, 0.00040612450724452, 0.000821346153846146, 0.000416756938939043, 0.00124211538461537, 0.00105719441847824, 0.00234403846153845, 0.00219137547251457, 0.00664769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 195, '2021-05-23 00:00:00', 0.000191929975211321, 0.000526346153846156, 0.000320152908178872, 0.000873269230769226, 0.000335365242912635, 0.00116461538461537, 0.00101222620229641, 0.00225673076923077, 0.00219742409512733, 0.00657557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 210, '2021-05-23 00:00:00', 0.000245207055363435, 0.000622500000000009, 0.000237074558217133, 0.000837115384615382, 0.00029020258176237, 0.00108653846153846, 0.00095158606466338, 0.00225596153846154, 0.00218868022227657, 0.00658134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 225, '2021-05-23 00:00:00', 0.000126558135014943, 0.0005351923076923, 0.000194703324613081, 0.000765769230769226, 0.000640290589077767, 0.00113096153846155, 0.000958904763860226, 0.00213288461538462, 0.00216224609002911, 0.00653192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 240, '2021-05-23 00:00:00', 0.000187598999505276, 0.000590769230769228, 0.000204122229596347, 0.000733269230769226, 0.000655620228955295, 0.00112673076923076, 0.00094134257640556, 0.00212538461538461, 0.00213953593997893, 0.00651596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 255, '2021-05-23 00:00:00', 0.00020688318889208, 0.000489423076923076, 0.000649130305752362, 0.00087692307692307, 0.000616054817740714, 0.00109846153846153, 0.000932771882410371, 0.00214423076923076, 0.00215149193316209, 0.00648846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 270, '2021-05-23 00:00:00', 0.00062678274975036, 0.000683846153846159, 0.000597782955209052, 0.000872692307692303, 0.000561012957480973, 0.00114653846153846, 0.000961101771606222, 0.00215884615384615, 0.0021733956063125, 0.0064626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 285, '2021-05-23 00:00:00', 0.00020229158315506, 0.000526730769230748, 0.000218583288121829, 0.000710576923076915, 0.000331535124023902, 0.00102653846153846, 0.000854196788712167, 0.00202192307692307, 0.00212339974134371, 0.0063676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 300, '2021-05-23 00:00:00', 0.000155285345289066, 0.000521538461538462, 0.000252945722362603, 0.000756538461538465, 0.000418931424533345, 0.000968461538461529, 0.000860747997607105, 0.00200365384615384, 0.00212764666854107, 0.00633211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 315, '2021-05-23 00:00:00', 0.000240552249241996, 0.000509230769230779, 0.000304960085660651, 0.000679423076923083, 0.000431963362050353, 0.000957115384615386, 0.00087344825041547, 0.00202961538461538, 0.00209653381524401, 0.00626096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 330, '2021-05-23 00:00:00', 0.000176523260615883, 0.000442307692307699, 0.000299466962348864, 0.000612692307692303, 0.000609516233140283, 0.000959038461538467, 0.00084748714535294, 0.00207769230769231, 0.00205204263151097, 0.0062101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 345, '2021-05-23 00:00:00', 0.000197711911629006, 0.000455, 0.000287102568110042, 0.000711730769230778, 0.0005933954447467, 0.000978076923076921, 0.000766812784292132, 0.00208961538461538, 0.00195585477083943, 0.00619326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 360, '2021-05-23 00:00:00', 0.000216791729192213, 0.000499423076923091, 0.000517370719637715, 0.000707307692307706, 0.000615777057558479, 0.000960769230769239, 0.000736520509923835, 0.00208730769230769, 0.00191520781158037, 0.00621480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 375, '2021-05-23 00:00:00', 0.000404952656302128, 0.000424423076923073, 0.000392676026182469, 0.000582692307692299, 0.000452433973083357, 0.000822500000000004, 0.000694341082222236, 0.00202846153846153, 0.00189355262363146, 0.00609346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 390, '2021-05-23 00:00:00', 0.000147385940254183, 0.000401153846153844, 0.000308843002187186, 0.000600000000000007, 0.000398588905245261, 0.000831346153846151, 0.000750124220482084, 0.00206211538461538, 0.00190421100155984, 0.00605653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 405, '2021-05-23 00:00:00', 0.000212336181198966, 0.000394423076923082, 0.000202322761942406, 0.00051250000000001, 0.000299193338572487, 0.000775576923076927, 0.000866401776580318, 0.00210403846153846, 0.00191568365984976, 0.00601326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 420, '2021-05-23 00:00:00', 0.000130789319723932, 0.000375384615384615, 0.000269921356067909, 0.000578461538461523, 0.000279873872691584, 0.000810769230769222, 0.00088881823009762, 0.00218461538461539, 0.00191313821930195, 0.00600538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 435, '2021-05-23 00:00:00', 0.00024618418683203, 0.000464423076923058, 0.000221724014174239, 0.000618461538461529, 0.000259342141106782, 0.000902115384615376, 0.000794504005895897, 0.00223615384615385, 0.00192879396355498, 0.00600307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 450, '2021-05-23 00:00:00', 0.000172671765096501, 0.000453461538461537, 0.00025109582908647, 0.00062365384615385, 0.000353937684649977, 0.000921730769230774, 0.000891181152265821, 0.00230961538461539, 0.00192314859020305, 0.00599750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 465, '2021-05-23 00:00:00', 0.000158297674797073, 0.000391923076923091, 0.000220238419760184, 0.000634807692307696, 0.000326534778451645, 0.000845192307692311, 0.000833741359083351, 0.00238942307692308, 0.00191467190400861, 0.0059875 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 480, '2021-05-23 00:00:00', 0.00021156568356313, 0.000555961538461547, 0.000321991399789585, 0.000702307692307699, 0.00032948981541397, 0.000946538461538462, 0.000822003579441947, 0.00243326923076924, 0.0020934733468201, 0.00608557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 495, '2021-05-23 00:00:00', 0.000244619327496036, 0.000486153846153854, 0.000250235965563594, 0.000625961538461536, 0.000358337614762739, 0.00103538461538461, 0.000796388796621734, 0.00245865384615385, 0.00212867503029828, 0.00606576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 510, '2021-05-23 00:00:00', 0.000161212234695089, 0.000424230769230764, 0.000211317205968786, 0.000639807692307691, 0.000364717646321742, 0.00109480769230768, 0.000762068869288377, 0.00243019230769229, 0.00212766448338223, 0.00601807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 525, '2021-05-23 00:00:00', 0.000200980002832271, 0.0004998076923077, 0.000301635541672409, 0.000789999999999996, 0.000400151173356344, 0.00114980769230769, 0.000777847127555385, 0.00248692307692307, 0.00213165757099962, 0.00602000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 540, '2021-05-23 00:00:00', 0.000218151676239609, 0.000606923076923078, 0.000262287936318963, 0.00085480769230769, 0.000428395081850666, 0.00119788461538461, 0.000791779301029316, 0.0025226923076923, 0.00215423911250496, 0.00598692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 555, '2021-05-23 00:00:00', 0.000177319030173127, 0.00055903846153846, 0.000285909345503356, 0.000788076923076915, 0.000388849783137594, 0.0012280769230769, 0.000782559336654174, 0.00253634615384614, 0.00218572287813437, 0.00606250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 570, '2021-05-23 00:00:00', 0.000263340084301664, 0.000580000000000008, 0.000379282368934571, 0.000848653846153842, 0.00047378334061695, 0.00130057692307692, 0.000737639712972289, 0.00255788461538462, 0.0021777028122454, 0.00605346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 585, '2021-05-23 00:00:00', 0.000276272231963055, 0.000617884615384615, 0.000269957617756222, 0.000938653846153847, 0.000385417505889589, 0.00135057692307693, 0.000723539191432268, 0.00254519230769231, 0.00215865528833257, 0.00600557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 600, '2021-05-23 00:00:00', 0.000280670351397943, 0.000785384615384611, 0.00033156882334651, 0.00105673076923077, 0.000405349421914178, 0.00144807692307693, 0.000772114603888859, 0.00260980769230769, 0.00217054208932664, 0.0060248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 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 977075, 3, 615, '2021-05-23 00:00:00', 0.000262153874368003, 0.000685576923076918, 0.000339743794871725, 0.000989615384615377, 0.00032231900108671, 0.00134346153846153, 0.000742733231952191, 0.00249442307692307, 0.00212592054269[...];
Date: 2021-05-23 15:23:24 Duration: 15s470ms Database: acaweb_fx User: pgperfstats
5 13s3ms 16s692ms 14s848ms 2 29s696ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 15 2 29s696ms 14s848ms [ User: pgperfstats - Total duration: 29s696ms - 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 982465, 1, 945, '2021-05-23 00:00:00', 0.0266728614599462, 0.0676923076923084, 0.0352975701931219, 0.0955384615384619, 0.0512330422226174, 0.139230769230769, 0.112483516741174, 0.322307692307691, 0.156912558942381, 0.548134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 960, '2021-05-23 00:00:00', 0.026446811644389, 0.0634230769230775, 0.0309281611778997, 0.0873653846153853, 0.0551251164310639, 0.148961538461539, 0.113379899181741, 0.317192307692307, 0.156103522110761, 0.554980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 975, '2021-05-23 00:00:00', 0.0211959811139902, 0.0555192307692302, 0.0446722638092827, 0.102134615384615, 0.0592592511440509, 0.169173076923077, 0.113833941132891, 0.310884615384615, 0.157695641615789, 0.566653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 990, '2021-05-23 00:00:00', 0.0453758153137179, 0.0872692307692299, 0.0504532837995085, 0.122576923076923, 0.0606520720680973, 0.178423076923077, 0.113705870560847, 0.305749999999999, 0.156842919950062, 0.563692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1005, '2021-05-23 00:00:00', 0.0420680949816438, 0.0837692307692307, 0.0597103424877122, 0.127250000000001, 0.0634822688751636, 0.178038461538461, 0.114676125876986, 0.291076923076922, 0.149861448832426, 0.555423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1020, '2021-05-23 00:00:00', 0.0530791281593239, 0.0955769230769241, 0.0499646528904361, 0.129442307692307, 0.0773376438343317, 0.198865384615384, 0.112681607263053, 0.279230769230768, 0.148143921706095, 0.551307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1035, '2021-05-23 00:00:00', 0.0312369111050495, 0.082269230769229, 0.0393174261619458, 0.117499999999998, 0.0817943974948051, 0.189711538461536, 0.0928096915529511, 0.257826923076922, 0.148054454639033, 0.546192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1050, '2021-05-23 00:00:00', 0.0367923748371034, 0.0818269230769224, 0.0574999130434125, 0.1365, 0.0765675192232314, 0.179249999999999, 0.0839909518936422, 0.2465, 0.14702988314782, 0.542942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1065, '2021-05-23 00:00:00', 0.0453667109402736, 0.104961538461541, 0.0675808689360658, 0.136923076923077, 0.0694013965720709, 0.159576923076923, 0.0791872173056703, 0.227153846153847, 0.147701857964461, 0.538173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1080, '2021-05-23 00:00:00', 0.0431966389362002, 0.0780192307692311, 0.0411398973485114, 0.0961346153846142, 0.048945527021216, 0.129230769230769, 0.0605740011505321, 0.208480769230769, 0.156484982076188, 0.529980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1095, '2021-05-23 00:00:00', 0.0267913878240452, 0.0634615384615376, 0.0318284645222832, 0.0831346153846144, 0.0549265838677828, 0.121480769230769, 0.0575057488764931, 0.198634615384615, 0.163586708365461, 0.529865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1110, '2021-05-23 00:00:00', 0.0252270916644444, 0.0608846153846142, 0.0400787542029657, 0.0934423076923073, 0.0502394765100134, 0.121249999999999, 0.0585163356547707, 0.193807692307692, 0.175751909936007, 0.538576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1125, '2021-05-23 00:00:00', 0.0319613047293149, 0.0652500000000006, 0.0450892832227191, 0.086211538461538, 0.0457817103219196, 0.11925, 0.051142290192696, 0.189076923076924, 0.185045836317552, 0.543192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1140, '2021-05-23 00:00:00', 0.0250342841842011, 0.0523461538461546, 0.0266332715573241, 0.0741346153846157, 0.0319719408231647, 0.10175, 0.0495363114679149, 0.180384615384616, 0.184294330853166, 0.544596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1155, '2021-05-23 00:00:00', 0.0229667987789712, 0.052423076923078, 0.0340804985969307, 0.0765961538461534, 0.0302565758904639, 0.0970961538461545, 0.0552326582599622, 0.177557692307691, 0.18305082522454, 0.547230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1170, '2021-05-23 00:00:00', 0.0221277062664753, 0.0513461538461531, 0.0204148607259896, 0.0660576923076913, 0.0230512222268987, 0.0833269230769236, 0.0570080561108571, 0.172961538461537, 0.183245396625988, 0.550653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1185, '2021-05-23 00:00:00', 0.0182428489677909, 0.0481923076923082, 0.02060287507943, 0.0644615384615396, 0.02561463674122, 0.0819807692307704, 0.0591919725586571, 0.171980769230768, 0.182604532760323, 0.553346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1200, '2021-05-23 00:00:00', 0.018254072253778, 0.0461346153846154, 0.0207288724692437, 0.0601153846153853, 0.0362791792375988, 0.0901730769230779, 0.0657461668961673, 0.17453846153846, 0.182629528322736, 0.55326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1215, '2021-05-23 00:00:00', 0.0161532087786347, 0.0401153846153838, 0.0220164711068777, 0.0592499999999998, 0.0366554067792693, 0.0918269230769237, 0.0629238398016576, 0.18251923076923, 0.18959717723475, 0.55851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1230, '2021-05-23 00:00:00', 0.0203018850962565, 0.044557692307693, 0.0317128704762935, 0.0701153846153866, 0.0376536901858954, 0.0950961538461548, 0.0635982613453693, 0.175826923076923, 0.19109501462724, 0.561230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1245, '2021-05-23 00:00:00', 0.0235592950789143, 0.046903846153846, 0.0240562801651583, 0.0602307692307699, 0.036197513726775, 0.0864999999999987, 0.064722448845941, 0.168346153846153, 0.188392532107424, 0.563615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1260, '2021-05-23 00:00:00', 0.0170190052136302, 0.0409423076923086, 0.0317954338763363, 0.0610192307692303, 0.0394733259497924, 0.0907115384615365, 0.0631726571816053, 0.163230769230768, 0.187159180501931, 0.560826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1275, '2021-05-23 00:00:00', 0.0260848688824653, 0.0399038461538448, 0.0290298785073906, 0.0579230769230764, 0.0414501368653222, 0.0890769230769221, 0.0622548113679707, 0.161192307692307, 0.185485433805048, 0.560615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1290, '2021-05-23 00:00:00', 0.0199862741361704, 0.0441346153846141, 0.0324061959887548, 0.0701923076923067, 0.0376107032638323, 0.0897500000000006, 0.06155456616194, 0.159230769230768, 0.189149883588488, 0.562038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1305, '2021-05-23 00:00:00', 0.026994251524809, 0.0535192307692289, 0.0308335793475998, 0.0675192307692296, 0.0340693636345258, 0.0928076923076927, 0.0573034600915297, 0.158557692307692, 0.195134782808035, 0.565788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1320, '2021-05-23 00:00:00', 0.0198076616878025, 0.0442115384615375, 0.0223533855635747, 0.057076923076924, 0.0313761607201784, 0.0877884615384599, 0.0521651113882995, 0.151826923076922, 0.195378174712138, 0.568865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1335, '2021-05-23 00:00:00', 0.0153547912843067, 0.0384807692307704, 0.0175198897959293, 0.0610576923076925, 0.0291764657531715, 0.084884615384614, 0.0500170470939651, 0.156250000000001, 0.197501559876996, 0.569615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1350, '2021-05-23 00:00:00', 0.0188264543824743, 0.0473461538461525, 0.0241925369929215, 0.0681730769230745, 0.0319239480882065, 0.0835384615384598, 0.0557925587814768, 0.158519230769231, 0.196804331761271, 0.571749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1365, '2021-05-23 00:00:00', 0.018275540610757, 0.0536538461538444, 0.020318578084713, 0.0627307692307671, 0.0266668405443062, 0.0819038461538448, 0.0571912984236649, 0.160269230769231, 0.198840296372588, 0.571211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1380, '2021-05-23 00:00:00', 0.0131232031737093, 0.0445384615384605, 0.02282950183088, 0.0581153846153828, 0.041880966853876, 0.0833461538461523, 0.0600194231382336, 0.161134615384615, 0.199318075910379, 0.571846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1395, '2021-05-23 00:00:00', 0.0177450318074155, 0.0388846153846141, 0.0221282624713299, 0.0569999999999989, 0.0377158607729708, 0.110884615384614, 0.0660198367625517, 0.169173076923076, 0.199109177627212, 0.57376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1410, '2021-05-23 00:00:00', 0.0147279039189604, 0.037865384615384, 0.027167323415059, 0.0582115384615393, 0.0325139260104858, 0.105653846153846, 0.0674760954823152, 0.175288461538462, 0.199109177627212, 0.57376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 1, 1425, '2021-05-23 00:00:00', 0.0233093658957413, 0.0440576923076933, 0.0279437140309977, 0.0956346153846156, 0.0275484817395412, 0.100173076923077, 0.0729447762668138, 0.185096153846153, 0.199173778008436, 0.573923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 0, '2021-05-23 00:00:00', 0.0276658703932353, 0.0724038461538453, 0.0256144565551438, 0.082403846153845, 0.0280720570071968, 0.0919038461538455, 0.0735089214889022, 0.188692307692308, 0.198746131070229, 0.572769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 15, '2021-05-23 00:00:00', 0.022812252106135, 0.0491730769230772, 0.0247356796177881, 0.0620769230769238, 0.0282251728890274, 0.0815961538461543, 0.0690432222485415, 0.184942307692308, 0.201172650687451, 0.574653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 30, '2021-05-23 00:00:00', 0.0191370361823909, 0.0413846153846146, 0.0223280179284988, 0.0554038461538456, 0.029059832176972, 0.0795769230769226, 0.0767662786545074, 0.187692307692308, 0.201869607572657, 0.571538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 45, '2021-05-23 00:00:00', 0.0181671724229774, 0.0403846153846153, 0.0230282435283289, 0.0610000000000005, 0.0270213092548469, 0.0783653846153839, 0.0859171895579612, 0.196711538461539, 0.202291778037414, 0.568711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 60, '2021-05-23 00:00:00', 0.0199248684968157, 0.0479038461538459, 0.0238333073336765, 0.0599423076923081, 0.0286914353342327, 0.0760384615384628, 0.0999203605955188, 0.209038461538463, 0.20249486318271, 0.567019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 75, '2021-05-23 00:00:00', 0.0153519855894424, 0.0352884615384617, 0.0176755807216108, 0.0481153846153848, 0.0305958581912899, 0.0815576923076942, 0.0979529478882578, 0.210000000000001, 0.20305023630013, 0.566038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 90, '2021-05-23 00:00:00', 0.0111660887718813, 0.0363076923076924, 0.0181396399760746, 0.0504423076923075, 0.0353007735805393, 0.0827307692307691, 0.0968706592079559, 0.212769230769232, 0.202163168105522, 0.564557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 105, '2021-05-23 00:00:00', 0.0145921079829012, 0.0350192307692291, 0.0268772494586316, 0.0649423076923084, 0.0409272572329891, 0.0854038461538467, 0.0965541637551766, 0.217557692307693, 0.202558895518923, 0.563615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 120, '2021-05-23 00:00:00', 0.0205792277645359, 0.0527307692307718, 0.0296620970263399, 0.0640000000000012, 0.0405981052987228, 0.0876153846153859, 0.0941960251488665, 0.214634615384617, 0.203938112784623, 0.559923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 135, '2021-05-23 00:00:00', 0.018155408179213, 0.0396730769230762, 0.0256633231255465, 0.0561153846153847, 0.0371108526527656, 0.0946538461538472, 0.0907987546508959, 0.206076923076923, 0.204291910303332, 0.558230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 150, '2021-05-23 00:00:00', 0.0178858452844277, 0.0407884615384606, 0.0239976361015334, 0.0594423076923073, 0.0319921925571752, 0.098596153846154, 0.091391364682126, 0.204807692307693, 0.205788607930192, 0.556634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 165, '2021-05-23 00:00:00', 0.0180260495266852, 0.0454615384615385, 0.0256721639134677, 0.0760000000000011, 0.0406251958575156, 0.111442307692307, 0.0859178610427049, 0.204326923076924, 0.207009684834755, 0.55601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 180, '2021-05-23 00:00:00', 0.0234568999197697, 0.060884615384617, 0.0281087243505526, 0.0790961538461533, 0.0449724402786328, 0.110403846153846, 0.0858162885739941, 0.197346153846154, 0.208093348136027, 0.555192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 195, '2021-05-23 00:00:00', 0.017939728151615, 0.0500769230769233, 0.0347780877078567, 0.0776538461538453, 0.0449892807745933, 0.095653846153846, 0.079869424688048, 0.185250000000001, 0.209470678138971, 0.55625 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 210, '2021-05-23 00:00:00', 0.0243347567198705, 0.0535961538461534, 0.0231946363163145, 0.0653653846153857, 0.0425634413371527, 0.0930576923076945, 0.0678135339339802, 0.179153846153848, 0.22061846372972, 0.562942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 225, '2021-05-23 00:00:00', 0.0168829909854674, 0.0456538461538461, 0.0347534668995537, 0.0637884615384595, 0.0489654077267418, 0.0953653846153852, 0.0647297963727787, 0.182442307692308, 0.219982510668462, 0.564249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 240, '2021-05-23 00:00:00', 0.0203120369769719, 0.0491730769230751, 0.0259791040290827, 0.0679230769230777, 0.0573644623304477, 0.104807692307694, 0.0573029634084011, 0.178519230769231, 0.219086087751262, 0.570423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 255, '2021-05-23 00:00:00', 0.0197945311017583, 0.0492115384615395, 0.0304676120596179, 0.0731538461538478, 0.0537756021315917, 0.105846153846155, 0.054070683795878, 0.176826923076923, 0.221141587084975, 0.572692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 270, '2021-05-23 00:00:00', 0.0194113765215529, 0.0486923076923063, 0.038858956001652, 0.0709615384615368, 0.0439423923581059, 0.0920769230769227, 0.0508699699838107, 0.162923076923075, 0.221870308617792, 0.569423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 285, '2021-05-23 00:00:00', 0.0303273169575901, 0.047615384615383, 0.0340980261102509, 0.0628461538461533, 0.0332517726537297, 0.0854038461538457, 0.0516780864137266, 0.154269230769228, 0.221706018966905, 0.567826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 300, '2021-05-23 00:00:00', 0.0217653659249308, 0.0431346153846164, 0.023374353137903, 0.0549038461538476, 0.0306402450281425, 0.0782692307692312, 0.0509729981309867, 0.147442307692306, 0.221591109929979, 0.566999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 315, '2021-05-23 00:00:00', 0.0156843994024433, 0.0380961538461548, 0.0232539161300756, 0.0562692307692305, 0.0350600857868975, 0.0745192307692302, 0.0473193569109041, 0.150692307692307, 0.223013438712006, 0.565923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 330, '2021-05-23 00:00:00', 0.0176432597720654, 0.040730769230768, 0.0251097590589775, 0.0525000000000004, 0.0357233170998357, 0.0708461538461533, 0.0476675345088645, 0.152423076923075, 0.222903850434355, 0.565557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 345, '2021-05-23 00:00:00', 0.0140813570150253, 0.0347307692307711, 0.0207481602520839, 0.048615384615385, 0.0237041460183988, 0.0674423076923089, 0.0617975852154554, 0.162307692307691, 0.223579708725649, 0.564615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 360, '2021-05-23 00:00:00', 0.0135595126983023, 0.034596153846154, 0.0163831174829943, 0.0475576923076915, 0.021885154785835, 0.0665000000000005, 0.0686085664083958, 0.164653846153844, 0.225257467220204, 0.565557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 375, '2021-05-23 00:00:00', 0.0130968140576836, 0.0329423076923081, 0.015437080732394, 0.0487884615384628, 0.0231043535691024, 0.0666346153846149, 0.0746054545335237, 0.173423076923077, 0.224179649800368, 0.568153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 390, '2021-05-23 00:00:00', 0.0131791939755879, 0.0348653846153849, 0.0227771562350051, 0.0473269230769244, 0.025053243303013, 0.0677499999999999, 0.0745542652135895, 0.176961538461538, 0.22378738879708, 0.568153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 405, '2021-05-23 00:00:00', 0.0123899618177852, 0.0318653846153859, 0.0132739913422399, 0.0451730769230762, 0.0434743469893896, 0.0773269230769245, 0.0793219632015846, 0.185576923076923, 0.224013795076588, 0.567403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 420, '2021-05-23 00:00:00', 0.00855569985448337, 0.032999999999998, 0.0156622034013293, 0.0457692307692296, 0.0438628982872059, 0.0799230769230743, 0.082589839196244, 0.187692307692308, 0.222968921601196, 0.569999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 435, '2021-05-23 00:00:00', 0.0150892855517256, 0.0320576923076918, 0.0377131327870709, 0.0589038461538459, 0.0364890552610776, 0.0833653846153837, 0.0817142605951687, 0.198403846153847, 0.223654420926572, 0.569999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 450, '2021-05-23 00:00:00', 0.0342525013123686, 0.0435769230769235, 0.0339298597788922, 0.0588461538461523, 0.0323851817966157, 0.0775000000000006, 0.0805300326204212, 0.200384615384616, 0.22352440324527, 0.570826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 465, '2021-05-23 00:00:00', 0.0134513939798089, 0.0369999999999979, 0.0198509833122073, 0.0553076923076924, 0.0265023366168682, 0.0750769230769225, 0.079626949921784, 0.208634615384616, 0.223396702165591, 0.569942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 480, '2021-05-23 00:00:00', 0.0179181901558603, 0.042192307692308, 0.0232739950621683, 0.0573269230769252, 0.0265928344888962, 0.0746730769230771, 0.0795364938009844, 0.212923076923078, 0.223108446380127, 0.569173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 495, '2021-05-23 00:00:00', 0.014807586413207, 0.0367307692307708, 0.0176528053991849, 0.0498076923076913, 0.0247770365149193, 0.0813076923076914, 0.0813437151843975, 0.2165, 0.223482069492422, 0.568346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 510, '2021-05-23 00:00:00', 0.0133249909799358, 0.0368461538461521, 0.0164032478022348, 0.0509423076923061, 0.0245258811493864, 0.0908269230769233, 0.0849549496000012, 0.221288461538463, 0.223482069492422, 0.568346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 525, '2021-05-23 00:00:00', 0.0114845046107297, 0.0345769230769215, 0.0186644149282925, 0.0669038461538448, 0.0446094893319981, 0.108057692307691, 0.0863622691831436, 0.224692307692308, 0.2234794612831, 0.568980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 540, '2021-05-23 00:00:00', 0.019339248652974, 0.0575576923076917, 0.0242949899868569, 0.0780576923076923, 0.0481884801107537, 0.112480769230767, 0.0907536564213605, 0.226615384615384, 0.223226421788765, 0.568653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 555, '2021-05-23 00:00:00', 0.0172286545749104, 0.0499423076923068, 0.0389179857570335, 0.0784807692307679, 0.0514479460605206, 0.116134615384615, 0.109725862949445, 0.237750000000001, 0.223940651478501, 0.572346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 570, '2021-05-23 00:00:00', 0.0350959180181763, 0.0612884615384612, 0.0384128434050583, 0.0819423076923076, 0.046502146352451, 0.123519230769231, 0.123837270703875, 0.245019230769231, 0.227164257751962, 0.576499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 585, '2021-05-23 00:00:00', 0.0156506696833854, 0.0517884615384612, 0.0338467871444266, 0.0887500000000007, 0.0559094769729127, 0.125519230769232, 0.122757409301686, 0.247192307692308, 0.230988278923412, 0.578249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 600, '2021-05-23 00:00:00', 0.0329063005423686, 0.0772692307692302, 0.0407283873786038, 0.100692307692307, 0.059157173308452, 0.129365384615385, 0.123748634802104, 0.249230769230769, 0.231517350238677, 0.581711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 615, '2021-05-23 00:00:00', 0.0249576949749281, 0.0670576923076927, 0.0372762865433439, 0.0908076923076919, 0.0522886809342729, 0.128884615384615, 0.135295393349288, 0.248788461538462, 0.232984440715221, 0.57951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 630, '2021-05-23 00:00:00', 0.0306316578320278, 0.0640384615384618, 0.0405008831812531, 0.0891923076923078, 0.0460778813949398, 0.125634615384615, 0.133612349728607, 0.244499999999999, 0.229116457623291, 0.578134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 645, '2021-05-23 00:00:00', 0.0246138875746719, 0.0597884615384612, 0.0284274785807968, 0.0871923076923081, 0.0467326479521057, 0.120403846153844, 0.12066664984417, 0.246403846153845, 0.226320314190715, 0.57726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 660, '2021-05-23 00:00:00', 0.0235027412476483, 0.0656730769230768, 0.0355506842950481, 0.0886346153846145, 0.0469397650021974, 0.118192307692307, 0.122926558750149, 0.251173076923076, 0.226992727772363, 0.58203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 675, '2021-05-23 00:00:00', 0.0221110484043272, 0.0529615384615366, 0.0428095828596295, 0.0775961538461521, 0.035490892656266, 0.106211538461538, 0.117216238373621, 0.247442307692307, 0.227066347471054, 0.581884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 690, '2021-05-23 00:00:00', 0.0208913765794574, 0.0559807692307671, 0.0208001109464504, 0.0722692307692293, 0.0330448005918337, 0.106326923076923, 0.118488292183724, 0.250153846153846, 0.230274044096626, 0.587653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 705, '2021-05-23 00:00:00', 0.0182317137048419, 0.0488461538461553, 0.0218636333105556, 0.0714615384615392, 0.040444282661459, 0.103500000000001, 0.119926400506568, 0.252307692307692, 0.228181681999234, 0.587499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 720, '2021-05-23 00:00:00', 0.0166477071648373, 0.0533846153846156, 0.0298323069584231, 0.0759423076923096, 0.054281120106349, 0.107000000000003, 0.130651469714129, 0.262442307692308, 0.22945092067804, 0.59525 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 735, '2021-05-23 00:00:00', 0.0248962539659787, 0.0537115384615413, 0.0306157387880569, 0.0737115384615395, 0.0758072860309918, 0.116769230769234, 0.144199553237331, 0.275865384615386, 0.230167387250772, 0.596615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 750, '2021-05-23 00:00:00', 0.0138711793076376, 0.0519807692307698, 0.030142431120368, 0.077384615384616, 0.0763541974061581, 0.117788461538462, 0.137139234413002, 0.27548076923077, 0.219367920661578, 0.593769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 765, '2021-05-23 00:00:00', 0.0235419102551506, 0.0566923076923073, 0.0478191344064764, 0.0874807692307694, 0.0685284696593033, 0.120134615384615, 0.128752202371006, 0.285519230769229, 0.219956293735474, 0.596865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 780, '2021-05-23 00:00:00', 0.03257889831447, 0.0587307692307709, 0.0505221390922983, 0.0804423076923092, 0.0529899555068249, 0.109153846153847, 0.120326742663465, 0.301249999999999, 0.21977164022265, 0.595923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 795, '2021-05-23 00:00:00', 0.0263051618216187, 0.0521923076923088, 0.028913139147878, 0.0720192307692319, 0.0567933941174924, 0.11748076923077, 0.127195041025734, 0.30903846153846, 0.21658560663165, 0.59175 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 810, '2021-05-23 00:00:00', 0.0169622771511905, 0.0541730769230771, 0.0249977306662332, 0.0755576923076918, 0.0616200173520075, 0.120942307692308, 0.122567119759557, 0.314326923076922, 0.215951893681475, 0.591096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 825, '2021-05-23 00:00:00', 0.0228062828725222, 0.0530576923076909, 0.0535698573395953, 0.0919807692307679, 0.0802035007868188, 0.137307692307692, 0.116878681348849, 0.318115384615383, 0.217183471711396, 0.590096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 840, '2021-05-23 00:00:00', 0.0423364045928117, 0.0683653846153826, 0.0458017844798473, 0.0892115384615381, 0.0787377047788804, 0.138384615384613, 0.120587390908642, 0.327173076923075, 0.22143050741798, 0.592480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 855, '2021-05-23 00:00:00', 0.0204000848414508, 0.0557115384615383, 0.0633050854683401, 0.0995769230769225, 0.0686902075654495, 0.13026923076923, 0.118446196808768, 0.327807692307691, 0.218492700987047, 0.591096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 870, '2021-05-23 00:00:00', 0.0615728961350828, 0.074692307692308, 0.0620968876960715, 0.0962884615384611, 0.0678326135537936, 0.132711538461539, 0.136388930579485, 0.335403846153845, 0.217670534382725, 0.589307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 885, '2021-05-23 00:00:00', 0.0267162007893233, 0.0638461538461537, 0.0251486656627227, 0.0886538461538459, 0.0394030504480985, 0.126403846153846, 0.144315867510764, 0.337980769230768, 0.216811485822627, 0.586403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 900, '2021-05-23 00:00:00', 0.0253020826141921, 0.066653846153848, 0.030464632709977, 0.0939230769230794, 0.0516550429439233, 0.141788461538463, 0.142873736618682, 0.339730769230768, 0.221567122144473, 0.58798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 915, '2021-05-23 00:00:00', 0.0181540946853914, 0.0618653846153849, 0.0338995631921019, 0.0914038461538459, 0.0718605620950415, 0.155903846153848, 0.151018261758686, 0.336846153846153, 0.222894849303776, 0.590576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 930, '2021-05-23 00:00:00', 0.0245594490667357, 0.0765576923076917, 0.0440239095876844, 0.11173076923077, 0.0744395702256841, 0.161519230769232, 0.149114448817522, 0.336173076923076, 0.220457806882369, 0.593230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 945, '2021-05-23 00:00:00', 0.0350311290140642, 0.078500000000001, 0.0652410942935155, 0.121096153846155, 0.0789779326530748, 0.174576923076922, 0.152431215256636, 0.328346153846153, 0.235424252067492, 0.596038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 960, '2021-05-23 00:00:00', 0.0561254809813208, 0.0904807692307695, 0.0585991598784623, 0.114692307692309, 0.0900364904657253, 0.193480769230769, 0.145415352062236, 0.32576923076923, 0.238143696923969, 0.592903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 975, '2021-05-23 00:00:00', 0.0293440598103585, 0.0719230769230782, 0.0673197679277503, 0.128365384615383, 0.0925113963873559, 0.194038461538461, 0.142495539741262, 0.323326923076923, 0.240958098017061, 0.597750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 990, '2021-05-23 00:00:00', 0.0455425076165105, 0.102999999999998, 0.0728664954135033, 0.157384615384615, 0.0728620852126692, 0.191711538461537, 0.145030958233591, 0.325826923076922, 0.226301126819996, 0.5975 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1005, '2021-05-23 00:00:00', 0.0331271733684696, 0.100519230769231, 0.0506529822950694, 0.13026923076923, 0.0656573418473634, 0.172942307692308, 0.132229398569889, 0.313076923076923, 0.222184155254497, 0.600826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1020, '2021-05-23 00:00:00', 0.030674099573018, 0.0880961538461531, 0.0451915793721999, 0.123673076923077, 0.0743919040260128, 0.172153846153847, 0.130438870150558, 0.294826923076923, 0.22825253642537, 0.596596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1035, '2021-05-23 00:00:00', 0.0397471866445139, 0.0871730769230761, 0.0532071423776912, 0.124000000000001, 0.0605686419248049, 0.173096153846154, 0.120948196157885, 0.281884615384616, 0.227945691912654, 0.614538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1050, '2021-05-23 00:00:00', 0.0349348019117823, 0.0815961538461537, 0.049179811367612, 0.120076923076924, 0.0861811776701571, 0.165846153846156, 0.127059351667453, 0.270673076923078, 0.246646561204177, 0.616115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1065, '2021-05-23 00:00:00', 0.0343571513102272, 0.094423076923078, 0.0422521415023943, 0.125288461538461, 0.0843433094332553, 0.169076923076925, 0.111382633986839, 0.267634615384617, 0.260861770793533, 0.62671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1080, '2021-05-23 00:00:00', 0.0250835833533839, 0.0838846153846147, 0.0492162105877271, 0.116346153846155, 0.0612207104223339, 0.155846153846153, 0.0843996445490133, 0.250500000000001, 0.268894446691517, 0.626211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1095, '2021-05-23 00:00:00', 0.0422724542062019, 0.0715961538461541, 0.0541450509138331, 0.104942307692309, 0.0580573986539317, 0.139807692307691, 0.0877955667358063, 0.234692307692308, 0.284783248210875, 0.625538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1110, '2021-05-23 00:00:00', 0.0294364831197883, 0.0740576923076923, 0.0322140258511496, 0.0957115384615353, 0.0439681571839651, 0.129173076923076, 0.0894617602021191, 0.224057692307691, 0.284601289255956, 0.622076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1125, '2021-05-23 00:00:00', 0.0206771241118905, 0.0637115384615371, 0.0378909163053836, 0.0888076923076917, 0.0459877742950809, 0.116846153846154, 0.0934964191004938, 0.216903846153847, 0.288443675344343, 0.617076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1140, '2021-05-23 00:00:00', 0.026942531432663, 0.061000000000001, 0.0354543314051294, 0.0859807692307687, 0.036946973436993, 0.115673076923078, 0.0957480989969946, 0.207961538461539, 0.286757888363094, 0.614942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1155, '2021-05-23 00:00:00', 0.0258023552890334, 0.0603076923076906, 0.0320131283166031, 0.0800961538461532, 0.0440392001953507, 0.119365384615384, 0.102047200617393, 0.202634615384615, 0.286778000443654, 0.611807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1170, '2021-05-23 00:00:00', 0.0196973641344747, 0.0506153846153847, 0.026177735695699, 0.077576923076924, 0.0603017699701958, 0.121211538461537, 0.103046742567858, 0.192634615384616, 0.285048829825022, 0.613846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1185, '2021-05-23 00:00:00', 0.0189384427919675, 0.0532692307692337, 0.0289119951151496, 0.0817115384615406, 0.0644691100748734, 0.115615384615386, 0.101098695114459, 0.185115384615385, 0.281937263206932, 0.615596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1200, '2021-05-23 00:00:00', 0.023665879365741, 0.0599230769230788, 0.0548952183710016, 0.0867499999999999, 0.0567644390306251, 0.105807692307693, 0.102348223463595, 0.179826923076923, 0.280805575361042, 0.614865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1215, '2021-05-23 00:00:00', 0.0548853350176536, 0.0554999999999999, 0.0546541996415791, 0.0726923076923088, 0.0504372916066612, 0.0910961538461554, 0.101186583178724, 0.17923076923077, 0.276289397469114, 0.609134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1230, '2021-05-23 00:00:00', 0.027911129569515, 0.0486346153846137, 0.0344371668628329, 0.0630384615384603, 0.03356896460446, 0.0838461538461519, 0.0902667776861819, 0.172634615384615, 0.277526334162808, 0.603615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1245, '2021-05-23 00:00:00', 0.0145026390171428, 0.0420576923076925, 0.0173269021599805, 0.0588076923076916, 0.0308740431181516, 0.0835576923076917, 0.0705442141769703, 0.162115384615384, 0.277354788756485, 0.602826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1260, '2021-05-23 00:00:00', 0.0122767604095653, 0.0431730769230743, 0.0192920071133501, 0.0561923076923054, 0.0303440337564965, 0.0855961538461526, 0.0653440245046292, 0.15880769230769, 0.277114513957956, 0.601576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1275, '2021-05-23 00:00:00', 0.0166611939732845, 0.0401538461538444, 0.0269083344252024, 0.0595384615384616, 0.036995321949591, 0.0865769230769238, 0.0622170023756817, 0.157153846153846, 0.273876174294433, 0.600826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1290, '2021-05-23 00:00:00', 0.0212813388821148, 0.0458461538461541, 0.0220038895163144, 0.0651346153846165, 0.0429268967145143, 0.0865384615384621, 0.0606763577072278, 0.156903846153846, 0.272883309098625, 0.600096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1305, '2021-05-23 00:00:00', 0.0161821958194328, 0.0497884615384615, 0.0294852570722275, 0.0654038461538458, 0.0458388355671678, 0.0851730769230775, 0.0600466869642669, 0.156230769230769, 0.272846644021594, 0.599134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1320, '2021-05-23 00:00:00', 0.0196369843368622, 0.047365384615385, 0.0321630461626633, 0.0616923076923088, 0.0413357732944015, 0.0826153846153861, 0.0577799173256074, 0.152326923076923, 0.273376151117833, 0.598999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1335, '2021-05-23 00:00:00', 0.019774468776293, 0.0415192307692312, 0.0238622086152971, 0.0572500000000012, 0.0363192256779534, 0.079884615384617, 0.0484903043441118, 0.150019230769231, 0.274382133865556, 0.599346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1350, '2021-05-23 00:00:00', 0.0140622380317483, 0.0404423076923079, 0.01718170986387, 0.0568653846153839, 0.0300274233634209, 0.077115384615385, 0.0457552014697619, 0.146961538461537, 0.273940322670131, 0.598903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1365, '2021-05-23 00:00:00', 0.0185812664137438, 0.0477884615384596, 0.0250711909446808, 0.0632307692307683, 0.028137437420904, 0.0786538461538468, 0.0475953658054418, 0.150673076923076, 0.275228026440734, 0.599442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1380, '2021-05-23 00:00:00', 0.018758874822744, 0.044153846153846, 0.0199485202844339, 0.0552884615384615, 0.0295270150097261, 0.0757692307692318, 0.047601470565518, 0.153, 0.275207905325858, 0.600134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1395, '2021-05-23 00:00:00', 0.0151311319419981, 0.0363653846153839, 0.0161046696524765, 0.0519038461538475, 0.0380224427653745, 0.0963846153846165, 0.0595787681593414, 0.164019230769231, 0.275105222526834, 0.601288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1410, '2021-05-23 00:00:00', 0.00969284033945366, 0.0368653846153852, 0.0214430551784162, 0.0552692307692301, 0.0379751386283991, 0.0926346153846155, 0.0761044019751806, 0.177999999999998, 0.276349299591325, 0.602153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 2, 1425, '2021-05-23 00:00:00', 0.014804430210116, 0.0438653846153836, 0.0347119575938892, 0.0830000000000006, 0.032641408340656, 0.0928076923076922, 0.0863554372258126, 0.183692307692306, 0.275274453255991, 0.603230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 0, '2021-05-23 00:00:00', 0.0272584214227737, 0.0646923076923083, 0.0307604203732396, 0.0737115384615384, 0.029093985632773, 0.0869999999999995, 0.101650277157289, 0.195173076923076, 0.275274453255991, 0.603230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 15, '2021-05-23 00:00:00', 0.0273461359948004, 0.042365384615383, 0.0248127758655458, 0.0555769230769206, 0.0227417271517815, 0.0766153846153826, 0.0997965950552171, 0.193596153846152, 0.274544860422874, 0.600903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 30, '2021-05-23 00:00:00', 0.0199223589119208, 0.0394038461538457, 0.0238866876346187, 0.053923076923077, 0.0328841147060387, 0.0787500000000005, 0.0984160106580529, 0.192634615384615, 0.274192033352259, 0.600634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 45, '2021-05-23 00:00:00', 0.0221678908472447, 0.0398461538461523, 0.0183418814570524, 0.0577307692307689, 0.0297452258612771, 0.0780384615384608, 0.0971035292078262, 0.192346153846152, 0.273752184395922, 0.598538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 60, '2021-05-23 00:00:00', 0.0165528059438681, 0.0431538461538472, 0.0287712797501519, 0.0564423076923088, 0.030944690112421, 0.0739230769230768, 0.0944685478794987, 0.188942307692307, 0.273146819494572, 0.59425 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 75, '2021-05-23 00:00:00', 0.0177933868441229, 0.0327307692307676, 0.0233190991381601, 0.0494038461538432, 0.0335132809494974, 0.0809999999999971, 0.0943930428498901, 0.18355769230769, 0.274339243245686, 0.590903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 90, '2021-05-23 00:00:00', 0.0143075558306135, 0.0363846153846142, 0.0203100581372496, 0.0514615384615366, 0.0290728329439115, 0.0800192307692291, 0.0895020605693159, 0.178826923076922, 0.271384856586758, 0.587403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 105, '2021-05-23 00:00:00', 0.0156675190711902, 0.0368653846153825, 0.0223491954768276, 0.0635576923076897, 0.0310183630476168, 0.0843269230769213, 0.0844475075917649, 0.176307692307692, 0.271029757804166, 0.585980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 120, '2021-05-23 00:00:00', 0.0167344072083668, 0.0509038461538438, 0.0209720418286241, 0.0609423076923068, 0.0341701455389607, 0.0921730769230765, 0.0843658698763892, 0.1795, 0.272253202283915, 0.586384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 135, '2021-05-23 00:00:00', 0.0175550672062344, 0.0389038461538477, 0.0259668723865336, 0.0605384615384615, 0.0402484973441435, 0.102807692307693, 0.0919378657237916, 0.182134615384614, 0.273119537086715, 0.585692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 150, '2021-05-23 00:00:00', 0.0169382248638555, 0.0442884615384631, 0.0262849474326745, 0.0700384615384631, 0.0588703791261909, 0.119192307692308, 0.092036290919146, 0.180326923076922, 0.2732149787537, 0.582730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 165, '2021-05-23 00:00:00', 0.02089859214986, 0.0523653846153849, 0.0307616456996991, 0.084326923076924, 0.0641124372909371, 0.118230769230769, 0.0879372853449883, 0.176384615384615, 0.269026410627998, 0.580980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 180, '2021-05-23 00:00:00', 0.0298447005990376, 0.0643846153846151, 0.0509590069037382, 0.093096153846154, 0.081330408732621, 0.124653846153846, 0.0930406362832924, 0.175499999999999, 0.269278471817959, 0.582153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 195, '2021-05-23 00:00:00', 0.0283476562591071, 0.0569807692307697, 0.0362381651768483, 0.075730769230769, 0.0568257288693991, 0.110288461538462, 0.0751108923781775, 0.161115384615385, 0.260620411415058, 0.574673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 210, '2021-05-23 00:00:00', 0.0237536393972667, 0.0521538461538476, 0.0449779775172073, 0.0799615384615398, 0.0476892666524242, 0.0958846153846157, 0.0756919160402619, 0.158884615384615, 0.260156065586675, 0.575461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 225, '2021-05-23 00:00:00', 0.0342219733729432, 0.0602884615384614, 0.0393589448341981, 0.0799423076923079, 0.0401853637726286, 0.0927115384615379, 0.0693115153047892, 0.153115384615384, 0.259969930213832, 0.57126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 240, '2021-05-23 00:00:00', 0.0227100536868932, 0.0535576923076922, 0.0278101807589623, 0.0658846153846152, 0.0350011263555041, 0.0843269230769218, 0.0710705959971112, 0.14901923076923, 0.260949034222276, 0.567961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 255, '2021-05-23 00:00:00', 0.0207817319926743, 0.0434038461538479, 0.0250312112863432, 0.0596923076923074, 0.036561455113273, 0.0799999999999999, 0.0694854411978608, 0.147442307692309, 0.260382893358696, 0.567134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 270, '2021-05-23 00:00:00', 0.0193207043190605, 0.044480769230769, 0.0218920164584116, 0.0589038461538465, 0.0288009615224115, 0.0761538461538452, 0.0657610037589494, 0.148019230769231, 0.258370363268283, 0.570230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 285, '2021-05-23 00:00:00', 0.0183423113215161, 0.0390961538461536, 0.0237558494820815, 0.0564038461538455, 0.0286146815463664, 0.0749999999999996, 0.0659703225817359, 0.14221153846154, 0.258673983259594, 0.572980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 300, '2021-05-23 00:00:00', 0.017046948745697, 0.0390384615384605, 0.0174859504042103, 0.0514615384615371, 0.0384310571523376, 0.0778846153846151, 0.0646388785127375, 0.142230769230771, 0.257939208699676, 0.574153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 315, '2021-05-23 00:00:00', 0.011544645778622, 0.0363269230769216, 0.0198683455236238, 0.0553653846153839, 0.0537937406996513, 0.0814423076923074, 0.0642858430401621, 0.153019230769233, 0.259058885494873, 0.573115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 330, '2021-05-23 00:00:00', 0.0174902720214583, 0.0399807692307683, 0.0351067821630837, 0.0591153846153854, 0.0509073215226985, 0.0798461538461547, 0.0626036770854185, 0.158903846153847, 0.258785809859457, 0.571846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 345, '2021-05-23 00:00:00', 0.0278912793098211, 0.0447115384615399, 0.043424204523069, 0.0623076923076936, 0.0435935245720665, 0.0826538461538462, 0.0567155147678687, 0.161019230769232, 0.258793393239888, 0.568403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 360, '2021-05-23 00:00:00', 0.0224743272338765, 0.0428461538461546, 0.0247261073486199, 0.0544038461538458, 0.0380847031678702, 0.0747692307692292, 0.0539741569214794, 0.161019230769232, 0.259892551762336, 0.563038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 375, '2021-05-23 00:00:00', 0.013463797612631, 0.0320769230769227, 0.02080902171212, 0.047153846153845, 0.0300624286341706, 0.0684807692307688, 0.0504272400440615, 0.168942307692309, 0.261876918388421, 0.558596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 390, '2021-05-23 00:00:00', 0.0145953232762575, 0.0352115384615382, 0.024405642474956, 0.047153846153845, 0.0325596316837986, 0.0689807692307696, 0.0559073306050697, 0.170019230769232, 0.262697565945797, 0.557365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 405, '2021-05-23 00:00:00', 0.018372355906047, 0.0312115384615372, 0.0248506616534721, 0.0483461538461535, 0.0280384625936478, 0.0648461538461525, 0.0571389568037024, 0.174096153846155, 0.263796576638428, 0.554923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 420, '2021-05-23 00:00:00', 0.0189847712248921, 0.0363076923076908, 0.0211877413759794, 0.048403846153845, 0.0262873470587032, 0.0652692307692309, 0.0723321611626635, 0.183192307692309, 0.26323116266886, 0.55375 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 435, '2021-05-23 00:00:00', 0.0131486179443358, 0.0333846153846152, 0.0179115776911075, 0.0457307692307684, 0.0234483146843941, 0.0692884615384623, 0.0708213271876168, 0.182903846153847, 0.261611735945877, 0.553403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 450, '2021-05-23 00:00:00', 0.0150020511418115, 0.0336923076923062, 0.0194413615382658, 0.0469423076923066, 0.0235300789498184, 0.0722692307692304, 0.0812725897591163, 0.193923076923077, 0.260316644463268, 0.552346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 465, '2021-05-23 00:00:00', 0.0133575677196343, 0.0342307692307703, 0.0199824634655944, 0.0533269230769246, 0.02188775562167, 0.0710769230769236, 0.0830824266339435, 0.202519230769233, 0.259324220145065, 0.551134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 480, '2021-05-23 00:00:00', 0.0148027544214417, 0.0423076923076948, 0.020875307459736, 0.0570384615384628, 0.020852494777883, 0.0694423076923097, 0.0812232630564576, 0.21196153846154, 0.258761521482619, 0.55125 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 495, '2021-05-23 00:00:00', 0.014617442162864, 0.0395192307692314, 0.0164190321086435, 0.0487692307692324, 0.0360093791201052, 0.0886538461538475, 0.0799313671942289, 0.214288461538464, 0.259170583118235, 0.550865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 510, '2021-05-23 00:00:00', 0.01024394755641, 0.0324615384615377, 0.0153193191252618, 0.0478076923076932, 0.0401894408252492, 0.0961346153846147, 0.0765867733107616, 0.215423076923079, 0.256829012260028, 0.548307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 525, '2021-05-23 00:00:00', 0.0106412116140686, 0.0378461538461558, 0.0263179377260804, 0.0714230769230774, 0.0362468460166364, 0.101076923076923, 0.074885553705947, 0.220115384615387, 0.256461585067598, 0.54976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 540, '2021-05-23 00:00:00', 0.0221702590110134, 0.062096153846153, 0.0298738115309155, 0.0832307692307677, 0.035372936199652, 0.10826923076923, 0.0738919715634827, 0.221288461538463, 0.257133991559624, 0.55001923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 555, '2021-05-23 00:00:00', 0.0205245912542443, 0.053826923076921, 0.02491787279475, 0.0709038461538447, 0.033042076904364, 0.107673076923075, 0.067421683912065, 0.21571153846154, 0.252650760019561, 0.54855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 570, '2021-05-23 00:00:00', 0.0182379992154992, 0.0477307692307687, 0.0211988479367674, 0.0698653846153848, 0.0301808650536172, 0.103269230769231, 0.0658084311876879, 0.21648076923077, 0.251405526681801, 0.550673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 585, '2021-05-23 00:00:00', 0.0180323640670336, 0.0521153846153848, 0.0274061826264419, 0.0818269230769219, 0.0301194097909286, 0.107326923076922, 0.0684128305554994, 0.218346153846155, 0.251162420633465, 0.55180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 600, '2021-05-23 00:00:00', 0.019174552446888, 0.0647884615384604, 0.0251056000495157, 0.0818653846153842, 0.0359226091223034, 0.117423076923077, 0.0748443949907969, 0.22221153846154, 0.252588872402445, 0.551961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 615, '2021-05-23 00:00:00', 0.0145436742791672, 0.0545384615384618, 0.0235113802232048, 0.0787500000000005, 0.0368333252117431, 0.114923076923078, 0.0777705599825551, 0.216500000000003, 0.252871555263811, 0.559211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 630, '2021-05-23 00:00:00', 0.0212968397800101, 0.0628461538461533, 0.0337592437483642, 0.0874423076923087, 0.044842407812933, 0.124807692307692, 0.0741305008336404, 0.214134615384617, 0.252815651901052, 0.563076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 645, '2021-05-23 00:00:00', 0.0232735653941079, 0.0601730769230767, 0.0250484837557404, 0.0860576923076911, 0.0477223903263609, 0.130057692307692, 0.0739344746276172, 0.213442307692308, 0.250118099028317, 0.566211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 660, '2021-05-23 00:00:00', 0.0179141113264206, 0.0578461538461535, 0.032223689327049, 0.0901153846153842, 0.0515147663669967, 0.130134615384616, 0.0776806381182716, 0.215307692307694, 0.249424476776809, 0.571980769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 675, '2021-05-23 00:00:00', 0.0215784525715948, 0.061519230769231, 0.0375944144787468, 0.0870000000000011, 0.0475167986489637, 0.117884615384616, 0.0824095238148143, 0.219019230769233, 0.24709673907508, 0.577461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 690, '2021-05-23 00:00:00', 0.0262442667731723, 0.0576923076923082, 0.0385425688737072, 0.0830192307692315, 0.0436078680268383, 0.114115384615385, 0.0779689903842441, 0.226211538461539, 0.244121580680295, 0.577884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 705, '2021-05-23 00:00:00', 0.0210497944444572, 0.0555769230769234, 0.0309144974703819, 0.0783846153846153, 0.0400465498369869, 0.103115384615386, 0.104736844226191, 0.240557692307694, 0.242982842065981, 0.579307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982465 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 982465, 3, 720, '2021-05-23 00:00:00', 0.0173706759976523, 0.0515961538461548, 0.0269910241490649, 0.069846153846155, 0.0320880759065532, 0.0987307692307701, 0.114851824271368, 0.241807692307694, 0.242006153767912, 0.579538[...];
Date: 2021-05-23 15:33:22 Duration: 16s692ms 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 975325, 1, 915, '2021-05-23 00:00:00', 0.0373684358784258, 0.0670000000000024, 0.0419840445883915, 0.093500000000001, 0.0537587774586242, 0.128384615384618, 0.195882401926808, 0.319653846153845, 0.201935545695611, 0.513730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 930, '2021-05-23 00:00:00', 0.0287256786757881, 0.0627307692307681, 0.0417381581547868, 0.0890769230769243, 0.0539525860220017, 0.122192307692308, 0.189384704117958, 0.309615384615383, 0.200644776044247, 0.510615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 945, '2021-05-23 00:00:00', 0.0258917272205145, 0.0646923076923094, 0.0369694260374479, 0.0864615384615408, 0.0490163081182004, 0.12796153846154, 0.182250107101373, 0.299692307692307, 0.191462986983424, 0.507346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 960, '2021-05-23 00:00:00', 0.0291205452189022, 0.0633846153846158, 0.042296171858056, 0.0923846153846154, 0.0813399419341212, 0.167115384615385, 0.180960565189896, 0.296615384615384, 0.193391659194892, 0.512576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 975, '2021-05-23 00:00:00', 0.024713278897108, 0.061115384615384, 0.0358775910348152, 0.0941923076923082, 0.123182197764749, 0.185576923076922, 0.173155439284612, 0.288615384615384, 0.19465769561345, 0.520461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 990, '2021-05-23 00:00:00', 0.0349254150352517, 0.0772307692307718, 0.0754952876776984, 0.13046153846154, 0.134825243014231, 0.196615384615385, 0.167965312353017, 0.280115384615385, 0.191007261239341, 0.523423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1005, '2021-05-23 00:00:00', 0.0597891680439237, 0.0897692307692309, 0.103432750355743, 0.143423076923076, 0.120816306846385, 0.1865, 0.155534834089938, 0.26326923076923, 0.185152909779996, 0.528999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1020, '2021-05-23 00:00:00', 0.0652347712850714, 0.0918461538461546, 0.0797993348728827, 0.125576923076925, 0.099536495046562, 0.173923076923079, 0.108760378815084, 0.233500000000002, 0.160887275396828, 0.521653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1035, '2021-05-23 00:00:00', 0.0324237329982011, 0.0725384615384592, 0.0327855737505685, 0.0984230769230752, 0.0904327459411793, 0.155807692307691, 0.0887600395188342, 0.206230769230768, 0.156938973930828, 0.521192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1050, '2021-05-23 00:00:00', 0.0241199885189387, 0.0695769230769235, 0.0548452508286869, 0.117192307692308, 0.0815490414036013, 0.146384615384615, 0.0808902104945114, 0.191115384615384, 0.15554923534169, 0.51226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1065, '2021-05-23 00:00:00', 0.0476691159492677, 0.0932307692307684, 0.0741749387492955, 0.114807692307691, 0.0728933045358345, 0.133923076923077, 0.0759083658103645, 0.173, 0.156295878187691, 0.512807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1080, '2021-05-23 00:00:00', 0.0382222649572418, 0.0673076923076929, 0.0391228636674074, 0.0840384615384611, 0.042661169517669, 0.110846153846153, 0.0694688087174057, 0.152653846153846, 0.156676167742454, 0.508692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1095, '2021-05-23 00:00:00', 0.0215539751821753, 0.0515769230769223, 0.0221021405159019, 0.0712307692307699, 0.0383590326339892, 0.0918461538461535, 0.0583578483285526, 0.140961538461538, 0.157151005283258, 0.504038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1110, '2021-05-23 00:00:00', 0.0204918370239326, 0.0496538461538466, 0.0281958262050352, 0.0682692307692299, 0.04350363380048, 0.0866153846153844, 0.0576629997351972, 0.133692307692306, 0.157611089028074, 0.506153846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1125, '2021-05-23 00:00:00', 0.0124247891175397, 0.0421538461538441, 0.0178111892230256, 0.0560384615384602, 0.0361489440211755, 0.0771153846153828, 0.0557895634022639, 0.128653846153843, 0.158906590849418, 0.508230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1140, '2021-05-23 00:00:00', 0.0194343470730007, 0.0425769230769225, 0.025528897653143, 0.059730769230768, 0.0359035460001439, 0.0767692307692306, 0.0556684277320067, 0.125576923076922, 0.160082464325782, 0.509346153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1155, '2021-05-23 00:00:00', 0.0177183520678427, 0.0414999999999987, 0.0295783964822547, 0.0541923076923068, 0.0394231677297238, 0.0758846153846159, 0.0559102715208789, 0.123961538461537, 0.164581525274066, 0.513961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1170, '2021-05-23 00:00:00', 0.0218522310073824, 0.0370000000000007, 0.0258410823779024, 0.0521923076923077, 0.0321312692176705, 0.0735384615384623, 0.0536300289017263, 0.120499999999999, 0.168721363382171, 0.515538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1185, '2021-05-23 00:00:00', 0.0154969475902646, 0.0356538461538464, 0.0180244705459422, 0.0521923076923088, 0.0230406997756985, 0.0709230769230772, 0.0464445409560198, 0.116153846153846, 0.170676842645347, 0.517769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1200, '2021-05-23 00:00:00', 0.0172338218449826, 0.0402692307692323, 0.0217132359491767, 0.0522307692307699, 0.0267697877926124, 0.0686923076923077, 0.0466230052161443, 0.11676923076923, 0.170060337708528, 0.518961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1215, '2021-05-23 00:00:00', 0.0133545728267383, 0.0322307692307701, 0.0206066830085627, 0.0456538461538477, 0.0299358544995021, 0.0653461538461543, 0.0450896713398823, 0.115961538461538, 0.170971504598326, 0.524846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1230, '2021-05-23 00:00:00', 0.0155432894251445, 0.0320769230769254, 0.0185839053608613, 0.0441923076923088, 0.0301007538878222, 0.0688461538461535, 0.041117935446526, 0.11226923076923, 0.170264247116516, 0.527923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1245, '2021-05-23 00:00:00', 0.0140940249205653, 0.0308076923076929, 0.018082588310304, 0.0485000000000015, 0.0311419578456681, 0.0656923076923087, 0.0356888476439626, 0.106576923076923, 0.169305627149884, 0.530346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1260, '2021-05-23 00:00:00', 0.0152315462117261, 0.0350000000000015, 0.0184548096711909, 0.0485000000000009, 0.0273854818359014, 0.0597307692307691, 0.03206023177612, 0.103538461538461, 0.169775562253411, 0.53130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1275, '2021-05-23 00:00:00', 0.0130077491696892, 0.0308076923076929, 0.0222834881953852, 0.0430769230769232, 0.0270278488856321, 0.0617692307692295, 0.0309686690307883, 0.102461538461538, 0.17094263545232, 0.534230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1290, '2021-05-23 00:00:00', 0.0194880634077526, 0.032230769230769, 0.0215462293684995, 0.0429999999999993, 0.0263498357898836, 0.0609230769230754, 0.0350693598458825, 0.104499999999999, 0.170841627065717, 0.534692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1305, '2021-05-23 00:00:00', 0.0168337115976784, 0.0325769230769223, 0.0257669137879152, 0.0494230769230752, 0.0242874136444879, 0.0589615384615358, 0.0348877981755578, 0.109038461538462, 0.170712551924618, 0.536846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1320, '2021-05-23 00:00:00', 0.0183824330857985, 0.0359230769230752, 0.01714194136748, 0.0433846153846143, 0.0234901288597189, 0.0611153846153829, 0.0357268268090821, 0.109615384615385, 0.171041789765408, 0.537423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1335, '2021-05-23 00:00:00', 0.00659510307845011, 0.0248461538461533, 0.0165799229839539, 0.0364230769230754, 0.0217923416329246, 0.0601153846153836, 0.0415650740961123, 0.114846153846154, 0.171357242669765, 0.539230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1350, '2021-05-23 00:00:00', 0.0139228644267684, 0.0263846153846146, 0.0179582849960696, 0.0435000000000011, 0.0209192219299341, 0.056423076923078, 0.0487256211232454, 0.119115384615385, 0.171087656345647, 0.540115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1365, '2021-05-23 00:00:00', 0.017568328146017, 0.0356153846153852, 0.0196431628347829, 0.0474230769230754, 0.0225903995946525, 0.0566153846153855, 0.0565693039894092, 0.127615384615385, 0.17098162294415, 0.540653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1380, '2021-05-23 00:00:00', 0.0136470340536533, 0.0308076923076907, 0.0141193266346326, 0.0356538461538453, 0.0240787490091627, 0.0558846153846149, 0.0548469198349801, 0.13176923076923, 0.173391123009401, 0.54180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1395, '2021-05-23 00:00:00', 0.0131399566794745, 0.0225384615384615, 0.0195391520168737, 0.0325384615384622, 0.0301347997147185, 0.0708846153846144, 0.0510622696774767, 0.144653846153845, 0.174343237939946, 0.542730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1410, '2021-05-23 00:00:00', 0.0122122888927524, 0.0214999999999994, 0.0202463292019535, 0.041923076923076, 0.0273971643675868, 0.0667307692307681, 0.0515146133113246, 0.149653846153846, 0.176304164617681, 0.544038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 1, 1425, '2021-05-23 00:00:00', 0.0181219798544796, 0.0346153846153837, 0.0260652730954118, 0.058038461538461, 0.0238349775298002, 0.0628846153846139, 0.0496693219045869, 0.162807692307692, 0.176847104758711, 0.544538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 0, '2021-05-23 00:00:00', 0.0280534928580826, 0.0450384615384601, 0.0258874784106427, 0.0518076923076921, 0.025453184778816, 0.0587692307692294, 0.0519635967251615, 0.173153846153845, 0.18213734885013, 0.547423076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 15, '2021-05-23 00:00:00', 0.0154218459768375, 0.027200000000002, 0.0148155323900276, 0.0314000000000016, 0.0218198686216646, 0.0512400000000008, 0.0571970278948116, 0.180799999999999, 0.184439990240729, 0.550879999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 30, '2021-05-23 00:00:00', 0.0110033328284377, 0.0196400000000011, 0.0185375295009883, 0.03084, 0.0289137798751152, 0.0595599999999996, 0.0595405464088687, 0.187919999999999, 0.184134036324992, 0.550479999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 45, '2021-05-23 00:00:00', 0.0175460712236276, 0.0252307692307695, 0.0194464946416101, 0.0413846153846173, 0.0348660072497336, 0.0679615384615383, 0.063343082920285, 0.193115384615384, 0.181529772934189, 0.546538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 60, '2021-05-23 00:00:00', 0.0159779174535933, 0.0314230769230783, 0.0204788821810306, 0.0467692307692316, 0.0308232928905296, 0.0666538461538458, 0.0807928119422658, 0.203038461538459, 0.184914516632791, 0.546538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 75, '2021-05-23 00:00:00', 0.0151860259651881, 0.0298461538461548, 0.0239307012337403, 0.0470384615384615, 0.0358477335406297, 0.0744999999999988, 0.083011435727484, 0.206538461538461, 0.195524257790729, 0.550846153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 90, '2021-05-23 00:00:00', 0.0177198715050065, 0.0369230769230756, 0.0203341698020475, 0.0490384615384601, 0.0443669488904325, 0.080115384615384, 0.0825716751583821, 0.209807692307691, 0.195524257790729, 0.550846153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 105, '2021-05-23 00:00:00', 0.0151896726049684, 0.0293846153846147, 0.0332664765422834, 0.0604615384615375, 0.0533754769389617, 0.0853076923076919, 0.0820245460447406, 0.212115384615385, 0.194088702956624, 0.548230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 120, '2021-05-23 00:00:00', 0.025236512010607, 0.0501923076923069, 0.0388679223089603, 0.0613461538461543, 0.0490842290197339, 0.0946923076923062, 0.0798735635479331, 0.213115384615384, 0.193780272076788, 0.547923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 135, '2021-05-23 00:00:00', 0.0312089977163901, 0.0391923076923084, 0.045606426672635, 0.0648846153846158, 0.0402544980764235, 0.10923076923077, 0.0793737119822788, 0.210115384615384, 0.195867808640263, 0.550961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 150, '2021-05-23 00:00:00', 0.0214594071177706, 0.0471153846153844, 0.0279105439133403, 0.0710384615384613, 0.0288578478860664, 0.109153846153848, 0.0796185521480614, 0.208076923076923, 0.195458577157964, 0.550153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 165, '2021-05-23 00:00:00', 0.02087501266697, 0.0563846153846162, 0.0280404103997183, 0.0902307692307705, 0.0360888007345982, 0.115807692307694, 0.0813010360422194, 0.20446153846154, 0.196808227626638, 0.548961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 180, '2021-05-23 00:00:00', 0.029223383682355, 0.0676153846153872, 0.0313010444652463, 0.0826538461538489, 0.0436765207123738, 0.112961538461541, 0.0813773829853145, 0.196038461538463, 0.202319990266752, 0.552461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 195, '2021-05-23 00:00:00', 0.0180273296798111, 0.0507692307692316, 0.0347844571833229, 0.0760384615384633, 0.0453748320615663, 0.107653846153846, 0.0741286304079204, 0.186423076923078, 0.211683817193329, 0.555961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 210, '2021-05-23 00:00:00', 0.0253066120882404, 0.0557692307692325, 0.0275099142967654, 0.077653846153848, 0.0397376202299344, 0.106038461538463, 0.0666091238841607, 0.181846153846156, 0.21587171760455, 0.563961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 225, '2021-05-23 00:00:00', 0.0218467740973701, 0.0518076923076926, 0.0295400640590939, 0.0748461538461532, 0.0446176405265224, 0.102576923076923, 0.0641256458956823, 0.180461538461539, 0.222208412220462, 0.570538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 240, '2021-05-23 00:00:00', 0.0214742779944883, 0.0507692307692289, 0.0313078264975406, 0.0704999999999978, 0.0542676557586426, 0.102538461538459, 0.0544173190756816, 0.173269230769232, 0.22859679316682, 0.574423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 255, '2021-05-23 00:00:00', 0.0186765587342501, 0.0435769230769229, 0.0222999137632008, 0.0616153846153837, 0.0460318952967991, 0.0948461538461525, 0.048362541130666, 0.165153846153847, 0.233010372829525, 0.576076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 270, '2021-05-23 00:00:00', 0.0159235191317274, 0.0400384615384603, 0.0348284587436989, 0.0656923076923049, 0.041336015214898, 0.0881153846153828, 0.0515723390379582, 0.161115384615385, 0.233603599155626, 0.572192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 285, '2021-05-23 00:00:00', 0.0252484576832836, 0.048269230769229, 0.0306979578373648, 0.064730769230769, 0.0355381701619755, 0.0851923076923084, 0.0501191963837585, 0.153423076923077, 0.235113092263801, 0.570615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 300, '2021-05-23 00:00:00', 0.0209020057925983, 0.0434230769230777, 0.0220398589971739, 0.0556538461538463, 0.0300180714801047, 0.079269230769231, 0.0489794462386638, 0.146884615384616, 0.235082924812633, 0.567692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 315, '2021-05-23 00:00:00', 0.0168670821880504, 0.037538461538461, 0.0226101406793161, 0.053538461538463, 0.0307924316375638, 0.0745769230769228, 0.0481746981148992, 0.151192307692309, 0.235494429135482, 0.566115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 330, '2021-05-23 00:00:00', 0.017697848630663, 0.0394230769230771, 0.0213697125714094, 0.0522307692307699, 0.0299629514824307, 0.0735384615384623, 0.0549707054851808, 0.162538461538463, 0.235376127800722, 0.565192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 345, '2021-05-23 00:00:00', 0.0128079902945261, 0.03326923076923, 0.0217831621636115, 0.0498846153846142, 0.0296334530296693, 0.0686923076923067, 0.0716676624856284, 0.172576923076923, 0.235181556707547, 0.56526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 360, '2021-05-23 00:00:00', 0.0163782219378702, 0.0353846153846144, 0.0222481114150932, 0.0495384615384609, 0.0264442810452472, 0.0674999999999993, 0.0898960853087964, 0.180115384615383, 0.241829844821011, 0.570923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 375, '2021-05-23 00:00:00', 0.0144973737674734, 0.0324230769230771, 0.0165914250326894, 0.0443461538461541, 0.019906396343505, 0.0667692307692309, 0.101720227169352, 0.18826923076923, 0.248907520670136, 0.574923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 390, '2021-05-23 00:00:00', 0.00906871206189401, 0.0281923076923084, 0.0169310365896488, 0.044500000000001, 0.032620828645797, 0.0679615384615389, 0.101270726273686, 0.196, 0.248520248362491, 0.574923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 405, '2021-05-23 00:00:00', 0.0130020708409808, 0.0335769230769249, 0.0164819715026867, 0.0501538461538484, 0.0404200255014559, 0.0755384615384631, 0.118704785724274, 0.216884615384616, 0.248570831880048, 0.575461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 420, '2021-05-23 00:00:00', 0.0116859547518186, 0.0351923076923079, 0.0224926654712145, 0.0490000000000006, 0.0385790098369555, 0.0745000000000016, 0.1333820654534, 0.220846153846153, 0.250533044035805, 0.576384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 435, '2021-05-23 00:00:00', 0.0161822790065599, 0.0318846153846157, 0.0317814653290474, 0.0523076923076923, 0.0341944664889144, 0.0773076923076941, 0.130923941513912, 0.225961538461538, 0.250537824566395, 0.576192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 450, '2021-05-23 00:00:00', 0.02915605228105, 0.038653846153846, 0.0300896353225848, 0.0531153846153857, 0.0302221518350098, 0.076461538461539, 0.130392124585214, 0.234884615384615, 0.250554993195875, 0.575269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 465, '2021-05-23 00:00:00', 0.0128060682731045, 0.0346538461538455, 0.0188717126531109, 0.0526923076923073, 0.0257880115259315, 0.0706923076923069, 0.133867770579777, 0.2435, 0.25036357562553, 0.573999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 480, '2021-05-23 00:00:00', 0.0178696562749438, 0.0392692307692297, 0.0244398161896653, 0.0557692307692298, 0.0236885236738431, 0.0731153846153834, 0.135128844498073, 0.24526923076923, 0.24947652271229, 0.573846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 495, '2021-05-23 00:00:00', 0.0137572358583218, 0.0343076923076922, 0.0170955684766097, 0.0464615384615379, 0.0217613984279149, 0.085038461538462, 0.124344861636437, 0.242269230769231, 0.248550892482499, 0.569884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 510, '2021-05-23 00:00:00', 0.0128477474829097, 0.0322307692307674, 0.0201778248427471, 0.0532307692307671, 0.0375895443727882, 0.0984230769230763, 0.127979355306296, 0.245346153846153, 0.248839957835122, 0.569269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 525, '2021-05-23 00:00:00', 0.0155634680730721, 0.038307692307691, 0.0216158417690521, 0.0702692307692302, 0.0650236998213845, 0.107807692307692, 0.127965987067477, 0.245423076923076, 0.247748433201598, 0.568615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 540, '2021-05-23 00:00:00', 0.0233547886705517, 0.0586153846153847, 0.0416009060552211, 0.0796538461538466, 0.0838590759273248, 0.121769230769231, 0.127600367735182, 0.244576923076923, 0.248015052272734, 0.567115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 555, '2021-05-23 00:00:00', 0.0314235580416974, 0.0539999999999993, 0.0595820959168614, 0.0808846153846152, 0.0785300040650793, 0.131807692307692, 0.120839734932104, 0.248192307692307, 0.24524788401816, 0.563730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 570, '2021-05-23 00:00:00', 0.0369872327244881, 0.0558461538461516, 0.0523503140832562, 0.0883461538461532, 0.0546913718409616, 0.131884615384614, 0.110526021996909, 0.239807692307691, 0.239850504721972, 0.55576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 585, '2021-05-23 00:00:00', 0.0253255723604561, 0.0532307692307692, 0.0355279521590463, 0.0893461538461525, 0.0718988177927831, 0.138, 0.10416218123676, 0.230999999999999, 0.236319822405016, 0.54953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 600, '2021-05-23 00:00:00', 0.0318113912833849, 0.0747307692307691, 0.0370035341347465, 0.0973076923076929, 0.0876991711214204, 0.140230769230771, 0.106806770168589, 0.230615384615383, 0.239988926026566, 0.551730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 615, '2021-05-23 00:00:00', 0.0195361597675059, 0.0596923076923074, 0.0668640066449459, 0.100653846153847, 0.0770787010389126, 0.130615384615385, 0.107260143863126, 0.228461538461537, 0.236560897997828, 0.548461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 630, '2021-05-23 00:00:00', 0.0485367426246875, 0.075153846153847, 0.0595055007153483, 0.0952307692307703, 0.0577318469637518, 0.125615384615384, 0.101029721445643, 0.225730769230768, 0.234403019145692, 0.546846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 645, '2021-05-23 00:00:00', 0.029596049632446, 0.0573846153846172, 0.030235994850763, 0.082153846153846, 0.0462040457768999, 0.116576923076923, 0.0983914943165622, 0.224384615384614, 0.236828558568949, 0.548384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 660, '2021-05-23 00:00:00', 0.0173827943225934, 0.0591923076923067, 0.0307936057298622, 0.0836153846153838, 0.0514279929759899, 0.114038461538461, 0.100786484136591, 0.230653846153845, 0.23325762911095, 0.554192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 675, '2021-05-23 00:00:00', 0.0242771497503312, 0.0554999999999988, 0.0393092081598414, 0.0785769230769239, 0.0415578928909829, 0.0994615384615384, 0.103793522845191, 0.238153846153846, 0.23536460749556, 0.548461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 690, '2021-05-23 00:00:00', 0.0300946200149823, 0.0603846153846151, 0.0330775545556894, 0.0777307692307682, 0.0398221623644999, 0.10026923076923, 0.117121797222443, 0.252346153846153, 0.236924070926987, 0.550846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 705, '2021-05-23 00:00:00', 0.0217144050025639, 0.053653846153846, 0.0237671071991382, 0.0663461538461542, 0.0356388077155303, 0.0942692307692316, 0.130706459142379, 0.268538461538461, 0.23643503580021, 0.549615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 720, '2021-05-23 00:00:00', 0.0171868017340667, 0.0458846153846158, 0.0254931665051936, 0.0723076923076921, 0.0363809755863608, 0.097153846153846, 0.150279191455821, 0.274346153846154, 0.235613663571404, 0.555038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 735, '2021-05-23 00:00:00', 0.0214074393970515, 0.0549615384615385, 0.0216190798921831, 0.0672307692307694, 0.0619768815458949, 0.111576923076923, 0.166727788279626, 0.284346153846154, 0.238609858588, 0.55376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 750, '2021-05-23 00:00:00', 0.0181211308867695, 0.0451538461538459, 0.0325189885356958, 0.0692692307692303, 0.0682352942736767, 0.112846153846154, 0.179423062577293, 0.288653846153845, 0.23831971092502, 0.55426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 765, '2021-05-23 00:00:00', 0.0280485567981968, 0.0538076923076918, 0.0552070786988565, 0.0863076923076923, 0.0611752715249697, 0.115576923076923, 0.18079142253309, 0.30153846153846, 0.238003684522224, 0.554076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 780, '2021-05-23 00:00:00', 0.0392257372338443, 0.0575384615384624, 0.0505642165963237, 0.0765000000000007, 0.0542846769710033, 0.106115384615385, 0.176052846087147, 0.310269230769228, 0.236842489041525, 0.551730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 795, '2021-05-23 00:00:00', 0.0269826154859279, 0.0503076923076926, 0.0294500620346748, 0.070884615384615, 0.0577199605522548, 0.109076923076922, 0.163424247330024, 0.318730769230766, 0.2367158244361, 0.550692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 810, '2021-05-23 00:00:00', 0.0225184027306221, 0.0500384615384622, 0.0317993952530777, 0.0708076923076932, 0.0634685264217936, 0.117423076923077, 0.15968147621485, 0.31557692307692, 0.23337180964817, 0.548807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 825, '2021-05-23 00:00:00', 0.0174202799588931, 0.0461153846153845, 0.0528577190345801, 0.0784615384615382, 0.0726281255119853, 0.117269230769232, 0.151170881404508, 0.315346153846151, 0.223526064561747, 0.548307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 840, '2021-05-23 00:00:00', 0.0472338372844647, 0.0606538461538477, 0.0518668858343531, 0.0864230769230775, 0.0688743895687027, 0.129807692307693, 0.149445889358504, 0.31807692307692, 0.22036815699049, 0.547730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 855, '2021-05-23 00:00:00', 0.0306123403975486, 0.056346153846154, 0.0614532843210707, 0.0888846153846157, 0.0697889565872616, 0.142461538461538, 0.140177886986501, 0.310999999999997, 0.214480825752292, 0.548230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 870, '2021-05-23 00:00:00', 0.0535190117190582, 0.0612692307692309, 0.0535771047542341, 0.0931153846153849, 0.0786760544159506, 0.144192307692306, 0.13618397059182, 0.309923076923073, 0.211778389251232, 0.550384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 885, '2021-05-23 00:00:00', 0.0263359362556455, 0.0596923076923058, 0.035226126667573, 0.0959999999999976, 0.0940758531922288, 0.157884615384613, 0.131699407159462, 0.308576923076919, 0.208652290813061, 0.547461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 900, '2021-05-23 00:00:00', 0.0245219211193709, 0.0667307692307681, 0.0422617484803385, 0.0988461538461525, 0.0954265887798252, 0.152076923076921, 0.113767401035891, 0.30830769230769, 0.199729216690999, 0.542 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 915, '2021-05-23 00:00:00', 0.0351221385366062, 0.0742692307692301, 0.0789906031412295, 0.120346153846153, 0.0925922492187378, 0.159269230769229, 0.11381245031258, 0.306923076923074, 0.198292666375894, 0.540307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 930, '2021-05-23 00:00:00', 0.075909946647326, 0.0859999999999985, 0.0828107852507518, 0.107115384615382, 0.0981770143864958, 0.159384615384613, 0.102684168504878, 0.298961538461537, 0.194213855166056, 0.535307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 945, '2021-05-23 00:00:00', 0.0323449912898191, 0.0669615384615384, 0.0503128672944104, 0.0997692307692311, 0.0677046981667166, 0.158384615384615, 0.0857025984706143, 0.275846153846153, 0.197565428305507, 0.531461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 960, '2021-05-23 00:00:00', 0.0370332906367334, 0.0767692307692311, 0.0543305127473006, 0.11073076923077, 0.0553043745661566, 0.172423076923076, 0.0856587145865223, 0.270846153846154, 0.200966403621639, 0.538153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 975, '2021-05-23 00:00:00', 0.0381302423886253, 0.073653846153848, 0.0466406887401305, 0.122076923076924, 0.0511827494977922, 0.172923076923076, 0.0819009251380056, 0.265807692307692, 0.200483569248111, 0.542692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 990, '2021-05-23 00:00:00', 0.025863577002892, 0.0862692307692306, 0.0381750623393765, 0.120846153846153, 0.0457918534911384, 0.157576923076921, 0.0848296845721781, 0.257653846153844, 0.191868949666574, 0.540423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1005, '2021-05-23 00:00:00', 0.0249462190753218, 0.0779230769230746, 0.0327071151986138, 0.11234615384615, 0.0421587658555307, 0.147192307692305, 0.0850457252577412, 0.246153846153845, 0.186967874657243, 0.541884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1020, '2021-05-23 00:00:00', 0.0300685626782919, 0.0829615384615372, 0.0338111497313211, 0.106923076923079, 0.0416264893473431, 0.152269230769232, 0.0829697257113421, 0.237846153846154, 0.190457780502259, 0.542384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1035, '2021-05-23 00:00:00', 0.0280378041497281, 0.0749615384615389, 0.0334364379773809, 0.110653846153847, 0.0502557918590923, 0.15473076923077, 0.0889102572606452, 0.230076923076925, 0.197931103009259, 0.55119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1050, '2021-05-23 00:00:00', 0.0288903763588119, 0.0714230769230769, 0.0317128704762928, 0.108115384615386, 0.0557297462347042, 0.148730769230768, 0.0825074448855278, 0.217038461538463, 0.197907970065343, 0.546730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1065, '2021-05-23 00:00:00', 0.0248285195816297, 0.0868461538461553, 0.0417255501876425, 0.113307692307692, 0.0516032944684735, 0.146499999999998, 0.0882038547910457, 0.206, 0.201845748416573, 0.550115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1080, '2021-05-23 00:00:00', 0.0448412070104466, 0.0774230769230777, 0.0531076120865774, 0.102461538461537, 0.048873148204148, 0.132769230769231, 0.0897497375183629, 0.188153846153847, 0.204844180931602, 0.54646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1095, '2021-05-23 00:00:00', 0.0280076088562759, 0.0591153846153832, 0.0319899984370103, 0.0799999999999983, 0.035121853814748, 0.110230769230769, 0.0831673845095152, 0.168423076923079, 0.212840655457046, 0.540769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1110, '2021-05-23 00:00:00', 0.0206073922509535, 0.0572307692307681, 0.0232696897602548, 0.0810384615384632, 0.0342207314582625, 0.101538461538463, 0.0786043353668318, 0.16219230769231, 0.21210943837122, 0.539576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1125, '2021-05-23 00:00:00', 0.0262937547425549, 0.0548076923076938, 0.0306832953801359, 0.0782307692307706, 0.0356089012208168, 0.0929230769230779, 0.0747079338799786, 0.153653846153848, 0.2041604798644, 0.536307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1140, '2021-05-23 00:00:00', 0.0218050100100509, 0.0524615384615397, 0.0252666091603428, 0.0641923076923076, 0.0278274076296124, 0.0847307692307688, 0.0709553705887338, 0.149769230769232, 0.203010378666102, 0.532423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1155, '2021-05-23 00:00:00', 0.0174080883057723, 0.0401923076923083, 0.0197813043048239, 0.0524999999999998, 0.0327947462959443, 0.0811538461538467, 0.0681676214590529, 0.14476923076923, 0.202191991776286, 0.533807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1170, '2021-05-23 00:00:00', 0.0157259217658174, 0.0357692307692299, 0.0213884584261261, 0.0541153846153828, 0.035826333245898, 0.0786153846153845, 0.0652558514912362, 0.143384615384615, 0.199264760094164, 0.53373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1185, '2021-05-23 00:00:00', 0.0125857672972909, 0.0408076923076909, 0.0283141986669917, 0.0605769230769232, 0.040982848194747, 0.0809230769230785, 0.064767940787447, 0.140615384615384, 0.199343958639718, 0.532576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1200, '2021-05-23 00:00:00', 0.0296970602015664, 0.0456538461538477, 0.033244178206348, 0.0578461538461557, 0.0383509502439685, 0.0766538461538476, 0.0634742831025666, 0.143230769230769, 0.202573899146421, 0.53123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1215, '2021-05-23 00:00:00', 0.0165995366015012, 0.0352307692307702, 0.0253419688385752, 0.0521538461538476, 0.0312896148905673, 0.0680000000000011, 0.0546730702941107, 0.136230769230768, 0.200581266860555, 0.52273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1230, '2021-05-23 00:00:00', 0.0115466278793679, 0.0367307692307697, 0.0168839022102741, 0.0501153846153851, 0.0248789376473652, 0.0631923076923077, 0.0458477748809965, 0.12953846153846, 0.200133540033034, 0.519923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1245, '2021-05-23 00:00:00', 0.0132014567960672, 0.0300384615384607, 0.0195480079646144, 0.0457307692307684, 0.028891627746565, 0.0593846153846142, 0.0449115369793351, 0.124615384615383, 0.199993246039808, 0.516461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1260, '2021-05-23 00:00:00', 0.0166360590747467, 0.0349615384615376, 0.0208828601047332, 0.042576923076922, 0.027553835416396, 0.0615769230769219, 0.0462967019925262, 0.122230769230768, 0.200204649142976, 0.515307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1275, '2021-05-23 00:00:00', 0.0110517663050565, 0.0273076923076937, 0.0177401760463048, 0.0400769230769231, 0.0260123047806257, 0.0610000000000005, 0.0608786940120728, 0.124846153846154, 0.199519438035112, 0.517615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1290, '2021-05-23 00:00:00', 0.0137498531460675, 0.0285384615384623, 0.0169700188114654, 0.0413076923076928, 0.0274227306052154, 0.0613846153846144, 0.0650991196915565, 0.128153846153846, 0.201357626739477, 0.522576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1305, '2021-05-23 00:00:00', 0.0116762085521734, 0.0344230769230762, 0.0192959541395049, 0.049576923076922, 0.0255397427852837, 0.0609615384615377, 0.0649319170066156, 0.127923076923076, 0.198875500289465, 0.528769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1320, '2021-05-23 00:00:00', 0.0205291537537756, 0.036615384615384, 0.0261513935501605, 0.0468461538461534, 0.0338678881265719, 0.0699230769230779, 0.0656724857502403, 0.125653846153845, 0.199047566792851, 0.528576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1335, '2021-05-23 00:00:00', 0.0153304122078141, 0.0283076923076925, 0.0153101776103829, 0.0361923076923083, 0.0301147548809286, 0.0664615384615366, 0.0586106973696255, 0.127423076923077, 0.199194979856422, 0.529000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1350, '2021-05-23 00:00:00', 0.0105317833978107, 0.0240384615384626, 0.0239871760610667, 0.0487692307692319, 0.0316487695714167, 0.0662692307692302, 0.0573118325814664, 0.127615384615385, 0.199139058487744, 0.531269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1365, '2021-05-23 00:00:00', 0.0201807219509516, 0.0376923076923084, 0.0258477494928704, 0.0491153846153825, 0.0319011212727969, 0.0601923076923065, 0.0550614761321021, 0.129384615384616, 0.200142353185081, 0.534807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1380, '2021-05-23 00:00:00', 0.0158168848435416, 0.030576923076921, 0.022031306396546, 0.0405384615384611, 0.0319953842824964, 0.0607692307692307, 0.0571229712651019, 0.142076923076923, 0.201273732475491, 0.533653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1395, '2021-05-23 00:00:00', 0.0131584427416251, 0.0242307692307707, 0.0141397965386313, 0.0325769230769234, 0.0268118515700685, 0.0686538461538471, 0.0536221538602791, 0.157153846153847, 0.202779137145661, 0.53246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1410, '2021-05-23 00:00:00', 0.00769255384221807, 0.0211538461538455, 0.0238925801163327, 0.0431538461538467, 0.0243604976581723, 0.068076923076924, 0.0600539757218457, 0.175, 0.203287371434173, 0.532653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 2, 1425, '2021-05-23 00:00:00', 0.0229504147775503, 0.0351923076923079, 0.025590893813109, 0.0565769230769238, 0.0254591074832983, 0.0646153846153843, 0.0706317100284179, 0.189961538461538, 0.205145400593373, 0.533346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 0, '2021-05-23 00:00:00', 0.0236246611697289, 0.0392692307692313, 0.0251209994901583, 0.0472307692307696, 0.0242770230084704, 0.0574230769230778, 0.0836745802774978, 0.203346153846154, 0.209806709579593, 0.534846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 15, '2021-05-23 00:00:00', 0.0212513167012905, 0.023461538461539, 0.0213390577255753, 0.0326538461538479, 0.0360460602776298, 0.0620384615384632, 0.0838640291460875, 0.215153846153846, 0.207542573945685, 0.533000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 30, '2021-05-23 00:00:00', 0.0130841654153167, 0.0223461538461551, 0.0145217608595357, 0.0348076923076929, 0.042146356718174, 0.0686538461538455, 0.0851698393708822, 0.218692307692308, 0.207593389549416, 0.532846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 45, '2021-05-23 00:00:00', 0.0145650794183055, 0.0256923076923085, 0.0325426111192941, 0.0503076923076942, 0.0384511878380099, 0.0705769230769228, 0.0870503391059565, 0.223807692307692, 0.20770387204272, 0.532538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 60, '2021-05-23 00:00:00', 0.0274783271240905, 0.0404615384615404, 0.035981726131256, 0.0547307692307688, 0.0396202162848931, 0.0718076923076914, 0.0882419488591562, 0.228192307692308, 0.207713504616335, 0.532500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 75, '2021-05-23 00:00:00', 0.0265961246454043, 0.0339230769230777, 0.0261624804752048, 0.0473461538461536, 0.0394989386420233, 0.0773846153846132, 0.0868998008318515, 0.225153846153848, 0.207459864515081, 0.531653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 90, '2021-05-23 00:00:00', 0.0129567921006115, 0.0349615384615376, 0.0227842050552582, 0.0489999999999989, 0.0289950658932502, 0.0769230769230769, 0.0831589118217933, 0.22473076923077, 0.204385973476278, 0.529884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 105, '2021-05-23 00:00:00', 0.0200992919890605, 0.0353076923076915, 0.0243572450128382, 0.0626538461538447, 0.0296223668092988, 0.080269230769232, 0.0772161501640295, 0.22742307692308, 0.20014210336274, 0.528307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 120, '2021-05-23 00:00:00', 0.0206481140878442, 0.053769230769229, 0.0275058874816627, 0.0645769230769237, 0.035367281707598, 0.104730769230769, 0.0966300240011433, 0.23419230769231, 0.199153856255756, 0.529538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 135, '2021-05-23 00:00:00', 0.0179914937165836, 0.0404230769230786, 0.0270214729428278, 0.0600000000000012, 0.0382360482348198, 0.121346153846156, 0.111487846871307, 0.235500000000003, 0.199539207637535, 0.531846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 150, '2021-05-23 00:00:00', 0.0188571961371209, 0.0440769230769231, 0.038072239028136, 0.0831538461538453, 0.0526499616480266, 0.135461538461539, 0.111641955168505, 0.234384615384616, 0.200113171826497, 0.530807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 165, '2021-05-23 00:00:00', 0.0333302588325714, 0.0658846153846157, 0.0369521936478037, 0.10023076923077, 0.0646646259260346, 0.145076923076924, 0.115040541348893, 0.230384615384617, 0.197892157888698, 0.530115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 180, '2021-05-23 00:00:00', 0.0334113983314317, 0.0688076923076929, 0.0504977074879495, 0.0995384615384629, 0.0816945907257418, 0.140615384615384, 0.119986108170264, 0.216115384615386, 0.193219464698722, 0.521807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 195, '2021-05-23 00:00:00', 0.0392835060318415, 0.0580769230769233, 0.0448837815491721, 0.0840769230769223, 0.0708219001330925, 0.129692307692307, 0.0966069037189059, 0.192423076923077, 0.200791188896478, 0.519307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 210, '2021-05-23 00:00:00', 0.0281187864931282, 0.0521153846153848, 0.0506724777369328, 0.0874999999999991, 0.0682143679879826, 0.115, 0.0915010634658662, 0.182730769230769, 0.203638442796578, 0.518153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 225, '2021-05-23 00:00:00', 0.0426914691532329, 0.0658076923076933, 0.0609845503764306, 0.0903461538461556, 0.0623243254152143, 0.107807692307694, 0.0750227862821582, 0.16846153846154, 0.204867285371248, 0.516269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 240, '2021-05-23 00:00:00', 0.0404901697471596, 0.0574230769230795, 0.0422799643402801, 0.0716538461538478, 0.0497481039453144, 0.0960769230769249, 0.0723605183465738, 0.163730769230772, 0.205245264163484, 0.51546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 255, '2021-05-23 00:00:00', 0.0237739353073915, 0.042, 0.0365493975537032, 0.064461538461538, 0.0430091403523261, 0.0881153846153845, 0.0691602820655379, 0.15823076923077, 0.207724717984014, 0.51296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 270, '2021-05-23 00:00:00', 0.0227531232006657, 0.0462307692307681, 0.0256534298201714, 0.0594615384615382, 0.0375664539388313, 0.0840384615384605, 0.0677858732730116, 0.15173076923077, 0.207357472830042, 0.512807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 285, '2021-05-23 00:00:00', 0.0207710227147198, 0.0416538461538455, 0.026986378330272, 0.0587692307692299, 0.0370875264123194, 0.0852692307692313, 0.0643951742100168, 0.14546153846154, 0.209109746673478, 0.516384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 300, '2021-05-23 00:00:00', 0.0189319428886306, 0.0405384615384616, 0.0254841126979128, 0.0590000000000002, 0.0490419600561986, 0.0860769230769241, 0.0640872962330409, 0.14269230769231, 0.210189544495878, 0.51673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 315, '2021-05-23 00:00:00', 0.0172234187618536, 0.0406153846153856, 0.0248532926157928, 0.0583846153846176, 0.0631622087595487, 0.0812307692307712, 0.0591983497691009, 0.144269230769233, 0.210449467715027, 0.516461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 330, '2021-05-23 00:00:00', 0.0173319180881811, 0.0393461538461559, 0.0384250719432774, 0.0566153846153855, 0.0516430500201574, 0.0787307692307719, 0.0578836631662036, 0.147038461538463, 0.210432876197174, 0.516653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 345, '2021-05-23 00:00:00', 0.0355392956945063, 0.0431923076923073, 0.052529610697207, 0.0579999999999998, 0.0507267187978875, 0.080000000000001, 0.057486386348288, 0.152730769230772, 0.209729173349456, 0.516384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 360, '2021-05-23 00:00:00', 0.0242787973343013, 0.0375000000000003, 0.0258635770028945, 0.0517307692307703, 0.0318374960360599, 0.0688846153846163, 0.060373300262743, 0.160153846153848, 0.209513928305127, 0.515384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 375, '2021-05-23 00:00:00', 0.0189519229793546, 0.0351538461538462, 0.0209766170184436, 0.0485384615384621, 0.0276775110041444, 0.0672692307692328, 0.0609156289153598, 0.165076923076923, 0.209394559476748, 0.513192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 390, '2021-05-23 00:00:00', 0.0156887024516164, 0.0341538461538475, 0.0254384324625917, 0.0450769230769246, 0.0285007962102005, 0.0661538461538478, 0.0590703361712505, 0.170769230769231, 0.209362067683272, 0.513653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 405, '2021-05-23 00:00:00', 0.0148614110521691, 0.0306923076923094, 0.020574853957795, 0.0477307692307719, 0.0258904496796652, 0.0646538461538482, 0.0601850096337556, 0.189653846153847, 0.209169791170861, 0.513807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 420, '2021-05-23 00:00:00', 0.0176729693643671, 0.0345769230769253, 0.0190177245261838, 0.0470769230769243, 0.0254457189991681, 0.065730769230771, 0.0655230904690498, 0.201346153846154, 0.209077641081011, 0.5145 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 435, '2021-05-23 00:00:00', 0.0140911865526478, 0.0321923076923084, 0.0175708237187047, 0.0445769230769233, 0.0239218278179961, 0.0704230769230776, 0.0640956616796628, 0.203576923076924, 0.207819777692114, 0.515500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 450, '2021-05-23 00:00:00', 0.0162232501723269, 0.0310769230769233, 0.0199689374163606, 0.047961538461539, 0.0307964283643424, 0.0765000000000002, 0.0685872044581536, 0.209730769230769, 0.205243753769848, 0.519038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 465, '2021-05-23 00:00:00', 0.0166715326230088, 0.0365000000000005, 0.0219653223198602, 0.0543461538461537, 0.0283177574079475, 0.0748461538461549, 0.0727539266717182, 0.218576923076923, 0.204642220623063, 0.51896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 480, '2021-05-23 00:00:00', 0.0172732340742724, 0.0402692307692312, 0.024412008394356, 0.058115384615385, 0.0267805038155636, 0.0743461538461541, 0.0867996189286213, 0.233423076923078, 0.204642220623063, 0.51896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 495, '2021-05-23 00:00:00', 0.0148763622517772, 0.0368846153846161, 0.0179940160993753, 0.0477692307692309, 0.030195287457076, 0.0863461538461546, 0.0889120654614176, 0.233346153846154, 0.203635768355772, 0.517384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 510, '2021-05-23 00:00:00', 0.011270383243775, 0.032692307692308, 0.0168625666446768, 0.0511153846153849, 0.0408597036775265, 0.0996538461538454, 0.0867480613837921, 0.234115384615384, 0.203338206330847, 0.515884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 525, '2021-05-23 00:00:00', 0.0136169577535334, 0.039692307692307, 0.0269447583028683, 0.0725000000000007, 0.0476319866670072, 0.110384615384616, 0.0851466156335422, 0.237884615384615, 0.203317323035086, 0.515576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 540, '2021-05-23 00:00:00', 0.0248812873770303, 0.0610384615384628, 0.039537654885514, 0.0838846153846153, 0.0515319169208594, 0.11446153846154, 0.0846416882193131, 0.236153846153846, 0.204275293133103, 0.516653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 555, '2021-05-23 00:00:00', 0.0258821292668257, 0.0557307692307681, 0.0375244740648839, 0.0806153846153864, 0.0481187633321481, 0.112846153846155, 0.0851768477029741, 0.230153846153846, 0.202362146809966, 0.519961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 570, '2021-05-23 00:00:00', 0.0217407451574221, 0.0515000000000021, 0.028916856941664, 0.0747692307692325, 0.032334596856095, 0.113384615384616, 0.0818470618804464, 0.225307692307692, 0.201826399127109, 0.519153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 585, '2021-05-23 00:00:00', 0.0265496921610428, 0.054384615384616, 0.0303586003528582, 0.0832692307692299, 0.040880482459895, 0.125576923076924, 0.0783650726751688, 0.223730769230768, 0.198830182664657, 0.516807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 600, '2021-05-23 00:00:00', 0.026934821614122, 0.0702692307692291, 0.0279621997594004, 0.0907307692307679, 0.0493789896148606, 0.139730769230768, 0.0736525314202795, 0.220846153846152, 0.198207009113044, 0.515538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 615, '2021-05-23 00:00:00', 0.0200454867354607, 0.0563076923076912, 0.0424282199267629, 0.0939230769230772, 0.0477302838876935, 0.1285, 0.0787195313463214, 0.213269230769229, 0.195747325357501, 0.520153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 630, '2021-05-23 00:00:00', 0.0335944134549857, 0.0667692307692309, 0.0429553077225431, 0.0980384615384602, 0.0432526922238982, 0.120653846153845, 0.0752488793680935, 0.205923076923077, 0.19206763231897, 0.517846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 645, '2021-05-23 00:00:00', 0.0212607257998994, 0.0625384615384617, 0.0216978198124925, 0.0793461538461539, 0.0530895325044254, 0.118538461538462, 0.0698999284692063, 0.198, 0.191498162272764, 0.518115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 660, '2021-05-23 00:00:00', 0.0205197465871295, 0.0564999999999998, 0.0340675573168729, 0.0750384615384618, 0.0748579886287258, 0.124038461538463, 0.0705593040258717, 0.195153846153847, 0.189614446869268, 0.519038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 675, '2021-05-23 00:00:00', 0.020102850926787, 0.0522692307692317, 0.0463157059255773, 0.0847692307692322, 0.0682369739612218, 0.113269230769233, 0.0761890058695135, 0.206269230769231, 0.189556815107888, 0.520115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975325 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 975325, 3, 690, '2021-05-23 00:00:00', 0.0395300080756567, 0.0593076923076935, 0.0654976218006303, 0.0885384615384634, 0.0621550047492929, 0.108269230769232, 0.072014314816305, 0.209307692307692, 0.191550290644921, 0.51592307692307[...];
Date: 2021-05-23 15:04:13 Duration: 13s3ms Database: acaweb_fx User: pgperfstats
6 13s150ms 16s411ms 14s780ms 2 29s561ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ?[...];Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration May 23 15 2 29s561ms 14s780ms [ User: pgperfstats - Total duration: 29s561ms - 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 982485, 1, 945, '2021-05-23 00:00:00', 0.0005680299626442, 0.00123903846153844, 0.000502363529114747, 0.00157634615384614, 0.000834280897171089, 0.00247384615384612, 0.00181700193683484, 0.00515403846153844, 0.00161429989588248, 0.00778192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 960, '2021-05-23 00:00:00', 0.000315039741082816, 0.00103903846153846, 0.000386803518001659, 0.00143980769230768, 0.000896347889193414, 0.00260653846153841, 0.00184273935925672, 0.00511788461538458, 0.00167758692311766, 0.00786326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 975, '2021-05-23 00:00:00', 0.000366932397881895, 0.00101923076923078, 0.000754458644429153, 0.00191461538461537, 0.00122506830264839, 0.00295211538461536, 0.00176784415646248, 0.00502480769230765, 0.00166381789868961, 0.007835 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 990, '2021-05-23 00:00:00', 0.000773685684539633, 0.00158346153846154, 0.000805087596762938, 0.00216403846153844, 0.00122233855312738, 0.00308846153846151, 0.00182287684718417, 0.00493499999999998, 0.0016413920452329, 0.00777038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1005, '2021-05-23 00:00:00', 0.000717852459664343, 0.00152307692307692, 0.00110403267788871, 0.00221807692307694, 0.00115682059309794, 0.00282326923076921, 0.00180419511140013, 0.00467499999999998, 0.00172182667983298, 0.00768865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1020, '2021-05-23 00:00:00', 0.0008206406737328, 0.00163865384615387, 0.000913387376746613, 0.0021675, 0.00122526920118995, 0.00307384615384617, 0.00174436622830802, 0.00446653846153846, 0.00163651243855294, 0.0077348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1035, '2021-05-23 00:00:00', 0.000545417306712542, 0.00132903846153847, 0.000568998208730468, 0.00177519230769231, 0.00123372607918514, 0.00297903846153847, 0.00151386311747848, 0.00419153846153844, 0.00165961686959556, 0.00765807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1050, '2021-05-23 00:00:00', 0.000476340093436794, 0.00119326923076922, 0.000935134461742474, 0.00216230769230771, 0.00121181294570763, 0.00279115384615383, 0.00149206145470468, 0.00395923076923074, 0.00169972346167072, 0.0076996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1065, '2021-05-23 00:00:00', 0.00093523072019688, 0.00173250000000002, 0.00123941735691227, 0.00227576923076923, 0.00116684632499479, 0.00258211538461538, 0.00146162722807363, 0.00381307692307691, 0.00180785052990053, 0.00771846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1080, '2021-05-23 00:00:00', 0.000755496169109053, 0.0014273076923077, 0.000690054094869479, 0.00170442307692306, 0.00101209561725244, 0.00223846153846151, 0.00125919353006353, 0.00342711538461538, 0.00203032149784595, 0.00777923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1095, '2021-05-23 00:00:00', 0.000416758923119834, 0.00105499999999999, 0.000506319904955225, 0.00137538461538461, 0.000867594663422975, 0.00207750000000001, 0.00118787219268483, 0.00320288461538462, 0.00202452744723688, 0.00788423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1110, '2021-05-23 00:00:00', 0.000400525856267089, 0.000979807692307663, 0.000676730829344006, 0.00152115384615383, 0.000800682425280986, 0.00196788461538459, 0.001151023841897, 0.0030432692307692, 0.00212782515367578, 0.00791326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1125, '2021-05-23 00:00:00', 0.000543122312332914, 0.00108461538461538, 0.000624009646128624, 0.00145903846153846, 0.00076158256282561, 0.00192499999999998, 0.0010508814798137, 0.00295173076923075, 0.00205508683140528, 0.00782326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1140, '2021-05-23 00:00:00', 0.000338185031284061, 0.000936346153846165, 0.000460401329945262, 0.00122576923076923, 0.00070934043036744, 0.00171038461538461, 0.000990126176885495, 0.00281961538461539, 0.00212532600214287, 0.00777884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1155, '2021-05-23 00:00:00', 0.000345238379183892, 0.000851538461538463, 0.000569272038524778, 0.00125442307692307, 0.000707007153701163, 0.00164634615384614, 0.000954834520500017, 0.00273480769230771, 0.00216349764004066, 0.00782096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1170, '2021-05-23 00:00:00', 0.000369470567163358, 0.000847499999999975, 0.000419432812993236, 0.00116826923076921, 0.000568184727545016, 0.00145826923076922, 0.000908074886779743, 0.00263500000000003, 0.00222345991643654, 0.00780999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1185, '2021-05-23 00:00:00', 0.000324481361323205, 0.000818076923076894, 0.000407567644220425, 0.00105423076923074, 0.000595734840344276, 0.00138000000000001, 0.000909126799990823, 0.00260653846153848, 0.0022538019843401, 0.00780576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1200, '2021-05-23 00:00:00', 0.000382750621765063, 0.000754038461538448, 0.000479857390674166, 0.00100865384615382, 0.000716451646336659, 0.0014498076923077, 0.00100051911525969, 0.00266750000000001, 0.00225731567098214, 0.00784096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1215, '2021-05-23 00:00:00', 0.000308012986739162, 0.00070499999999999, 0.000535594852620716, 0.000985384615384631, 0.000642743758010556, 0.00141653846153848, 0.000883695300777015, 0.00282076923076925, 0.00237288934553507, 0.00799961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1230, '2021-05-23 00:00:00', 0.00037822078411748, 0.000704807692307732, 0.000539524184957309, 0.00104288461538465, 0.000539248658213091, 0.00139634615384617, 0.000822974716874955, 0.00274423076923079, 0.00252254124766153, 0.00813788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1245, '2021-05-23 00:00:00', 0.000329180100342561, 0.000721538461538474, 0.000306858085465226, 0.000961730769230793, 0.000409565435741154, 0.00131961538461542, 0.000841119766465201, 0.00263730769230771, 0.00255021021757934, 0.00817692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1260, '2021-05-23 00:00:00', 0.000310235208536005, 0.000698269230769228, 0.000406934742453126, 0.000973269230769227, 0.000591962869157794, 0.00143596153846154, 0.000876199770863668, 0.00256903846153848, 0.00260685762055509, 0.00825057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1275, '2021-05-23 00:00:00', 0.000302822618807698, 0.000636538461538481, 0.000394163817954697, 0.000893653846153859, 0.00066617230388359, 0.00141346153846153, 0.000900314133212149, 0.00254346153846155, 0.0026545315101655, 0.00828346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1290, '2021-05-23 00:00:00', 0.000268258557824606, 0.000689423076923093, 0.000494269196351069, 0.00114403846153844, 0.000593354479600101, 0.00141653846153844, 0.000829812698977674, 0.00249865384615385, 0.00272689558627781, 0.00830653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1305, '2021-05-23 00:00:00', 0.000415144692106989, 0.000878653846153846, 0.00050300500838614, 0.00105596153846151, 0.000531222537751704, 0.00141576923076921, 0.000789936146397028, 0.00239365384615386, 0.00287503904990201, 0.00838846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1320, '2021-05-23 00:00:00', 0.000323144466382857, 0.000722115384615384, 0.000354756471182916, 0.000918076923076917, 0.000406841303402024, 0.00136538461538462, 0.000698373384813144, 0.00229076923076927, 0.00293929693320331, 0.00847269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1335, '2021-05-23 00:00:00', 0.000266135376193278, 0.000610961538461536, 0.000289485485221348, 0.000974615384615399, 0.000364942408522862, 0.00130019230769233, 0.000669298398439614, 0.00225288461538464, 0.0029601745075898, 0.00851365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1350, '2021-05-23 00:00:00', 0.000306522429848115, 0.00073999999999998, 0.000338149318406023, 0.00108980769230768, 0.000397688126744879, 0.0013303846153846, 0.000673640739677944, 0.00221461538461539, 0.00297004981180708, 0.00854826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1365, '2021-05-23 00:00:00', 0.000290909978145488, 0.000808846153846166, 0.00027906354390796, 0.000982307692307688, 0.000386679603010853, 0.00131365384615386, 0.000644951429298224, 0.00213788461538463, 0.00294330938806067, 0.00854692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1380, '2021-05-23 00:00:00', 0.00026621022635388, 0.000726730769230731, 0.000400110561643237, 0.00102230769230767, 0.000645424964357103, 0.00146423076923075, 0.000690599098887781, 0.00210865384615385, 0.00298451648577222, 0.00857057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1395, '2021-05-23 00:00:00', 0.000354505126359821, 0.000761730769230746, 0.000376295301387323, 0.00100307692307691, 0.000647371876245677, 0.0017771153846154, 0.00063228623630076, 0.00206326923076922, 0.00295610115497787, 0.00857596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1410, '2021-05-23 00:00:00', 0.000212001451373872, 0.000616153846153843, 0.00044642408261481, 0.000982692307692315, 0.00049579586369949, 0.00161846153846153, 0.000558382967560361, 0.00194153846153847, 0.0028621175055166, 0.00855384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 1, 1425, '2021-05-23 00:00:00', 0.000458322862351279, 0.000819615384615374, 0.000531083652689308, 0.00148038461538462, 0.00050687371359979, 0.00156980769230769, 0.000539851261566877, 0.00197423076923079, 0.00285577412379793, 0.00856461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 0, '2021-05-23 00:00:00', 0.000550634319531693, 0.00117692307692308, 0.000519078473391495, 0.00134769230769231, 0.000548221354788489, 0.00142442307692308, 0.000517919061095578, 0.00191307692307694, 0.00284057706082083, 0.00860403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 15, '2021-05-23 00:00:00', 0.000312580574227863, 0.000761153846153845, 0.000332217491319271, 0.000962307692307711, 0.00028993772540907, 0.00114673076923081, 0.000486139264630382, 0.0017792307692308, 0.00285384410118109, 0.00865192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 30, '2021-05-23 00:00:00', 0.000358595122022706, 0.000737692307692324, 0.000350962029504422, 0.000947884615384642, 0.000326765735893269, 0.00112961538461542, 0.000518990328945021, 0.00181019230769232, 0.00281731137516166, 0.00863576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 45, '2021-05-23 00:00:00', 0.000310351165865153, 0.000670384615384635, 0.000292636030170334, 0.000849615384615408, 0.000267532887985482, 0.000960384615384639, 0.000635913999991042, 0.00180384615384616, 0.0028284264176393, 0.008615 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 60, '2021-05-23 00:00:00', 0.000210475651798489, 0.000650000000000005, 0.00027494565896669, 0.000796346153846136, 0.00025082295318842, 0.00089192307692307, 0.00065486216987888, 0.00182769230769232, 0.0028250666431894, 0.00861346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 75, '2021-05-23 00:00:00', 0.000123231645536123, 0.000424038461538464, 0.000174391689992542, 0.000542307692307684, 0.000357533699326141, 0.000872884615384595, 0.000666846655190281, 0.00183269230769229, 0.00282151563880122, 0.0086075 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 90, '2021-05-23 00:00:00', 0.000178971097795575, 0.000425576923076927, 0.000262275838354612, 0.000621153846153859, 0.000402271244120415, 0.000898076923076931, 0.000663764902773474, 0.00185461538461536, 0.00282192398223948, 0.00860519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 105, '2021-05-23 00:00:00', 0.000209260603076675, 0.000490000000000016, 0.000317321785234831, 0.00072365384615383, 0.000375943326334431, 0.000874230769230757, 0.000667259060520104, 0.00189442307692308, 0.00282131908592688, 0.00859923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 120, '2021-05-23 00:00:00', 0.000212004807637801, 0.000560961538461516, 0.000248475118704898, 0.000663269230769238, 0.000322467231489714, 0.000911346153846146, 0.000631356780762987, 0.00188576923076923, 0.00282112637761257, 0.00859596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 135, '2021-05-23 00:00:00', 0.00010429341007282, 0.00040134615384617, 0.000172639352853981, 0.000577884615384584, 0.000276115917686741, 0.000899999999999969, 0.000593311339984195, 0.00186211538461538, 0.00282374168708552, 0.00858865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 150, '2021-05-23 00:00:00', 0.000162352536641232, 0.000392115384615374, 0.000263491059547621, 0.000653461538461541, 0.000335052234733637, 0.000964999999999994, 0.00056217246874547, 0.00188326923076924, 0.00282567680116026, 0.00859076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 165, '2021-05-23 00:00:00', 0.000265124716661071, 0.000526346153846169, 0.000270195086216206, 0.000740769230769224, 0.000475856191915805, 0.00111365384615384, 0.000567136701740875, 0.00188596153846154, 0.00284249365062546, 0.00860192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 180, '2021-05-23 00:00:00', 0.000232417396409656, 0.000590384615384614, 0.000296539010275879, 0.000789230769230773, 0.000465377968801863, 0.00111557692307694, 0.00054639577794292, 0.00185711538461542, 0.00282739524732841, 0.00862326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 195, '2021-05-23 00:00:00', 0.000134946143103295, 0.000512307692307718, 0.000353900953114548, 0.000801730769230786, 0.000389661391467012, 0.00102000000000002, 0.00054608047448647, 0.00175826923076926, 0.00282174556586192, 0.00862096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 210, '2021-05-23 00:00:00', 0.000313058362708204, 0.000581538461538497, 0.000311522131575814, 0.000720961538461573, 0.000410341321341144, 0.00100500000000003, 0.000434972015014946, 0.00169057692307696, 0.00279349414505586, 0.00867653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 225, '2021-05-23 00:00:00', 0.000127506410095259, 0.000481730769230782, 0.00027536074241174, 0.000713461538461558, 0.000366407087603587, 0.000991923076923076, 0.000402559742341255, 0.00168288461538465, 0.00276956253835259, 0.00870942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 240, '2021-05-23 00:00:00', 0.000241573049948748, 0.000548461538461562, 0.000288267837529346, 0.000717115384615385, 0.00038000875495988, 0.000945576923076935, 0.000424728193626874, 0.00170596153846158, 0.00281224553720659, 0.00874519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 255, '2021-05-23 00:00:00', 0.000223613763853265, 0.000508653846153856, 0.000341574859460402, 0.00072923076923079, 0.000425093111972123, 0.00096192307692311, 0.000442912389322532, 0.00174923076923081, 0.00289068546568774, 0.00876769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 270, '2021-05-23 00:00:00', 0.000218239547286928, 0.000527500000000006, 0.000343686798385688, 0.000673846153846179, 0.000399825538877232, 0.000957692307692313, 0.000437023498752105, 0.00170346153846157, 0.00290558470217928, 0.00876230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 285, '2021-05-23 00:00:00', 0.000315120550803122, 0.000505192307692329, 0.000381232818023919, 0.000732692307692317, 0.000358611424589592, 0.000971923076923082, 0.000450768062482068, 0.00169538461538465, 0.00290169672512743, 0.00875826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 300, '2021-05-23 00:00:00', 0.000253700686758098, 0.00052403846153847, 0.000249353086081693, 0.000669807692307682, 0.000340865019528925, 0.000929807692307712, 0.000472466034595228, 0.0016969230769231, 0.00292928973407441, 0.0087878846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 315, '2021-05-23 00:00:00', 0.00014808105888334, 0.000439999999999987, 0.000237335287013026, 0.000664038461538456, 0.000412289293504553, 0.000917307692307724, 0.000593639912871271, 0.00179711538461539, 0.00293433706967372, 0.00877403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 330, '2021-05-23 00:00:00', 0.000175030986267714, 0.000474615384615385, 0.000279689938214563, 0.000627692307692312, 0.000396692527706884, 0.000869807692307729, 0.000684874188333987, 0.00181057692307693, 0.00294143358559417, 0.00877653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 345, '2021-05-23 00:00:00', 0.000210743829182405, 0.000445192307692278, 0.000355157657299499, 0.000619807692307696, 0.000340542779420418, 0.000770769230769224, 0.000678474760031633, 0.00191000000000002, 0.00291230915518675, 0.00875615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 360, '2021-05-23 00:00:00', 0.000248305023339038, 0.000440769230769249, 0.000236414645517967, 0.000551730769230797, 0.000228907522476136, 0.000749423076923093, 0.000731307390910289, 0.00202749999999999, 0.00289221592581507, 0.00875480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 375, '2021-05-23 00:00:00', 0.000113298109156582, 0.000367307692307699, 0.000233245661184806, 0.00051846153846151, 0.000261862632808779, 0.000745961538461532, 0.000792675823737855, 0.00226019230769228, 0.00288770909998804, 0.0087403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 390, '2021-05-23 00:00:00', 0.000143173375264453, 0.000378846153846116, 0.000189413670207682, 0.000533461538461523, 0.000283722507987048, 0.000732307692307673, 0.00094101166918295, 0.00246019230769228, 0.00288776920157036, 0.00873980769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 405, '2021-05-23 00:00:00', 0.000123959050310357, 0.000369615384615381, 0.00017290415308442, 0.00051961538461539, 0.000342266203190077, 0.000773076923076923, 0.000903516825436119, 0.00266057692307689, 0.00289091527295154, 0.00873365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 420, '2021-05-23 00:00:00', 0.000159027815660805, 0.000374615384615379, 0.000170346366604581, 0.000506730769230758, 0.000341280619928002, 0.000812692307692328, 0.000842402904699528, 0.00287442307692305, 0.00288952355002582, 0.00871788461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 435, '2021-05-23 00:00:00', 0.00013459797689644, 0.000371153846153852, 0.000242276463189024, 0.00059326923076924, 0.000301476941330249, 0.000867884615384622, 0.000915851264377327, 0.00299846153846152, 0.00289730702549798, 0.00870999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 450, '2021-05-23 00:00:00', 0.000210815997057582, 0.00046076923076926, 0.000269189738631719, 0.00061365384615387, 0.000247540206524424, 0.000871923076923084, 0.000923742638151167, 0.00309730769230769, 0.00285980445808125, 0.00869153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 465, '2021-05-23 00:00:00', 0.000204564170860912, 0.00043249999999999, 0.000215806537293151, 0.000652307692307678, 0.000225390003873657, 0.000864423076923052, 0.000952760786023734, 0.00320865384615384, 0.0028900633277597, 0.00868403846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 480, '2021-05-23 00:00:00', 0.000173357900132827, 0.000500192307692297, 0.000201033483625147, 0.000682307692307679, 0.000271774015285882, 0.000926346153846108, 0.00100640158676651, 0.00339807692307693, 0.00289513063342838, 0.00868423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 495, '2021-05-23 00:00:00', 0.00013361842917571, 0.000411730769230742, 0.00016635920357884, 0.000574230769230731, 0.000350287189866533, 0.0010486538461538, 0.00110393772469282, 0.0034475, 0.00288815765071517, 0.00867884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 510, '2021-05-23 00:00:00', 0.000137907438299973, 0.000452307692307675, 0.000203475664770641, 0.000652115384615352, 0.000440447368723434, 0.00115173076923075, 0.00139726657607467, 0.00361826923076923, 0.00287942710648115, 0.00868730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 525, '2021-05-23 00:00:00', 0.000154748058270415, 0.000465192307692289, 0.0002950677236474, 0.00090019230769227, 0.000489733718856091, 0.00128865384615385, 0.00140521950105808, 0.00376038461538463, 0.00288845120196859, 0.00867288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 540, '2021-05-23 00:00:00', 0.000277497124032199, 0.000759423076923039, 0.000381368789816573, 0.000943076923076918, 0.000616681940212793, 0.00148115384615384, 0.00138691280020941, 0.00382365384615386, 0.00291165570793293, 0.0086701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 555, '2021-05-23 00:00:00', 0.000239009172659555, 0.000705769230769226, 0.000360785734410109, 0.00102711538461539, 0.000566745092612191, 0.00172499999999999, 0.00139953492275115, 0.00390000000000001, 0.00302685259863214, 0.00868442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 570, '2021-05-23 00:00:00', 0.000293168958898328, 0.000765961538461543, 0.000556167655962153, 0.00119230769230769, 0.000647551037489584, 0.00191288461538461, 0.00138734157792744, 0.00386942307692309, 0.00315727265458412, 0.00870384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 585, '2021-05-23 00:00:00', 0.0003147499618134, 0.000886538461538454, 0.000406979303953122, 0.00133692307692306, 0.000564089088708508, 0.00208249999999998, 0.00138366319823644, 0.00384538461538463, 0.0032450259688424, 0.00868846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 600, '2021-05-23 00:00:00', 0.000345962925981716, 0.00110711538461539, 0.000543327214060212, 0.00157730769230771, 0.000535878143438757, 0.00223923076923078, 0.00136253225791031, 0.0038519230769231, 0.00319567778413281, 0.00866249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 615, '2021-05-23 00:00:00', 0.00049522877386265, 0.00113653846153848, 0.000472259096096775, 0.0015655769230769, 0.000621302137573867, 0.00213711538461537, 0.00126772438462966, 0.00377134615384616, 0.0032172270908107, 0.00865692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 630, '2021-05-23 00:00:00', 0.000242379629126256, 0.000986730769230734, 0.000471635615540387, 0.00149692307692306, 0.00067072979771179, 0.00200730769230767, 0.00114759809367885, 0.00361423076923076, 0.00322178949319499, 0.00866153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 645, '2021-05-23 00:00:00', 0.000346880161084296, 0.0010853846153846, 0.000409236061272909, 0.00141692307692306, 0.000510595278534326, 0.00200846153846152, 0.000974362276647559, 0.0037003846153846, 0.00309269750317647, 0.00862461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 660, '2021-05-23 00:00:00', 0.000345190694232345, 0.000958846153846167, 0.000401309059875884, 0.00136980769230771, 0.000670116752169721, 0.00197230769230773, 0.00100393259427421, 0.00378557692307694, 0.00308281111100794, 0.00860788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 675, '2021-05-23 00:00:00', 0.00041128410543641, 0.00100384615384618, 0.000445380045147278, 0.00148076923076925, 0.000685547310828821, 0.00189865384615387, 0.00100507261505748, 0.00376019230769231, 0.00310862911289504, 0.00872519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 690, '2021-05-23 00:00:00', 0.000371985163062257, 0.00099519230769232, 0.000570194298868004, 0.0014665384615385, 0.000760916476766931, 0.00192673076923077, 0.00111344662405315, 0.00372423076923078, 0.00305703048473768, 0.00880076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 705, '2021-05-23 00:00:00', 0.000379995546532657, 0.000978846153846178, 0.000383776427303509, 0.00120288461538463, 0.000660054921957249, 0.00180750000000003, 0.00113113489639659, 0.00382807692307693, 0.0030149325799325, 0.00879230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 720, '2021-05-23 00:00:00', 0.000230964616004584, 0.000840576923076921, 0.000635622922808797, 0.00128749999999999, 0.000696998537687433, 0.0017648076923077, 0.00110892720160589, 0.00392153846153848, 0.00286638684382649, 0.00876653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 735, '2021-05-23 00:00:00', 0.000388703763018318, 0.000926153846153833, 0.000424481403053718, 0.00126730769230772, 0.000469371797848324, 0.00171826923076924, 0.00115363705797727, 0.00398769230769232, 0.00285563152115526, 0.00879423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 750, '2021-05-23 00:00:00', 0.000271093795860128, 0.00089038461538465, 0.000299673989528608, 0.00119750000000001, 0.00036368054451884, 0.00157653846153846, 0.0011453089606672, 0.00393384615384616, 0.00287115141738268, 0.00880230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 765, '2021-05-23 00:00:00', 0.000314856560748116, 0.000874423076923084, 0.000343915016336191, 0.00123653846153844, 0.000419103668100635, 0.00150326923076922, 0.00110629786293675, 0.00422019230769232, 0.0029587585819316, 0.00891211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 780, '2021-05-23 00:00:00', 0.000289837089520201, 0.000861538461538452, 0.000412996368022794, 0.001115, 0.000534029133460555, 0.00160134615384615, 0.00116247926366947, 0.00457903846153845, 0.00298227373891903, 0.00894942307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 795, '2021-05-23 00:00:00', 0.00028186009895801, 0.000771346153846151, 0.000356169201363642, 0.00108249999999999, 0.00054007905404244, 0.00164076923076921, 0.00137394218051001, 0.00470634615384615, 0.00299898172462177, 0.00892423076923072 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 810, '2021-05-23 00:00:00', 0.000314913419114655, 0.000827692307692281, 0.000407144890104799, 0.0012101923076923, 0.000698836533103389, 0.00173249999999998, 0.00135588722017952, 0.00483807692307692, 0.00299811104633465, 0.00892038461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 825, '2021-05-23 00:00:00', 0.000221820526899201, 0.000932884615384621, 0.000413482629157963, 0.00131826923076923, 0.000696808107344881, 0.00196653846153847, 0.00131881160082155, 0.00482096153846157, 0.00292208982776685, 0.00884980769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 840, '2021-05-23 00:00:00', 0.000338928628747439, 0.000966153846153847, 0.000448842442803208, 0.00131846153846154, 0.00105559937403427, 0.00218903846153846, 0.00147257327099928, 0.00505903846153846, 0.00288332388986154, 0.00886442307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 855, '2021-05-23 00:00:00', 0.000234603183793714, 0.000900576923076922, 0.000554973076270039, 0.00136865384615385, 0.000906083053588366, 0.00203749999999999, 0.00156793721665908, 0.00517134615384615, 0.00279427451021935, 0.00880903846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 870, '2021-05-23 00:00:00', 0.000571075638261138, 0.00100076923076925, 0.000887107594723085, 0.00156173076923075, 0.000891168550059644, 0.00207076923076921, 0.00175766138333341, 0.00530153846153844, 0.00275914613324764, 0.00882423076923073 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 885, '2021-05-23 00:00:00', 0.000606218702602157, 0.00112134615384613, 0.000552157481716397, 0.00150826923076921, 0.000549253934547025, 0.00227173076923076, 0.00181825355767561, 0.00532999999999998, 0.00273005574048477, 0.00886788461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 900, '2021-05-23 00:00:00', 0.000274298265509523, 0.00106153846153846, 0.000408388766514679, 0.00153423076923075, 0.000627365952583938, 0.00240096153846153, 0.0017731085805617, 0.00537596153846151, 0.00268140187215568, 0.00893999999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 915, '2021-05-23 00:00:00', 0.000365471455267527, 0.00114076923076924, 0.000475852271840103, 0.00173076923076925, 0.0006243991881432, 0.00239788461538463, 0.00178122327240405, 0.00542711538461537, 0.00267522157241947, 0.00897730769230765 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 930, '2021-05-23 00:00:00', 0.000482581718866964, 0.00127365384615385, 0.000598906471444781, 0.0018248076923077, 0.000604367978839191, 0.00226057692307692, 0.00177360350265084, 0.00538576923076922, 0.00268745369906447, 0.00907076923076919 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 945, '2021-05-23 00:00:00', 0.000484780243631433, 0.00134826923076923, 0.000536667638158064, 0.00170307692307694, 0.000922465780061586, 0.00263365384615387, 0.0018450459760792, 0.00535942307692309, 0.00263220686146405, 0.00915480769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 960, '2021-05-23 00:00:00', 0.000375324065103945, 0.00118307692307696, 0.000590893358854607, 0.00158980769230771, 0.000942616591441906, 0.00284096153846153, 0.00177175081812834, 0.00530019230769231, 0.00268704928957682, 0.00911826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 975, '2021-05-23 00:00:00', 0.000571360084494763, 0.00118211538461541, 0.000765671575506433, 0.00201480769230772, 0.00103577724439189, 0.00298250000000001, 0.00177486831580867, 0.00540153846153847, 0.00271432774649352, 0.00910865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 990, '2021-05-23 00:00:00', 0.000571215471940864, 0.00154865384615386, 0.000805407135457681, 0.00227557692307691, 0.00106852193023102, 0.00296365384615385, 0.00187633165019897, 0.00535769230769232, 0.0028071291110588, 0.00900538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1005, '2021-05-23 00:00:00', 0.000488050320545553, 0.00150365384615383, 0.000671710789414169, 0.00203076923076921, 0.00108287162745104, 0.00277019230769234, 0.00170277598011644, 0.00514903846153847, 0.00294107293347174, 0.00893 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1020, '2021-05-23 00:00:00', 0.000482017594635792, 0.00141480769230768, 0.000784998113667506, 0.00195096153846155, 0.00123052223122478, 0.00291480769230769, 0.00165378364550923, 0.00496788461538463, 0.00323324911600607, 0.00896038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1035, '2021-05-23 00:00:00', 0.000523499320402202, 0.00134346153846153, 0.000750746705210627, 0.00196384615384617, 0.00111515800881102, 0.00296576923076923, 0.00162281545469595, 0.00475000000000001, 0.00413726245425459, 0.00965615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1050, '2021-05-23 00:00:00', 0.000440541144503004, 0.00131250000000002, 0.000862669024686674, 0.00211461538461539, 0.00100825891439725, 0.00279096153846156, 0.00167438599538409, 0.00449730769230771, 0.00435607522715292, 0.00968576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1065, '2021-05-23 00:00:00', 0.000708478217460053, 0.00169076923076922, 0.000735723009123573, 0.0021528846153846, 0.000846662497466011, 0.00271423076923077, 0.00172800560896525, 0.00434076923076924, 0.00438379540510803, 0.00973692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1080, '2021-05-23 00:00:00', 0.000552693300678931, 0.00140173076923075, 0.000597210051953112, 0.00184538461538461, 0.000763497241947556, 0.00244403846153844, 0.00166527176114338, 0.00410596153846152, 0.00423201770844775, 0.00967326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1095, '2021-05-23 00:00:00', 0.00034933387159873, 0.00112192307692309, 0.000556868338257665, 0.00161211538461539, 0.000798642309461209, 0.00222653846153847, 0.00171350294605929, 0.00380211538461539, 0.00432968219210316, 0.00961673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1110, '2021-05-23 00:00:00', 0.000406515020065024, 0.00113230769230771, 0.000479813144720054, 0.00153942307692308, 0.000748510829272665, 0.0020623076923077, 0.00166504494048845, 0.00369442307692308, 0.00428280304060497, 0.00958673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1125, '2021-05-23 00:00:00', 0.000367015614842812, 0.0010826923076923, 0.00071165992310499, 0.00149538461538461, 0.000833013828493559, 0.00189403846153849, 0.00169607424547211, 0.00355538461538462, 0.00431471111877276, 0.00953096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1140, '2021-05-23 00:00:00', 0.000459599993305204, 0.00102692307692307, 0.000512757402526901, 0.00139192307692307, 0.000555081040514304, 0.0018498076923077, 0.00164169453965663, 0.00340519230769231, 0.00428495906092998, 0.00954307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1155, '2021-05-23 00:00:00', 0.000305565805577896, 0.000902307692307668, 0.000355672548193494, 0.00119980769230771, 0.000674084592956669, 0.00186596153846154, 0.00158723592594654, 0.00326673076923077, 0.0042536019849245, 0.00950038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1170, '2021-05-23 00:00:00', 0.000305770149974426, 0.000870769230769231, 0.000495024785704248, 0.00136346153846153, 0.00103432967888163, 0.00199826923076924, 0.00159156900089673, 0.00320326923076923, 0.00421766380831852, 0.00956000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1185, '2021-05-23 00:00:00', 0.000328362663013833, 0.000909038461538464, 0.000470308245891825, 0.00129038461538462, 0.00100214301144326, 0.00184115384615384, 0.00142766361045428, 0.00298076923076922, 0.0041044300316384, 0.00951326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1200, '2021-05-23 00:00:00', 0.000418442947126625, 0.000967500000000001, 0.000871232747318394, 0.00141250000000002, 0.000930590383325788, 0.00186769230769229, 0.00142574104888002, 0.00290653846153846, 0.0040439743398714, 0.00950730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1215, '2021-05-23 00:00:00', 0.000851555251380538, 0.000922884615384649, 0.000859847571464729, 0.00123961538461538, 0.000810962604658058, 0.00165288461538462, 0.00120748436842882, 0.00277750000000002, 0.00394436307132868, 0.00944596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1230, '2021-05-23 00:00:00', 0.000375336361967994, 0.00081576923076922, 0.000467247093253512, 0.00116461538461538, 0.000511979003475754, 0.00153249999999999, 0.00110419558259184, 0.00260673076923078, 0.0038809164659117, 0.00938115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1245, '2021-05-23 00:00:00', 0.000258601267175173, 0.000751153846153822, 0.000329181502424504, 0.00098730769230767, 0.000492668245374124, 0.00147499999999999, 0.000995427565652813, 0.00249403846153847, 0.00386965235965911, 0.00938076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1260, '2021-05-23 00:00:00', 0.000210510460182284, 0.000694423076923074, 0.000363455636907705, 0.000989999999999987, 0.000577515367760895, 0.00153499999999999, 0.000971652913655559, 0.00243923076923078, 0.00385842044704225, 0.00939211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1275, '2021-05-23 00:00:00', 0.000337350536705337, 0.000764230769230771, 0.000376577502493995, 0.00108615384615386, 0.000587850877218135, 0.00153942307692309, 0.000900585728204765, 0.00235442307692308, 0.00384445599332536, 0.00944173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1290, '2021-05-23 00:00:00', 0.000321609474123773, 0.000769423076923087, 0.000498409933226122, 0.00119730769230767, 0.000675215179377297, 0.00152653846153846, 0.000856284123407609, 0.00229249999999999, 0.00383587485257474, 0.00942826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1305, '2021-05-23 00:00:00', 0.00027212956472974, 0.000902499999999969, 0.000433909951664904, 0.00114961538461536, 0.000540553847029571, 0.00141730769230767, 0.000820472401448343, 0.00220019230769229, 0.00381609911579067, 0.00937769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1320, '2021-05-23 00:00:00', 0.000298154902951191, 0.000737884615384607, 0.000371742725343951, 0.000974423076923081, 0.00058688018040641, 0.00135211538461537, 0.000736263565893002, 0.00214096153846152, 0.00378266201035928, 0.00942173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1335, '2021-05-23 00:00:00', 0.000268234971620033, 0.000645000000000007, 0.000311651987862248, 0.000874807692307684, 0.000536149555771379, 0.00128788461538461, 0.000631079203855143, 0.00208980769230769, 0.00378266201035928, 0.00942173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1350, '2021-05-23 00:00:00', 0.000219736993139186, 0.000632115384615384, 0.000398372506388413, 0.000974423076923064, 0.000519603695136987, 0.00123999999999999, 0.000577949059506632, 0.00204365384615383, 0.00375472910013286, 0.00943884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1365, '2021-05-23 00:00:00', 0.000375199895440407, 0.000825192307692291, 0.00048412907528723, 0.00105519230769231, 0.000473534987741546, 0.00122923076923075, 0.000557631702277225, 0.00202134615384615, 0.00373466104424278, 0.00945365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1380, '2021-05-23 00:00:00', 0.000258562594712815, 0.00072884615384618, 0.000285048443925986, 0.000866153846153858, 0.00045809992191829, 0.00121346153846152, 0.000621680384120328, 0.00206749999999997, 0.00373032467137192, 0.00945807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1395, '2021-05-23 00:00:00', 0.000241359610412473, 0.00061730769230768, 0.000297426720128071, 0.000904423076923067, 0.000407267866869719, 0.00150365384615382, 0.000600163855831185, 0.0021155769230769, 0.0037295736867121, 0.00948326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1410, '2021-05-23 00:00:00', 0.000222664286798245, 0.000634230769230774, 0.000326483596006802, 0.00093653846153844, 0.000416587787405448, 0.00150923076923076, 0.000679590600740909, 0.00219423076923074, 0.00373748774631384, 0.00949442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 2, 1425, '2021-05-23 00:00:00', 0.000266079224754888, 0.000738076923076899, 0.000373000154671007, 0.00134134615384614, 0.000397176234861111, 0.00150980769230768, 0.000787000537581669, 0.00222461538461537, 0.00376243356700868, 0.00946211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 0, '2021-05-23 00:00:00', 0.000389355730168927, 0.00107173076923077, 0.000413022815536664, 0.00123461538461538, 0.000405298797659979, 0.00136365384615383, 0.000801690809381097, 0.00225192307692308, 0.00377828404783888, 0.0094421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 15, '2021-05-23 00:00:00', 0.000381885252600639, 0.000707115384615363, 0.000408089026863198, 0.000970576923076885, 0.00052031543687089, 0.00122307692307691, 0.000873596302647833, 0.00218749999999999, 0.0037858158352542, 0.00936846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 30, '2021-05-23 00:00:00', 0.000367712732776759, 0.00070057692307691, 0.000372236535635003, 0.000930961538461531, 0.00042320321541601, 0.00116519230769231, 0.000825148494794424, 0.00217403846153845, 0.00376964140816519, 0.00935788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 45, '2021-05-23 00:00:00', 0.000301942684321707, 0.00070923076923077, 0.000451915751168106, 0.000945384615384617, 0.000401341021308073, 0.00107115384615384, 0.000809793420950911, 0.00213423076923075, 0.00376399853367908, 0.0093348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 60, '2021-05-23 00:00:00', 0.00040707327822658, 0.000694423076923049, 0.000390498891951516, 0.000770769230769199, 0.000395517966138645, 0.000967307692307641, 0.000785185744805741, 0.00212942307692306, 0.00375638767250582, 0.00931711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 75, '2021-05-23 00:00:00', 0.00020156054635305, 0.000425576923076918, 0.000241521459470199, 0.000578846153846128, 0.00024078110071504, 0.000873461538461522, 0.000789343178754428, 0.00209942307692306, 0.00374954028464207, 0.00929211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 90, '2021-05-23 00:00:00', 0.000164271468565341, 0.000428653846153828, 0.000179059079206158, 0.000623076923076889, 0.000246471093639842, 0.000864999999999996, 0.00080844858549237, 0.00208365384615383, 0.00377909480411135, 0.00926153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 105, '2021-05-23 00:00:00', 0.00018432621584068, 0.000503076923076905, 0.000238151535468823, 0.000738076923076925, 0.000343747055931442, 0.000885961538461544, 0.000824255958192236, 0.00209826923076922, 0.00378598787027191, 0.00923807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 120, '2021-05-23 00:00:00', 0.000255233528060384, 0.000581923076923046, 0.00028982521257849, 0.000690576923076904, 0.000647852695745436, 0.000983653846153825, 0.000828278659909548, 0.00212653846153844, 0.00378598787027191, 0.00923807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 135, '2021-05-23 00:00:00', 0.00022567198796893, 0.0004303846153846, 0.000312267698272823, 0.000583653846153827, 0.000709925781603002, 0.00111384615384616, 0.000855412563530711, 0.0021855769230769, 0.00378402761109619, 0.00922019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 150, '2021-05-23 00:00:00', 0.000173520559633099, 0.000405769230769207, 0.000689619739142827, 0.000790769230769227, 0.000805182253616228, 0.00123730769230767, 0.000882973647137038, 0.00221269230769229, 0.00377966612790884, 0.00920403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 165, '2021-05-23 00:00:00', 0.000640873202387563, 0.000652692307692305, 0.000656003781649527, 0.000960192307692304, 0.000808013066345226, 0.00130865384615382, 0.000848741058636488, 0.00215923076923073, 0.00376671508080979, 0.0091975 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 180, '2021-05-23 00:00:00', 0.000358605472093488, 0.000691730769230775, 0.00054905022889181, 0.000916923076923055, 0.000668625714547285, 0.0012828846153846, 0.000806640898083869, 0.00207346153846151, 0.00377669387366577, 0.00917884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 195, '2021-05-23 00:00:00', 0.00034196924063204, 0.000635192307692276, 0.000482130209032284, 0.000913461538461527, 0.000640674524352118, 0.0012403846153846, 0.00082751472215581, 0.00204884615384613, 0.00377847173521863, 0.00916442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 210, '2021-05-23 00:00:00', 0.000279421930750985, 0.000623846153846142, 0.000370105442356012, 0.000834038461538451, 0.00048859342859021, 0.00113346153846153, 0.000926120194890848, 0.00200615384615384, 0.00375845551339295, 0.0091346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 225, '2021-05-23 00:00:00', 0.000227351303899108, 0.00055115384615387, 0.000321555593949191, 0.000820000000000026, 0.000384832231178575, 0.00106038461538463, 0.00091257581349972, 0.00192615384615384, 0.00376383493057486, 0.00911576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 240, '2021-05-23 00:00:00', 0.000200671277313068, 0.00058480769230768, 0.000280171993878482, 0.00077211538461537, 0.000361538166939306, 0.00105038461538462, 0.000937663072996688, 0.00187903846153847, 0.00372867454796142, 0.00909173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 255, '2021-05-23 00:00:00', 0.000200764787749273, 0.0004875, 0.000259248692601139, 0.000676730769230762, 0.000389524216685717, 0.000991346153846132, 0.000903841310952682, 0.00184365384615386, 0.00373355332914082, 0.00905230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 270, '2021-05-23 00:00:00', 0.000155464193255608, 0.000493653846153861, 0.000234518901977261, 0.000733653846153861, 0.000333746852477247, 0.0009698076923077, 0.000910125012545845, 0.00185846153846156, 0.00371479516466045, 0.00903365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 285, '2021-05-23 00:00:00', 0.000124976459321808, 0.000498653846153842, 0.000245968415733524, 0.000702307692307682, 0.00030665120501715, 0.000895192307692297, 0.000856524394551331, 0.00182096153846155, 0.00370969426482312, 0.00900346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 300, '2021-05-23 00:00:00', 0.000195709065864451, 0.000544038461538439, 0.000175060978387088, 0.00070711538461538, 0.000342081917764677, 0.000905961538461538, 0.000886191353706765, 0.00183634615384616, 0.00371196214441076, 0.00899980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 315, '2021-05-23 00:00:00', 0.000123369364106322, 0.000435000000000014, 0.000236115682208154, 0.000593846153846158, 0.000506960171398704, 0.000903846153846148, 0.000970552915372698, 0.00195019230769232, 0.00371139972040407, 0.00898673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 330, '2021-05-23 00:00:00', 0.000189252883323239, 0.000430576923076917, 0.000270922711090503, 0.000626346153846175, 0.000548845641744151, 0.000906538461538465, 0.00098251991563295, 0.00209423076923076, 0.0037023689557654, 0.00898173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 345, '2021-05-23 00:00:00', 0.000229128868677722, 0.000475961538461548, 0.000410017635643194, 0.000692307692307667, 0.000479522719442503, 0.000885961538461527, 0.00108875173761233, 0.00217788461538461, 0.00369269547162419, 0.00896461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 360, '2021-05-23 00:00:00', 0.000241994596252416, 0.000484230769230748, 0.000335840163447764, 0.000643846153846136, 0.000380271765168828, 0.000823846153846137, 0.001017692431246, 0.00228326923076922, 0.00366217054700959, 0.00892134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 375, '2021-05-23 00:00:00', 0.000230897246543913, 0.000408461538461507, 0.000224721023630519, 0.000578461538461528, 0.000350814930390134, 0.000768653846153852, 0.00105984623340442, 0.00254903846153847, 0.00364954085626376, 0.00890230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 390, '2021-05-23 00:00:00', 0.000157955811737143, 0.00040903846153846, 0.000205266805739441, 0.000527692307692306, 0.000384956940649053, 0.000775384615384639, 0.0010735491999044, 0.00275673076923077, 0.00365538351665679, 0.00889442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 405, '2021-05-23 00:00:00', 0.000178658785226087, 0.000394807692307674, 0.000262691102598884, 0.000563846153846141, 0.000374648347941615, 0.000784230769230766, 0.001217830921699, 0.00308807692307692, 0.00365621363624257, 0.00888807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 420, '2021-05-23 00:00:00', 0.000181689612759286, 0.000403653846153852, 0.000316966693227214, 0.000608269230769244, 0.000329661131373525, 0.000842692307692311, 0.0012534185408161, 0.00324903846153846, 0.00366179294041341, 0.00889846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 435, '2021-05-23 00:00:00', 0.000230293541777913, 0.000421346153846147, 0.000217743321013906, 0.000556923076923062, 0.000254945846436841, 0.00084923076923079, 0.00127122406183354, 0.00352384615384612, 0.00366190457486054, 0.00889134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 450, '2021-05-23 00:00:00', 0.000148667931465261, 0.000411923076923094, 0.000230658922354084, 0.000626538461538467, 0.000316705456463653, 0.00088788461538465, 0.00130677459653676, 0.00374961538461537, 0.00365872575548457, 0.00887807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 465, '2021-05-23 00:00:00', 0.000195282143025418, 0.00044634615384614, 0.000183182968640644, 0.000645000000000007, 0.000327716399439421, 0.000944038461538463, 0.00133732137556325, 0.00382269230769228, 0.00365274903852721, 0.00887153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 480, '2021-05-23 00:00:00', 0.000149152606413724, 0.000457500000000034, 0.000262926722754595, 0.000657692307692321, 0.000455052152547872, 0.00100769230769231, 0.00135644327052546, 0.00388211538461537, 0.00366000820196642, 0.00888596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 495, '2021-05-23 00:00:00', 0.000206541484005961, 0.000465769230769233, 0.000292555911815977, 0.000740192307692306, 0.000594218426558394, 0.00124153846153846, 0.00128478013683275, 0.00394499999999999, 0.00365387588206528, 0.0088748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 510, '2021-05-23 00:00:00', 0.00026830550898901, 0.000544615384615374, 0.000397658579882093, 0.000772884615384614, 0.000676863609713105, 0.00136711538461537, 0.00124465900489312, 0.00399903846153847, 0.00364699767458953, 0.00888903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 525, '2021-05-23 00:00:00', 0.00025904796110727, 0.000584615384615406, 0.000422964128320751, 0.000974423076923064, 0.000700446917771354, 0.00147826923076921, 0.00143284837353381, 0.00401269230769232, 0.00365180124680325, 0.00884788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 540, '2021-05-23 00:00:00', 0.000355901671814008, 0.000814999999999976, 0.000493364313822791, 0.00113288461538459, 0.000630459325839875, 0.00165980769230767, 0.00155979530215195, 0.00402576923076923, 0.00365488141447108, 0.00882692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 555, '2021-05-23 00:00:00', 0.000256055582908205, 0.000772692307692323, 0.000460883265714212, 0.00111576923076925, 0.000614016568305683, 0.0017771153846154, 0.00154548644321255, 0.00395711538461539, 0.00365811773793782, 0.00873423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 570, '2021-05-23 00:00:00', 0.000410616422167752, 0.000795384615384617, 0.000437216061707904, 0.00115826923076923, 0.000610921749993724, 0.00189576923076922, 0.00154250690062038, 0.00398653846153845, 0.00368563951240277, 0.00874884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 585, '2021-05-23 00:00:00', 0.000382684445222657, 0.000904230769230749, 0.000549168357259767, 0.00147826923076925, 0.00086019204027583, 0.00224211538461539, 0.00151081533005806, 0.00400980769230767, 0.00367586389636714, 0.00873076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 600, '2021-05-23 00:00:00', 0.000437496241742104, 0.0011748076923077, 0.000493439615197387, 0.00155557692307693, 0.000864908287712542, 0.00224288461538462, 0.00154374251788905, 0.0040201923076923, 0.00367611201386212, 0.00867153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 615, '2021-05-23 00:00:00', 0.000328453251561826, 0.000931538461538458, 0.000745161624182216, 0.00152038461538463, 0.000922627518807854, 0.00218153846153842, 0.00146686132740833, 0.00383807692307692, 0.00361211632511382, 0.0085771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982485 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 982485, 3, 630, '2021-05-23 00:00:00', 0.000661486554314213, 0.00109230769230771, 0.000624458657866644, 0.00144615384615386, 0.000866411076710203, 0.00217692307692307, 0.00139377562756707, 0.00367749999999998, 0.00358639182830793, 0.00853711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 98[...];
Date: 2021-05-23 15:34:31 Duration: 16s411ms 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 975055, 1, 915, '2021-05-23 00:00:00', 0.000291732556659995, 0.000693269230769238, 0.000396236720233665, 0.00110153846153846, 0.000529160038319077, 0.00146211538461539, 0.00140768582596237, 0.00344576923076924, 0.00272148752452657, 0.00640711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 930, '2021-05-23 00:00:00', 0.000363497539934535, 0.000847307692307692, 0.000431978142253302, 0.00109865384615383, 0.000522601775144917, 0.00139384615384615, 0.00144682343029876, 0.00342403846153846, 0.00271086353684292, 0.00642134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 945, '2021-05-23 00:00:00', 0.000213523192759358, 0.00071307692307691, 0.00026214859262521, 0.00102326923076923, 0.000388600892750062, 0.00144942307692309, 0.00143675762101281, 0.00331269230769231, 0.00270934048176927, 0.00640461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 960, '2021-05-23 00:00:00', 0.000261532245401242, 0.000831346153846164, 0.00030860405301691, 0.00104269230769232, 0.000580771370347551, 0.00177576923076923, 0.00145086107059008, 0.00330461538461538, 0.00272689440855061, 0.00646634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 975, '2021-05-23 00:00:00', 0.000254756973181531, 0.000658653846153861, 0.000332600534251846, 0.00111365384615386, 0.000638585817376065, 0.00180038461538463, 0.00131062681715512, 0.00315442307692308, 0.00275734811284041, 0.00645115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 990, '2021-05-23 00:00:00', 0.000329911176857321, 0.000984230769230752, 0.000507913416303931, 0.00147096153846153, 0.000837987974945844, 0.00191961538461539, 0.00133107319338714, 0.0031053846153846, 0.00276862565878118, 0.00644903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1005, '2021-05-23 00:00:00', 0.000371970635731041, 0.00098307692307692, 0.000512595507048357, 0.00140692307692309, 0.000711165132830518, 0.00180538461538464, 0.00125663802082564, 0.00299365384615385, 0.00278043236814818, 0.00643692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1020, '2021-05-23 00:00:00', 0.000411312954031177, 0.00102288461538462, 0.000470289763378352, 0.00135269230769232, 0.000633008810243716, 0.00188307692307694, 0.00117543368428586, 0.00283711538461538, 0.00273932580840895, 0.00652673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1035, '2021-05-23 00:00:00', 0.000275550428164319, 0.000865961538461545, 0.000402137605610527, 0.00116057692307693, 0.000771636323266756, 0.00183115384615384, 0.00118530328803028, 0.00264326923076924, 0.00279166727133556, 0.00645307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1050, '2021-05-23 00:00:00', 0.000349222708310913, 0.000872500000000003, 0.000503799410632693, 0.00134538461538462, 0.000680823144323214, 0.00177692307692307, 0.00106471623160641, 0.00255557692307692, 0.00279096217211087, 0.00644461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1065, '2021-05-23 00:00:00', 0.000266174032138024, 0.00097384615384615, 0.000593218243663649, 0.00129173076923077, 0.000680153941850952, 0.00164576923076922, 0.0010886658737259, 0.00238923076923077, 0.00281029527602732, 0.00641153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1080, '2021-05-23 00:00:00', 0.000398826194392168, 0.000855399999999991, 0.000403628025951286, 0.00111479999999999, 0.000690204800524209, 0.00159079999999999, 0.00104093515648191, 0.0023672, 0.00203381636339173, 0.00598439999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1095, '2021-05-23 00:00:00', 0.000275601161100604, 0.000715, 0.000445629200810932, 0.00101076923076923, 0.000707643353239909, 0.00139134615384616, 0.000938462838902009, 0.0022575, 0.00279481495190372, 0.00637884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1110, '2021-05-23 00:00:00', 0.00028207827609755, 0.000686923076923081, 0.000565163829208985, 0.000993076923076921, 0.000718098771864882, 0.00128461538461538, 0.000824806014489767, 0.00217019230769231, 0.0027974773526271, 0.00639653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1125, '2021-05-23 00:00:00', 0.000416136858035173, 0.000646730769230774, 0.000496737393862747, 0.000869038461538467, 0.000586074555509272, 0.00117076923076922, 0.000736005460891129, 0.00206403846153847, 0.00280939033216488, 0.00640096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1140, '2021-05-23 00:00:00', 0.000294197801069029, 0.000577115384615374, 0.000376672067127155, 0.000785384615384594, 0.000419694944160452, 0.00103538461538461, 0.000709336770403279, 0.00202057692307694, 0.00281347171931488, 0.00641365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1155, '2021-05-23 00:00:00', 0.000243163762482427, 0.000531153846153841, 0.000297977348132369, 0.000727499999999992, 0.000506785343725924, 0.00108923076923077, 0.000673010372534089, 0.00198519230769233, 0.00286532919306236, 0.00645923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1170, '2021-05-23 00:00:00', 0.000175926558103523, 0.000468076923076915, 0.000261958892840955, 0.000637307692307696, 0.000520956812029561, 0.000969999999999992, 0.000676309356843339, 0.00190211538461539, 0.00285554968438653, 0.00642499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1185, '2021-05-23 00:00:00', 0.000234994926295464, 0.000456153846153841, 0.000451933623444857, 0.00074999999999999, 0.000498891887471239, 0.000973653846153854, 0.000667716660314493, 0.00190153846153847, 0.0029220279114657, 0.00642134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1200, '2021-05-23 00:00:00', 0.000439719840877737, 0.000588461538461538, 0.000470119665617167, 0.000742499999999992, 0.000521689710312707, 0.000986923076923073, 0.00065587463623892, 0.00184846153846154, 0.00290453070484453, 0.00639115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1215, '2021-05-23 00:00:00', 0.000172952750328377, 0.000390576923076924, 0.000267489467801279, 0.00058615384615386, 0.000603305924437642, 0.000929038461538467, 0.00068856509105195, 0.00178673076923078, 0.00291009183043053, 0.00640230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1230, '2021-05-23 00:00:00', 0.000217265611991051, 0.000442115384615394, 0.000400303010231001, 0.000662499999999998, 0.000549545301555328, 0.00093596153846156, 0.000709320910340405, 0.00176807692307694, 0.00290311013596426, 0.00643269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1245, '2021-05-23 00:00:00', 0.000249455098472347, 0.000454615384615387, 0.000416651117658604, 0.000661923076923088, 0.000443378116111016, 0.0008619230769231, 0.000671307707732847, 0.00172903846153849, 0.00296476480452562, 0.00646711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1260, '2021-05-23 00:00:00', 0.000399137772628041, 0.000464807692307701, 0.000417020198736048, 0.000625384615384639, 0.000455524929656404, 0.000970192307692318, 0.000648374891555791, 0.00170000000000002, 0.00301598506040984, 0.00647826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1275, '2021-05-23 00:00:00', 0.000197216495643366, 0.000402884615384629, 0.000271459304217331, 0.000553076923076921, 0.000353317682285222, 0.00101423076923076, 0.000677519116959909, 0.00167692307692309, 0.00304258993925596, 0.00648846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1290, '2021-05-23 00:00:00', 0.000162624153755258, 0.000381153846153841, 0.000259698938121702, 0.000691538461538457, 0.000388751700466238, 0.00102826923076923, 0.000712115591308461, 0.00165615384615385, 0.00302852754905492, 0.00650634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1305, '2021-05-23 00:00:00', 0.000242268128638173, 0.000570384615384616, 0.000258145233421932, 0.000805192307692296, 0.000367597396826812, 0.00105461538461539, 0.000762349405052959, 0.00165615384615386, 0.00302907982981377, 0.00655615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1320, '2021-05-23 00:00:00', 0.000280625468990524, 0.00057942307692309, 0.000331626817603524, 0.000752884615384641, 0.000361243631831022, 0.000990192307692325, 0.000719021798107555, 0.0015871153846154, 0.00304431952735179, 0.00653423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1335, '2021-05-23 00:00:00', 0.000214184769263863, 0.00040865384615385, 0.00026030581127708, 0.000626346153846149, 0.000307972338917737, 0.000834807692307696, 0.000769186608347747, 0.00158403846153847, 0.00300023981733768, 0.00653980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1350, '2021-05-23 00:00:00', 0.000172669092152075, 0.000438846153846146, 0.000200911767852327, 0.000593461538461541, 0.000223692869801437, 0.000737499999999998, 0.000771786239835881, 0.00161000000000001, 0.0029591599964543, 0.00654826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1365, '2021-05-23 00:00:00', 0.000155455286670626, 0.00039711538461539, 0.000171541876475151, 0.000536153846153844, 0.000201018560184022, 0.000647307692307693, 0.000760978722031459, 0.00165384615384616, 0.00291636573758928, 0.00655865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1380, '2021-05-23 00:00:00', 0.000180954414148976, 0.000342500000000006, 0.000197412103128286, 0.000421538461538456, 0.000213332982772154, 0.000619807692307688, 0.000786641375625606, 0.00173557692307692, 0.00303153370678681, 0.00660115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1395, '2021-05-23 00:00:00', 0.000133034408504534, 0.000243076923076923, 0.000169389968824792, 0.000400192307692308, 0.0003504140956947, 0.000779038461538462, 0.00117806897081623, 0.0019925, 0.00301512147988461, 0.00658653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1410, '2021-05-23 00:00:00', 0.000133688645165385, 0.000300576923076924, 0.000192832829155203, 0.000462500000000002, 0.000380392560389924, 0.000847499999999997, 0.00121587133997995, 0.00210365384615385, 0.00300330594768243, 0.00658384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 1, 1425, '2021-05-23 00:00:00', 0.000187227134785531, 0.000345000000000014, 0.000331399886263385, 0.000661730769230783, 0.000462780600949706, 0.000836730769230777, 0.00124504663181129, 0.00223365384615385, 0.00300560909608378, 0.00659403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 0, '2021-05-23 00:00:00', 0.000330609286015992, 0.00046750000000001, 0.000384732524469424, 0.000663653846153855, 0.000450350803434203, 0.000810384615384617, 0.00130587436078432, 0.00239961538461539, 0.00299888931362673, 0.00659865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 15, '2021-05-23 00:00:00', 0.000340408210829289, 0.000430599999999988, 0.000465006003545456, 0.00054419999999999, 0.000426975799470327, 0.000840999999999994, 0.00125756997817219, 0.0024502, 0.00297623696973209, 0.00657859999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 30, '2021-05-23 00:00:00', 0.000426763302858458, 0.00035540000000001, 0.000406584657031392, 0.000559400000000001, 0.000456391370791916, 0.000914199999999994, 0.00123486409508629, 0.00254319999999999, 0.00293798506633372, 0.00655399999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 45, '2021-05-23 00:00:00', 0.000210500593823377, 0.000372499999999998, 0.000333499625187191, 0.00064, 0.000541884638588748, 0.000960192307692304, 0.00121852142432476, 0.00264269230769231, 0.00287413855990598, 0.00652769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 60, '2021-05-23 00:00:00', 0.000308127159065607, 0.000517884615384613, 0.000412403461896978, 0.000708846153846147, 0.00049492520802486, 0.0009751923076923, 0.00125707672184929, 0.00267326923076922, 0.00287441341173089, 0.00652230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 75, '2021-05-23 00:00:00', 0.000256128648564333, 0.000431730769230767, 0.000335307895247619, 0.000615769230769234, 0.000437800621990622, 0.000925769230769224, 0.00112222437081963, 0.00262846153846154, 0.00275551346604193, 0.00652769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 90, '2021-05-23 00:00:00', 0.000186275230609071, 0.000387692307692315, 0.000257195226657456, 0.000555769230769242, 0.000429054819879158, 0.00094596153846154, 0.00104800506457965, 0.00272384615384615, 0.00265011582475472, 0.0064982692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 105, '2021-05-23 00:00:00', 0.000188376055966591, 0.000383461538461544, 0.000325423511041309, 0.000697692307692301, 0.000437448414541201, 0.000988653846153845, 0.00108844781861427, 0.00274442307692308, 0.00258641656618693, 0.0064455769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 120, '2021-05-23 00:00:00', 0.000288129044273291, 0.000557884615384623, 0.000355927877309658, 0.000710576923076932, 0.000438126079500478, 0.00102230769230769, 0.00117715414649714, 0.00281173076923077, 0.00258527443119979, 0.00644326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 135, '2021-05-23 00:00:00', 0.000207607710691263, 0.000389807692307693, 0.000280550077800481, 0.000647884615384624, 0.00100987714408925, 0.00119961538461538, 0.00111824053075151, 0.00275826923076923, 0.00251134105302632, 0.00637826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 150, '2021-05-23 00:00:00', 0.000196805644071667, 0.000472692307692313, 0.000254965457690611, 0.000709230769230753, 0.000959994731556048, 0.00130826923076922, 0.00107167604175028, 0.00274153846153846, 0.00250546844998019, 0.0063530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 165, '2021-05-23 00:00:00', 0.000197570338010379, 0.00049903846153846, 0.000968116410673514, 0.000964230769230758, 0.000966299145431422, 0.00138403846153846, 0.00106542862447288, 0.00268307692307693, 0.00249741066676298, 0.00636096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 180, '2021-05-23 00:00:00', 0.000962743995047487, 0.00080999999999999, 0.00094814793149592, 0.00109749999999999, 0.000960861012121607, 0.00147673076923077, 0.00104060758878945, 0.00263307692307692, 0.00256276305216429, 0.00639230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 195, '2021-05-23 00:00:00', 0.000338296638151512, 0.000666153846153855, 0.00042006322784149, 0.000911346153846168, 0.000491013120614285, 0.00124826923076924, 0.00085040616992481, 0.00236557692307692, 0.0024881978727276, 0.00636057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 210, '2021-05-23 00:00:00', 0.000276272510395074, 0.000592500000000009, 0.000352761468766294, 0.000889423076923088, 0.000427531240423957, 0.00127019230769232, 0.000830494106865601, 0.00225230769230769, 0.00239940531895204, 0.00641326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 225, '2021-05-23 00:00:00', 0.000251481839075136, 0.000621346153846164, 0.00037641512476766, 0.000922115384615379, 0.000466425400086826, 0.00130442307692309, 0.000800609695554208, 0.00222326923076923, 0.00235438768783209, 0.00643576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 240, '2021-05-23 00:00:00', 0.000343056173915497, 0.000683461538461524, 0.000416724775435216, 0.000963461538461539, 0.000508566461884627, 0.00125538461538463, 0.000813045296306524, 0.00220057692307692, 0.00233837412286004, 0.00644846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 255, '2021-05-23 00:00:00', 0.000208708206318336, 0.000523653846153839, 0.000285248407263128, 0.000774423076923082, 0.000443004080550742, 0.00104115384615385, 0.000729897490168215, 0.00197788461538461, 0.00226226663904894, 0.00633788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 270, '2021-05-23 00:00:00', 0.000212157053582043, 0.000573846153846156, 0.000252824734062657, 0.000742115384615396, 0.000470472471196621, 0.00111788461538462, 0.000714200171251309, 0.00193326923076922, 0.00228057675734753, 0.00629211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 285, '2021-05-23 00:00:00', 0.000202820496612548, 0.000516923076923081, 0.000288468435814971, 0.000714038461538459, 0.0004283117574133, 0.00114980769230769, 0.00069457003855734, 0.00190653846153844, 0.00229872032126236, 0.00630134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 300, '2021-05-23 00:00:00', 0.000193824266163565, 0.000484615384615378, 0.000382922767870824, 0.000809615384615377, 0.000571363820507236, 0.00118115384615382, 0.000704846328041684, 0.00191288461538459, 0.00234001153843307, 0.00631499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 315, '2021-05-23 00:00:00', 0.000296444572585473, 0.000604230769230774, 0.000350160897083262, 0.000850576923076923, 0.00058661483235464, 0.0011401923076923, 0.000708498086420514, 0.00196346153846152, 0.00231591633301775, 0.00633730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 330, '2021-05-23 00:00:00', 0.000290977926733541, 0.000516923076923086, 0.000534339311673783, 0.000782499999999998, 0.00056433187180814, 0.00100769230769232, 0.000698582768621852, 0.00199826923076923, 0.00234020085429895, 0.00635596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 345, '2021-05-23 00:00:00', 0.000359514416101239, 0.000538846153846148, 0.000373809906441558, 0.000714615384615382, 0.000368367552651103, 0.000990576923076918, 0.000766587342607566, 0.00201192307692307, 0.00229424544324405, 0.00637807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 360, '2021-05-23 00:00:00', 0.000168175389217521, 0.000465192307692315, 0.00024238216804176, 0.000648653846153851, 0.000277542512336112, 0.000905384615384616, 0.000786882382961637, 0.00208673076923075, 0.00224653897909992, 0.00642076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 375, '2021-05-23 00:00:00', 0.000134565397312419, 0.000414615384615398, 0.000197548436124872, 0.000639230769230781, 0.000259754025659177, 0.000821923076923077, 0.000804989154250883, 0.00228653846153845, 0.00221521191901673, 0.0064553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 390, '2021-05-23 00:00:00', 0.000172109982725708, 0.000464615384615388, 0.000215523691362352, 0.00060269230769231, 0.00025476927722038, 0.000790769230769227, 0.000818644682010836, 0.00242365384615384, 0.00218404410528864, 0.00651557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 405, '2021-05-23 00:00:00', 0.00013065162132115, 0.000385384615384616, 0.000173938539101064, 0.00055115384615384, 0.000339074986033838, 0.000879615384615378, 0.000868270717265946, 0.00264403846153845, 0.00217521504684018, 0.00653749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 420, '2021-05-23 00:00:00', 0.000170095109141471, 0.000407884615384602, 0.000193881803803652, 0.000571923076923075, 0.000361777077557646, 0.000885576923076909, 0.000923182288858232, 0.00281653846153845, 0.00216789491123389, 0.00657211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 435, '2021-05-23 00:00:00', 0.000122107928300526, 0.000377115384615387, 0.000297255976196632, 0.000636346153846155, 0.000365701433496698, 0.000893461538461525, 0.000922835367432668, 0.00294365384615383, 0.00215314249769599, 0.00656115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 450, '2021-05-23 00:00:00', 0.000273217650629274, 0.00044826923076923, 0.000292755673925169, 0.000606730769230764, 0.000384054883898315, 0.00090807692307692, 0.0009005800054153, 0.00296788461538461, 0.00212307934016027, 0.00656326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 465, '2021-05-23 00:00:00', 0.000177200885568191, 0.000403076923076912, 0.000234001314920688, 0.000583846153846148, 0.000273879605778769, 0.000909038461538451, 0.000899644288679605, 0.00297038461538461, 0.00210929313715792, 0.00653846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 480, '2021-05-23 00:00:00', 0.000189597955198325, 0.00047576923076923, 0.00024563489165833, 0.000692500000000002, 0.000286432432628608, 0.000993461538461531, 0.000912416908756416, 0.00300884615384615, 0.00209009768818441, 0.00651711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 495, '2021-05-23 00:00:00', 0.000141189452645943, 0.000447307692307715, 0.000177544360653893, 0.000660000000000002, 0.000346560018112088, 0.00108961538461539, 0.000962417468989087, 0.00301076923076923, 0.00204740552519898, 0.00652576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 510, '2021-05-23 00:00:00', 0.000166550177239369, 0.000445192307692295, 0.000233006767811911, 0.000676923076923058, 0.000439713936729151, 0.00126711538461538, 0.000994532282803557, 0.00308269230769231, 0.00204348951174586, 0.00653423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 525, '2021-05-23 00:00:00', 0.000185642025248762, 0.000450192307692298, 0.000250260172313047, 0.000868076923076918, 0.000527837241814326, 0.00137192307692307, 0.00102438373594153, 0.00312903846153845, 0.00201706219155864, 0.00654173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 540, '2021-05-23 00:00:00', 0.000203834774718688, 0.000726153846153864, 0.000368443555848325, 0.00109557692307693, 0.00060604734519292, 0.00157076923076923, 0.00107760426945073, 0.00318480769230769, 0.00201317812273185, 0.00656307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 555, '2021-05-23 00:00:00', 0.000287538626167793, 0.000667307692307674, 0.000391127364658395, 0.00102115384615384, 0.000577033827831217, 0.00164903846153846, 0.00117314337768893, 0.00321923076923076, 0.00204609763659058, 0.00662153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 570, '2021-05-23 00:00:00', 0.000365786612868556, 0.000755384615384611, 0.000475349749779441, 0.00116576923076922, 0.00060675074086355, 0.00176730769230768, 0.00121834435261073, 0.00323980769230768, 0.00208486003957469, 0.00657576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 585, '2021-05-23 00:00:00', 0.000308532756021881, 0.000742692307692297, 0.000416589680067161, 0.00126519230769231, 0.000562374122667586, 0.00185442307692308, 0.00120064061426198, 0.00323826923076923, 0.00210536085889186, 0.00665211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 600, '2021-05-23 00:00:00', 0.000348410732414389, 0.00100096153846154, 0.0004537514144924, 0.00133211538461537, 0.000615157390742091, 0.00188384615384615, 0.0012019111224021, 0.00324788461538462, 0.00210742709518942, 0.00670019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 615, '2021-05-23 00:00:00', 0.000293500622460357, 0.000793846153846154, 0.000369925200339405, 0.00122942307692308, 0.000566551002524513, 0.00169096153846154, 0.00124790317979956, 0.00310288461538462, 0.00212545206051289, 0.00665230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 630, '2021-05-23 00:00:00', 0.000290254265190939, 0.000836538461538451, 0.000395878186392652, 0.00115346153846154, 0.000507235986651038, 0.00151211538461538, 0.00120849743005996, 0.00307596153846154, 0.00212710518346849, 0.00666769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 645, '2021-05-23 00:00:00', 0.000337592380519189, 0.000756153846153855, 0.000453933238059721, 0.00107423076923076, 0.000602019805449841, 0.00148538461538461, 0.00112460372507898, 0.00306153846153846, 0.00210515204091882, 0.00665865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 660, '2021-05-23 00:00:00', 0.000224515289868217, 0.000706346153846144, 0.000402400871691969, 0.000957307692307683, 0.000659576670763449, 0.00142576923076923, 0.00106720569713621, 0.003025, 0.00206856118706105, 0.00669423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 675, '2021-05-23 00:00:00', 0.000273671054651103, 0.00060961538461539, 0.000397027028725341, 0.000967692307692306, 0.000501667833715314, 0.00139615384615384, 0.00100653321623512, 0.00301865384615385, 0.00207927017521497, 0.00667730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 690, '2021-05-23 00:00:00', 0.00027548565507817, 0.000722884615384603, 0.00037927562537026, 0.00102999999999999, 0.000580316624452016, 0.00146576923076923, 0.000905258229202288, 0.00301730769230769, 0.00205403898547379, 0.00666807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 705, '2021-05-23 00:00:00', 0.000212144725636493, 0.000660769230769225, 0.000294486841811303, 0.000887499999999998, 0.000562633232084768, 0.00135307692307691, 0.000935195495810702, 0.00306615384615385, 0.00214536677875478, 0.00670384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 720, '2021-05-23 00:00:00', 0.000206673283599603, 0.000625384615384639, 0.000497808157364319, 0.00101480769230772, 0.000651824333343315, 0.00140519230769232, 0.000928709940641402, 0.00314692307692308, 0.00217655981203932, 0.00669884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 735, '2021-05-23 00:00:00', 0.000403669371563481, 0.000709807692307692, 0.000478891829764682, 0.000964230769230766, 0.00060141413480101, 0.00137019230769229, 0.00103446381503433, 0.00316576923076923, 0.00222148914885074, 0.00664096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 750, '2021-05-23 00:00:00', 0.000191676410008759, 0.000590384615384619, 0.000255198037730575, 0.000854038461538458, 0.000518808694547867, 0.00128730769230769, 0.00102735539877133, 0.00304634615384615, 0.0022214759819682, 0.00659846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 765, '2021-05-23 00:00:00', 0.000222792418045273, 0.00062730769230769, 0.000371155834988684, 0.000939423076923074, 0.000485893665163654, 0.00134942307692308, 0.00103019171106084, 0.00313519230769232, 0.00224602013827537, 0.0066273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 780, '2021-05-23 00:00:00', 0.000252007707452345, 0.000623269230769219, 0.000385401139673367, 0.00090096153846154, 0.000373549142066279, 0.00135480769230769, 0.000953873419275328, 0.00322250000000001, 0.00226678627135423, 0.006595 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 795, '2021-05-23 00:00:00', 0.000276901329274243, 0.000612115384615402, 0.00032775671089767, 0.000927307692307704, 0.000461700535645554, 0.00136423076923079, 0.000925414439381298, 0.00322673076923079, 0.00230422655970752, 0.00657596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 810, '2021-05-23 00:00:00', 0.000230943632816456, 0.00060519230769231, 0.000347279371023478, 0.000925192307692318, 0.000558565091585992, 0.00132019230769232, 0.000912073208937493, 0.00319846153846155, 0.00230663264388723, 0.00657692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 825, '2021-05-23 00:00:00', 0.000279903623523421, 0.000659038461538466, 0.0003899341167231, 0.000918846153846161, 0.000524560768643619, 0.001295, 0.000892948960553645, 0.00320961538461539, 0.00234919178409545, 0.00655903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 840, '2021-05-23 00:00:00', 0.000269493328017892, 0.000625576923076926, 0.000374827806619761, 0.000913269230769231, 0.000451672447687486, 0.00125, 0.00091267773822208, 0.00324057692307692, 0.00233788409431725, 0.00654403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 855, '2021-05-23 00:00:00', 0.000224023779644373, 0.000609423076923085, 0.000244514904375047, 0.000826538461538462, 0.000519319858453936, 0.00128634615384615, 0.000894082963798036, 0.00321288461538462, 0.00237012605961404, 0.00655846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 870, '2021-05-23 00:00:00', 0.000212618473761364, 0.000643846153846153, 0.000344110503271186, 0.000890961538461542, 0.000506111001810723, 0.00138788461538463, 0.000814108951317574, 0.00324923076923077, 0.00233372719386493, 0.00656615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 885, '2021-05-23 00:00:00', 0.000241203472994517, 0.00062865384615384, 0.000434814947375934, 0.000965961538461526, 0.000642144753630672, 0.00157326923076922, 0.000853090242318171, 0.00327519230769231, 0.00231293027597861, 0.0065623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 900, '2021-05-23 00:00:00', 0.00028523944057851, 0.000743461538461528, 0.000310617065755361, 0.0010598076923077, 0.00057499204007868, 0.00167538461538461, 0.00086423180651063, 0.00322384615384615, 0.00227809874338569, 0.00649826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 915, '2021-05-23 00:00:00', 0.000227512721537821, 0.000800961538461555, 0.000551791209119482, 0.00123346153846154, 0.000722102059694747, 0.00174923076923076, 0.00106088047612132, 0.00323423076923077, 0.00227236969669585, 0.00647403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 930, '2021-05-23 00:00:00', 0.000543011155856499, 0.000861346153846152, 0.00060549204403081, 0.00120384615384615, 0.000692492154912515, 0.00174423076923077, 0.00107549761291443, 0.00313634615384615, 0.00228517644496337, 0.00643923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 945, '2021-05-23 00:00:00', 0.000298564256709705, 0.000826153846153857, 0.000527258366093328, 0.00123923076923077, 0.00067219800196533, 0.00187192307692309, 0.00108170657545595, 0.00303134615384616, 0.00219141202283965, 0.00656057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 960, '2021-05-23 00:00:00', 0.00032793438602633, 0.000899807692307703, 0.000363745948959741, 0.00117634615384615, 0.000762127916781999, 0.0019148076923077, 0.00102895069777981, 0.00300346153846153, 0.00221165371472258, 0.00656807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 975, '2021-05-23 00:00:00', 0.000289720820525829, 0.000773076923076923, 0.000497935777446794, 0.00130903846153846, 0.000696582343688426, 0.0018098076923077, 0.0009522702428327, 0.00293384615384615, 0.00210018416774852, 0.00661653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 990, '2021-05-23 00:00:00', 0.000412209431460056, 0.00104115384615386, 0.000694048352339109, 0.00144134615384617, 0.000619787339459154, 0.0017971153846154, 0.000959293750631173, 0.00289250000000001, 0.00208862410544506, 0.00666942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1005, '2021-05-23 00:00:00', 0.000412497878782413, 0.000917500000000003, 0.000382813320642745, 0.00125903846153847, 0.000474624750562121, 0.00167442307692309, 0.00102027773368146, 0.00273442307692308, 0.00214713759367066, 0.00679038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1020, '2021-05-23 00:00:00', 0.000293440860245365, 0.000958461538461528, 0.000418301142902864, 0.00127038461538462, 0.000474401850106653, 0.00176134615384615, 0.00106897666737148, 0.00266634615384615, 0.00212223738975203, 0.00680346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1035, '2021-05-23 00:00:00', 0.000266595415160543, 0.000881346153846159, 0.000327242323762586, 0.00122346153846155, 0.00049819026331468, 0.00174653846153846, 0.00107879191691449, 0.00257, 0.00197812110736037, 0.00686634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1050, '2021-05-23 00:00:00', 0.000249167305547591, 0.000802115384615391, 0.000434028224888667, 0.00122250000000001, 0.00063718941152051, 0.00171288461538463, 0.00109728933495929, 0.00245673076923077, 0.00188045703323584, 0.00691057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1065, '2021-05-23 00:00:00', 0.000404722697088354, 0.000987307692307691, 0.000564140189887379, 0.00130692307692307, 0.000622002102395664, 0.00170884615384614, 0.00112237673642212, 0.00241346153846153, 0.00196028342730958, 0.00698365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1080, '2021-05-23 00:00:00', 0.000486842929969756, 0.000940961538461545, 0.000568110769264098, 0.00121538461538463, 0.00062163818935257, 0.00149903846153846, 0.00110638788580053, 0.00233307692307692, 0.00207857574203698, 0.00709865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1095, '2021-05-23 00:00:00', 0.0003416611569287, 0.000697884615384627, 0.000435953993691306, 0.00104173076923077, 0.000598459303930976, 0.00134153846153847, 0.00110733019187873, 0.00223307692307693, 0.00204269604086967, 0.00707134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1110, '2021-05-23 00:00:00', 0.000293846964356517, 0.000749038461538454, 0.000350699356231987, 0.000959038461538459, 0.000492008169100418, 0.00126096153846153, 0.00109766395305948, 0.00214807692307691, 0.00196333452614129, 0.0070526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1125, '2021-05-23 00:00:00', 0.000339434824377207, 0.000655, 0.000469004674406752, 0.000950769230769217, 0.000420806185973838, 0.00118461538461538, 0.00111434059494325, 0.00207019230769229, 0.00197026137469509, 0.00705826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1140, '2021-05-23 00:00:00', 0.000301494801588053, 0.000646346153846157, 0.000301098757118766, 0.00081769230769231, 0.000389569584976112, 0.00107769230769232, 0.00119376721091097, 0.00202807692307692, 0.00194579791819745, 0.00705153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1155, '2021-05-23 00:00:00', 0.000236811837022233, 0.000565384615384604, 0.000291793657336043, 0.000783461538461543, 0.000825190887007372, 0.00120500000000002, 0.0012196236651588, 0.00196326923076923, 0.00199656032099825, 0.00709134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1170, '2021-05-23 00:00:00', 0.000201443635942021, 0.000526538461538478, 0.000246221679355453, 0.00069365384615386, 0.000790617188316544, 0.00112653846153849, 0.00110987996578979, 0.00185653846153846, 0.00197503780879097, 0.00712788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1185, '2021-05-23 00:00:00', 0.000154815522974432, 0.000449615384615392, 0.000839836522553886, 0.000830769230769255, 0.000809287340812905, 0.00109500000000002, 0.0011086823780437, 0.00184884615384615, 0.00197221676332458, 0.0071451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1200, '2021-05-23 00:00:00', 0.000864313333497501, 0.000708461538461547, 0.000830983222083719, 0.000896346153846167, 0.000890433256687664, 0.00106423076923077, 0.00123007798376926, 0.00190961538461538, 0.00196738965089825, 0.00713596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1215, '2021-05-23 00:00:00', 0.000220826506909488, 0.000447115384615397, 0.000314844344936451, 0.000615192307692311, 0.000377044580102424, 0.000828846153846156, 0.000955232895484327, 0.00183173076923077, 0.00194611423492678, 0.00710384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1230, '2021-05-23 00:00:00', 0.00016136485176336, 0.000406153846153851, 0.000183839499396784, 0.000604807692307692, 0.000303404781667095, 0.000812692307692307, 0.000851830878844991, 0.00177961538461538, 0.00194306321406334, 0.00708557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1245, '2021-05-23 00:00:00', 0.000139954937802788, 0.00043923076923076, 0.00025435506678657, 0.000647499999999997, 0.000397894265042658, 0.00090461538461538, 0.000839891590989792, 0.00174673076923076, 0.00196084727565957, 0.00708903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1260, '2021-05-23 00:00:00', 0.000201727539022323, 0.000449999999999997, 0.000232266839250419, 0.00058326923076923, 0.000329089478129258, 0.000926730769230773, 0.000813885646853308, 0.00170038461538461, 0.00195680097057968, 0.00709403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1275, '2021-05-23 00:00:00', 0.000138937174512584, 0.000398461538461544, 0.000238456253043157, 0.000624230769230776, 0.000355212666527448, 0.000970961538461541, 0.000902540602112469, 0.00174846153846154, 0.0019222492034073, 0.007255 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1290, '2021-05-23 00:00:00', 0.000182784972450807, 0.000477884615384608, 0.000197179828114814, 0.000708269230769229, 0.000342964452071378, 0.00096115384615384, 0.000971451808060802, 0.00177615384615384, 0.0018781915606406, 0.00732153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1305, '2021-05-23 00:00:00', 0.000142810929338266, 0.000524807692307697, 0.000320047832963479, 0.000766153846153839, 0.000324636660804753, 0.000910192307692301, 0.000946635174629671, 0.00174192307692307, 0.00188140157452241, 0.00745173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1320, '2021-05-23 00:00:00', 0.000322650799567499, 0.000586538461538457, 0.000302741829591847, 0.000691153846153844, 0.000350731159371163, 0.000932115384615381, 0.00106016878191817, 0.00184461538461538, 0.00189893708122769, 0.00751596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1335, '2021-05-23 00:00:00', 0.000118034545138923, 0.000336923076923081, 0.000177776977829395, 0.000490576923076917, 0.000346334209421161, 0.000820769230769232, 0.00106426196890688, 0.00178846153846154, 0.00191908204217939, 0.00752173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1350, '2021-05-23 00:00:00', 0.000119025692119876, 0.000368653846153844, 0.000243047083124615, 0.00061673076923077, 0.000333838053783337, 0.000825384615384612, 0.00101724758728943, 0.00178942307692307, 0.00195198376411912, 0.00753884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1365, '2021-05-23 00:00:00', 0.000210229544875257, 0.000472307692307686, 0.000281252760670207, 0.000616346153846152, 0.00033791174314285, 0.000807115384615373, 0.000966550488155594, 0.00178961538461538, 0.00230309585124024, 0.0076825 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1380, '2021-05-23 00:00:00', 0.000189722469372027, 0.000363846153846168, 0.000228395742921397, 0.000488846153846158, 0.000661026939983987, 0.000791153846153854, 0.00093907886537, 0.00186634615384615, 0.00228803361997892, 0.00764538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1395, '2021-05-23 00:00:00', 0.000140447088312231, 0.000294230769230784, 0.00019217019700096, 0.000450769230769233, 0.000609521659866284, 0.00102442307692309, 0.00101896787901364, 0.00205346153846154, 0.00229727294014849, 0.00762519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1410, '2021-05-23 00:00:00', 0.000189160086861731, 0.000318461538461524, 0.000620054340050417, 0.000595769230769227, 0.000601699803761087, 0.00104442307692309, 0.00127955642855097, 0.00216942307692307, 0.00229816635937972, 0.00762384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 2, 1425, '2021-05-23 00:00:00', 0.000492786308813289, 0.00046288461538462, 0.000475565614659148, 0.000924423076923087, 0.000466072460526815, 0.00104153846153848, 0.0012069726432436, 0.00228980769230768, 0.0023205896797018, 0.00759269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 0, '2021-05-23 00:00:00', 0.000333823076125427, 0.000640384615384626, 0.000381228984288363, 0.000766538461538479, 0.000339230180533245, 0.000911346153846176, 0.00121624320695392, 0.00228346153846153, 0.00238618366047932, 0.00753730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 15, '2021-05-23 00:00:00', 0.000289892287688977, 0.000396538461538459, 0.000296166338397885, 0.000547500000000008, 0.000461346899348489, 0.00085980769230771, 0.00117622867020635, 0.00226326923076923, 0.00237680296746573, 0.00750211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 30, '2021-05-23 00:00:00', 0.000267054085562057, 0.000381730769230781, 0.00031397237752096, 0.000535576923076943, 0.00054179559017997, 0.000852692307692317, 0.0011685392590752, 0.00229, 0.00237790745922028, 0.00750673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 45, '2021-05-23 00:00:00', 0.00023170447025999, 0.000309807692307694, 0.000425291257664851, 0.000625576923076935, 0.000447831570330428, 0.000888653846153839, 0.00117105192685236, 0.00235384615384616, 0.00240009926076788, 0.00754230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 60, '2021-05-23 00:00:00', 0.000412146351900167, 0.000533846153846158, 0.000483605568778778, 0.000667115384615378, 0.000634284121000862, 0.00101711538461538, 0.00115247694787559, 0.00238634615384615, 0.00239578422201616, 0.00754403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 75, '2021-05-23 00:00:00', 0.000233437275383483, 0.000385192307692308, 0.000239085839107093, 0.000584038461538453, 0.000507137403623355, 0.000997115384615384, 0.00110825510809353, 0.00240423076923076, 0.00234456521309636, 0.00754903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 90, '2021-05-23 00:00:00', 0.000208931807056741, 0.00044749999999999, 0.000494752929792685, 0.000732692307692295, 0.000498105796608895, 0.00104076923076922, 0.00111588014589381, 0.00244249999999999, 0.00230413160681817, 0.0075876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 105, '2021-05-23 00:00:00', 0.000474546463640631, 0.000537884615384616, 0.000454887306416055, 0.000802307692307688, 0.000509587955720476, 0.00108173076923077, 0.001108075827036, 0.00249596153846154, 0.00235031781811607, 0.00764038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 120, '2021-05-23 00:00:00', 0.000217434693997641, 0.000544615384615374, 0.00030977336628822, 0.000736538461538453, 0.000470429427389329, 0.00114961538461538, 0.00111818267738327, 0.0024975, 0.00236907675136248, 0.00763442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 135, '2021-05-23 00:00:00', 0.00021581473536347, 0.000435000000000002, 0.000328176605831959, 0.000673269230769226, 0.000787338164079067, 0.00124423076923077, 0.00107019000829113, 0.00249057692307693, 0.00239072538074826, 0.00760461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 150, '2021-05-23 00:00:00', 0.000265532556311903, 0.000458461538461544, 0.000334240873530536, 0.000780192307692312, 0.00108193916009811, 0.00132711538461538, 0.001071905940908, 0.00253288461538462, 0.00240046252754628, 0.00760788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 165, '2021-05-23 00:00:00', 0.000267493853272284, 0.000554807692307685, 0.000787707188861836, 0.000971153846153842, 0.0011007765266113, 0.00141980769230767, 0.00109117412063267, 0.0025051923076923, 0.00236482102103701, 0.00762230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 180, '2021-05-23 00:00:00', 0.000817096077582073, 0.000785000000000002, 0.00111258529491519, 0.00107596153846153, 0.0011867792387544, 0.0014651923076923, 0.00113153879229196, 0.00252596153846153, 0.00237897312203914, 0.00762365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 195, '2021-05-23 00:00:00', 0.000407683700925098, 0.000635000000000001, 0.000472949826579446, 0.000958461538461523, 0.000478215794546617, 0.00127711538461537, 0.00072145176820502, 0.0023055769230769, 0.00206609938140599, 0.00747057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 210, '2021-05-23 00:00:00', 0.00032750554898411, 0.00066673076923076, 0.000426056379440019, 0.00093596153846153, 0.000400357532520826, 0.00125307692307692, 0.000733767438529513, 0.00229057692307692, 0.00205785811912813, 0.00748596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 225, '2021-05-23 00:00:00', 0.000280557206561958, 0.000622884615384618, 0.000290534785419018, 0.00087769230769231, 0.000318582738921093, 0.00123519230769231, 0.00078743478362435, 0.00214846153846153, 0.00201777207678325, 0.00745692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 240, '2021-05-23 00:00:00', 0.000190967576788877, 0.000608846153846154, 0.000268032432021553, 0.000820769230769232, 0.000310829473406973, 0.0011198076923077, 0.000839311645612945, 0.00204096153846153, 0.00198803522062904, 0.00743596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 255, '2021-05-23 00:00:00', 0.000231782474282724, 0.000558653846153834, 0.000275312759211448, 0.00080865384615384, 0.000387978786097302, 0.00108153846153846, 0.000889068332581909, 0.0020025, 0.00200660371312785, 0.00746230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 270, '2021-05-23 00:00:00', 0.000258813936730919, 0.00056057692307691, 0.00030124485313189, 0.00076230769230769, 0.000420038276644094, 0.00109192307692308, 0.000946116515836414, 0.00197730769230769, 0.002005750080298, 0.00744076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 285, '2021-05-23 00:00:00', 0.000281854845347984, 0.00053807692307693, 0.000388402299367329, 0.000782884615384624, 0.000522925535219496, 0.00110365384615386, 0.000917604825284057, 0.00194115384615384, 0.00202078907855324, 0.0074725 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 300, '2021-05-23 00:00:00', 0.000316988776797193, 0.000561730769230773, 0.000329234777114348, 0.000751538461538474, 0.000673148286326733, 0.00102884615384616, 0.000919052438446998, 0.00189923076923077, 0.00204991655552498, 0.00748173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 315, '2021-05-23 00:00:00', 0.000208508715921874, 0.000508269230769221, 0.000390912394277802, 0.000742499999999996, 0.000536476574870345, 0.000983653846153847, 0.000877675426251721, 0.00200192307692307, 0.00200312817862463, 0.0074275 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 330, '2021-05-23 00:00:00', 0.00027342000658328, 0.000502499999999995, 0.00041246617576942, 0.000677115384615384, 0.000532276677620248, 0.000987307692307691, 0.000806134938122347, 0.00201846153846152, 0.00196111561656586, 0.00738230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 345, '2021-05-23 00:00:00', 0.000217874081488884, 0.000458653846153849, 0.000249510289598221, 0.00069076923076923, 0.000397346777435598, 0.000927307692307704, 0.000716262092125075, 0.00206576923076922, 0.00190900305234072, 0.00730942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 360, '2021-05-23 00:00:00', 0.000196351431406497, 0.000478269230769221, 0.000392645073630303, 0.000688076923076917, 0.000419583309780237, 0.000891923076923074, 0.000809614628174327, 0.0021453846153846, 0.00189323865779902, 0.00727384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 375, '2021-05-23 00:00:00', 0.000310028038434232, 0.000410769230769223, 0.000308001560935094, 0.000574807692307692, 0.000333676317132912, 0.000791730769230755, 0.000811390070283012, 0.00222038461538461, 0.00187955314861314, 0.00723403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 390, '2021-05-23 00:00:00', 0.00018490506919873, 0.000411730769230781, 0.000232203905751285, 0.00055557692307692, 0.000301707448723726, 0.000830769230769233, 0.000706010895535898, 0.00220076923076923, 0.00188265659273109, 0.00718961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 405, '2021-05-23 00:00:00', 0.000164903351647599, 0.000368653846153844, 0.00022116135773196, 0.000537884615384616, 0.000307388754110884, 0.000789615384615386, 0.000722555640657642, 0.00230057692307693, 0.0018939242227551, 0.00719519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 420, '2021-05-23 00:00:00', 0.000161412038441524, 0.000365384615384618, 0.000253735780200275, 0.000575384615384623, 0.000345776105861321, 0.000786346153846151, 0.000726000450307142, 0.00242057692307692, 0.00188808206511672, 0.00717326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 435, '2021-05-23 00:00:00', 0.000196054937355671, 0.000421538461538469, 0.000174617053533196, 0.000551346153846158, 0.000278895969025134, 0.000869807692307703, 0.000766804658707421, 0.00252923076923077, 0.00191727279267674, 0.00718480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 450, '2021-05-23 00:00:00', 0.000169466697431867, 0.000435192307692306, 0.000286815942052372, 0.000615769230769225, 0.000352856039505332, 0.000949230769230775, 0.000856038460674441, 0.00262461538461538, 0.0019657913262759, 0.00720846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 465, '2021-05-23 00:00:00', 0.000191525856860509, 0.000413076923076926, 0.00023151972835027, 0.000655769230769248, 0.000362627006928377, 0.000922115384615392, 0.000830094063251969, 0.00278807692307692, 0.00196169107777331, 0.00720326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 480, '2021-05-23 00:00:00', 0.000169706987300071, 0.000542307692307701, 0.00027243806635637, 0.000722500000000011, 0.000366177762631977, 0.000986923076923086, 0.000861779844275793, 0.0028225, 0.00195529054500466, 0.00724365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 495, '2021-05-23 00:00:00', 0.000264409065363036, 0.00047192307692309, 0.000348405819963747, 0.000663846153846152, 0.000419163865515439, 0.00112211538461539, 0.00089543629245535, 0.00282807692307693, 0.00196392970460131, 0.00725173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 510, '2021-05-23 00:00:00', 0.000189876579347254, 0.000478653846153831, 0.000236191333782282, 0.000652884615384618, 0.000386868890532089, 0.00116653846153845, 0.000915141603166501, 0.00287307692307692, 0.00195627007731157, 0.00720384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 525, '2021-05-23 00:00:00', 0.000181347626227818, 0.000455192307692322, 0.000320857504916945, 0.000848461538461546, 0.000401293102166186, 0.00127807692307691, 0.000976772412670337, 0.00291288461538461, 0.00198818325459354, 0.00719557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 540, '2021-05-23 00:00:00', 0.000332915154356167, 0.000712500000000009, 0.000365830772142187, 0.000938076923076911, 0.000586870186143952, 0.00136615384615384, 0.000983819108607638, 0.00291403846153846, 0.0019947477669736, 0.00719557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 555, '2021-05-23 00:00:00', 0.000255903226901226, 0.000607692307692301, 0.000329780404791758, 0.000898653846153845, 0.00053220734102994, 0.00140557692307692, 0.000907483269606325, 0.00284326923076924, 0.00213197618690699, 0.0071476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 570, '2021-05-23 00:00:00', 0.000223043631468054, 0.000587307692307688, 0.000418232039018461, 0.000870961538461539, 0.000465205165656875, 0.00138961538461538, 0.000873788854093746, 0.0027951923076923, 0.00219189142944205, 0.00715596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 585, '2021-05-23 00:00:00', 0.000338193219692759, 0.000680576923076932, 0.000408129315856551, 0.00111653846153846, 0.000518561620105234, 0.00148692307692307, 0.000842917757645348, 0.00277711538461538, 0.00221860059843691, 0.00714384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975055 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 975055, 3, 600, '2021-05-23 00:00:00', 0.000270213092548485, 0.000861346153846156, 0.000244907203776339, 0.00110346153846153, 0.000493843053548868, 0.00154480769230768, 0.000764239793218384, 0.0027023076923077, 0.00228110732219784, 0.00708115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 97505[...];
Date: 2021-05-23 15:01:29 Duration: 13s150ms Database: acaweb_fx User: pgperfstats
7 13s480ms 15s485ms 14s483ms 2 28s966ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_tru[...];Times Reported Time consuming queries #7
Day Hour Count Duration Avg duration May 23 15 2 28s966ms 14s483ms [ User: pgperfstats - Total duration: 28s966ms - 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 977055, 1, 930, '2021-05-23 00:00:00', 0.000677955098354333, 0.00122365384615389, 0.000617932439672839, 0.00153750000000004, 0.000680303326013199, 0.00198615384615387, 0.00182228319381528, 0.00507596153846154, 0.00203299609330286, 0.00751865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 945, '2021-05-23 00:00:00', 0.000303681766631798, 0.000931153846153823, 0.000493661710704179, 0.00133173076923076, 0.000782990519640051, 0.00206807692307693, 0.00185789703283458, 0.00499923076923077, 0.00186270328782165, 0.00754153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 960, '2021-05-23 00:00:00', 0.000479828054138602, 0.0010751923076923, 0.000456195850316694, 0.00151057692307691, 0.000674375608647362, 0.00234230769230768, 0.00183070331167689, 0.00495884615384615, 0.00176721776116715, 0.00764384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 975, '2021-05-23 00:00:00', 0.000379509602594649, 0.000926538461538459, 0.000669659643745634, 0.00152096153846154, 0.000778647841799155, 0.00252269230769229, 0.00185704293475905, 0.0047276923076923, 0.00175493371560121, 0.00763711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 990, '2021-05-23 00:00:00', 0.000646347132263011, 0.00126615384615387, 0.00063659566324438, 0.00189903846153846, 0.000805779507920502, 0.00273384615384616, 0.0018586771246901, 0.00459942307692308, 0.00176565215670062, 0.00757153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1005, '2021-05-23 00:00:00', 0.000528494232557157, 0.0012980769230769, 0.000782784674194547, 0.00181538461538459, 0.0010040866496473, 0.00264499999999996, 0.00176735352999903, 0.0043675, 0.00174614574464403, 0.00749019230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1020, '2021-05-23 00:00:00', 0.000659384474047851, 0.00131173076923076, 0.000784384545605388, 0.00188634615384615, 0.00109310813034001, 0.0028357692307692, 0.00167049883153324, 0.00419711538461538, 0.00177315942491191, 0.0075421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1035, '2021-05-23 00:00:00', 0.000601346821725994, 0.00126999999999998, 0.000622501436513606, 0.00182903846153841, 0.0012661911995612, 0.00277692307692307, 0.00154125434680281, 0.0038448076923077, 0.00180701968828406, 0.0074519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1050, '2021-05-23 00:00:00', 0.000516204938431935, 0.00128153846153841, 0.000738316093449246, 0.0019805769230769, 0.00119642820993928, 0.0026573076923077, 0.00134969569219825, 0.0036776923076923, 0.00176255798595285, 0.00733442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1065, '2021-05-23 00:00:00', 0.000544443858799622, 0.00136365384615386, 0.000987733769798349, 0.00190500000000004, 0.00105816190414541, 0.00235115384615389, 0.00125675914098988, 0.00337846153846157, 0.00176475781733533, 0.0072219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1080, '2021-05-23 00:00:00', 0.000778246846345155, 0.00121192307692308, 0.000767685833177572, 0.00159846153846157, 0.000950947867211356, 0.00216538461538466, 0.00106768435626611, 0.00323326923076926, 0.00192341519178778, 0.00732500000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1095, '2021-05-23 00:00:00', 0.00043819634692857, 0.00098596153846155, 0.000522500386455514, 0.00134942307692309, 0.000938319959370926, 0.00196211538461541, 0.00094274590752434, 0.00301461538461541, 0.00194760224378596, 0.0073125 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1110, '2021-05-23 00:00:00', 0.000445436907385903, 0.000940961538461537, 0.000768343272642749, 0.00141076923076925, 0.000967922855317575, 0.00184442307692308, 0.00092560873940425, 0.00287846153846155, 0.00202417781979597, 0.00735461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1125, '2021-05-23 00:00:00', 0.000534984723002582, 0.000940576923076953, 0.000701624516061443, 0.00130019230769233, 0.000763350509268207, 0.00174500000000002, 0.00078050466908377, 0.00271846153846155, 0.00210691966186149, 0.00740730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1140, '2021-05-23 00:00:00', 0.000407956304221216, 0.000847115384615375, 0.000460546372842581, 0.0011401923076923, 0.000536815109268031, 0.00152269230769228, 0.000749961973394986, 0.0026098076923077, 0.00213603007037318, 0.00749730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1155, '2021-05-23 00:00:00', 0.000350960276077809, 0.000758653846153846, 0.000502406057043375, 0.0011046153846154, 0.000522389369958985, 0.0014044230769231, 0.000847301871553741, 0.00249769230769232, 0.0023002517337156, 0.00755903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1170, '2021-05-23 00:00:00', 0.000345296082537016, 0.000695769230769263, 0.000314838908747873, 0.000936538461538457, 0.000461885308774316, 0.00122096153846155, 0.00092902496447373, 0.00243423076923075, 0.00223603264734663, 0.00754000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1185, '2021-05-23 00:00:00', 0.000279525421989578, 0.00071230769230767, 0.000308822141992113, 0.000941346153846155, 0.000463094109060092, 0.00118307692307691, 0.000931078861404267, 0.00246538461538462, 0.00230748304435807, 0.00759 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1200, '2021-05-23 00:00:00', 0.00030518197597752, 0.000630961538461539, 0.000358613784110234, 0.000849615384615391, 0.000507360932063822, 0.00124634615384616, 0.00100379909114555, 0.00249884615384616, 0.00225216931321441, 0.00766115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1215, '2021-05-23 00:00:00', 0.000295039567098811, 0.000557884615384606, 0.000355794938780147, 0.000839038461538475, 0.000543096570248245, 0.00128326923076925, 0.000987841158206212, 0.00252192307692307, 0.00234064091321488, 0.00783826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1230, '2021-05-23 00:00:00', 0.000319000602844884, 0.000629230769230775, 0.00053684032864678, 0.000961538461538441, 0.000533303060038284, 0.00125807692307692, 0.00100191411039842, 0.00243673076923075, 0.00244440705410411, 0.00788538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1245, '2021-05-23 00:00:00', 0.000382945667967925, 0.000654230769230777, 0.000373241157348, 0.000894807692307696, 0.000464954422911138, 0.00116384615384615, 0.000995494542735135, 0.00231576923076921, 0.00243250001976442, 0.00792211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1260, '2021-05-23 00:00:00', 0.000325446675296506, 0.000638461538461554, 0.000448727088551598, 0.000895000000000022, 0.000613769594705216, 0.00132634615384617, 0.000997879925719463, 0.00225288461538461, 0.00243460266857781, 0.00790307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1275, '2021-05-23 00:00:00', 0.00032444182837603, 0.000587500000000014, 0.000351485474040584, 0.000799038461538444, 0.000666520701969458, 0.00138538461538461, 0.00101177294883785, 0.00220249999999998, 0.00242700318531694, 0.00792769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1290, '2021-05-23 00:00:00', 0.000223056132983456, 0.000559038461538443, 0.000556466634565467, 0.00101134615384616, 0.000670453463078426, 0.0013746153846154, 0.000994733207370797, 0.00216192307692307, 0.0025017573900084, 0.00797096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1305, '2021-05-23 00:00:00', 0.000475464671501623, 0.00078557692307692, 0.000544890673579453, 0.0010903846153846, 0.000641089577324302, 0.00144461538461536, 0.000939019373929737, 0.00207923076923075, 0.00252393311047538, 0.0080521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1320, '2021-05-23 00:00:00', 0.000387827281144599, 0.00073499999999999, 0.000443151345913119, 0.000908653846153855, 0.00063747989410229, 0.00138384615384615, 0.000812336539770432, 0.00193057692307691, 0.00249938515516241, 0.00805307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1335, '2021-05-23 00:00:00', 0.000274246940940783, 0.000555769230769242, 0.00030936038232754, 0.000880384615384618, 0.000498963888010388, 0.00127519230769234, 0.000649232594328444, 0.00185980769230769, 0.00245905153698302, 0.00807230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1350, '2021-05-23 00:00:00', 0.000273857346357255, 0.000654615384615395, 0.000392265853726776, 0.00100750000000002, 0.00052102314284934, 0.00122634615384616, 0.000644816521309629, 0.00185288461538463, 0.00244022896151477, 0.00809576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1365, '2021-05-23 00:00:00', 0.00034054729706528, 0.000747692307692312, 0.000378236189945649, 0.000883846153846179, 0.000499856017730616, 0.00112596153846156, 0.000635246045608733, 0.00182846153846153, 0.00242838380092923, 0.00807826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1380, '2021-05-23 00:00:00', 0.0002365649203463, 0.000569807692307719, 0.000366221874740484, 0.000782307692307693, 0.000572282743459496, 0.00114346153846156, 0.000590918060179381, 0.00178192307692306, 0.00243598213489725, 0.00810519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1395, '2021-05-23 00:00:00', 0.000333591874093963, 0.000546538461538455, 0.000371461821208313, 0.000776730769230759, 0.000513840292458513, 0.00127461538461538, 0.000612001131220697, 0.00185076923076923, 0.00243945751378017, 0.00810980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1410, '2021-05-23 00:00:00', 0.000196672414083773, 0.00047903846153844, 0.00029391685114097, 0.000821346153846137, 0.000325823512869235, 0.00116019230769229, 0.000622009275221512, 0.00198653846153844, 0.00244242704796181, 0.00811326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 1, 1425, '2021-05-23 00:00:00', 0.000255755968424268, 0.00065865384615384, 0.00036985652103733, 0.000970384615384602, 0.000350645174587537, 0.00109096153846155, 0.000714615657862026, 0.00219653846153844, 0.00244584241425826, 0.00812134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 0, '2021-05-23 00:00:00', 0.000435527443275554, 0.000663076923076877, 0.000431409140090735, 0.000824615384615364, 0.00038707105290887, 0.000980000000000006, 0.000715858951513195, 0.00223096153846152, 0.00244968833967477, 0.00814980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 15, '2021-05-23 00:00:00', 0.000350874566673719, 0.000520192307692291, 0.000333140303083344, 0.000727307692307726, 0.00030034953995943, 0.000915384615384626, 0.000704163251395157, 0.00223173076923076, 0.00244835668593008, 0.00815730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 30, '2021-05-23 00:00:00', 0.000378700612418508, 0.000531923076923086, 0.000348072328911451, 0.000697884615384627, 0.00034895822981248, 0.000949615384615397, 0.000730255197753607, 0.00226557692307691, 0.00245692249650782, 0.00812692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 45, '2021-05-23 00:00:00', 0.000280981316104803, 0.000482500000000018, 0.000270888353385667, 0.0006975, 0.000344254210632851, 0.000900192307692321, 0.00084466561431136, 0.00235000000000001, 0.00245730337659302, 0.00808326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 60, '2021-05-23 00:00:00', 0.000185007692147787, 0.000534615384615343, 0.00032411257540935, 0.000710192307692314, 0.000339836668913881, 0.000850192307692284, 0.000946663147790491, 0.00241134615384614, 0.00246706954783326, 0.00805692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 75, '2021-05-23 00:00:00', 0.000260090294971701, 0.000454807692307725, 0.000288448168920965, 0.000567115384615385, 0.000369197935238853, 0.000898653846153841, 0.000996677403252344, 0.00247538461538461, 0.00247630540554644, 0.0080676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 90, '2021-05-23 00:00:00', 0.000185570637597803, 0.000347692307692288, 0.000246162860411877, 0.000546923076923065, 0.000400711290658921, 0.000918461538461535, 0.000957385783507105, 0.00254653846153848, 0.002474796627231, 0.00804788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 105, '2021-05-23 00:00:00', 0.000210524619426387, 0.000418846153846156, 0.000300667526577888, 0.000724807692307701, 0.000435163806470093, 0.00103346153846155, 0.000951110059958253, 0.0025871153846154, 0.0024941079259234, 0.00800788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 120, '2021-05-23 00:00:00', 0.000212588804973345, 0.000590000000000014, 0.000267316579819048, 0.000731923076923072, 0.000397189937125611, 0.00105961538461537, 0.000947770095458855, 0.00260692307692309, 0.00250719942596087, 0.0080148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 135, '2021-05-23 00:00:00', 0.00019154995331603, 0.000450769230769212, 0.000298515300471162, 0.000729230769230756, 0.000381061472932978, 0.00111461538461536, 0.000932572042999675, 0.00254884615384615, 0.00253009626603114, 0.00801134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 150, '2021-05-23 00:00:00', 0.000187551018699957, 0.000460769230769218, 0.000250769047899888, 0.000651346153846125, 0.000466485097461683, 0.00118211538461538, 0.000855072016760079, 0.00247692307692309, 0.00249946684314878, 0.00795750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 165, '2021-05-23 00:00:00', 0.000184966109161827, 0.000432692307692324, 0.000332553986363375, 0.000801923076923087, 0.000597109608543859, 0.00137326923076923, 0.000813475166279729, 0.00249961538461541, 0.0025190732117495, 0.00797961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 180, '2021-05-23 00:00:00', 0.000298361164723877, 0.000684230769230768, 0.000403663845297037, 0.00101250000000001, 0.000635109439388184, 0.00142999999999999, 0.00080858958401935, 0.00248134615384617, 0.00251011201864656, 0.00798711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 195, '2021-05-23 00:00:00', 0.000285549470319968, 0.000702500000000008, 0.000478854884072419, 0.00101000000000001, 0.00053102976883093, 0.00120884615384616, 0.00078936400884604, 0.00225846153846157, 0.00251588908432295, 0.00797826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 210, '2021-05-23 00:00:00', 0.000334352934210794, 0.000613269230769226, 0.000384833280585409, 0.000819423076923073, 0.000393507941470041, 0.0010925, 0.000794196061823117, 0.00209076923076926, 0.00254758531977606, 0.00801019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 225, '2021-05-23 00:00:00', 0.000197477554712881, 0.000540769230769204, 0.000364803898848912, 0.000823269230769218, 0.00044337677153689, 0.00111480769230768, 0.000777826557688877, 0.00215192307692309, 0.00254961967752055, 0.00801249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 240, '2021-05-23 00:00:00', 0.000348302090366756, 0.000642884615384625, 0.000361338324310328, 0.000844230769230774, 0.000604240145841219, 0.00116807692307692, 0.00078642631323845, 0.00215788461538464, 0.00256792726951884, 0.00801730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 255, '2021-05-23 00:00:00', 0.000237915951545899, 0.000494999999999972, 0.000362904098372272, 0.00074923076923075, 0.000626828893350099, 0.00114230769230765, 0.000781302462853876, 0.00203153846153845, 0.00258023893497065, 0.00795980769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 270, '2021-05-23 00:00:00', 0.000235723436385806, 0.000531538461538468, 0.000392920279641891, 0.000752115384615359, 0.000503332930038893, 0.00115096153846154, 0.000739237757110964, 0.00193769230769229, 0.00258617942889924, 0.00794903846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 285, '2021-05-23 00:00:00', 0.000287482173360379, 0.000549999999999957, 0.000419838796902619, 0.000803846153846125, 0.000418113758903711, 0.00115865384615383, 0.000743725988623386, 0.00191711538461537, 0.002576453383716, 0.00794596153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 300, '2021-05-23 00:00:00', 0.000292674471305342, 0.000517884615384583, 0.000323470186475443, 0.000759807692307691, 0.000384849820859215, 0.00101923076923075, 0.00079412942173272, 0.00183653846153844, 0.00257540688346224, 0.00794384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 315, '2021-05-23 00:00:00', 0.000203115446520911, 0.000506730769230792, 0.000283212885408706, 0.000713461538461533, 0.000435351140327664, 0.000928846153846141, 0.000767671404062561, 0.00192576923076922, 0.00256710286420015, 0.00794365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 330, '2021-05-23 00:00:00', 0.000252606184831998, 0.00046673076923077, 0.000313783119612628, 0.000645384615384633, 0.000454752680036063, 0.00087000000000002, 0.000793417534854997, 0.00199923076923077, 0.00256631292683911, 0.00796096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 345, '2021-05-23 00:00:00', 0.000163148351555838, 0.000415769230769239, 0.000287337981103479, 0.000563653846153849, 0.000416751170918026, 0.000873461538461547, 0.000889599564194693, 0.00207076923076924, 0.00256652177829481, 0.00796403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 360, '2021-05-23 00:00:00', 0.00020619259107781, 0.00039076923076922, 0.00026672839830346, 0.000570961538461547, 0.000388726916208025, 0.000871153846153865, 0.000927879302495775, 0.00213, 0.00256386160822963, 0.00796788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 375, '2021-05-23 00:00:00', 0.000145821413432278, 0.000373269230769242, 0.000304969607565182, 0.000587307692307705, 0.000390341073736994, 0.000823076923076935, 0.000876804798028727, 0.00236442307692307, 0.00255711168192673, 0.00796192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 390, '2021-05-23 00:00:00', 0.000242827019786601, 0.000384807692307711, 0.000295442302059374, 0.00055807692307695, 0.000338586030426519, 0.000772500000000005, 0.000940807182076213, 0.00257307692307692, 0.00254404611109638, 0.00795115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 405, '2021-05-23 00:00:00', 0.000122335761172031, 0.000360961538461555, 0.000173626145673814, 0.000514038461538473, 0.000435189437089016, 0.000825384615384617, 0.000914722992958075, 0.00276807692307693, 0.00253117519072739, 0.00793038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 420, '2021-05-23 00:00:00', 0.000152292355482672, 0.000379807692307678, 0.000186902792504973, 0.000529423076923044, 0.000486442699605987, 0.000852499999999974, 0.000924587829168314, 0.00283557692307692, 0.00249697254382489, 0.00793826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 435, '2021-05-23 00:00:00', 0.000137021755712204, 0.00037519230769228, 0.000344405452025094, 0.000638653846153828, 0.000417491455462971, 0.000886346153846128, 0.000982466519296429, 0.0029326923076923, 0.0024879859015183, 0.0079353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 450, '2021-05-23 00:00:00', 0.000311879722871621, 0.000469807692307687, 0.000361693878215359, 0.000647692307692289, 0.000364684057148741, 0.00088769230769229, 0.00100518480887845, 0.00292250000000002, 0.00249392835780144, 0.00792557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 465, '2021-05-23 00:00:00', 0.000190717370432291, 0.000413653846153866, 0.000282015343281435, 0.000615576923076908, 0.000295443929341253, 0.000903653846153856, 0.000994691080765209, 0.0029371153846154, 0.00248963349944093, 0.00791480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 480, '2021-05-23 00:00:00', 0.000259968045373622, 0.000480769230769229, 0.000273336999662734, 0.00065865384615384, 0.000295214394062233, 0.000978461538461543, 0.000996957371205014, 0.00303999999999999, 0.00249732499964386, 0.0079230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 495, '2021-05-23 00:00:00', 0.000145876264743056, 0.000411730769230776, 0.000231111694608065, 0.000648846153846169, 0.000393050202313203, 0.00117730769230769, 0.00100187080773154, 0.00311865384615383, 0.00249379921004078, 0.00792749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 510, '2021-05-23 00:00:00', 0.000162383330898972, 0.000512115384615392, 0.000241156827364728, 0.000736153846153844, 0.000357807855613136, 0.00137730769230768, 0.00101880942960212, 0.00325557692307693, 0.00249230492639923, 0.00794461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 525, '2021-05-23 00:00:00', 0.000187552351665808, 0.00048326923076922, 0.000293169680455637, 0.0010176923076923, 0.000457965232136861, 0.00147307692307691, 0.00103528541215234, 0.00334173076923078, 0.00247995874655516, 0.00796576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 540, '2021-05-23 00:00:00', 0.000265209351268003, 0.000864999999999996, 0.000327530151283811, 0.00117499999999998, 0.000545807799363645, 0.0015980769230769, 0.00116272875334112, 0.00340692307692308, 0.00247446227258804, 0.00797846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 555, '2021-05-23 00:00:00', 0.000277175312475978, 0.000721923076923075, 0.000320441042219091, 0.00102769230769232, 0.000565551908792184, 0.00165519230769231, 0.00118842086562218, 0.00334807692307692, 0.00246869439956865, 0.00804403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 570, '2021-05-23 00:00:00', 0.000336594026182156, 0.000788461538461563, 0.000504756033986864, 0.00114057692307692, 0.000776916315659857, 0.00185480769230769, 0.00127172325545363, 0.00340403846153846, 0.00245408890347394, 0.00807711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 585, '2021-05-23 00:00:00', 0.00033602180561111, 0.000800576923076899, 0.000523942891779394, 0.00137807692307692, 0.000781716085584498, 0.00205596153846152, 0.0012879410521628, 0.00341807692307692, 0.00246021499998556, 0.00809038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 600, '2021-05-23 00:00:00', 0.000491749036994086, 0.00115134615384618, 0.000758703144542366, 0.0015323076923077, 0.000774560222617679, 0.00209346153846156, 0.0013052480459815, 0.0035623076923077, 0.00247899999224254, 0.00813519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 615, '2021-05-23 00:00:00', 0.000488237804605706, 0.00100307692307694, 0.000560414029638298, 0.00148173076923078, 0.000711992869454373, 0.00200461538461542, 0.00125284342750649, 0.00355442307692307, 0.00246265347823161, 0.00809307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 630, '2021-05-23 00:00:00', 0.000316700355832803, 0.000903653846153839, 0.000390853700743165, 0.00128615384615386, 0.000564642466862577, 0.00169634615384617, 0.00125888639739198, 0.00352019230769228, 0.00246367986182023, 0.00807730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 645, '2021-05-23 00:00:00', 0.00039182438177563, 0.000892884615384598, 0.000486372641247288, 0.00130711538461536, 0.000567094246678118, 0.00171173076923079, 0.00110619416851726, 0.00356346153846152, 0.00247017471353439, 0.00805634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 660, '2021-05-23 00:00:00', 0.000335410884645183, 0.000867307692307669, 0.000397270543352265, 0.00109673076923078, 0.000547628629076872, 0.00162865384615384, 0.00101780406532134, 0.00351865384615383, 0.00241674752826703, 0.00805384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 675, '2021-05-23 00:00:00', 0.000289551974874702, 0.000682115384615404, 0.00043865090377728, 0.00108884615384617, 0.000458604278889081, 0.00150326923076921, 0.00101329950390562, 0.00341173076923075, 0.00242110194237764, 0.00803115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 690, '2021-05-23 00:00:00', 0.000310238431880059, 0.000773269230769224, 0.000362882742239658, 0.00106826923076919, 0.000505869092218075, 0.00155653846153844, 0.000943468152004162, 0.00340192307692304, 0.00236996638242955, 0.00802557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 705, '2021-05-23 00:00:00', 0.000201232070391003, 0.000677115384615345, 0.000263225846287632, 0.000989615384615369, 0.000546182696962814, 0.00158153846153848, 0.00103540904217387, 0.00344826923076922, 0.00229574054584707, 0.0080155769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 720, '2021-05-23 00:00:00', 0.000235181108608147, 0.000736923076923071, 0.000464767311507759, 0.00110057692307693, 0.000678509140576729, 0.00162557692307693, 0.0011351273734018, 0.00364307692307691, 0.00229652936305736, 0.00802865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 735, '2021-05-23 00:00:00', 0.000370220724184075, 0.00076923076923077, 0.000477555796176279, 0.0011315384615385, 0.000575503659013953, 0.00156730769230769, 0.00130391416659463, 0.00382192307692308, 0.00235232660605167, 0.00798730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 750, '2021-05-23 00:00:00', 0.000212092867903154, 0.000729230769230798, 0.000277552766985911, 0.00103153846153848, 0.000476768126193248, 0.00144461538461539, 0.00136401614303553, 0.00378096153846152, 0.00229407739960635, 0.00795865384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 765, '2021-05-23 00:00:00', 0.000220572768386869, 0.000732115384615373, 0.000322177984732261, 0.00105557692307691, 0.000496612873528084, 0.00146788461538461, 0.00147070412231169, 0.00412615384615384, 0.0022624788311802, 0.00793730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 780, '2021-05-23 00:00:00', 0.000232951381523805, 0.000747884615384621, 0.000427798298986084, 0.00102923076923077, 0.000535104303276104, 0.00152884615384617, 0.00143775622465648, 0.0043651923076923, 0.00238377432624431, 0.00792596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 795, '2021-05-23 00:00:00', 0.000290919298881233, 0.000689038461538475, 0.00033450537537361, 0.00100538461538463, 0.000420650274986418, 0.00157057692307693, 0.00144205841127829, 0.0044173076923077, 0.00242894197447874, 0.00787134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 810, '2021-05-23 00:00:00', 0.00022639558639346, 0.000715192307692313, 0.000337132078659872, 0.00110096153846154, 0.000593648853732972, 0.00168519230769231, 0.00143768911799457, 0.004435, 0.00243753573543826, 0.00786769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 825, '2021-05-23 00:00:00', 0.000312148448412239, 0.000819423076923082, 0.000404050263438351, 0.00120384615384614, 0.000692418198445462, 0.00178480769230769, 0.0014443878793987, 0.0044078846153846, 0.00248280251855719, 0.00783288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 840, '2021-05-23 00:00:00', 0.000357765339938808, 0.000849038461538447, 0.000554241824477382, 0.00123999999999998, 0.000704106198283718, 0.00169846153846152, 0.00160122501181487, 0.00463346153846154, 0.00244561259432858, 0.00782980769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 855, '2021-05-23 00:00:00', 0.000325515212925838, 0.000813076923076921, 0.000417655958894422, 0.00118750000000002, 0.000548823391797971, 0.00157365384615386, 0.00166911994314833, 0.00468576923076923, 0.00246341845815934, 0.00782249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 870, '2021-05-23 00:00:00', 0.000360029112070777, 0.000889807692307689, 0.000484181942916237, 0.00115307692307693, 0.00054845545362896, 0.00171576923076921, 0.00171031703089044, 0.00476711538461537, 0.00244390765279392, 0.00781884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 885, '2021-05-23 00:00:00', 0.00030389826232832, 0.000761923076923081, 0.000302434290383877, 0.00115249999999998, 0.000557067735144012, 0.0019423076923077, 0.0018148026487324, 0.00484442307692306, 0.00241049608682849, 0.00779576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 900, '2021-05-23 00:00:00', 0.000277330752268576, 0.000847884615384593, 0.000367918521498361, 0.00139903846153843, 0.000834809536085014, 0.0022651923076923, 0.00181118360153286, 0.00496596153846152, 0.00236725147343108, 0.00780346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 915, '2021-05-23 00:00:00', 0.000289605567307312, 0.00101923076923073, 0.000473405380035098, 0.00156557692307694, 0.000917022019700414, 0.00242076923076922, 0.00205341475446299, 0.00499307692307692, 0.00237626317015734, 0.00780557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 930, '2021-05-23 00:00:00', 0.000483776847794055, 0.00114096153846154, 0.000695367860587795, 0.00165269230769228, 0.0010021775713991, 0.00228826923076921, 0.00206569229408596, 0.00492557692307689, 0.00235049069345106, 0.00779249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 945, '2021-05-23 00:00:00', 0.000447541188478349, 0.00109134615384612, 0.000678697196557758, 0.00169173076923076, 0.000996741614539008, 0.00253461538461538, 0.00202336365984959, 0.00481249999999997, 0.00232275318235793, 0.00769711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 960, '2021-05-23 00:00:00', 0.000493391442350373, 0.00131134615384617, 0.000515920387418305, 0.00158038461538461, 0.00114375703444662, 0.0026980769230769, 0.0019006666037108, 0.00474653846153845, 0.00234162711345371, 0.00764346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 975, '2021-05-23 00:00:00', 0.000354840646791497, 0.000973269230769193, 0.000711355153102951, 0.00187307692307691, 0.000978351360511841, 0.00269423076923076, 0.00171982785363937, 0.00472461538461536, 0.00220217596062134, 0.00764980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 990, '2021-05-23 00:00:00', 0.000690266643016673, 0.00151096153846156, 0.000985691654860467, 0.00214903846153843, 0.00114389639458233, 0.0026601923076923, 0.00181159072683057, 0.00483019230769228, 0.00222582441943516, 0.00770288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1005, '2021-05-23 00:00:00', 0.00054041707540069, 0.00134615384615382, 0.000804762387292043, 0.00185749999999999, 0.00102966643217036, 0.0025048076923077, 0.00169189479578372, 0.00472499999999997, 0.00224704236377855, 0.00783576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1020, '2021-05-23 00:00:00', 0.000615699508376741, 0.00137826923076922, 0.000835440372129908, 0.00187115384615384, 0.00094661658634236, 0.00257980769230773, 0.00165340735592153, 0.00455826923076922, 0.00246859190633042, 0.00788000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1035, '2021-05-23 00:00:00', 0.000470661400420859, 0.00127807692307694, 0.000515963624239589, 0.00175230769230771, 0.000899908136337388, 0.00261057692307693, 0.0016472870120292, 0.00433749999999999, 0.0026533911538604, 0.00819115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1050, '2021-05-23 00:00:00', 0.00037352190750295, 0.00111884615384616, 0.000767505449742654, 0.00173884615384616, 0.00108042555718358, 0.00244423076923079, 0.00178260608703621, 0.00417730769230768, 0.0028999155955887, 0.0082126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1065, '2021-05-23 00:00:00', 0.000647817400673521, 0.00143076923076923, 0.000773775782470917, 0.0019551923076923, 0.000926756897009037, 0.00251788461538461, 0.00163722584316838, 0.00407769230769229, 0.00308901527749788, 0.00828576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1080, '2021-05-23 00:00:00', 0.000635895008266675, 0.00126769230769229, 0.000636906979079395, 0.00161749999999996, 0.000826544242382318, 0.00225576923076917, 0.0014555106029791, 0.00378865384615383, 0.00310736440387373, 0.00824346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1095, '2021-05-23 00:00:00', 0.0005502859396574, 0.00102615384615382, 0.000749063338186665, 0.00159173076923076, 0.00115133233857395, 0.00211692307692304, 0.00147695627767169, 0.0036253846153846, 0.00337694630489645, 0.00822211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1110, '2021-05-23 00:00:00', 0.000384525681847138, 0.00109500000000002, 0.000516494582591276, 0.00147057692307691, 0.000875664341207031, 0.00193096153846152, 0.00132904663632936, 0.00340519230769232, 0.00336084630481898, 0.00809326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1125, '2021-05-23 00:00:00', 0.00036997447936933, 0.00104365384615383, 0.000718221842737066, 0.00138115384615384, 0.000747224093665235, 0.00179538461538459, 0.00128762687201627, 0.00329019230769231, 0.0033314804343738, 0.00810673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1140, '2021-05-23 00:00:00', 0.000470465563196544, 0.000930384615384621, 0.000555955172514968, 0.00127307692307694, 0.000606796633021407, 0.00176692307692305, 0.00127809938520502, 0.00316096153846154, 0.00331971454403028, 0.00809557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1155, '2021-05-23 00:00:00', 0.000497475666200434, 0.000920961538461551, 0.000541006611647363, 0.00124192307692306, 0.000753692142823448, 0.0018703846153846, 0.00127710068273652, 0.00311692307692308, 0.00329619599515282, 0.00813903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1170, '2021-05-23 00:00:00', 0.000382659921319978, 0.000776153846153798, 0.00040879621592406, 0.00116288461538457, 0.00091404437276566, 0.00184134615384612, 0.00126737044551061, 0.00283461538461538, 0.00333648880388674, 0.00811846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1185, '2021-05-23 00:00:00', 0.000272589364316454, 0.000774807692307678, 0.000423629010410655, 0.00119153846153845, 0.000800260822866737, 0.0017557692307692, 0.00120184481591361, 0.0026351923076923, 0.00330586968075783, 0.0081378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1200, '2021-05-23 00:00:00', 0.000353925296333275, 0.000873653846153839, 0.000792581565809783, 0.00131346153846153, 0.000787978840988845, 0.00156442307692305, 0.00125937311939157, 0.00256557692307691, 0.00330493896138211, 0.00816846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1215, '2021-05-23 00:00:00', 0.000780308617446649, 0.000841538461538449, 0.000756248865224821, 0.00107788461538459, 0.000707402181332393, 0.00131538461538458, 0.00123251882494592, 0.00237442307692305, 0.00330039095586241, 0.00810730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1230, '2021-05-23 00:00:00', 0.000407227634319966, 0.000717115384615351, 0.000464835454757917, 0.000924999999999962, 0.000520201736015775, 0.0012653846153846, 0.00103076664896344, 0.00225326923076921, 0.00331197786596097, 0.00804076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1245, '2021-05-23 00:00:00', 0.000192280644251715, 0.000584615384615389, 0.000286605061955399, 0.000892692307692314, 0.000379146257551603, 0.00126326923076925, 0.000800268728903948, 0.00212903846153847, 0.00332061972899868, 0.00802076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1260, '2021-05-23 00:00:00', 0.000197712300695121, 0.000666923076923082, 0.000287822060415017, 0.000868461538461557, 0.000328907106361908, 0.00126173076923081, 0.000779207314173539, 0.00202596153846154, 0.00331977971929093, 0.00798576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1275, '2021-05-23 00:00:00', 0.000238076910649922, 0.000596153846153823, 0.000298985013774147, 0.000900961538461531, 0.000386946826003033, 0.00128538461538463, 0.000771814345950742, 0.00200576923076924, 0.00332516452455884, 0.00805134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1290, '2021-05-23 00:00:00', 0.000245307734520098, 0.000693269230769229, 0.000287093391398364, 0.000963846153846174, 0.000457914881240547, 0.00129096153846155, 0.000792014107294745, 0.00201288461538462, 0.00334066103546082, 0.00809192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1305, '2021-05-23 00:00:00', 0.000232319491549567, 0.000732884615384643, 0.000333183940881811, 0.000993461538461539, 0.000463274175341617, 0.00125519230769232, 0.000780381883833434, 0.00194173076923077, 0.00334620749735945, 0.00819615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1320, '2021-05-23 00:00:00', 0.000293385346495789, 0.000695192307692336, 0.000345684660659642, 0.000891730769230812, 0.000497203564564212, 0.00121076923076925, 0.00079107103639017, 0.00191076923076925, 0.00334583433310966, 0.00823076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1335, '2021-05-23 00:00:00', 0.000189994331899267, 0.000559615384615396, 0.000330702283028121, 0.000779999999999986, 0.000503341182652334, 0.00115711538461539, 0.000738165397350888, 0.00189307692307694, 0.00334992298992999, 0.00827096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1350, '2021-05-23 00:00:00', 0.000254260919892531, 0.000576153846153812, 0.000336976203222759, 0.000870192307692295, 0.000505284725522277, 0.00114057692307691, 0.000709600239571585, 0.00186750000000003, 0.00334812804184896, 0.00828576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1365, '2021-05-23 00:00:00', 0.000245545624775001, 0.000679423076923113, 0.000327959425257741, 0.000895769230769266, 0.000330550124210204, 0.00108576923076924, 0.00065320973778605, 0.00180980769230771, 0.00335124521633377, 0.0083125 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1380, '2021-05-23 00:00:00', 0.000273708505812038, 0.000577884615384601, 0.000304898280642037, 0.000725192307692285, 0.000401403307640361, 0.00107384615384614, 0.000633672931894217, 0.00178076923076922, 0.00334352435543464, 0.00826634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1395, '2021-05-23 00:00:00', 0.000182188406284846, 0.000471153846153833, 0.000220897905411947, 0.000673269230769201, 0.000427184206348796, 0.00105211538461539, 0.000625482705903713, 0.00183384615384613, 0.00335727866559533, 0.00825096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1410, '2021-05-23 00:00:00', 0.000154699336182721, 0.00045326923076922, 0.000340024037611823, 0.000787115384615391, 0.00041489813392986, 0.0010226923076923, 0.000696742889340208, 0.00188442307692306, 0.00332388146599725, 0.00828999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 2, 1425, '2021-05-23 00:00:00', 0.000300536955362341, 0.000652307692307696, 0.00038799469663308, 0.000876730769230757, 0.000385346647139353, 0.000974038461538472, 0.000684687239098707, 0.00199115384615382, 0.00332638931067214, 0.00830538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 0, '2021-05-23 00:00:00', 0.000349978076236435, 0.000569423076923109, 0.000357764049877325, 0.000711346153846177, 0.000381236853493391, 0.000863461538461559, 0.000661432041976982, 0.0021028846153846, 0.00333111145692569, 0.00832346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 15, '2021-05-23 00:00:00', 0.000278147719469648, 0.000511923076923066, 0.000301704962861722, 0.000631730769230791, 0.000446508506250277, 0.000910384615384636, 0.000754704654407671, 0.00214865384615383, 0.00333276376992938, 0.00832288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 30, '2021-05-23 00:00:00', 0.000307004698034701, 0.000443269230769265, 0.000312350949069486, 0.000626346153846175, 0.00047048048271463, 0.00088826923076926, 0.000751766662857982, 0.00219365384615384, 0.00331863950344809, 0.00832692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 45, '2021-05-23 00:00:00', 0.000247463206278316, 0.000434038461538478, 0.000405410333442005, 0.000698461538461545, 0.00041677110485993, 0.000853076923076944, 0.000766205560889813, 0.00222480769230768, 0.00329323345898596, 0.00828384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 60, '2021-05-23 00:00:00', 0.00039832712686937, 0.000557499999999997, 0.000417056212776393, 0.000653269230769249, 0.000459362434417401, 0.000909615384615391, 0.000748699796056736, 0.00223076923076923, 0.00328834606544899, 0.00826461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 75, '2021-05-23 00:00:00', 0.00018943559896134, 0.000334615384615425, 0.000239307092697594, 0.000478269230769264, 0.000276007246281653, 0.000834999999999996, 0.000709762907325655, 0.00221076923076922, 0.00328144063109248, 0.00825115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 90, '2021-05-23 00:00:00', 0.00021948549978386, 0.000351730769230793, 0.000256686654233432, 0.000585961538461534, 0.000280499622925832, 0.000845961538461555, 0.000694949029674941, 0.00222192307692306, 0.00327313587581366, 0.0083226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 105, '2021-05-23 00:00:00', 0.000230426444128831, 0.000477115384615359, 0.0002416715030462, 0.000701346153846128, 0.00032315630892806, 0.000914999999999974, 0.000709236236004291, 0.00221403846153845, 0.00329163391739631, 0.00834038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 120, '2021-05-23 00:00:00', 0.000188884580141923, 0.000515769230769211, 0.000267828015998803, 0.000624615384615403, 0.000455434027984464, 0.000988076923076889, 0.000703528934400344, 0.00221480769230768, 0.00329281343931809, 0.00834211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 135, '2021-05-23 00:00:00', 0.00020636263824041, 0.00040346153846156, 0.00026994187408516, 0.00059384615384615, 0.000497622192183847, 0.00107961538461535, 0.000661294447393796, 0.00222288461538459, 0.00330250019507365, 0.00831846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 150, '2021-05-23 00:00:00', 0.000208049550311008, 0.000398846153846153, 0.000337088438521141, 0.000683846153846116, 0.00054290249159917, 0.00110634615384613, 0.000699564067555904, 0.00218826923076921, 0.0033455429822607, 0.00831038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 165, '2021-05-23 00:00:00', 0.00030782687442033, 0.000535769230769205, 0.000404437120718886, 0.00084576923076922, 0.000584822918629068, 0.00126038461538459, 0.000672933789176449, 0.00216826923076921, 0.00332247003227787, 0.00833365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 180, '2021-05-23 00:00:00', 0.000394241482030793, 0.000672884615384617, 0.000529359881947376, 0.000936730769230749, 0.000592534062636569, 0.00136115384615383, 0.000733724141203355, 0.00218134615384614, 0.00332842543624091, 0.00833173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 195, '2021-05-23 00:00:00', 0.000282822110440197, 0.00063788461538461, 0.00040727952978833, 0.00096615384615383, 0.000481662864859455, 0.00129865384615382, 0.000760205539007997, 0.00215769230769228, 0.00334491828691731, 0.00832288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 210, '2021-05-23 00:00:00', 0.000334679927462276, 0.000674423076923071, 0.000392679748160483, 0.000934230769230758, 0.000464844597688302, 0.00124250000000001, 0.000825015547639035, 0.00214442307692305, 0.00334506357879098, 0.00833211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 225, '2021-05-23 00:00:00', 0.000253407850039278, 0.000576538461538455, 0.000309559550627349, 0.000828653846153843, 0.000384460511126164, 0.00114826923076924, 0.000749254321616853, 0.00199096153846151, 0.0032888259069391, 0.00829461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 240, '2021-05-23 00:00:00', 0.000231615729504388, 0.000604615384615374, 0.000318174661757665, 0.000778653846153866, 0.000364977554631249, 0.00108884615384617, 0.000738569537375087, 0.00191519230769229, 0.00324068017551871, 0.008275 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 255, '2021-05-23 00:00:00', 0.000245528080800405, 0.000510961538461538, 0.000319123619645117, 0.000776730769230768, 0.000424989275882809, 0.00107326923076923, 0.000758627404238428, 0.00189653846153845, 0.00322648851754444, 0.00827307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 270, '2021-05-23 00:00:00', 0.000237077072829807, 0.000541538461538457, 0.000317650993774884, 0.000781923076923092, 0.000414983085846255, 0.00103519230769232, 0.000815064721356522, 0.00190249999999999, 0.00323554792054667, 0.00824711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 285, '2021-05-23 00:00:00', 0.000279142367867121, 0.00050769230769232, 0.000316487695714163, 0.000767692307692315, 0.000396893756370843, 0.000945576923076935, 0.000811719755542784, 0.00182519230769229, 0.00328703037008273, 0.00826057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 300, '2021-05-23 00:00:00', 0.000208664710812498, 0.000574807692307692, 0.000305828320366951, 0.000719807692307719, 0.000345662630097848, 0.000910576923076944, 0.000800354921269305, 0.001785, 0.00329293126957638, 0.00825288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 315, '2021-05-23 00:00:00', 0.000162804743835636, 0.000399230769230763, 0.000233170208547, 0.000582115384615389, 0.000379047033817893, 0.000844423076923075, 0.000760399995953543, 0.00187192307692306, 0.00330562853909232, 0.00824596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 330, '2021-05-23 00:00:00', 0.000182191783991075, 0.000440384615384622, 0.000217330393640633, 0.000627500000000029, 0.000468028434376147, 0.000871153846153848, 0.000774606128200728, 0.00200442307692306, 0.00330534914366675, 0.00824480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 345, '2021-05-23 00:00:00', 0.000191973956567021, 0.00047500000000002, 0.000375121108648706, 0.000680384615384632, 0.000470116352210129, 0.000870769230769231, 0.00078744240326612, 0.00209846153846152, 0.00330422121628591, 0.00823961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 360, '2021-05-23 00:00:00', 0.000222660832105371, 0.00045538461538461, 0.000381251431270974, 0.000610576923076901, 0.000416885891046734, 0.000789615384615382, 0.000776940770933311, 0.0021998076923077, 0.00330177617118657, 0.0082167307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 375, '2021-05-23 00:00:00', 0.000277197791088991, 0.000398846153846145, 0.000285771829370094, 0.000558461538461525, 0.000370725121059504, 0.000786346153846121, 0.000796924014329706, 0.00234326923076921, 0.00330109301828723, 0.00821365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 390, '2021-05-23 00:00:00', 0.000166048301591873, 0.000389038461538457, 0.000247955330964737, 0.000480384615384603, 0.00036461069860666, 0.00079980769230768, 0.000770087907069926, 0.00241076923076921, 0.00330428209356378, 0.0082219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 405, '2021-05-23 00:00:00', 0.000181097084035476, 0.000311923076923071, 0.000306376653559233, 0.000525576923076882, 0.000348264930101295, 0.000832692307692297, 0.00076751158848677, 0.00253403846153844, 0.00331989795950696, 0.00823230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 420, '2021-05-23 00:00:00', 0.00025692119414327, 0.000402499999999964, 0.000329664456449502, 0.000585576923076925, 0.000393811551965558, 0.000861538461538469, 0.000751433732172116, 0.00266557692307692, 0.00332013739868606, 0.00823288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 435, '2021-05-23 00:00:00', 0.000166951052246308, 0.000375576923076924, 0.000190944716123246, 0.000576730769230764, 0.000346845565279198, 0.000899615384615385, 0.000683803728025461, 0.00274653846153845, 0.00332223335446782, 0.00823769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 450, '2021-05-23 00:00:00', 0.000169824796594791, 0.000442692307692304, 0.000264676871210625, 0.000589615384615387, 0.000431434815470479, 0.000965000000000011, 0.000667784050769074, 0.00281846153846152, 0.00332479385133066, 0.00824307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 465, '2021-05-23 00:00:00', 0.000167100614554874, 0.000391153846153838, 0.000225140298139075, 0.000651923076923069, 0.000325623957255075, 0.000955192307692297, 0.000639509186798742, 0.00288499999999998, 0.00333103615203346, 0.0082546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 480, '2021-05-23 00:00:00', 0.00015451412681245, 0.00047884615384614, 0.000229808281299531, 0.000694615384615392, 0.000325614744043414, 0.000915192307692317, 0.000662493889667038, 0.00297307692307691, 0.00333727950006266, 0.00824769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 495, '2021-05-23 00:00:00', 0.000213592800944693, 0.000463269230769243, 0.000297594264316112, 0.000667115384615374, 0.000512813806366427, 0.00120500000000002, 0.000702763364265554, 0.00301211538461539, 0.00332682385490102, 0.00824519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 510, '2021-05-23 00:00:00', 0.000166028264507529, 0.000470769230769215, 0.000231809935407998, 0.000625384615384622, 0.000530762042872163, 0.00133211538461538, 0.000741853733251011, 0.00297480769230768, 0.00332701946192084, 0.00823750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 525, '2021-05-23 00:00:00', 0.000160868316907391, 0.000446153846153874, 0.000417834711523413, 0.000940384615384644, 0.000554980976804943, 0.00140826923076923, 0.000791891430981266, 0.00298403846153846, 0.00332960898605227, 0.00823000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 540, '2021-05-23 00:00:00', 0.000407890256733945, 0.000857307692307715, 0.0005042939085036, 0.00115211538461537, 0.000583281994077817, 0.00158173076923078, 0.000854146560113575, 0.0030278846153846, 0.00333360260771344, 0.0082171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 555, '2021-05-23 00:00:00', 0.000269683860502232, 0.00072923076923073, 0.000314039745157321, 0.000970192307692276, 0.000561043567484215, 0.00157326923076921, 0.000841049550355909, 0.00297711538461537, 0.00337085566060243, 0.00823326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 570, '2021-05-23 00:00:00', 0.000175608502510121, 0.000622884615384614, 0.000312349409870026, 0.000978076923076934, 0.000497664700221109, 0.00162192307692307, 0.000823733269936356, 0.00302750000000002, 0.00344505974046673, 0.00826384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 585, '2021-05-23 00:00:00', 0.000327978423305338, 0.000784615384615392, 0.000472328316387611, 0.00132403846153844, 0.000495738958913469, 0.00177134615384613, 0.000828509226539813, 0.00305346153846156, 0.00348844931386206, 0.00829884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 600, '2021-05-23 00:00:00', 0.000290929280330885, 0.00102038461538458, 0.000316123941127295, 0.00130211538461537, 0.000483688552050399, 0.00178884615384613, 0.000866855502110102, 0.0030823076923077, 0.00349705718591197, 0.00830480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 977055 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 977055, 3, 615, '2021-05-23 00:00:00', 0.000301314874916835, 0.000910576923076919, 0.000361709668954762, 0.0013032692307692, 0.000515948119037607, 0.00175230769230767, 0.000955773790424072, 0.00306653846153848, 0.00348168350083693, 0.00832500000000002 where not exists (select 1 from powerstats_tru[...];
Date: 2021-05-23 15:22:36 Duration: 15s485ms 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 975805, 1, 915, '2021-05-23 00:00:00', 0.00036664403193538, 0.000840384615384604, 0.000801957604864474, 0.00154999999999999, 0.000869678123481032, 0.00206403846153845, 0.00181503914982145, 0.00503865384615383, 0.0020560867330553, 0.00749557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 930, '2021-05-23 00:00:00', 0.000679267139021033, 0.00128961538461538, 0.000656348318642301, 0.00157365384615384, 0.000916052736137262, 0.00209615384615385, 0.00185862162533253, 0.00501211538461538, 0.00201592547939189, 0.00747153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 945, '2021-05-23 00:00:00', 0.000300326553041075, 0.000940961538461528, 0.000553021803715362, 0.00137634615384616, 0.000876627365795484, 0.00217153846153845, 0.00189818027230127, 0.0049428846153846, 0.00191222642085482, 0.00747173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 960, '2021-05-23 00:00:00', 0.000489952941225338, 0.00113326923076923, 0.000622986634008969, 0.0015828846153846, 0.000769745637307414, 0.00238211538461539, 0.00187633353603818, 0.00488846153846153, 0.00180440013471342, 0.00755461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 975, '2021-05-23 00:00:00', 0.000415343277857673, 0.00100096153846152, 0.000649300807377883, 0.00157653846153845, 0.00081889440006728, 0.00247096153846152, 0.00189495233347804, 0.0046628846153846, 0.00174937598764641, 0.00755288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 990, '2021-05-23 00:00:00', 0.000642252316820666, 0.00123903846153847, 0.000669981630058152, 0.00187076923076921, 0.000823176703153943, 0.00268173076923076, 0.00188309508931031, 0.00454134615384613, 0.00175247583106343, 0.00748346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1005, '2021-05-23 00:00:00', 0.0005158644723628, 0.0013380769230769, 0.000772183940820815, 0.00180903846153844, 0.00102190901672389, 0.00264903846153846, 0.00177253730567228, 0.00436749999999999, 0.0017827125830728, 0.00745692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1020, '2021-05-23 00:00:00', 0.000674719685385093, 0.00126057692307691, 0.000805304529116389, 0.00187576923076925, 0.00115364559282568, 0.00276192307692307, 0.00167969218791832, 0.00419538461538462, 0.0017864073960369, 0.00752576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1035, '2021-05-23 00:00:00', 0.00059652209966157, 0.00129384615384618, 0.000674311158488076, 0.00183653846153847, 0.00125081427324517, 0.00282711538461538, 0.00152446575761932, 0.00385961538461537, 0.00181713218688552, 0.00742923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1050, '2021-05-23 00:00:00', 0.000523473348083586, 0.00128711538461539, 0.000743441581171895, 0.00197576923076921, 0.0011963472129136, 0.00269557692307693, 0.00135327689190121, 0.0036478846153846, 0.00176130161659362, 0.00731923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1065, '2021-05-23 00:00:00', 0.000521693875754726, 0.00132249999999997, 0.000959934633191233, 0.0019475, 0.00103577239852128, 0.00233230769230768, 0.00122534020393709, 0.00333384615384615, 0.00179435337613902, 0.00717596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1080, '2021-05-23 00:00:00', 0.000758180641150504, 0.00124173076923077, 0.000803817239082468, 0.0015619230769231, 0.000947891526575637, 0.00208211538461539, 0.00105451273837, 0.00311134615384613, 0.00195018294999766, 0.00728153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1095, '2021-05-23 00:00:00', 0.000443452885364902, 0.000957307692307695, 0.000544917919013087, 0.00122153846153844, 0.00090584607709291, 0.00183634615384617, 0.000945337953408122, 0.00288038461538459, 0.00197866279631941, 0.00726769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1110, '2021-05-23 00:00:00', 0.000404417529864316, 0.000856538461538454, 0.000684177327441252, 0.00132884615384616, 0.000869100773124804, 0.00173307692307693, 0.00088852628635198, 0.0027501923076923, 0.00205824622882238, 0.00730153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1125, '2021-05-23 00:00:00', 0.000512915797558083, 0.000881153846153846, 0.000655070871092452, 0.00120038461538464, 0.000717585508171981, 0.00167980769230771, 0.000791264154084113, 0.00262480769230767, 0.00211113313540018, 0.00738634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1140, '2021-05-23 00:00:00', 0.000410210265033009, 0.000802307692307722, 0.000469974958416361, 0.0010973076923077, 0.00057028751183403, 0.00149538461538463, 0.00078941468092604, 0.00256846153846152, 0.00214397682249238, 0.00747384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1155, '2021-05-23 00:00:00', 0.000356673735851318, 0.00075307692307692, 0.00050181516670828, 0.00111269230769231, 0.000510552528752297, 0.00142326923076923, 0.000859106714066321, 0.0024828846153846, 0.00231225618257277, 0.00753057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1170, '2021-05-23 00:00:00', 0.000343043168398124, 0.000691153846153848, 0.000307649150819553, 0.000930000000000021, 0.000428753291084022, 0.00123423076923075, 0.000938102011838494, 0.00241923076923075, 0.00224745545861568, 0.00750903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1185, '2021-05-23 00:00:00', 0.000285184757926935, 0.000702115384615398, 0.000295288906770196, 0.000948461538461543, 0.000442444477177213, 0.00118634615384615, 0.000946936030655659, 0.0024503846153846, 0.00230856016565769, 0.00757096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1200, '2021-05-23 00:00:00', 0.000308139641171906, 0.000640961538461519, 0.000364461246225162, 0.000839999999999969, 0.000516419514914578, 0.00122865384615382, 0.00102059288952739, 0.00248461538461538, 0.00225320818287715, 0.00764365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1215, '2021-05-23 00:00:00', 0.000282300440066147, 0.000541538461538431, 0.00034030964406868, 0.000835576923076923, 0.000535698286207956, 0.00125442307692308, 0.00103600163350034, 0.00246076923076924, 0.00235033457520084, 0.00781615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1230, '2021-05-23 00:00:00', 0.000318305610284304, 0.000617307692307688, 0.00054897404310222, 0.000937500000000001, 0.000542661815640134, 0.00124038461538462, 0.00106668335724121, 0.00235076923076925, 0.00245145172060588, 0.00786653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1245, '2021-05-23 00:00:00', 0.000387139460063755, 0.000634807692307675, 0.000339946149581639, 0.000885769230769243, 0.000453606784985215, 0.00117865384615386, 0.00104656324003119, 0.00224384615384618, 0.00244866626177159, 0.0078923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1260, '2021-05-23 00:00:00', 0.00031275211368653, 0.00063673076923079, 0.000459628487099995, 0.000917884615384625, 0.000614168136588001, 0.00137749999999999, 0.00104803046050858, 0.00218538461538464, 0.00245086800950193, 0.00787500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1275, '2021-05-23 00:00:00', 0.000333363742202691, 0.000599230769230775, 0.000346525667824968, 0.000814038461538474, 0.000646496980777046, 0.00144288461538461, 0.00105550775240384, 0.00213884615384619, 0.00245079837070414, 0.00788057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1290, '2021-05-23 00:00:00', 0.000232221793849029, 0.000554807692307714, 0.000548974603588004, 0.00105634615384615, 0.000653516758657466, 0.0013869230769231, 0.00103588321661351, 0.00208403846153849, 0.00252186277306158, 0.00790461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1305, '2021-05-23 00:00:00', 0.000457948645088565, 0.000809807692307686, 0.000534889348729835, 0.00108115384615383, 0.000662352363811108, 0.00140557692307692, 0.000960925135161219, 0.00203134615384618, 0.00254021141609543, 0.00799596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1320, '2021-05-23 00:00:00', 0.000387695806608164, 0.000700961538461536, 0.000437938351825928, 0.000880000000000009, 0.00065967766021341, 0.00130115384615387, 0.00081668723417327, 0.00188596153846155, 0.00251409917343095, 0.00800057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1335, '2021-05-23 00:00:00', 0.000279582999923393, 0.000549423076923081, 0.000328254415870473, 0.00085480769230769, 0.000521394727187064, 0.00122269230769233, 0.000682294319529021, 0.00180153846153849, 0.00247306873368664, 0.00802019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1350, '2021-05-23 00:00:00', 0.000287295077469966, 0.000637307692307666, 0.000429378620799879, 0.000920000000000006, 0.00054500035285806, 0.00119923076923079, 0.00066918081378539, 0.00181519230769232, 0.00245615189958727, 0.00804307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1365, '2021-05-23 00:00:00', 0.00036573193209485, 0.000694615384615409, 0.000405285654247032, 0.000887692307692341, 0.000515822271121179, 0.00114384615384617, 0.000663504246117073, 0.00180326923076924, 0.00244365477386765, 0.00802442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1380, '2021-05-23 00:00:00', 0.000316339946163057, 0.000595192307692364, 0.000398148213608975, 0.000820000000000043, 0.00056728137096697, 0.00122192307692311, 0.000602877969537657, 0.00177538461538463, 0.00245192056591123, 0.00805230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1395, '2021-05-23 00:00:00', 0.000364112831202278, 0.000583076923076968, 0.000396079051938649, 0.000813846153846139, 0.000502801536011379, 0.00120076923076923, 0.000638983447480328, 0.00183038461538462, 0.00245633598303214, 0.00805769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1410, '2021-05-23 00:00:00', 0.000236956990579738, 0.000491153846153844, 0.000368214402425859, 0.00088961538461538, 0.000313917431574206, 0.00105692307692308, 0.000647605678931724, 0.00196865384615386, 0.00245831975137491, 0.00806000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 1, 1425, '2021-05-23 00:00:00', 0.000360809559825595, 0.000688461538461539, 0.00031117494461132, 0.00087038461538463, 0.000330197842792183, 0.000976153846153887, 0.000775678387953703, 0.00215480769230772, 0.00246384249621477, 0.00805038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 0, '2021-05-23 00:00:00', 0.000285399045871945, 0.00061384615384617, 0.000342398328536526, 0.000758846153846163, 0.000348971510849536, 0.000893653846153851, 0.000771265094603543, 0.00219461538461539, 0.00247070525590133, 0.0080773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 15, '2021-05-23 00:00:00', 0.000288988487926135, 0.00046211538461538, 0.000303714440780245, 0.000642692307692342, 0.000337270092632905, 0.000848653846153846, 0.000730735272490344, 0.00217903846153847, 0.00247492800983102, 0.00805442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 30, '2021-05-23 00:00:00', 0.000331821314287354, 0.000505769230769265, 0.000339796771841415, 0.000655384615384639, 0.000359750126957812, 0.000906923076923109, 0.000714824373266171, 0.00226326923076923, 0.00247596731679684, 0.00804807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 45, '2021-05-23 00:00:00', 0.000288621924642963, 0.00047615384615384, 0.00030955476711907, 0.000693076923076903, 0.000351572730193023, 0.000909230769230756, 0.000802385194280151, 0.00241000000000001, 0.00247602755670014, 0.00804769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 60, '2021-05-23 00:00:00', 0.000210399711172659, 0.000520961538461518, 0.000313100438542317, 0.000708269230769225, 0.000330963918553967, 0.000856346153846153, 0.000904260769060299, 0.00247153846153845, 0.00248266129695225, 0.00802634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 75, '2021-05-23 00:00:00', 0.000263968019624753, 0.000446346153846174, 0.000290729321640457, 0.000563461538461566, 0.000364585169958736, 0.000897884615384613, 0.000978813744362954, 0.0025128846153846, 0.00249466347352782, 0.00802538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 90, '2021-05-23 00:00:00', 0.000184390471971399, 0.000330384615384628, 0.000244784363502618, 0.000525769230769242, 0.000397807694166991, 0.000925192307692322, 0.000958420836584844, 0.00256250000000001, 0.00249259701608893, 0.00800326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 105, '2021-05-23 00:00:00', 0.000222731038215656, 0.000396346153846163, 0.00030081990523337, 0.000716153846153849, 0.000436546235105293, 0.00105115384615385, 0.000967437535252478, 0.00258576923076922, 0.00251063136405046, 0.0079646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 120, '2021-05-23 00:00:00', 0.000234382084508311, 0.000555192307692298, 0.000282130902514846, 0.000739615384615388, 0.000382570858192879, 0.0010773076923077, 0.000962634386222747, 0.0025998076923077, 0.00252443772871385, 0.00798538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 135, '2021-05-23 00:00:00', 0.000235862492534559, 0.000473653846153858, 0.000317045495400633, 0.000750384615384621, 0.000379246469483064, 0.0011217307692308, 0.000944926798141592, 0.00253942307692309, 0.00254618910561225, 0.0079798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 150, '2021-05-23 00:00:00', 0.000208889831103553, 0.000450192307692285, 0.000241594463130636, 0.000648269230769242, 0.000458895371014411, 0.00118980769230771, 0.000881537838971425, 0.00243980769230769, 0.00251502894921403, 0.00791884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 165, '2021-05-23 00:00:00', 0.000180783338238366, 0.000433846153846186, 0.00035490865563712, 0.000791923076923107, 0.000618202761111705, 0.00135557692307696, 0.000834125520899186, 0.00247423076923079, 0.00253412567990194, 0.00794019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 180, '2021-05-23 00:00:00', 0.000308403082893863, 0.000687692307692321, 0.000407769967204357, 0.0010121153846154, 0.000646233019416828, 0.00142134615384616, 0.000821337862645661, 0.00247326923076922, 0.00252612017041641, 0.00793634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 195, '2021-05-23 00:00:00', 0.000299553578102217, 0.000652115384615387, 0.000507119163662583, 0.000960384615384622, 0.000539282429216379, 0.00120846153846154, 0.000800606981272055, 0.00223346153846152, 0.00253500472613733, 0.00792519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 210, '2021-05-23 00:00:00', 0.000347925776788468, 0.000587115384615396, 0.000395469195532824, 0.000798269230769251, 0.000404893765744135, 0.00110980769230769, 0.00081951141635638, 0.00209019230769231, 0.00256657980289246, 0.00796326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 225, '2021-05-23 00:00:00', 0.000211984397103583, 0.000530769230769249, 0.000390538878198574, 0.000831153846153843, 0.000468472682070321, 0.00114942307692308, 0.000801287929619453, 0.00214211538461539, 0.00256883125175634, 0.00796500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 240, '2021-05-23 00:00:00', 0.00037116821813545, 0.000619615384615387, 0.000370212828602045, 0.000838461538461532, 0.000619708275040602, 0.0011728846153846, 0.000807664462889984, 0.00211826923076922, 0.002587726601003, 0.00796980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 255, '2021-05-23 00:00:00', 0.000257328583721272, 0.000494999999999998, 0.000389064410328941, 0.000753653846153881, 0.000637343676157865, 0.00112519230769233, 0.00080182035682278, 0.00200673076923078, 0.00259655790644818, 0.00791480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 270, '2021-05-23 00:00:00', 0.000255584398223729, 0.000515769230769236, 0.000400859269377844, 0.000723076923076937, 0.000516951121034125, 0.00109730769230772, 0.000742950976744885, 0.00189692307692308, 0.00260271492129632, 0.00792019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 285, '2021-05-23 00:00:00', 0.000301681760495027, 0.00051826923076921, 0.00042406136167015, 0.000760961538461528, 0.000422039234413845, 0.00109365384615385, 0.000762999243875041, 0.0018753846153846, 0.00259129231198526, 0.00791961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 300, '2021-05-23 00:00:00', 0.00030881691115511, 0.000473269230769231, 0.00032780487864206, 0.000719038461538484, 0.000384324582371951, 0.000969230769230774, 0.000815232505768468, 0.00180596153846152, 0.00259262466505396, 0.00791442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 315, '2021-05-23 00:00:00', 0.000214673007152739, 0.000472500000000047, 0.000274556215345082, 0.000686346153846167, 0.000433157636965509, 0.000903461538461556, 0.000763140903412707, 0.00192403846153845, 0.00258514671507471, 0.00791346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 330, '2021-05-23 00:00:00', 0.000262751784009169, 0.000442499999999978, 0.000333317416286624, 0.000617500000000014, 0.00047496963465696, 0.000826923076923088, 0.000788485598132009, 0.00200846153846153, 0.00258284152555938, 0.00791788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 345, '2021-05-23 00:00:00', 0.000177457362159503, 0.000396346153846163, 0.000296854535731907, 0.000541153846153847, 0.000427399650840345, 0.000862692307692314, 0.000871958119142482, 0.00210480769230769, 0.00258284152555938, 0.00791788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 360, '2021-05-23 00:00:00', 0.000223377569289165, 0.000373461538461534, 0.000270688864821694, 0.000552692307692316, 0.000401203813541171, 0.0008825, 0.000903141717306036, 0.00217019230769229, 0.00258000355545374, 0.00792211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 375, '2021-05-23 00:00:00', 0.000150554360231132, 0.000346153846153859, 0.000318741515724157, 0.000591923076923077, 0.000415381566940351, 0.000814615384615358, 0.000873920542946906, 0.00239365384615381, 0.0025734565575984, 0.00791557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 390, '2021-05-23 00:00:00', 0.000242874453164605, 0.000390000000000001, 0.000296749311450161, 0.000561923076923095, 0.000355716233058789, 0.000769038461538478, 0.00094388153184277, 0.00258288461538459, 0.00256017401001153, 0.00790519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 405, '2021-05-23 00:00:00', 0.000134712228900663, 0.000344230769230795, 0.000174031937829264, 0.000496346153846152, 0.000433441017192184, 0.000803653846153884, 0.0009220892873503, 0.00275442307692304, 0.00254668895143963, 0.00788115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 420, '2021-05-23 00:00:00', 0.00016036688704821, 0.000368461538461535, 0.000204542265709432, 0.000518461538461562, 0.000474070791532892, 0.000826346153846161, 0.000911101446686313, 0.00285038461538459, 0.00251316894653866, 0.00789192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 435, '2021-05-23 00:00:00', 0.000159476185827741, 0.000360576923076945, 0.000348316831899648, 0.00060884615384618, 0.000417740488083931, 0.000878653846153872, 0.000979030466250239, 0.00292942307692307, 0.00250493191217156, 0.00789173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 450, '2021-05-23 00:00:00', 0.000321008746585857, 0.000453846153846155, 0.000374890599426658, 0.000619807692307696, 0.000373045522072689, 0.000884807692307681, 0.00100996565059642, 0.00295384615384614, 0.00251280340686226, 0.00787980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 465, '2021-05-23 00:00:00', 0.000203542473360111, 0.000396538461538472, 0.000306118378308932, 0.000622692307692339, 0.00030807816191052, 0.000906923076923057, 0.00102807244955717, 0.00299519230769232, 0.00250851050656332, 0.00786980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 480, '2021-05-23 00:00:00', 0.0002795087035937, 0.000481346153846173, 0.000286823719650003, 0.000655384615384605, 0.000309263703757055, 0.000989038461538459, 0.00107388391078653, 0.00310557692307693, 0.00251800410123697, 0.00787442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 495, '2021-05-23 00:00:00', 0.000194558375657477, 0.000419807692307667, 0.00025869264507399, 0.000658269230769213, 0.000398457024031456, 0.001195, 0.00107765980431962, 0.00318442307692308, 0.00251076473180217, 0.00788346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 510, '2021-05-23 00:00:00', 0.000170464185275195, 0.000510961538461521, 0.000237827749561612, 0.000745961538461532, 0.000363994980945984, 0.0014121153846154, 0.00114246137790301, 0.00334, 0.00251079975000307, 0.00790076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 525, '2021-05-23 00:00:00', 0.000221345535653756, 0.000489615384615381, 0.000316791668985265, 0.00100480769230771, 0.000456922186608846, 0.00151826923076925, 0.00112902076358916, 0.0034117307692308, 0.00249880322123644, 0.00792153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 540, '2021-05-23 00:00:00', 0.000303131096290783, 0.000842692307692328, 0.000326748550700113, 0.00119384615384619, 0.000529534084034112, 0.00163711538461539, 0.00121221052055898, 0.00348288461538463, 0.00249287684443867, 0.00793519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 555, '2021-05-23 00:00:00', 0.000286014792516886, 0.000697307692307709, 0.000313238481278807, 0.00105711538461539, 0.000606441956129229, 0.00169461538461538, 0.00122712554996816, 0.00342365384615386, 0.00248855286956403, 0.00800076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 570, '2021-05-23 00:00:00', 0.000368708609150294, 0.000795961538461569, 0.000525861234986514, 0.00116096153846155, 0.000823099045353299, 0.00184903846153846, 0.00126364036083787, 0.0034498076923077, 0.00247589925388426, 0.00803634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 585, '2021-05-23 00:00:00', 0.000357153543796184, 0.000764423076923089, 0.000538932170699971, 0.00138326923076924, 0.000808993581794449, 0.00200384615384615, 0.00122427078766851, 0.00340980769230769, 0.00248022833936407, 0.00804884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 600, '2021-05-23 00:00:00', 0.000513944512120195, 0.0011548076923077, 0.00077204476255239, 0.00151134615384618, 0.000774742140725134, 0.00206923076923079, 0.00122932820928904, 0.00352461538461541, 0.00249464639855957, 0.00808942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 615, '2021-05-23 00:00:00', 0.000525741820229708, 0.000957307692307704, 0.000585415959941174, 0.0014353846153846, 0.00071542437647981, 0.00194403846153847, 0.00117810716830007, 0.00349250000000002, 0.00250501838623685, 0.00805134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 630, '2021-05-23 00:00:00', 0.000341021767859248, 0.000844615384615367, 0.000396137165444166, 0.00124057692307694, 0.000540804848919987, 0.00165826923076924, 0.00117459276085208, 0.00343307692307694, 0.00250846489986331, 0.00803192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 645, '2021-05-23 00:00:00', 0.000428767823132562, 0.000850384615384627, 0.000470172145233899, 0.0012696153846154, 0.000599396780104785, 0.00172750000000004, 0.00107567311663262, 0.00346442307692309, 0.00251186991333917, 0.0080123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 660, '2021-05-23 00:00:00', 0.000346867964239118, 0.000834230769230794, 0.000466134059620683, 0.00110480769230771, 0.000648745297893143, 0.00168230769230773, 0.000982358562925886, 0.00346711538461539, 0.00246356249237688, 0.00800807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 675, '2021-05-23 00:00:00', 0.000302783497162353, 0.000659615384615385, 0.000477198555675157, 0.00108230769230771, 0.000480782575199405, 0.00153326923076922, 0.00096640827890621, 0.00333480769230768, 0.00245503310333315, 0.00797346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 690, '2021-05-23 00:00:00', 0.000326239411852944, 0.000758076923076953, 0.000348051554536681, 0.00108826923076925, 0.000520583289722654, 0.00156519230769232, 0.000906248671086556, 0.00333942307692309, 0.00240160862756612, 0.00797000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 705, '2021-05-23 00:00:00', 0.000229574522842714, 0.000682692307692305, 0.000280746600774019, 0.000979423076923071, 0.000513669753231224, 0.00155615384615387, 0.000946716511869393, 0.00334807692307691, 0.00232936075747437, 0.00795846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 720, '2021-05-23 00:00:00', 0.000258448328417015, 0.000696538461538464, 0.000465577102595835, 0.00106403846153847, 0.00062674706590091, 0.00156326923076922, 0.00106616970795169, 0.00351461538461535, 0.00235227886232773, 0.0079496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 735, '2021-05-23 00:00:00', 0.000400077492493645, 0.000745000000000004, 0.000480078999909242, 0.00108038461538466, 0.000564418318679965, 0.00150903846153847, 0.00132735294709201, 0.00378961538461538, 0.00243343916173101, 0.00789692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 750, '2021-05-23 00:00:00', 0.000239811143643039, 0.000685769230769257, 0.000308748839923093, 0.000985384615384615, 0.000470471612811558, 0.00138653846153846, 0.00138470713371235, 0.00373461538461537, 0.00238992622995258, 0.00786076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 765, '2021-05-23 00:00:00', 0.000260664535370658, 0.000704999999999998, 0.000360925146724991, 0.0010048076923077, 0.000501188625630613, 0.00139403846153845, 0.00150732300912783, 0.00406557692307693, 0.00237542556511136, 0.00782884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 780, '2021-05-23 00:00:00', 0.000254915446011764, 0.000713269230769241, 0.00041961635408473, 0.00096826923076922, 0.000533473847675602, 0.0014478846153846, 0.00147486146676694, 0.00433711538461537, 0.00247229971577384, 0.00783673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 795, '2021-05-23 00:00:00', 0.000299287679974667, 0.000671346153846154, 0.000340754818240117, 0.000990384615384587, 0.000413684244135732, 0.00155942307692307, 0.0014098966274164, 0.00435249999999998, 0.00248097642843729, 0.00781403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 810, '2021-05-23 00:00:00', 0.000277394817210755, 0.000703269230769192, 0.000377774250863387, 0.00106076923076921, 0.000595514935548654, 0.00166403846153845, 0.00138240872560016, 0.00437173076923075, 0.00249062501423607, 0.0078101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 825, '2021-05-23 00:00:00', 0.000326861826841488, 0.000785576923076903, 0.000398006957805419, 0.00120653846153846, 0.000610461742012963, 0.00174346153846152, 0.00139066044077572, 0.00435730769230767, 0.00251937691472742, 0.00778903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 840, '2021-05-23 00:00:00', 0.000379028971898547, 0.000819807692307708, 0.000575898762470789, 0.00125423076923076, 0.000665375544624691, 0.00170384615384615, 0.00154850265144705, 0.0046176923076923, 0.00248984018640677, 0.00778307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 855, '2021-05-23 00:00:00', 0.000376334343983576, 0.00082346153846151, 0.00043245969131859, 0.0011607692307692, 0.000518807397195349, 0.00155865384615381, 0.00163838015688107, 0.00466846153846152, 0.00250671238109569, 0.00777480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 870, '2021-05-23 00:00:00', 0.000348825942930748, 0.000838461538461506, 0.000435770758365184, 0.00112307692307691, 0.000540187431859089, 0.00169269230769231, 0.0017015457678241, 0.004755, 0.00249485452790029, 0.00776865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 885, '2021-05-23 00:00:00', 0.000320784135422013, 0.000717692307692304, 0.000363777245873588, 0.00111173076923075, 0.00060813412614704, 0.00187634615384611, 0.00181475699793072, 0.00483519230769229, 0.00245357901849523, 0.00774999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 900, '2021-05-23 00:00:00', 0.000325434857004934, 0.000839615384615368, 0.000386465840862889, 0.00136461538461538, 0.000868353526021418, 0.00218538461538458, 0.00185037497239385, 0.00492653846153844, 0.00241187137684859, 0.00775653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 915, '2021-05-23 00:00:00', 0.00031145570125808, 0.000989423076923103, 0.000522834728997742, 0.00148692307692307, 0.000948412945601578, 0.00243865384615384, 0.0020731083314304, 0.00496807692307691, 0.00242046661903157, 0.00775942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 930, '2021-05-23 00:00:00', 0.000512357334739634, 0.00107903846153847, 0.000684973441371696, 0.00162884615384614, 0.00103307235951796, 0.0022975, 0.00207304607726447, 0.00499403846153844, 0.00239599704635749, 0.00774461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 945, '2021-05-23 00:00:00', 0.00047700266085373, 0.00105346153846152, 0.00071593424708828, 0.00168038461538462, 0.00102469066626884, 0.00251480769230769, 0.0020270348940111, 0.00485769230769231, 0.00236629583949259, 0.007655 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 960, '2021-05-23 00:00:00', 0.000572776671473828, 0.00129634615384613, 0.000524376259510737, 0.00158230769230767, 0.00114449370734571, 0.0026903846153846, 0.00190982403539016, 0.00478538461538461, 0.00236776769260706, 0.00761461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 975, '2021-05-23 00:00:00', 0.000348258303783045, 0.000895384615384597, 0.000724428713910804, 0.0018501923076923, 0.0009503158179501, 0.00262692307692304, 0.0017442671372682, 0.00475461538461535, 0.00223038748789392, 0.0076178846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 990, '2021-05-23 00:00:00', 0.000727477861148727, 0.00148096153846154, 0.00101167083807698, 0.00210826923076922, 0.00114468342953244, 0.00259692307692304, 0.00183788985398599, 0.00477365384615382, 0.00225996018514962, 0.00767096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1005, '2021-05-23 00:00:00', 0.000555868585742518, 0.00134173076923076, 0.000834136979158682, 0.00182249999999994, 0.00107077642570528, 0.00245807692307689, 0.00173494087684678, 0.00468961538461538, 0.0023249717947007, 0.0077446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1020, '2021-05-23 00:00:00', 0.000615277298334759, 0.00131192307692303, 0.000858693282753574, 0.00180692307692306, 0.000944381604747038, 0.00255115384615385, 0.00171027322378618, 0.00449749999999999, 0.0024668662228703, 0.00782519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1035, '2021-05-23 00:00:00', 0.000508348343620352, 0.00123403846153845, 0.000536901258648611, 0.0016648076923077, 0.000931811965184806, 0.00254846153846155, 0.00170711465975151, 0.00427269230769232, 0.00259138149226654, 0.00809903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1050, '2021-05-23 00:00:00', 0.000395544609951314, 0.00104346153846154, 0.000749509403646045, 0.0017621153846154, 0.00108845585755517, 0.0024319230769231, 0.00182941899141608, 0.00416038461538464, 0.00283892832569996, 0.00821403846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1065, '2021-05-23 00:00:00', 0.000687398020408506, 0.00143903846153846, 0.000812340777298267, 0.00193346153846155, 0.000961952681548551, 0.00248480769230768, 0.0017143197350104, 0.00408307692307694, 0.0030365359122121, 0.00829288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1080, '2021-05-23 00:00:00', 0.000680889604742339, 0.00122942307692308, 0.000647235303781842, 0.00162653846153845, 0.000856733420526005, 0.00221692307692307, 0.00157464042293423, 0.0038123076923077, 0.00308557231320219, 0.00822250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1095, '2021-05-23 00:00:00', 0.000570472948188963, 0.0010107692307692, 0.000752652744528432, 0.00157192307692305, 0.00115455894009524, 0.00208788461538459, 0.00159659258566968, 0.00364673076923076, 0.00335877484531762, 0.0081873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1110, '2021-05-23 00:00:00', 0.000417530699009552, 0.0010882692307692, 0.000532953057537417, 0.00140519230769228, 0.00101265910430829, 0.0020076923076923, 0.00144626500391125, 0.00340269230769232, 0.00334571653243135, 0.00805365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1125, '2021-05-23 00:00:00', 0.000363192733322767, 0.00092019230769229, 0.00070765278317722, 0.00129769230769229, 0.000931244411444266, 0.00185307692307694, 0.00139455815996982, 0.00323269230769231, 0.00331788554075308, 0.00806769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1140, '2021-05-23 00:00:00', 0.000478537716542645, 0.000882115384615382, 0.000854682599655474, 0.0013471153846154, 0.00082785784732925, 0.00184615384615389, 0.00135314175731318, 0.00311115384615388, 0.00330623753160363, 0.00805615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1155, '2021-05-23 00:00:00', 0.000870516137790566, 0.00100288461538462, 0.000856018983434318, 0.00132250000000005, 0.000931054592301708, 0.00192557692307692, 0.00134355143613426, 0.00305730769230771, 0.00328066144831518, 0.00810153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1170, '2021-05-23 00:00:00', 0.000531130724166678, 0.000805384615384656, 0.000567034288747461, 0.0011917307692308, 0.000810552897718579, 0.00175999999999999, 0.00118859627939204, 0.00273865384615384, 0.00331883234795705, 0.00803692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1185, '2021-05-23 00:00:00', 0.000303575361319058, 0.000780000000000011, 0.00042664108497024, 0.00120115384615382, 0.000576860601745476, 0.00163807692307693, 0.000906198080740868, 0.00249980769230768, 0.00330075966197992, 0.00801711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1200, '2021-05-23 00:00:00', 0.000361941346714546, 0.000856538461538419, 0.000471304450027162, 0.00115173076923075, 0.000533394679965425, 0.00141826923076921, 0.000905285590297342, 0.00241999999999999, 0.0032922233135305, 0.00805711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1215, '2021-05-23 00:00:00', 0.000273192310399732, 0.000669038461538429, 0.00032478472159976, 0.000918653846153827, 0.000330616905891931, 0.00117153846153844, 0.000816214456170365, 0.00218596153846153, 0.00327163393664153, 0.00801884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1230, '2021-05-23 00:00:00', 0.000201981434790432, 0.000617500000000014, 0.000256890278883073, 0.00083615384615385, 0.000391964333149792, 0.00119403846153848, 0.00075710938138725, 0.00209884615384617, 0.00328650097426519, 0.00798942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1245, '2021-05-23 00:00:00', 0.000246867139602209, 0.000584230769230762, 0.000317672606019757, 0.000871730769230767, 0.000487095354746269, 0.00127673076923079, 0.00074037820376842, 0.00204826923076926, 0.00326515361872087, 0.00807807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1260, '2021-05-23 00:00:00', 0.000250698715899925, 0.000654615384615377, 0.0003665135111373, 0.000883076923076927, 0.000484218998451686, 0.00127096153846156, 0.000707084479774847, 0.00196769230769232, 0.00325422020081379, 0.00803865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1275, '2021-05-23 00:00:00', 0.000258993317407118, 0.00059153846153846, 0.000318785013159934, 0.000901730769230784, 0.000389068166857087, 0.00126596153846153, 0.000670877496555502, 0.00191615384615385, 0.00326085824002492, 0.00808730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1290, '2021-05-23 00:00:00', 0.000274170637489758, 0.000668461538461554, 0.000337905824385797, 0.000917884615384633, 0.00042412266912007, 0.00125596153846156, 0.00068488317364235, 0.00192019230769232, 0.00327851706627343, 0.00812307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1305, '2021-05-23 00:00:00', 0.000270404255769866, 0.000687692307692295, 0.000313028199761838, 0.000955576923076906, 0.000371609182630567, 0.00120423076923076, 0.000681378721078389, 0.00185980769230768, 0.00330681959685644, 0.00818038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1320, '2021-05-23 00:00:00', 0.000300522109771538, 0.000648461538461534, 0.000304841509893004, 0.000847884615384619, 0.000387548508130054, 0.0011503846153846, 0.00075295890683661, 0.00184634615384615, 0.00330765606062428, 0.00821115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1335, '2021-05-23 00:00:00', 0.000226500212260089, 0.000522115384615398, 0.000318550805028983, 0.000758846153846172, 0.000484218799876481, 0.00115038461538464, 0.000716140617906424, 0.00184923076923078, 0.0033103035185033, 0.00825923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1350, '2021-05-23 00:00:00', 0.00027297957094594, 0.0005503846153846, 0.000338637541650872, 0.000839230769230767, 0.000513140706449349, 0.00114076923076923, 0.000687164547531817, 0.00182365384615384, 0.00330828791998798, 0.00827480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1365, '2021-05-23 00:00:00', 0.000247229650325362, 0.0006375, 0.000352745113906071, 0.00088634615384617, 0.000362325660994872, 0.00106826923076923, 0.000608845344768395, 0.00176442307692309, 0.00331459509071388, 0.00830884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1380, '2021-05-23 00:00:00', 0.000298104008694913, 0.000580000000000008, 0.000329164677046847, 0.000719230769230767, 0.000377756993520728, 0.00105288461538462, 0.000563764169189137, 0.00171096153846154, 0.0033084567631822, 0.00826307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1395, '2021-05-23 00:00:00', 0.000200064604950101, 0.000460384615384625, 0.000222219226475524, 0.000634230769230765, 0.000286029920435976, 0.000971346153846163, 0.00056858123024298, 0.00175884615384617, 0.00332366276175036, 0.00824192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1410, '2021-05-23 00:00:00', 0.000165657315425065, 0.000427115384615364, 0.000318426661040692, 0.000753461538461547, 0.000288491101049216, 0.000906346153846173, 0.000664056560380691, 0.00183634615384617, 0.00329155675116711, 0.00827961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 2, 1425, '2021-05-23 00:00:00', 0.000297377770624363, 0.000616538461538487, 0.000297953080973356, 0.000785961538461546, 0.000341348738885084, 0.000905192307692337, 0.00066286421048242, 0.00197019230769232, 0.00329331770991829, 0.00828346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 0, '2021-05-23 00:00:00', 0.00029540929884848, 0.000519423076923038, 0.000259026283192689, 0.000663846153846147, 0.000300962366673721, 0.000807884615384613, 0.000645292092478574, 0.00206826923076923, 0.00329794033626116, 0.0083026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 15, '2021-05-23 00:00:00', 0.000187182757259823, 0.000369230769230805, 0.000263265952106355, 0.000535192307692321, 0.000398071166810858, 0.000805576923076923, 0.000723048780139729, 0.00207653846153847, 0.00331093470418619, 0.00827884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 30, '2021-05-23 00:00:00', 0.000303578401988437, 0.000395384615384592, 0.00032243997652516, 0.000573461538461504, 0.000436108534479871, 0.00082057692307691, 0.000735412495448328, 0.00213653846153846, 0.00331047649370669, 0.00829615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 45, '2021-05-23 00:00:00', 0.000279462189543785, 0.000401346153846153, 0.000368421163678412, 0.000626923076923085, 0.000418230015845175, 0.000792115384615364, 0.000761202692100843, 0.00218153846153844, 0.00328498743704422, 0.0082826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 60, '2021-05-23 00:00:00', 0.000301579177000004, 0.000465000000000006, 0.000347100794494165, 0.00056980769230771, 0.000425177609946748, 0.000859999999999997, 0.000724608886546087, 0.00218596153846155, 0.00328489602341008, 0.00826673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 75, '2021-05-23 00:00:00', 0.00018859653720615, 0.000330576923076937, 0.000242899156029816, 0.000464999999999989, 0.00028371844114573, 0.000848076923076919, 0.000719408517731486, 0.00220384615384615, 0.00327831223579824, 0.00824865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 90, '2021-05-23 00:00:00', 0.000223548308322508, 0.000330384615384594, 0.000252772929417204, 0.000608076923076918, 0.000310133780066701, 0.000855192307692299, 0.000701797719048403, 0.00219403846153844, 0.00327545976220836, 0.00832942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 105, '2021-05-23 00:00:00', 0.000250951113841859, 0.000487307692307691, 0.000265567606921784, 0.000698076923076927, 0.00036427250999555, 0.000927692307692305, 0.000717267812873667, 0.00217634615384616, 0.00329366511421778, 0.00834673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 120, '2021-05-23 00:00:00', 0.000192782160840856, 0.00049980769230767, 0.000274534361027194, 0.000621346153846159, 0.000461528563996453, 0.000971153846153846, 0.000721907515917697, 0.0021776923076923, 0.00330416380670486, 0.0083626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 135, '2021-05-23 00:00:00', 0.000223956125510856, 0.000417115384615376, 0.000279577428383513, 0.000616538461538436, 0.00049129252605129, 0.00108288461538461, 0.000689212845319798, 0.00218288461538459, 0.0033349663185936, 0.0083578846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 150, '2021-05-23 00:00:00', 0.000227167593165524, 0.000418653846153847, 0.000337250876716667, 0.000686923076923076, 0.000544682970599908, 0.00109846153846153, 0.000726307415312849, 0.0021476923076923, 0.00339072500189287, 0.00836096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 165, '2021-05-23 00:00:00', 0.000307899584030511, 0.000508076923076921, 0.000408479544728428, 0.000816538461538482, 0.000582889651781411, 0.00122288461538463, 0.000716054494058589, 0.00211403846153845, 0.00335866276045414, 0.00836346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 180, '2021-05-23 00:00:00', 0.000402088250933121, 0.000674807692307715, 0.000542672198831487, 0.000933653846153839, 0.000599767166362192, 0.00134557692307692, 0.000779956828193785, 0.00213442307692305, 0.00336696764394677, 0.00836365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 195, '2021-05-23 00:00:00', 0.000297499385907561, 0.000626730769230759, 0.000405709682105146, 0.000952115384615413, 0.000504173962651201, 0.00128576923076922, 0.00080906054256681, 0.00209980769230769, 0.00337277995929855, 0.00833557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 210, '2021-05-23 00:00:00', 0.000357040452351553, 0.000656730769230793, 0.000417176959316558, 0.000926153846153842, 0.000533253583781097, 0.00125423076923076, 0.000864588852932636, 0.00208673076923074, 0.00335321591334919, 0.0083201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 225, '2021-05-23 00:00:00', 0.000269410253359765, 0.000563269230769223, 0.000346112531722534, 0.000813269230769195, 0.000439153556462721, 0.0011203846153846, 0.000778209483365485, 0.00191499999999997, 0.00328593272088059, 0.00827038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 240, '2021-05-23 00:00:00', 0.000249302102802063, 0.000586538461538435, 0.000368926769885908, 0.000765192307692308, 0.000390986523474228, 0.00106769230769231, 0.000760284789758691, 0.00184019230769228, 0.00323789005966253, 0.00825096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 255, '2021-05-23 00:00:00', 0.000251030568166191, 0.000472884615384596, 0.00033593062470607, 0.00072423076923074, 0.000395463506047511, 0.00100423076923076, 0.000777088377312266, 0.00182711538461537, 0.00322389174756223, 0.00825 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 270, '2021-05-23 00:00:00', 0.000263137869683444, 0.000516538461538438, 0.000315302845872644, 0.000746730769230751, 0.000348505214617233, 0.000948269230769226, 0.000837317167184285, 0.00184403846153844, 0.00323113402931299, 0.00822365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 285, '2021-05-23 00:00:00', 0.000293655475790176, 0.000476538461538441, 0.000321752174100621, 0.000722692307692294, 0.000368173036241647, 0.000890769230769225, 0.000823542558799371, 0.00179788461538459, 0.00328303874247856, 0.00824076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 300, '2021-05-23 00:00:00', 0.000222247696189513, 0.00053596153846154, 0.000290231207567635, 0.000666923076923074, 0.000336771378740023, 0.000875192307692319, 0.000802739276573544, 0.00179211538461539, 0.00328966280713011, 0.00823423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 315, '2021-05-23 00:00:00', 0.000182149558161626, 0.000367307692307724, 0.000238734483990426, 0.00057692307692309, 0.000399538050561079, 0.000824423076923089, 0.00075946945044142, 0.00190461538461539, 0.00330009596597057, 0.00822576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 330, '2021-05-23 00:00:00', 0.000185972806117975, 0.00041826923076923, 0.000230647916830983, 0.000592692307692313, 0.000480021473878645, 0.00083115384615386, 0.000766048326453038, 0.00204096153846154, 0.00329971777347931, 0.00822423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 345, '2021-05-23 00:00:00', 0.000218653572153266, 0.000439230769230777, 0.000391479098567705, 0.000638269230769228, 0.000469794758787938, 0.000858653846153852, 0.000792221632742119, 0.00210865384615385, 0.00329871457482361, 0.00821461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 360, '2021-05-23 00:00:00', 0.000230556600759671, 0.000432115384615389, 0.000377785449896993, 0.000579615384615373, 0.000412881990962979, 0.00078346153846153, 0.000804089164592695, 0.00219423076923078, 0.00329615713894457, 0.00819173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 375, '2021-05-23 00:00:00', 0.00027476283479506, 0.000376153846153851, 0.000277976825265381, 0.000558653846153842, 0.000360981354728406, 0.000793461538461553, 0.000781617848784424, 0.00233230769230769, 0.00329617006772777, 0.00819134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 390, '2021-05-23 00:00:00', 0.000183353798391564, 0.000383846153846149, 0.000256243949271901, 0.000479807692307684, 0.000369224134555754, 0.000802307692307705, 0.000739310515589699, 0.00243596153846155, 0.00329955906145046, 0.00820000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 405, '2021-05-23 00:00:00', 0.000192468578854194, 0.000311923076923062, 0.000316717296897181, 0.000524615384615422, 0.000366197508708913, 0.000813846153846156, 0.000734862650693717, 0.00255865384615387, 0.00331576063903661, 0.00820884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 420, '2021-05-23 00:00:00', 0.000261361597438083, 0.000401730769230788, 0.000321695747323682, 0.000591923076923069, 0.000402689038264573, 0.000837307692307695, 0.000710855389383376, 0.00271423076923079, 0.00331625119675815, 0.00821000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 435, '2021-05-23 00:00:00', 0.000182247507105462, 0.000368076923076926, 0.000211752122866474, 0.00054519230769231, 0.000378035661728409, 0.000865192307692314, 0.000681953895351157, 0.00278865384615386, 0.00331849664758002, 0.00821500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 450, '2021-05-23 00:00:00', 0.000191999699518962, 0.000411730769230785, 0.000278653700164519, 0.00057673076923079, 0.000440685872772805, 0.000954038461538477, 0.000677886421165109, 0.00286000000000004, 0.0033208388942462, 0.00821980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 465, '2021-05-23 00:00:00', 0.000186089721949878, 0.000370769230769251, 0.00024250971431769, 0.000624807692307703, 0.000329693855662382, 0.000954038461538469, 0.00065332772433492, 0.00294134615384619, 0.00332730514658055, 0.00823153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 480, '2021-05-23 00:00:00', 0.000175058671483401, 0.000453461538461563, 0.000246270957718094, 0.000690769230769247, 0.000381573916621889, 0.000940576923076953, 0.000678647438773507, 0.00300211538461541, 0.00333388352895167, 0.00822423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 495, '2021-05-23 00:00:00', 0.000238675511940397, 0.00046499999999998, 0.00032859701763712, 0.000664999999999967, 0.000563655957532184, 0.00122596153846154, 0.000716957916370366, 0.00301557692307693, 0.00332394120215514, 0.00822134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 510, '2021-05-23 00:00:00', 0.000195796695972746, 0.000447884615384603, 0.000267024415478348, 0.000630961538461539, 0.00054356221779605, 0.00138326923076921, 0.000724345885291339, 0.00297480769230772, 0.00332351860001043, 0.00821326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 525, '2021-05-23 00:00:00', 0.000189721759832235, 0.000442884615384647, 0.00043460078940776, 0.000930384615384656, 0.000553581624861779, 0.00143115384615389, 0.000762758052172423, 0.00297538461538465, 0.00332675668458958, 0.00820403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 540, '2021-05-23 00:00:00', 0.000428076961089235, 0.000833269230769232, 0.000532524322304747, 0.00120307692307691, 0.00058457492774995, 0.00157538461538462, 0.00083667494377358, 0.00302019230769231, 0.00332974333152662, 0.00819557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 555, '2021-05-23 00:00:00', 0.000334169291504471, 0.00075365384615383, 0.000309172904076952, 0.00098826923076924, 0.000488632943881376, 0.00155807692307692, 0.00083530512619413, 0.00296442307692309, 0.00342670182312604, 0.00826576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 570, '2021-05-23 00:00:00', 0.000219403474483398, 0.00064673076923077, 0.000320997723452304, 0.000973461538461553, 0.000486902967746155, 0.0016075, 0.000837162538211474, 0.00300634615384616, 0.00350565837117431, 0.00829384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 585, '2021-05-23 00:00:00', 0.000338863541857202, 0.000767500000000015, 0.000455798243153202, 0.00129903846153847, 0.000532103228851205, 0.00179038461538463, 0.000845021529083982, 0.00303076923076925, 0.00354586661317955, 0.00833096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975805 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 975805, 3, 600, '2021-05-23 00:00:00', 0.000309022590660367, 0.00097480769230769, 0.000334587001448709, 0.0012523076923077, 0.000598693449232463, 0.00180038461538462, 0.000920452083740148, 0.00303403846153847, 0.00355975446970929, 0.00832326923076925 where not exists (select 1 from powerstats_tru[...];
Date: 2021-05-23 15:07:14 Duration: 13s480ms Database: acaweb_fx User: pgperfstats
8 13s620ms 15s170ms 14s395ms 2 28s791ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 15 2 28s791ms 14s395ms [ User: pgperfstats - Total duration: 28s791ms - 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 977050, 1, 930, '2021-05-23 00:00:00', 0.0313290784072256, 0.0616346153846129, 0.0440905187784611, 0.0880769230769228, 0.0566774171551985, 0.119980769230767, 0.189501962644596, 0.308923076923076, 0.200695204227704, 0.51025 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 945, '2021-05-23 00:00:00', 0.0285413128370364, 0.0629423076923071, 0.0400679230998855, 0.0855384615384622, 0.0512409841975978, 0.126461538461538, 0.182283199993857, 0.29925, 0.191408882721297, 0.507596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 960, '2021-05-23 00:00:00', 0.0326831702162524, 0.0614807692307687, 0.0447241158488513, 0.0895576923076909, 0.0819327702824342, 0.164673076923076, 0.181520099543995, 0.295442307692308, 0.193323261563472, 0.512788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 975, '2021-05-23 00:00:00', 0.0277205075433612, 0.0590576923076917, 0.0382887259968456, 0.0914423076923076, 0.124674357365963, 0.184346153846154, 0.174045450518404, 0.287326923076924, 0.194463209888143, 0.520500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 990, '2021-05-23 00:00:00', 0.0376885465156392, 0.0744423076923079, 0.0768936853464172, 0.127673076923077, 0.135988677413288, 0.195403846153847, 0.16884805185546, 0.278769230769231, 0.190958788344903, 0.523673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1005, '2021-05-23 00:00:00', 0.0655023193952234, 0.0874230769230773, 0.106714588794311, 0.144211538461538, 0.124342517018362, 0.187307692307692, 0.159885001942502, 0.264076923076924, 0.187983081276357, 0.530173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1020, '2021-05-23 00:00:00', 0.0683706555362884, 0.0925576923076915, 0.0829074205642377, 0.126596153846153, 0.102603313786642, 0.1745, 0.110032745126166, 0.232749999999999, 0.161362140493411, 0.522596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1035, '2021-05-23 00:00:00', 0.0347470197947328, 0.070346153846152, 0.0342320587483984, 0.0975769230769239, 0.092355758639331, 0.153884615384614, 0.0893896225262457, 0.20526923076923, 0.15713045168316, 0.521326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1050, '2021-05-23 00:00:00', 0.0253995835822911, 0.0686730769230785, 0.0574125723299212, 0.115211538461539, 0.0842972419477653, 0.14375, 0.0812125913882825, 0.190250000000001, 0.155723235754482, 0.512384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1065, '2021-05-23 00:00:00', 0.0507038346296787, 0.0911730769230777, 0.0764441299250632, 0.11275, 0.075008122637074, 0.131538461538463, 0.0764552483482995, 0.17225, 0.156365720225178, 0.512961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1080, '2021-05-23 00:00:00', 0.0398279231386529, 0.0657884615384614, 0.0418019000304275, 0.081173076923077, 0.0429739321700238, 0.109173076923077, 0.069508140087774, 0.151807692307692, 0.156741783001412, 0.508557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1095, '2021-05-23 00:00:00', 0.0230682932581958, 0.0493846153846162, 0.0229194576389037, 0.0691923076923074, 0.0380402216284087, 0.0914615384615385, 0.0579815620560672, 0.140307692307692, 0.156951540782008, 0.504884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1110, '2021-05-23 00:00:00', 0.0222448956980129, 0.0478461538461527, 0.0283311733716661, 0.0676538461538462, 0.0432145675224657, 0.0863269230769232, 0.0575062939699117, 0.133076923076923, 0.157087496442148, 0.507807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1125, '2021-05-23 00:00:00', 0.0147385940254219, 0.0411153846153858, 0.0190732696563712, 0.0549807692307705, 0.0367638252383231, 0.0766730769230779, 0.0554601624175834, 0.128019230769231, 0.158425269934586, 0.509884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1140, '2021-05-23 00:00:00', 0.0201785491587941, 0.0415769230769232, 0.0256062567474309, 0.0595961538461536, 0.0360248471944662, 0.0764807692307693, 0.0554049324380207, 0.125442307692308, 0.159777402850148, 0.511038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1155, '2021-05-23 00:00:00', 0.0190481979765493, 0.0405769230769233, 0.0304292875115662, 0.0536923076923072, 0.0406327643467848, 0.0751923076923082, 0.0556067130701084, 0.123557692307691, 0.164603707080417, 0.515903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1170, '2021-05-23 00:00:00', 0.0228207058476418, 0.0357692307692316, 0.0266124970643479, 0.051250000000002, 0.0331089344205074, 0.0728076923076929, 0.0532932814354094, 0.120076923076923, 0.168511843911524, 0.517807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1185, '2021-05-23 00:00:00', 0.0166034287469143, 0.0349230769230764, 0.01973650463949, 0.0515192307692314, 0.0243357050126261, 0.0700576923076923, 0.0458651241727811, 0.11601923076923, 0.170448638778779, 0.520038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1200, '2021-05-23 00:00:00', 0.0191693665879869, 0.0392692307692313, 0.0238739639324134, 0.0511153846153838, 0.0273299286497407, 0.0677499999999999, 0.0460041135284494, 0.117461538461539, 0.170056949736983, 0.521384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1215, '2021-05-23 00:00:00', 0.0146866894211673, 0.0308269230769232, 0.0214721644496739, 0.0440769230769247, 0.0300696882898056, 0.0631153846153848, 0.0466546724513046, 0.121038461538462, 0.171330575653754, 0.527884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1230, '2021-05-23 00:00:00', 0.0164989510156065, 0.0313461538461548, 0.0187510102291939, 0.0435961538461538, 0.0302990733547051, 0.0685769230769226, 0.0438638277469638, 0.118153846153846, 0.170492174420007, 0.530807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1245, '2021-05-23 00:00:00', 0.014446466163577, 0.0300961538461538, 0.0200824933327877, 0.046442307692307, 0.0315897317786356, 0.0651346153846159, 0.0407697663244926, 0.113923076923078, 0.169678942304396, 0.533288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1260, '2021-05-23 00:00:00', 0.0164361234433822, 0.0336153846153839, 0.0190162784517314, 0.0483269230769232, 0.0277042137866876, 0.0597884615384623, 0.0380954671238517, 0.11123076923077, 0.170177569027179, 0.53425 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1275, '2021-05-23 00:00:00', 0.0138048486465388, 0.0300769230769229, 0.0231851494247105, 0.0431346153846153, 0.0271115927517821, 0.0619615384615392, 0.0369912879556155, 0.108846153846154, 0.171319831354648, 0.537230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1290, '2021-05-23 00:00:00', 0.0203482469477382, 0.0326346153846149, 0.0223759572206071, 0.0432115384615382, 0.0265584985673859, 0.0610769230769228, 0.0390939106019548, 0.110923076923077, 0.171191854811631, 0.537634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1305, '2021-05-23 00:00:00', 0.0177962074611412, 0.0322500000000004, 0.0257558656500725, 0.04973076923077, 0.0248267922894731, 0.0589807692307677, 0.0383534824414225, 0.115519230769231, 0.171067037017207, 0.539865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1320, '2021-05-23 00:00:00', 0.0184641440468986, 0.0357692307692305, 0.0178864473834244, 0.0427499999999986, 0.0233961206514761, 0.0609615384615377, 0.0405339221659304, 0.115673076923077, 0.171373892859579, 0.540365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1335, '2021-05-23 00:00:00', 0.0078476111014751, 0.0242499999999999, 0.017214707486512, 0.0363846153846142, 0.021691907388558, 0.0601730769230751, 0.0447767281588917, 0.121346153846154, 0.171628620752888, 0.542288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1350, '2021-05-23 00:00:00', 0.0145769180028404, 0.0260576923076905, 0.0179410144640682, 0.0434999999999984, 0.0206201264638337, 0.0560192307692288, 0.0519818607415476, 0.125923076923077, 0.171350433771982, 0.543134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1365, '2021-05-23 00:00:00', 0.016343853231766, 0.036807692307691, 0.0189061752223541, 0.0482115384615364, 0.0215003130567543, 0.0572884615384596, 0.0607602128167628, 0.132711538461539, 0.171229783759, 0.543673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1380, '2021-05-23 00:00:00', 0.0131687275245319, 0.0316538461538437, 0.0142395980928582, 0.0361153846153822, 0.0245722482613086, 0.056346153846154, 0.0583751791300155, 0.137807692307692, 0.173603302210706, 0.544942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1395, '2021-05-23 00:00:00', 0.0135948661124471, 0.0225961538461519, 0.0190346748370917, 0.0328269230769219, 0.0328624639742905, 0.0783076923076929, 0.0557007284857765, 0.152634615384616, 0.174739649192735, 0.54575 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1410, '2021-05-23 00:00:00', 0.0127601091145565, 0.0230961538461532, 0.0264775376498647, 0.0440000000000002, 0.0322729703526739, 0.0772307692307702, 0.0549665247778494, 0.159326923076924, 0.176759777229307, 0.547173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 1, 1425, '2021-05-23 00:00:00', 0.023412595229589, 0.0344807692307699, 0.0318518988686445, 0.06671153846154, 0.0299122627284924, 0.072711538461538, 0.0553524129138439, 0.171519230769231, 0.177204835843027, 0.547576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 0, '2021-05-23 00:00:00', 0.0317774533035862, 0.0500576923076936, 0.0321453729174188, 0.0602500000000007, 0.0313346514998223, 0.0679038461538468, 0.0583124739261227, 0.180769230769231, 0.182601441775419, 0.550557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 15, '2021-05-23 00:00:00', 0.0217351186933825, 0.0336538461538451, 0.0217036774622327, 0.0399807692307694, 0.0244888750252029, 0.0562499999999991, 0.0590603602583522, 0.184384615384616, 0.181511560343857, 0.548942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 30, '2021-05-23 00:00:00', 0.0141840104993674, 0.0248846153846145, 0.0182078702340906, 0.0350576923076924, 0.028738670008303, 0.0596346153846148, 0.0602584816883478, 0.189769230769231, 0.181830666153556, 0.547865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 45, '2021-05-23 00:00:00', 0.0165404515797333, 0.0265576923076923, 0.0189635277471081, 0.0411538461538443, 0.0353867695832551, 0.0672884615384593, 0.0626622693492688, 0.194, 0.181601348054976, 0.546980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 60, '2021-05-23 00:00:00', 0.015152354475588, 0.0324230769230754, 0.019880489082361, 0.0474230769230765, 0.0313631398055341, 0.0674423076923061, 0.0805604717922174, 0.20351923076923, 0.184864816513622, 0.547096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 75, '2021-05-23 00:00:00', 0.0149064260794319, 0.030192307692307, 0.0238173175522474, 0.0472307692307679, 0.0356562272045383, 0.0745576923076909, 0.0828475430209938, 0.206846153846153, 0.195053006602347, 0.551153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 90, '2021-05-23 00:00:00', 0.0178256945058351, 0.0368461538461516, 0.0203205466310491, 0.0492307692307671, 0.0443214351683781, 0.0800192307692291, 0.0824180898738959, 0.210192307692306, 0.195053006602347, 0.551153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 105, '2021-05-23 00:00:00', 0.01571177902085, 0.0294999999999993, 0.0334137926380952, 0.06030769230769, 0.0531576935599671, 0.0855961538461532, 0.0818643460478742, 0.212365384615385, 0.193492962503708, 0.548442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 120, '2021-05-23 00:00:00', 0.0247003269987697, 0.0503846153846138, 0.0385225408539756, 0.0616153846153837, 0.0488717040989815, 0.0952884615384601, 0.0797722455108673, 0.213365384615385, 0.193227686541431, 0.548173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 135, '2021-05-23 00:00:00', 0.031456856902015, 0.0389230769230753, 0.0456975382269105, 0.0647499999999993, 0.0403168651482792, 0.109519230769231, 0.0792553249848963, 0.210557692307692, 0.195346985170963, 0.551230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 150, '2021-05-23 00:00:00', 0.0211944931164109, 0.0474423076923074, 0.0281694597310359, 0.0714615384615375, 0.0293084196356358, 0.109288461538464, 0.0793789547773107, 0.208461538461539, 0.194916664638624, 0.550384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 165, '2021-05-23 00:00:00', 0.0210328314784282, 0.0569999999999989, 0.0280104170182891, 0.0907884615384616, 0.0363790303080464, 0.115923076923077, 0.0811413984255966, 0.204942307692307, 0.196290609713095, 0.549211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 180, '2021-05-23 00:00:00', 0.0289698052355313, 0.0679807692307708, 0.0313958595996364, 0.0825000000000026, 0.0438694260101664, 0.112942307692309, 0.0816934608060022, 0.196192307692308, 0.201810868236726, 0.552942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 195, '2021-05-23 00:00:00', 0.0183708066905499, 0.0505576923076932, 0.0353266950706611, 0.0758461538461536, 0.045525500039497, 0.107365384615385, 0.0740217977251397, 0.186557692307693, 0.21129398040135, 0.556384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 210, '2021-05-23 00:00:00', 0.0255181383454079, 0.0558461538461549, 0.0280193888913752, 0.0776153846153846, 0.0398744761238795, 0.106076923076924, 0.0666299222456527, 0.181942307692308, 0.215462697110552, 0.564423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 225, '2021-05-23 00:00:00', 0.0221240558251354, 0.052076923076922, 0.0295588591431756, 0.0748846153846144, 0.0447692588553959, 0.102942307692307, 0.0640559400956579, 0.180788461538461, 0.221862511132805, 0.571076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 240, '2021-05-23 00:00:00', 0.0214258291285578, 0.0508846153846162, 0.0314066626934228, 0.0709615384615384, 0.054145604978257, 0.102942307692307, 0.0548259518841217, 0.173749999999999, 0.228410494168184, 0.574923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 255, '2021-05-23 00:00:00', 0.0185758010490911, 0.0439038461538454, 0.022129140203674, 0.0618269230769226, 0.0457112719645308, 0.0950961538461532, 0.0486549230650026, 0.165307692307691, 0.232818509705604, 0.576538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 270, '2021-05-23 00:00:00', 0.01576573694879, 0.0404615384615376, 0.0345447591483175, 0.0660961538461513, 0.041272252739022, 0.0888269230769214, 0.0518476503436143, 0.161673076923075, 0.233425023376803, 0.57280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 285, '2021-05-23 00:00:00', 0.0250275540462594, 0.048461538461537, 0.0307849176358501, 0.0648653846153839, 0.0355634427683603, 0.0855384615384617, 0.0502973313254429, 0.153692307692306, 0.234994088305347, 0.571192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 300, '2021-05-23 00:00:00', 0.02089541723772, 0.0434615384615372, 0.0222066518101075, 0.0561538461538437, 0.0303245521242834, 0.0794615384615375, 0.0490306536770604, 0.147249999999997, 0.23507581837487, 0.568096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 315, '2021-05-23 00:00:00', 0.017360443542721, 0.0377499999999993, 0.0227927873206914, 0.053634615384614, 0.0309457838559889, 0.0746923076923069, 0.0484171933860742, 0.151230769230768, 0.235445495897588, 0.566692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 330, '2021-05-23 00:00:00', 0.0179289302096239, 0.0395576923076921, 0.0216092305775511, 0.0523269230769237, 0.0298305793027622, 0.0737115384615395, 0.0552190637370806, 0.162749999999999, 0.235333557873793, 0.56578846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 345, '2021-05-23 00:00:00', 0.0128778432260158, 0.0333269230769248, 0.0218010232646237, 0.0497692307692328, 0.0294601490935707, 0.0689038461538472, 0.0811647730522003, 0.178096153846152, 0.235068503926964, 0.565807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 360, '2021-05-23 00:00:00', 0.0162058512699785, 0.0354807692307714, 0.0218419585625033, 0.0496346153846174, 0.026024226878342, 0.0674038461538472, 0.0908579470297521, 0.180942307692306, 0.241732723509632, 0.571480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 375, '2021-05-23 00:00:00', 0.0141366000699769, 0.0327884615384612, 0.0165046846496567, 0.0447307692307691, 0.0198137190234064, 0.0667884615384612, 0.102042472303673, 0.188884615384613, 0.248691950319759, 0.575384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 390, '2021-05-23 00:00:00', 0.0091946472722726, 0.0283076923076919, 0.0168065577860361, 0.0444038461538467, 0.0325761592862961, 0.0678846153846149, 0.10173625025223, 0.196230769230767, 0.248260589672656, 0.575403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 405, '2021-05-23 00:00:00', 0.0129479579619581, 0.033480769230769, 0.0165618653724603, 0.0501538461538462, 0.0404210912196172, 0.0757307692307706, 0.119231960415887, 0.217096153846151, 0.248365614491092, 0.575961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 420, '2021-05-23 00:00:00', 0.0122197979336201, 0.0352115384615366, 0.0226633217743146, 0.0491153846153836, 0.0391131888045625, 0.074692307692308, 0.133995057314125, 0.221153846153843, 0.250345109491185, 0.576923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 435, '2021-05-23 00:00:00', 0.0162460882865817, 0.032153846153845, 0.0316869604338823, 0.0527884615384633, 0.0346545146354026, 0.0778461538461544, 0.131409836009334, 0.226749999999998, 0.250317005937547, 0.57678846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 450, '2021-05-23 00:00:00', 0.0290493810340499, 0.0390576923076941, 0.0302924019414856, 0.0535192307692311, 0.0305225578623659, 0.0769423076923089, 0.130733445782454, 0.235423076923076, 0.250173023202865, 0.575807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 465, '2021-05-23 00:00:00', 0.0130124939961552, 0.0347499999999987, 0.0185336284794787, 0.0528461538461553, 0.0259245725430221, 0.0707884615384618, 0.134271253868372, 0.243980769230769, 0.250259964068135, 0.57451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 480, '2021-05-23 00:00:00', 0.0177055402020436, 0.0396153846153863, 0.0244773128867096, 0.0563269230769242, 0.0242506463038381, 0.0734230769230777, 0.135587134912742, 0.245865384615385, 0.249346663225194, 0.574461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 495, '2021-05-23 00:00:00', 0.013701277312719, 0.0347499999999992, 0.0170319157421056, 0.0466153846153842, 0.0218741505329572, 0.0850384615384609, 0.124621883496253, 0.242576923076922, 0.248276781807351, 0.570403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 510, '2021-05-23 00:00:00', 0.012698046488157, 0.0324038461538457, 0.0204091608390416, 0.0534230769230762, 0.0377206788828697, 0.0985192307692289, 0.128136827409068, 0.24555769230769, 0.24856645683104, 0.569711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 525, '2021-05-23 00:00:00', 0.0158205927147538, 0.0383653846153853, 0.0218695081018168, 0.0701538461538444, 0.0741867809083141, 0.11303846153846, 0.128297616741459, 0.24553846153846, 0.247455397690479, 0.569076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 540, '2021-05-23 00:00:00', 0.0232851553900434, 0.0585384615384607, 0.0414555739965633, 0.0797692307692301, 0.0847771218231379, 0.122403846153846, 0.127804748918629, 0.244923076923076, 0.24768574071562, 0.567615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 555, '2021-05-23 00:00:00', 0.031908794302606, 0.0543653846153835, 0.0682178749415296, 0.086538461538461, 0.0794893800357075, 0.132807692307691, 0.121333711784419, 0.249019230769229, 0.245243386172874, 0.564461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 570, '2021-05-23 00:00:00', 0.0447790000575462, 0.0611730769230777, 0.0531875491502967, 0.0888461538461545, 0.0549616544650755, 0.132211538461536, 0.11029997733454, 0.240249999999999, 0.239615778984734, 0.556307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 585, '2021-05-23 00:00:00', 0.0253571413093935, 0.0537692307692301, 0.0356541075419838, 0.0901538461538448, 0.0722122299464982, 0.138115384615382, 0.104074278208476, 0.231346153846152, 0.236091250285854, 0.55003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 600, '2021-05-23 00:00:00', 0.0333647211195387, 0.0767307692307689, 0.0380089311366917, 0.0986730769230747, 0.0880509489749232, 0.140519230769228, 0.10685786569803, 0.230788461538461, 0.23979076215606, 0.55201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 615, '2021-05-23 00:00:00', 0.0197784264754843, 0.0601153846153847, 0.067088795923473, 0.100942307692306, 0.0772769370511025, 0.131249999999999, 0.106993862153216, 0.228442307692308, 0.236368578707069, 0.548749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 630, '2021-05-23 00:00:00', 0.0488220355356679, 0.0756346153846114, 0.0597176594162377, 0.0958269230769193, 0.0579211831848956, 0.12628846153846, 0.101074945537381, 0.226269230769232, 0.234011502840219, 0.547211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 645, '2021-05-23 00:00:00', 0.0301403639404299, 0.0571923076923064, 0.0308326749756467, 0.0824230769230775, 0.0464374724350286, 0.116826923076923, 0.0980947520747958, 0.224403846153848, 0.236350134660095, 0.548615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 660, '2021-05-23 00:00:00', 0.0176477608080584, 0.0597115384615383, 0.0310477795564281, 0.08373076923077, 0.0511163980914754, 0.114384615384618, 0.100331774627982, 0.230750000000002, 0.232762655608998, 0.554423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 675, '2021-05-23 00:00:00', 0.0242379946492128, 0.0554038461538467, 0.0392891646836426, 0.0785384615384627, 0.0414161246933519, 0.0993461538461549, 0.103738645347149, 0.238442307692309, 0.23495359934709, 0.548576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 690, '2021-05-23 00:00:00', 0.0305454012653547, 0.0603076923076933, 0.0330856289974037, 0.0778269230769257, 0.0398577904748663, 0.100288461538462, 0.116887717325382, 0.25246153846154, 0.236567805371865, 0.551057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 705, '2021-05-23 00:00:00', 0.0218385069227583, 0.0540961538461547, 0.0236458566869866, 0.0669423076923081, 0.0353538377853631, 0.0944230769230774, 0.130642624685112, 0.268846153846156, 0.236030728116879, 0.54976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 720, '2021-05-23 00:00:00', 0.016092198300847, 0.0478269230769235, 0.027456595116375, 0.0737692307692305, 0.0365658520817091, 0.0976923076923085, 0.150271033341553, 0.274711538461541, 0.235137718238612, 0.555442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 735, '2021-05-23 00:00:00', 0.0214690833167488, 0.0553076923076924, 0.0217422665296457, 0.0673846153846158, 0.0622161121847451, 0.111769230769232, 0.166413105068264, 0.284807692307694, 0.238197723298554, 0.554153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 750, '2021-05-23 00:00:00', 0.0178380319714769, 0.0453461538461534, 0.0326869769409546, 0.0695384615384613, 0.068398417098193, 0.112711538461538, 0.179603851466328, 0.28871153846154, 0.238068743304242, 0.554442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 765, '2021-05-23 00:00:00', 0.0283187896308066, 0.0539230769230775, 0.0555817381464884, 0.0864807692307695, 0.0614011431865504, 0.115596153846154, 0.181005882819826, 0.302019230769233, 0.237776576610513, 0.554403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 780, '2021-05-23 00:00:00', 0.0396799116003979, 0.0578461538461529, 0.0507917164657611, 0.0765384615384597, 0.0543153647336904, 0.106173076923075, 0.174897399593634, 0.312096153846155, 0.236451345621363, 0.552173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 795, '2021-05-23 00:00:00', 0.0269532073159252, 0.0503461538461527, 0.0295028877334964, 0.0709038461538464, 0.0577310608305062, 0.108846153846155, 0.163589443894911, 0.318615384615386, 0.236471487954433, 0.55123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 810, '2021-05-23 00:00:00', 0.0229158997540654, 0.0500384615384627, 0.0317347661818285, 0.0708461538461543, 0.0634505016043696, 0.117884615384617, 0.159840612919437, 0.315807692307693, 0.233231599158761, 0.549173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 825, '2021-05-23 00:00:00', 0.0166671948634247, 0.0461538461538446, 0.0531235461339539, 0.0781346153846162, 0.0724376017952443, 0.117384615384616, 0.151340868444509, 0.315461538461539, 0.223527758558423, 0.548673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 840, '2021-05-23 00:00:00', 0.0477085905826692, 0.0605192307692328, 0.0522365624973397, 0.0870384615384639, 0.0689827849204775, 0.130230769230771, 0.149880506250299, 0.318115384615385, 0.220317513008976, 0.548057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 855, '2021-05-23 00:00:00', 0.0304772613851481, 0.0567115384615382, 0.0610766353413126, 0.0888461538461528, 0.0695587549098993, 0.143403846153845, 0.140671822119645, 0.310807692307692, 0.214405815793678, 0.548576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 870, '2021-05-23 00:00:00', 0.0535077564470804, 0.0614999999999996, 0.053558382953702, 0.0935961538461547, 0.0788414304401306, 0.144865384615385, 0.1366215224063, 0.309903846153846, 0.211765633334442, 0.550711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 885, '2021-05-23 00:00:00', 0.026260353269638, 0.0598846153846171, 0.0356893002711758, 0.0968846153846167, 0.0940491381386098, 0.158596153846156, 0.131965543288332, 0.30873076923077, 0.208601494389512, 0.547788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 900, '2021-05-23 00:00:00', 0.0250527213322984, 0.067326923076921, 0.0423769213315267, 0.0992884615384607, 0.0956886537763923, 0.152538461538462, 0.114216003189638, 0.308346153846154, 0.199549230478632, 0.542346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 915, '2021-05-23 00:00:00', 0.0355123380509679, 0.0741153846153843, 0.078791965619305, 0.120923076923078, 0.0924235838201142, 0.159326923076925, 0.114260081191317, 0.306884615384615, 0.198052418275098, 0.540596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 930, '2021-05-23 00:00:00', 0.0755190067772034, 0.0860961538461545, 0.0826197592309774, 0.106730769230769, 0.0978110442875217, 0.159096153846153, 0.102875294185953, 0.298615384615383, 0.193963331189565, 0.535576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 945, '2021-05-23 00:00:00', 0.0327276465110746, 0.0668269230769241, 0.050232846287602, 0.0998269230769231, 0.0678464329315714, 0.158961538461539, 0.0858039827836591, 0.275788461538461, 0.197107835577769, 0.531673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 960, '2021-05-23 00:00:00', 0.0371286329483781, 0.076846153846154, 0.0544298737261635, 0.110865384615384, 0.0553301871981675, 0.17401923076923, 0.0858164700885656, 0.27055769230769, 0.200700922729852, 0.538403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 975, '2021-05-23 00:00:00', 0.0379407635461052, 0.0736923076923081, 0.0465793822002163, 0.122326923076923, 0.0510271119489041, 0.172884615384614, 0.0818021181783311, 0.265942307692307, 0.200231354649101, 0.543153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 990, '2021-05-23 00:00:00', 0.0264198133691643, 0.0865576923076924, 0.0376622030484341, 0.122692307692308, 0.0460878091673506, 0.157615384615385, 0.0848583548309499, 0.257403846153846, 0.191367540049545, 0.540846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1005, '2021-05-23 00:00:00', 0.023793058134351, 0.0795192307692311, 0.0320380783059545, 0.111961538461537, 0.0420314900264816, 0.147384615384616, 0.0850522576917365, 0.246057692307693, 0.186589401133568, 0.54226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1020, '2021-05-23 00:00:00', 0.0313911611763565, 0.0837499999999998, 0.0337066758966231, 0.108500000000002, 0.0419141797192587, 0.15246153846154, 0.0833246292890272, 0.238076923076924, 0.190371637553009, 0.543096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1035, '2021-05-23 00:00:00', 0.0275756023715491, 0.0755769230769237, 0.0338599377526815, 0.111346153846155, 0.0502932056888557, 0.155057692307692, 0.0895500912682591, 0.230326923076923, 0.197713059371789, 0.552076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1050, '2021-05-23 00:00:00', 0.0287719681955576, 0.071615384615385, 0.031539157590818, 0.108038461538461, 0.0556219519476054, 0.148807692307691, 0.08257501950441, 0.216923076923077, 0.197425366618918, 0.547153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1065, '2021-05-23 00:00:00', 0.0249604687455969, 0.0867500000000005, 0.0418294200846185, 0.113096153846154, 0.0515198841374738, 0.14653846153846, 0.0883318241283736, 0.205865384615384, 0.201344000502773, 0.550442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1080, '2021-05-23 00:00:00', 0.0448233627269748, 0.0775769230769246, 0.0529204482799803, 0.102923076923076, 0.0488970346749177, 0.132999999999999, 0.0896172995833692, 0.187903846153848, 0.204390900934007, 0.547096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1095, '2021-05-23 00:00:00', 0.0281907854558083, 0.0590961538461518, 0.0322086944783535, 0.0799999999999988, 0.0357301639428729, 0.110230769230768, 0.0831169333853471, 0.168269230769231, 0.212107487264937, 0.541384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1110, '2021-05-23 00:00:00', 0.0207709208714039, 0.0571346153846144, 0.0234649411151702, 0.0807884615384609, 0.0342831423027971, 0.101423076923077, 0.078624827259194, 0.161788461538462, 0.211502849589822, 0.540153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1125, '2021-05-23 00:00:00', 0.0264626369405262, 0.0543653846153829, 0.0306304775321266, 0.0781153846153838, 0.0354648254775594, 0.0929230769230768, 0.074701179065969, 0.153384615384614, 0.20371392932247, 0.536749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1140, '2021-05-23 00:00:00', 0.0219515287710156, 0.0529807692307702, 0.0252227385202647, 0.0649423076923079, 0.0280746258280453, 0.0852307692307701, 0.0711828982270306, 0.149750000000001, 0.202690947959241, 0.533096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1155, '2021-05-23 00:00:00', 0.0173397276174167, 0.0401153846153838, 0.0198566400442309, 0.0523846153846146, 0.0330904587689314, 0.0809615384615381, 0.068459210202413, 0.144711538461538, 0.201839395407492, 0.534692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1170, '2021-05-23 00:00:00', 0.0158190853572018, 0.0357115384615379, 0.0214933621237961, 0.0542307692307702, 0.0356651143922936, 0.0785961538461553, 0.0654857148250949, 0.143326923076924, 0.198797833140955, 0.534461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1185, '2021-05-23 00:00:00', 0.012830627420355, 0.0407500000000016, 0.0288547889639438, 0.0603269230769247, 0.0410141861011335, 0.0807884615384625, 0.0650730240694109, 0.140538461538463, 0.199049043048344, 0.533307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1200, '2021-05-23 00:00:00', 0.0296752162846097, 0.0455384615384625, 0.0328274978544599, 0.0577307692307711, 0.0380631913856612, 0.076442307692307, 0.0642212551682406, 0.14301923076923, 0.202325518372289, 0.531846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1215, '2021-05-23 00:00:00', 0.0165468681675379, 0.0351730769230782, 0.0249867657278509, 0.052038461538463, 0.0310679651979084, 0.0679615384615389, 0.0549913594611416, 0.13698076923077, 0.202848481725799, 0.524442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1230, '2021-05-23 00:00:00', 0.0116475814590889, 0.0363846153846159, 0.016749282418613, 0.0499615384615382, 0.0247317609563084, 0.0630000000000007, 0.046953233688915, 0.131115384615384, 0.203722138255479, 0.522019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1245, '2021-05-23 00:00:00', 0.0132138621850741, 0.0303846153846156, 0.0195751019252661, 0.0457307692307701, 0.0289537562329987, 0.0594999999999993, 0.0458724695382562, 0.127711538461537, 0.203798985616861, 0.520057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1260, '2021-05-23 00:00:00', 0.0169035385462509, 0.034980769230769, 0.0212378472036623, 0.0426153846153853, 0.027374721635396, 0.0616538461538459, 0.0476450982223283, 0.126153846153846, 0.203616922562557, 0.519634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1275, '2021-05-23 00:00:00', 0.0116456165408001, 0.0275961538461544, 0.0178790057372828, 0.0403269230769216, 0.0258999034747217, 0.0612500000000017, 0.0604048552556935, 0.129557692307691, 0.202934434277144, 0.521769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1290, '2021-05-23 00:00:00', 0.0135240526470428, 0.0285, 0.0166192774998008, 0.0414038461538471, 0.0273956832646754, 0.0612884615384629, 0.064114860871837, 0.133153846153845, 0.204649396247864, 0.526846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1305, '2021-05-23 00:00:00', 0.0120016184805983, 0.0346730769230796, 0.0190023986340186, 0.0501346153846186, 0.0257347714491209, 0.0614615384615406, 0.0639384108702669, 0.132403846153847, 0.202641396029082, 0.533846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1320, '2021-05-23 00:00:00', 0.0202864202399992, 0.0366730769230777, 0.0263939095538818, 0.0464615384615389, 0.0337296092248562, 0.0695576923076921, 0.0652547787816792, 0.129384615384613, 0.202921868253238, 0.53373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1335, '2021-05-23 00:00:00', 0.0155189834123848, 0.028173076923077, 0.0153100896847097, 0.0363269230769238, 0.0299943071521638, 0.0665384615384611, 0.0569150784401306, 0.130384615384614, 0.203060776237445, 0.534173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1350, '2021-05-23 00:00:00', 0.010273210119229, 0.0241730769230765, 0.0238914291036613, 0.0485961538461536, 0.0315276252490753, 0.0661346153846142, 0.056348793584792, 0.13055769230769, 0.203367496079236, 0.53446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1365, '2021-05-23 00:00:00', 0.0200490935916343, 0.0376153846153844, 0.0255989182463755, 0.0492307692307682, 0.0318116149567078, 0.0603269230769231, 0.0545522790893844, 0.131365384615384, 0.203820267732288, 0.535692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1380, '2021-05-23 00:00:00', 0.0155157612173514, 0.0313269230769224, 0.0219207313185146, 0.0409615384615384, 0.0340766838852512, 0.0625961538461532, 0.0558893412158206, 0.143961538461538, 0.204848019648338, 0.534634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1395, '2021-05-23 00:00:00', 0.0132546653615311, 0.0246153846153846, 0.01418765714925, 0.0330192307692305, 0.0300232474028949, 0.0738461538461523, 0.0527590313085391, 0.161346153846154, 0.206357762523841, 0.533384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1410, '2021-05-23 00:00:00', 0.00793851371479759, 0.0220000000000001, 0.0262039045828004, 0.0452307692307688, 0.024912215107022, 0.0710384615384591, 0.0576720869692143, 0.179480769230769, 0.206897882652659, 0.533576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 2, 1425, '2021-05-23 00:00:00', 0.0250067990754496, 0.0359999999999981, 0.0270086382193091, 0.0614423076923065, 0.0244327648865207, 0.0674999999999982, 0.0685064314779733, 0.194365384615385, 0.208758292327238, 0.53423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 0, '2021-05-23 00:00:00', 0.0244987676299174, 0.0429807692307689, 0.0228049252440047, 0.0502307692307691, 0.0236439941959574, 0.0599615384615373, 0.0814517719503146, 0.208365384615384, 0.213739827468242, 0.535923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 15, '2021-05-23 00:00:00', 0.0177447283612731, 0.0276538461538459, 0.0200337503689685, 0.037134615384614, 0.0368966748553922, 0.0662307692307657, 0.0822626211967117, 0.218173076923076, 0.207262490576563, 0.532500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 30, '2021-05-23 00:00:00', 0.0134523089239199, 0.0257692307692297, 0.0149429298949743, 0.0366346153846138, 0.0438166810525569, 0.0713076923076912, 0.0843950508939035, 0.220769230769229, 0.207296439540465, 0.532576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 45, '2021-05-23 00:00:00', 0.0127758185045621, 0.0263076923076906, 0.0318941759814928, 0.0520384615384591, 0.0382646653635509, 0.0727692307692306, 0.0865036771117044, 0.225884615384613, 0.207420639133287, 0.532192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 60, '2021-05-23 00:00:00', 0.0278267234589612, 0.0424423076923059, 0.0364994467818979, 0.0565192307692306, 0.0399899795141042, 0.0735384615384618, 0.0875996311899492, 0.229653846153845, 0.207333725780815, 0.532076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 75, '2021-05-23 00:00:00', 0.0266255805281594, 0.0341923076923086, 0.0258732710310501, 0.0478846153846166, 0.0399363724711426, 0.0774230769230777, 0.0869998076920938, 0.22555769230769, 0.206811880331266, 0.530923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 90, '2021-05-23 00:00:00', 0.0138782757740833, 0.0355576923076921, 0.0245350063880464, 0.0494423076923082, 0.0299423356059361, 0.0772884615384606, 0.0832490817690161, 0.224980769230767, 0.203669966820381, 0.529153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 105, '2021-05-23 00:00:00', 0.0203847605219783, 0.0354615384615389, 0.0244823327194249, 0.0622692307692308, 0.0296745747166722, 0.0804038461538475, 0.0773180668507562, 0.227711538461538, 0.199755947249483, 0.529038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 120, '2021-05-23 00:00:00', 0.0205109820490252, 0.0534038461538459, 0.0276197602061671, 0.064134615384615, 0.0357212121854787, 0.104750000000001, 0.0966471616042261, 0.234423076923077, 0.198908588397942, 0.530057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 135, '2021-05-23 00:00:00', 0.0183005779648116, 0.0403653846153844, 0.0269925630783464, 0.0599615384615395, 0.0381008378668217, 0.121576923076925, 0.111291331129675, 0.235596153846154, 0.199208472170778, 0.532346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 150, '2021-05-23 00:00:00', 0.0191338604412346, 0.0442307692307705, 0.0386849255077263, 0.0832115384615406, 0.0527909410935092, 0.13571153846154, 0.111450975769616, 0.2345, 0.199814075118308, 0.531269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 165, '2021-05-23 00:00:00', 0.0336146488213777, 0.0657692307692316, 0.0368710434644018, 0.100576923076925, 0.0643218858554377, 0.145250000000001, 0.114813306653083, 0.230346153846153, 0.197448642787084, 0.530442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 180, '2021-05-23 00:00:00', 0.0336884424372243, 0.0693653846153851, 0.0506795665089835, 0.0999615384615381, 0.0815785723185839, 0.140788461538463, 0.11982355617901, 0.21626923076923, 0.192884378479799, 0.522211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 195, '2021-05-23 00:00:00', 0.0392877403073987, 0.0580576923076908, 0.0447483390323477, 0.0840769230769223, 0.070860038103291, 0.129749999999999, 0.0965167343003266, 0.192499999999999, 0.200530799475943, 0.519692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 210, '2021-05-23 00:00:00', 0.0282102545457919, 0.0525384615384621, 0.0511055167878552, 0.087576923076922, 0.0686120868472775, 0.11503846153846, 0.0918454136035088, 0.183, 0.200922339570444, 0.515442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 225, '2021-05-23 00:00:00', 0.0429085610966454, 0.0657307692307688, 0.0611759033758062, 0.0906346153846147, 0.062521999205202, 0.108096153846152, 0.0750789840511562, 0.168576923076925, 0.202159293627573, 0.513499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 240, '2021-05-23 00:00:00', 0.0402624085029896, 0.0576923076923066, 0.0422781085378536, 0.0715384615384599, 0.0498171000916191, 0.0962115384615355, 0.0724269313488792, 0.163903846153845, 0.202501799612135, 0.512673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 255, '2021-05-23 00:00:00', 0.0238632643327651, 0.0416538461538455, 0.0369243301069367, 0.0646153846153827, 0.043469374719008, 0.0884423076923064, 0.0693630388164036, 0.158365384615384, 0.205128897562932, 0.510269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 270, '2021-05-23 00:00:00', 0.0225576185322422, 0.0463846153846144, 0.025342758030953, 0.0593461538461535, 0.0374040978832753, 0.0839423076923073, 0.0676311290411775, 0.151519230769231, 0.204784495544423, 0.509980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 285, '2021-05-23 00:00:00', 0.0205133821237235, 0.0418269230769233, 0.0270675295113203, 0.0591346153846146, 0.0370509628235752, 0.0855769230769223, 0.064472095931854, 0.145634615384615, 0.20666436185646, 0.513538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 300, '2021-05-23 00:00:00', 0.0194203402489417, 0.0410192307692299, 0.0258878646949037, 0.0593076923076907, 0.0494670092081596, 0.0862500000000003, 0.0641422727524225, 0.142865384615385, 0.207778225889639, 0.513865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 315, '2021-05-23 00:00:00', 0.0173298430904183, 0.0407884615384595, 0.0249076216324387, 0.0584807692307686, 0.0628092258044446, 0.0811730769230775, 0.0588054811678693, 0.144269230769231, 0.20800192399258, 0.513596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 330, '2021-05-23 00:00:00', 0.0175191433756172, 0.0395961538461538, 0.0386898366698327, 0.0567884615384616, 0.0515133477848195, 0.0787499999999994, 0.0578299130740635, 0.147173076923077, 0.208043472712943, 0.513942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 345, '2021-05-23 00:00:00', 0.0355167620232388, 0.0430961538461547, 0.0522693652004829, 0.0579423076923083, 0.050534359978746, 0.0798076923076908, 0.0575918396997357, 0.153, 0.207285953548381, 0.513557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 360, '2021-05-23 00:00:00', 0.0240575671767018, 0.0375576923076929, 0.0258817428969651, 0.0517692307692304, 0.0316924220498303, 0.0690192307692291, 0.060447831926509, 0.160403846153845, 0.207066824033655, 0.512519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 375, '2021-05-23 00:00:00', 0.0188726093748419, 0.0358461538461534, 0.020999496330956, 0.0488269230769201, 0.0279242450486761, 0.0677115384615377, 0.0611997014824296, 0.165788461538461, 0.206913300312362, 0.510423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 390, '2021-05-23 00:00:00', 0.0153598377395283, 0.0342307692307671, 0.0254231269637593, 0.0453461538461523, 0.0287468526705377, 0.0661923076923084, 0.0592588844361369, 0.171346153846152, 0.206759042216929, 0.51080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 405, '2021-05-23 00:00:00', 0.0147872086095226, 0.0311923076923074, 0.0205427228365282, 0.0482115384615407, 0.0260703854977251, 0.0647500000000014, 0.0600614973301408, 0.189711538461536, 0.206563355898379, 0.510999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 420, '2021-05-23 00:00:00', 0.0177285515048906, 0.0348076923076934, 0.0189278793155671, 0.0467307692307721, 0.025462612108436, 0.0657307692307694, 0.06551927490911, 0.201653846153845, 0.206576717915198, 0.511596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 435, '2021-05-23 00:00:00', 0.0137402832800263, 0.0321538461538488, 0.0174254124771834, 0.0447500000000016, 0.0239142458347762, 0.0701346153846152, 0.0642898634192175, 0.203942307692306, 0.206455914459684, 0.511230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 450, '2021-05-23 00:00:00', 0.016207832864199, 0.0315769230769241, 0.0202690745870478, 0.0483461538461535, 0.0306130502588989, 0.0768269230769221, 0.0687289212441513, 0.21026923076923, 0.203982363491025, 0.514769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 465, '2021-05-23 00:00:00', 0.0169880500986369, 0.0365769230769217, 0.0222247609660931, 0.0539999999999971, 0.0284854618790288, 0.0746923076923063, 0.0723379143060798, 0.218923076923076, 0.20207341868356, 0.51605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 480, '2021-05-23 00:00:00', 0.0175071523845345, 0.0400961538461535, 0.0242945150504906, 0.0582115384615377, 0.0269625381138061, 0.0740384615384609, 0.0863623248520227, 0.233865384615384, 0.20207341868356, 0.51605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 495, '2021-05-23 00:00:00', 0.0149387467294333, 0.0368846153846161, 0.0184163075727858, 0.0475961538461532, 0.0306497082430599, 0.0862692307692317, 0.0885654560198276, 0.233999999999999, 0.200972332577244, 0.514461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 510, '2021-05-23 00:00:00', 0.0115408471892724, 0.0328653846153836, 0.0162315575820188, 0.0507115384615379, 0.0409858324490128, 0.0994615384615379, 0.0864476119703984, 0.234480769230767, 0.200624077280409, 0.512903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 525, '2021-05-23 00:00:00', 0.0127866516937963, 0.0390384615384599, 0.0270155510771133, 0.0725000000000007, 0.0476642262240626, 0.11053846153846, 0.0847927178477018, 0.238249999999999, 0.20060072570618, 0.512634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 540, '2021-05-23 00:00:00', 0.0252996275436275, 0.0611346153846176, 0.0397397301682622, 0.0836153846153849, 0.0516692327733322, 0.11451923076923, 0.0843142952565894, 0.236596153846153, 0.201673551906197, 0.51380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 555, '2021-05-23 00:00:00', 0.0261951257944057, 0.055730769230767, 0.0379984058370087, 0.080826923076921, 0.0481532489518149, 0.113153846153844, 0.0851821487257651, 0.230538461538461, 0.199802055891479, 0.517192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 570, '2021-05-23 00:00:00', 0.0207826480877315, 0.0529615384615394, 0.0290836459464507, 0.0749615384615384, 0.0324732138136106, 0.114480769230768, 0.081834128671261, 0.226230769230768, 0.200590581878765, 0.514192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 585, '2021-05-23 00:00:00', 0.0263686366731383, 0.05425, 0.0299814301501112, 0.0841153846153845, 0.0405609892156701, 0.125923076923076, 0.0785678467215543, 0.224442307692306, 0.198117676763467, 0.510076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 600, '2021-05-23 00:00:00', 0.0270323808678516, 0.071019230769231, 0.0284861099755375, 0.0915384615384603, 0.0500798477817775, 0.140365384615384, 0.0741060362951951, 0.22176923076923, 0.195989184356217, 0.510903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 615, '2021-05-23 00:00:00', 0.0204321108514524, 0.0566346153846142, 0.041959320959526, 0.0942307692307671, 0.0478624993721991, 0.129173076923076, 0.0789397847437183, 0.213980769230769, 0.193070243295422, 0.517673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 630, '2021-05-23 00:00:00', 0.0331128896585361, 0.0667884615384607, 0.0431912428802215, 0.0982884615384614, 0.0433868821011776, 0.121192307692308, 0.0751302893952576, 0.206403846153845, 0.189453915646644, 0.515115384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 645, '2021-05-23 00:00:00', 0.0213752282938762, 0.062903846153847, 0.021749518120215, 0.0798076923076924, 0.053019386875135, 0.118846153846156, 0.0696868959097629, 0.198711538461539, 0.188942214405926, 0.515403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 660, '2021-05-23 00:00:00', 0.0204871066395824, 0.056807692307693, 0.0341113842941279, 0.0755576923076951, 0.0750954802491221, 0.124365384615388, 0.0704685418084925, 0.195653846153847, 0.187080690118954, 0.516230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 675, '2021-05-23 00:00:00', 0.0201430270431611, 0.0526923076923095, 0.0463996725784193, 0.0849807692307711, 0.068458243870598, 0.113865384615386, 0.0761331323810723, 0.207076923076924, 0.187043133651447, 0.517576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 690, '2021-05-23 00:00:00', 0.0391927436376422, 0.0596346153846176, 0.0654420001575082, 0.0886538461538475, 0.0622249918873813, 0.10851923076923, 0.0717403893322193, 0.209288461538462, 0.188947554791106, 0.513038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 977050 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 977050, 3, 705, '2021-05-23 00:00:00', 0.0355728342764756, 0.0605576923076934, 0.0331508730596262, 0.073903846153847, 0.0314787413002201, 0.0963653846153851, 0.0998817858963582, 0.233134615384616, 0.18799[...];
Date: 2021-05-23 15:22:20 Duration: 15s170ms 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 975825, 1, 915, '2021-05-23 00:00:00', 0.0369438034775071, 0.0797692307692291, 0.0596907060153879, 0.120403846153844, 0.0697859832741396, 0.162288461538459, 0.140408601533581, 0.347846153846154, 0.195715713177596, 0.675903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 930, '2021-05-23 00:00:00', 0.0369922912967654, 0.0815192307692276, 0.0480736814291748, 0.109326923076922, 0.0664654913354401, 0.151692307692307, 0.135989848320212, 0.339826923076925, 0.19820226751012, 0.669673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 945, '2021-05-23 00:00:00', 0.0380245264978366, 0.0787307692307691, 0.0421612335609964, 0.106480769230768, 0.0780994164264668, 0.167826923076925, 0.132460995710495, 0.335346153846157, 0.202376887552369, 0.668769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 960, '2021-05-23 00:00:00', 0.0367452194692904, 0.078865384615384, 0.05581578216295, 0.104192307692306, 0.0838336470912226, 0.182403846153847, 0.130382969923814, 0.332173076923078, 0.208138202052978, 0.674134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 975, '2021-05-23 00:00:00', 0.0274556985818159, 0.0646538461538455, 0.0603491125420703, 0.121346153846154, 0.0912686903935545, 0.193076923076922, 0.131362061318503, 0.321134615384616, 0.211654687022191, 0.676057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 990, '2021-05-23 00:00:00', 0.059119204871305, 0.105596153846155, 0.0638003526635999, 0.140750000000003, 0.0928242777427433, 0.200442307692307, 0.134138888986235, 0.317192307692309, 0.212206714350382, 0.675480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1005, '2021-05-23 00:00:00', 0.0409238504843019, 0.0956923076923104, 0.0816684479135971, 0.145153846153846, 0.0856838284715335, 0.185461538461539, 0.12852187033282, 0.306134615384619, 0.212676656886963, 0.676096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1020, '2021-05-23 00:00:00', 0.0649926179240044, 0.0994038461538458, 0.0681997405815075, 0.12626923076923, 0.0997963002243154, 0.204192307692307, 0.124220591628826, 0.295153846153848, 0.222183165082672, 0.686673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1035, '2021-05-23 00:00:00', 0.0349534195531948, 0.0861923076923071, 0.0550187800105233, 0.120115384615385, 0.0981234093452677, 0.208788461538462, 0.122256722325794, 0.288384615384617, 0.227052860670069, 0.689807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1050, '2021-05-23 00:00:00', 0.038555175248746, 0.0846923076923076, 0.0736803595581312, 0.155846153846152, 0.081134449194864, 0.193173076923077, 0.10316377569372, 0.273730769230772, 0.245458604531316, 0.688442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1065, '2021-05-23 00:00:00', 0.060136050879524, 0.116230769230769, 0.0668476712671894, 0.151865384615387, 0.0650195236951051, 0.175038461538467, 0.10066694515159, 0.258423076923081, 0.248648167404963, 0.685865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1080, '2021-05-23 00:00:00', 0.0307603891142749, 0.0851923076923056, 0.0394748849075156, 0.103942307692306, 0.0437658498761833, 0.141980769230769, 0.0748197731989221, 0.224461538461538, 0.265358927463569, 0.670596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1095, '2021-05-23 00:00:00', 0.0276041872520455, 0.0601346153846156, 0.0277889574084044, 0.0833846153846173, 0.0485689874144147, 0.128557692307692, 0.0664649242371178, 0.207884615384617, 0.260535845016499, 0.665942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1110, '2021-05-23 00:00:00', 0.0209070194322036, 0.0592884615384637, 0.0326699403121556, 0.0912500000000017, 0.0420495495265328, 0.128269230769233, 0.0602904763495986, 0.200192307692308, 0.259338783477105, 0.662269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1125, '2021-05-23 00:00:00', 0.0263129976656781, 0.0650769230769223, 0.0371755502778586, 0.0873076923076916, 0.0417111541990321, 0.117096153846155, 0.0616146866857606, 0.191019230769233, 0.260092649912413, 0.662442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1140, '2021-05-23 00:00:00', 0.0192703139569637, 0.0537500000000009, 0.0245366288199108, 0.0786153846153872, 0.0295934309238726, 0.102365384615389, 0.0653943540258721, 0.181692307692309, 0.261243900186426, 0.664846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1155, '2021-05-23 00:00:00', 0.0201712666929979, 0.0545000000000006, 0.0257741447668336, 0.0690576923076941, 0.0340413775369784, 0.093846153846157, 0.0726749348389523, 0.183884615384616, 0.258814457597598, 0.665288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1170, '2021-05-23 00:00:00', 0.0195601734300953, 0.0490961538461543, 0.0302825921052915, 0.0708461538461543, 0.0363616027403351, 0.0886153846153863, 0.0779366804133093, 0.182115384615383, 0.257874970450053, 0.665903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1185, '2021-05-23 00:00:00', 0.0215260575546524, 0.0518653846153858, 0.0272864646637479, 0.0681346153846177, 0.0365184252756769, 0.0841538461538457, 0.07369138609509, 0.174903846153844, 0.255427364355385, 0.66353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1200, '2021-05-23 00:00:00', 0.0238071498633352, 0.0494038461538465, 0.0217125628292769, 0.058653846153848, 0.0355299873346427, 0.0845000000000012, 0.0829469084136681, 0.18201923076923, 0.254565642131546, 0.662884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1215, '2021-05-23 00:00:00', 0.0154982381132659, 0.0373461538461534, 0.0296409280452657, 0.0587692307692315, 0.0367661686043865, 0.0811346153846175, 0.081467598561546, 0.179519230769231, 0.255119733579233, 0.666038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1230, '2021-05-23 00:00:00', 0.0196794015700126, 0.0406730769230776, 0.0224918104754062, 0.0591923076923088, 0.0351942302963718, 0.0850769230769259, 0.07999787737569, 0.176903846153847, 0.253726898152629, 0.664673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1245, '2021-05-23 00:00:00', 0.0150512457956149, 0.0395000000000011, 0.0161754324636032, 0.0562692307692338, 0.033856808200693, 0.082288461538462, 0.0793880755432584, 0.171442307692309, 0.254547333515793, 0.66625 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1260, '2021-05-23 00:00:00', 0.012791057573405, 0.0381346153846176, 0.0247775410091784, 0.0599423076923102, 0.0306476564545111, 0.0806730769230752, 0.0741353751332937, 0.165076923076923, 0.255791519676595, 0.668692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1275, '2021-05-23 00:00:00', 0.0231396097301064, 0.0413076923076961, 0.0276036299173748, 0.0564038461538455, 0.0311644768187237, 0.0867307692307702, 0.0714921647132398, 0.161019230769233, 0.25874288396012, 0.670000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1290, '2021-05-23 00:00:00', 0.0162716010275564, 0.0362499999999998, 0.0192312646090046, 0.0526923076923057, 0.0236504756823187, 0.0807500000000013, 0.0601020926296396, 0.157307692307694, 0.265876154657361, 0.675980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1305, '2021-05-23 00:00:00', 0.0149941527064585, 0.0397692307692283, 0.0213172736025583, 0.0623846153846159, 0.0328326994602356, 0.0846153846153869, 0.0588231116274785, 0.15546153846154, 0.27021777328666, 0.677750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1320, '2021-05-23 00:00:00', 0.0218458586112217, 0.0473076923076903, 0.0235196480873717, 0.0614230769230762, 0.0388246551324508, 0.0899230769230767, 0.0586656530361172, 0.153826923076926, 0.276754523276219, 0.680884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1335, '2021-05-23 00:00:00', 0.0147561721115122, 0.0342692307692304, 0.0237534450942604, 0.0541153846153856, 0.0463005565675128, 0.0913076923076927, 0.0504091414176211, 0.159192307692311, 0.280743331998357, 0.682538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1350, '2021-05-23 00:00:00', 0.0204479451666533, 0.0410384615384629, 0.0262201038547517, 0.0649230769230765, 0.0513201564839646, 0.0875384615384619, 0.0589239307530022, 0.166980769230772, 0.281171880090892, 0.683115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1365, '2021-05-23 00:00:00', 0.021230638238173, 0.0504999999999995, 0.0429055312912506, 0.07273076923077, 0.0483702427595255, 0.0804038461538458, 0.066388590887288, 0.174250000000001, 0.285270085249861, 0.685807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1380, '2021-05-23 00:00:00', 0.0430051204464704, 0.0545961538461505, 0.0476227846244285, 0.0624807692307686, 0.0548233561962029, 0.0995961538461512, 0.0678815597481818, 0.182384615384618, 0.294810580647201, 0.689538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1395, '2021-05-23 00:00:00', 0.0229629886154642, 0.040673076923076, 0.0254988989204184, 0.0510769230769205, 0.0400285330925153, 0.106711538461537, 0.0658290706182419, 0.19094230769231, 0.295238219331181, 0.689884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1410, '2021-05-23 00:00:00', 0.0204445685847205, 0.0350961538461514, 0.0367215143394833, 0.0785192307692269, 0.0308908500269037, 0.104769230769228, 0.0672366000375929, 0.195596153846157, 0.295452891598384, 0.690865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 1, 1425, '2021-05-23 00:00:00', 0.0334002303078267, 0.0653461538461494, 0.030017635841929, 0.0924615384615389, 0.0272932226019597, 0.0999999999999992, 0.0793399719803704, 0.205634615384618, 0.295343433076714, 0.690788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 0, '2021-05-23 00:00:00', 0.0302336796406822, 0.0723461538461522, 0.0252797349669652, 0.0847499999999986, 0.0291493765601618, 0.0941153846153853, 0.0805311406561742, 0.216230769230772, 0.295806915324586, 0.692134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 15, '2021-05-23 00:00:00', 0.0238840870745465, 0.0504807692307681, 0.0219126938975109, 0.0588846153846145, 0.0333433478546118, 0.0813269230769255, 0.0935553641104894, 0.223884615384617, 0.297782670493356, 0.689173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 30, '2021-05-23 00:00:00', 0.0176442298260287, 0.0381730769230783, 0.0277351831545289, 0.0575961538461556, 0.0368182855908029, 0.0813846153846181, 0.108196580352611, 0.236000000000003, 0.296313517046751, 0.688096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 45, '2021-05-23 00:00:00', 0.0219055051036556, 0.0426346153846145, 0.024276714072416, 0.061326923076924, 0.0316242604048509, 0.0790769230769257, 0.112426285251202, 0.242480769230772, 0.290666065336946, 0.686192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 60, '2021-05-23 00:00:00', 0.0193413964176485, 0.0464807692307736, 0.0227040829943731, 0.0578461538461573, 0.0337979801399208, 0.0767884615384658, 0.13785784763243, 0.259615384615389, 0.28941862679942, 0.686692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 75, '2021-05-23 00:00:00', 0.0188169726985626, 0.0389615384615392, 0.0280562895732011, 0.0556538461538501, 0.0420661566875484, 0.0951923076923135, 0.136654364674588, 0.261346153846157, 0.289224352629315, 0.687115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 90, '2021-05-23 00:00:00', 0.0205788633161439, 0.0419807692307724, 0.0198839034242432, 0.0540192307692329, 0.0458641346386656, 0.103326923076927, 0.138334683342194, 0.263269230769233, 0.292203996181804, 0.687846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 105, '2021-05-23 00:00:00', 0.0177099276808717, 0.0378076923076936, 0.0418674281328766, 0.0768076923076961, 0.0579348473585748, 0.107557692307695, 0.140111901707172, 0.264750000000002, 0.296696234193518, 0.687846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 120, '2021-05-23 00:00:00', 0.0352313289340832, 0.0630576923076944, 0.0432937773109034, 0.0816346153846166, 0.0557085409830617, 0.115807692307694, 0.136740226763688, 0.258519230769233, 0.303286795598844, 0.686403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 135, '2021-05-23 00:00:00', 0.0284360077799509, 0.0499423076923068, 0.0388944923923863, 0.0718076923076908, 0.0482194343201342, 0.115923076923077, 0.134816098388193, 0.248096153846155, 0.304336385246021, 0.684153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 150, '2021-05-23 00:00:00', 0.026315752813739, 0.0526730769230759, 0.0424212211045363, 0.0820000000000018, 0.0447343827497376, 0.120250000000002, 0.132084465982362, 0.247615384615386, 0.304345464133213, 0.68430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 165, '2021-05-23 00:00:00', 0.0331342955027196, 0.0656923076923093, 0.0356038459461043, 0.0970769230769226, 0.0446154164456106, 0.129653846153847, 0.123831517051937, 0.24473076923077, 0.302325247679738, 0.682653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 180, '2021-05-23 00:00:00', 0.0291345948210162, 0.0692692307692298, 0.0351380792785355, 0.0932692307692334, 0.0477065912233734, 0.133826923076923, 0.114593824508062, 0.238730769230772, 0.295808621214147, 0.685096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 195, '2021-05-23 00:00:00', 0.0250604499928894, 0.0593846153846164, 0.0394422313692436, 0.0889807692307705, 0.054744174259778, 0.129269230769231, 0.105106065476737, 0.226250000000002, 0.28871928674486, 0.686057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 210, '2021-05-23 00:00:00', 0.0266154957756689, 0.0622692307692319, 0.0357147513156482, 0.0887115384615385, 0.0635100749124435, 0.128980769230771, 0.0895234305385146, 0.217730769230771, 0.288040229562038, 0.697576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 225, '2021-05-23 00:00:00', 0.02740449149038, 0.0648846153846142, 0.0425251825845138, 0.0896346153846143, 0.060948162084991, 0.13246153846154, 0.085017319502465, 0.21573076923077, 0.281531706098017, 0.695692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 240, '2021-05-23 00:00:00', 0.0241453610769958, 0.0599615384615389, 0.0341312004792337, 0.0923269230769239, 0.0733787671028772, 0.13671153846154, 0.072588333455493, 0.199615384615386, 0.272777235825522, 0.697096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 255, '2021-05-23 00:00:00', 0.0257388736230738, 0.0624807692307713, 0.0336547002089453, 0.0841730769230793, 0.0676393405099109, 0.123403846153849, 0.0647097067977121, 0.196384615384618, 0.26861072276552, 0.703403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 270, '2021-05-23 00:00:00', 0.0252512071303237, 0.0532115384615389, 0.0617628217769084, 0.0881153846153845, 0.0644820428193305, 0.105923076923078, 0.0669313540416286, 0.184884615384615, 0.270202898834304, 0.700942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 285, '2021-05-23 00:00:00', 0.0500030460610609, 0.0622307692307669, 0.0497194784612778, 0.0765576923076911, 0.0523054527235473, 0.095903846153845, 0.0654704043530628, 0.173923076923076, 0.274336927181494, 0.70051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 300, '2021-05-23 00:00:00', 0.0236162346376703, 0.0460576923076925, 0.0264443101339718, 0.0573076923076916, 0.0360277884203511, 0.0836923076923078, 0.0609425990963232, 0.170096153846155, 0.270583967487983, 0.698711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 315, '2021-05-23 00:00:00', 0.0215143333259866, 0.04655769230769, 0.0290584556739325, 0.0659230769230758, 0.0424080770608617, 0.0922499999999999, 0.0629630935854166, 0.179365384615386, 0.272034647821531, 0.698519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 330, '2021-05-23 00:00:00', 0.023531713462081, 0.0471923076923067, 0.0284780684846294, 0.0615961538461545, 0.0409328765739138, 0.0914038461538459, 0.0602050247072429, 0.185750000000002, 0.271590903467242, 0.698326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 345, '2021-05-23 00:00:00', 0.0206990245032118, 0.0440192307692311, 0.0331107756106432, 0.0652884615384612, 0.0316354778933134, 0.0927884615384619, 0.0746205993419618, 0.210576923076926, 0.27556064877599, 0.696365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 360, '2021-05-23 00:00:00', 0.0264099631549544, 0.0461153846153834, 0.0286716155537406, 0.0633076923076891, 0.0279136098594307, 0.0899807692307693, 0.0872052684541127, 0.219173076923077, 0.275977837042144, 0.698057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 375, '2021-05-23 00:00:00', 0.0175379149712386, 0.0399615384615385, 0.0236127817407931, 0.0627115384615389, 0.0240903427826303, 0.0847692307692305, 0.0886667420955902, 0.234634615384616, 0.274454157584438, 0.699269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 390, '2021-05-23 00:00:00', 0.0191044094789271, 0.041961538461536, 0.0239954162289405, 0.0584999999999989, 0.026962167226289, 0.0834615384615374, 0.0928207142829635, 0.245250000000001, 0.272740878011457, 0.702057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 405, '2021-05-23 00:00:00', 0.0145289234076248, 0.0395192307692342, 0.0159271418074257, 0.0584230769230755, 0.0489330193694927, 0.0894038461538462, 0.0929813980568978, 0.258403846153846, 0.27353826901438, 0.702769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 420, '2021-05-23 00:00:00', 0.0171598032084822, 0.0436730769230767, 0.0249861884925366, 0.060019230769232, 0.0525949105464068, 0.0897692307692309, 0.0957800786256647, 0.266788461538464, 0.273942310743309, 0.705480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 435, '2021-05-23 00:00:00', 0.0151435312414772, 0.0370576923076954, 0.0446681266504593, 0.0618076923076961, 0.0407638272906829, 0.0934807692307718, 0.0981656997906325, 0.274269230769232, 0.274287510582486, 0.706038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 450, '2021-05-23 00:00:00', 0.0395292734759731, 0.0482884615384653, 0.0376083255921611, 0.0673846153846185, 0.0350042634765867, 0.0935384615384638, 0.0935537607680519, 0.279115384615386, 0.273619980714407, 0.706576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 465, '2021-05-23 00:00:00', 0.0192407520243224, 0.0485576923076951, 0.0211623849899198, 0.0745576923076947, 0.0295176414004565, 0.0933653846153855, 0.0917795121263628, 0.287826923076926, 0.27344923027586, 0.705807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 480, '2021-05-23 00:00:00', 0.0192769391920858, 0.0565961538461535, 0.0267074823857378, 0.0719807692307691, 0.0233627991605336, 0.0899038461538425, 0.0983053347797215, 0.298826923076925, 0.2728670491988, 0.704442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 495, '2021-05-23 00:00:00', 0.0219606728914732, 0.0471346153846169, 0.0215092198478136, 0.0605576923076912, 0.0316452268851989, 0.0954038461538469, 0.128486846079216, 0.314519230769232, 0.269549111409289, 0.707288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 510, '2021-05-23 00:00:00', 0.0164356203224764, 0.0409807692307681, 0.0185823737822858, 0.0602307692307693, 0.0374706500528735, 0.110480769230767, 0.149170387863623, 0.333730769230769, 0.271077647831477, 0.710134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 525, '2021-05-23 00:00:00', 0.0145859389613607, 0.0459807692307718, 0.029929609727851, 0.0803076923076937, 0.0631673996980676, 0.145403846153845, 0.149055472379089, 0.338423076923077, 0.270552481045729, 0.710250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 540, '2021-05-23 00:00:00', 0.0299514799942528, 0.0716346153846169, 0.0349426838386235, 0.0996346153846145, 0.0809657857464387, 0.16403846153846, 0.149422302938296, 0.341230769230768, 0.266400898011884, 0.714038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 555, '2021-05-23 00:00:00', 0.0287708787064022, 0.0667884615384612, 0.0647526328541063, 0.117711538461538, 0.0892964746483044, 0.178403846153846, 0.147196880192691, 0.337192307692306, 0.27122473225098, 0.716153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 570, '2021-05-23 00:00:00', 0.0626334298794307, 0.0915576923076939, 0.0761780732635962, 0.127173076923078, 0.0881472042403164, 0.189980769230769, 0.145671444062946, 0.336480769230768, 0.270443758549649, 0.719557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 585, '2021-05-23 00:00:00', 0.0279554384415895, 0.0769423076923072, 0.0475378391793958, 0.131884615384613, 0.0624070786172429, 0.186788461538459, 0.121567904418127, 0.323846153846153, 0.271843776544824, 0.720173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 600, '2021-05-23 00:00:00', 0.040529419514147, 0.107576923076923, 0.0450214820519468, 0.137923076923076, 0.0657485331804817, 0.186019230769232, 0.116048583990299, 0.327076923076924, 0.275829975500512, 0.723346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 615, '2021-05-23 00:00:00', 0.0379315020287076, 0.091673076923079, 0.0648254846610407, 0.133788461538463, 0.0755106844197479, 0.17721153846154, 0.128109244247004, 0.326038461538464, 0.280757985022413, 0.726115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 630, '2021-05-23 00:00:00', 0.040866127595057, 0.0949038461538478, 0.0522109515479136, 0.128788461538464, 0.0562631625625383, 0.168711538461539, 0.117856287975585, 0.32023076923077, 0.278249771580525, 0.718846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 645, '2021-05-23 00:00:00', 0.0320749902572078, 0.0837499999999987, 0.0360034667134231, 0.11101923076923, 0.0551996934216678, 0.159884615384616, 0.109971912497969, 0.318307692307692, 0.283949193722016, 0.723269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 660, '2021-05-23 00:00:00', 0.028222767677613, 0.0817692307692293, 0.04424957192318, 0.121769230769228, 0.0451214301805524, 0.182211538461537, 0.124891799324301, 0.336192307692308, 0.28779983495478, 0.734749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 675, '2021-05-23 00:00:00', 0.0380315658368144, 0.0819999999999996, 0.0433987282692096, 0.118519230769231, 0.060293130110001, 0.180192307692307, 0.128470225523868, 0.334673076923077, 0.273993801867009, 0.738711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 690, '2021-05-23 00:00:00', 0.0326959712879355, 0.0890576923076912, 0.0370773671374615, 0.134865384615382, 0.0935388771498837, 0.193307692307689, 0.144087147774694, 0.340384615384615, 0.275424400488799, 0.743096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 705, '2021-05-23 00:00:00', 0.0353346637388608, 0.0860384615384602, 0.0572270780447392, 0.118538461538461, 0.0828558920424725, 0.166826923076924, 0.152353931306731, 0.330596153846153, 0.277075285520295, 0.738076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 720, '2021-05-23 00:00:00', 0.0346428369774524, 0.0816153846153852, 0.0710172270541558, 0.123942307692308, 0.0712400843302748, 0.151519230769231, 0.175235797185919, 0.339230769230769, 0.267967033707218, 0.743134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 735, '2021-05-23 00:00:00', 0.0448936692470294, 0.0826923076923052, 0.0397971780986475, 0.102346153846154, 0.0446821983138014, 0.137173076923075, 0.190336456146641, 0.345557692307692, 0.266280812590476, 0.736134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 750, '2021-05-23 00:00:00', 0.0214145619039585, 0.0707884615384596, 0.0352175218627578, 0.096423076923076, 0.0473240587699505, 0.137442307692308, 0.196385899540833, 0.345307692307693, 0.261157909790518, 0.729923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 765, '2021-05-23 00:00:00', 0.0271795242500953, 0.0730576923076924, 0.0283397044119009, 0.0996730769230757, 0.0574628609156884, 0.139596153846155, 0.195982931949148, 0.34651923076923, 0.260298633969048, 0.726826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 780, '2021-05-23 00:00:00', 0.0272830462995717, 0.0742307692307673, 0.0394750407999013, 0.108673076923076, 0.0601001215920963, 0.145769230769229, 0.190173083107102, 0.367807692307691, 0.258553688071515, 0.72301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 795, '2021-05-23 00:00:00', 0.0278892383435716, 0.0684807692307705, 0.0385319298165114, 0.0975192307692313, 0.0677624612440121, 0.140634615384614, 0.183511581064018, 0.364403846153844, 0.255742064317814, 0.715711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 810, '2021-05-23 00:00:00', 0.0249020002285904, 0.0710192307692315, 0.0353285513212981, 0.0984423076923077, 0.0709254212861315, 0.143346153846153, 0.195784052937453, 0.368153846153845, 0.257684984339105, 0.710865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 825, '2021-05-23 00:00:00', 0.0287947978741905, 0.0679038461538452, 0.0603677862388964, 0.10148076923077, 0.075531440218882, 0.154538461538461, 0.190805834655185, 0.369942307692308, 0.25541092456004, 0.708096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 840, '2021-05-23 00:00:00', 0.052389506436074, 0.0770961538461547, 0.055977361495519, 0.10925, 0.0995533505984838, 0.172519230769231, 0.198571096548857, 0.391403846153847, 0.254903315758377, 0.711403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 855, '2021-05-23 00:00:00', 0.0274670991999782, 0.0681923076923086, 0.0549963215553129, 0.112846153846156, 0.0937144948151637, 0.16944230769231, 0.182402209838166, 0.382615384615387, 0.25283366377613, 0.70219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 870, '2021-05-23 00:00:00', 0.0524710506264727, 0.0793653846153859, 0.0825167582047154, 0.122653846153846, 0.103824854368381, 0.174096153846157, 0.180851609380137, 0.386730769230769, 0.251987646217337, 0.700076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 885, '2021-05-23 00:00:00', 0.0682118419676193, 0.0888461538461567, 0.0691701052589793, 0.123788461538466, 0.0914941864483571, 0.173884615384616, 0.175652012841829, 0.382519230769232, 0.255130024919421, 0.693519230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 900, '2021-05-23 00:00:00', 0.0339825520841774, 0.0844230769230805, 0.047198993633338, 0.118250000000002, 0.0881585285372085, 0.174615384615385, 0.167067619889029, 0.36801923076923, 0.253967300287624, 0.691019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 915, '2021-05-23 00:00:00', 0.034398820418059, 0.0846730769230773, 0.0456257729123173, 0.116634615384614, 0.0872617106974522, 0.177384615384616, 0.154463922847826, 0.361711538461537, 0.246835514369075, 0.686365384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 930, '2021-05-23 00:00:00', 0.0354410290265619, 0.0919423076923078, 0.0610258110588028, 0.127019230769232, 0.0806149728409926, 0.185923076923078, 0.151819443621491, 0.355288461538461, 0.244994038389005, 0.683326923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 945, '2021-05-23 00:00:00', 0.0396304855460506, 0.0821538461538433, 0.0663712171165977, 0.128461538461537, 0.0685146952232758, 0.176211538461535, 0.151059840409741, 0.350153846153845, 0.238669272296334, 0.689807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 960, '2021-05-23 00:00:00', 0.0567388653936097, 0.0958269230769232, 0.0630148090042864, 0.130115384615383, 0.0714774547564584, 0.197942307692306, 0.138585664981852, 0.345442307692308, 0.234214360231096, 0.69994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 975, '2021-05-23 00:00:00', 0.0321046186468811, 0.0824423076923084, 0.04415234552529, 0.132519230769229, 0.0842367725293066, 0.203576923076921, 0.142001268954246, 0.344096153846153, 0.234184208394885, 0.701711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 990, '2021-05-23 00:00:00', 0.0440212055543846, 0.100557692307691, 0.0746830327759602, 0.169153846153847, 0.0984188302808246, 0.218615384615383, 0.133754817310801, 0.341134615384616, 0.2286168511186, 0.708230769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1005, '2021-05-23 00:00:00', 0.047863298931597, 0.117153846153847, 0.052713379559797, 0.143596153846153, 0.0715807129158299, 0.193961538461538, 0.120964451230675, 0.322461538461538, 0.21812778276823, 0.707480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1020, '2021-05-23 00:00:00', 0.0312583834908605, 0.0924423076923064, 0.0679729612532675, 0.131288461538461, 0.0909993068443588, 0.204076923076924, 0.114766257437253, 0.306423076923076, 0.212549009732958, 0.69669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1035, '2021-05-23 00:00:00', 0.0472359543633384, 0.0868461538461537, 0.0530366962946042, 0.126365384615386, 0.0823433898145676, 0.201423076923078, 0.112313758661241, 0.296096153846155, 0.211826689863343, 0.695057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1050, '2021-05-23 00:00:00', 0.0347141347846393, 0.0883653846153846, 0.0639899871975183, 0.15446153846154, 0.0818917038157465, 0.187365384615385, 0.112214053692723, 0.282076923076924, 0.213106452272097, 0.691000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1065, '2021-05-23 00:00:00', 0.0447498560375876, 0.115480769230771, 0.0553373847759924, 0.135115384615385, 0.0807384118858359, 0.169134615384616, 0.106429147612572, 0.264288461538463, 0.203027888383685, 0.683711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1080, '2021-05-23 00:00:00', 0.0310724958765792, 0.0824999999999977, 0.0450330818569922, 0.109538461538458, 0.0599778420623945, 0.154807692307691, 0.095742806518295, 0.238749999999999, 0.206357044016881, 0.67848076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1095, '2021-05-23 00:00:00', 0.0364458291377563, 0.0734615384615389, 0.0479261812181423, 0.102326923076924, 0.0440316887637174, 0.13748076923077, 0.082196874355697, 0.220615384615386, 0.211739418952783, 0.673192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1110, '2021-05-23 00:00:00', 0.0287610915059811, 0.0699038461538471, 0.0356328715999922, 0.0993076923076937, 0.0319829582025299, 0.12251923076923, 0.0809573676981643, 0.207653846153847, 0.217087997046218, 0.666538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1125, '2021-05-23 00:00:00', 0.030238716903995, 0.0629999999999986, 0.0263812360473243, 0.0814807692307691, 0.029452053604775, 0.105711538461537, 0.0719480795702465, 0.194115384615385, 0.218807977811245, 0.659865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1140, '2021-05-23 00:00:00', 0.0177297772123603, 0.0522500000000002, 0.020696376494452, 0.0779999999999975, 0.0260208274568392, 0.105711538461539, 0.0718707627513567, 0.196942307692307, 0.218923433225831, 0.659519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1155, '2021-05-23 00:00:00', 0.0223702842043777, 0.0535192307692283, 0.0220315595313765, 0.0700192307692284, 0.0273796176295136, 0.102211538461538, 0.076185956711193, 0.188499999999997, 0.2206466484258, 0.656211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1170, '2021-05-23 00:00:00', 0.0164194654649271, 0.0451730769230762, 0.0284300017587071, 0.0682500000000018, 0.0322926998180459, 0.0965384615384634, 0.081401911241972, 0.180634615384615, 0.215883797090365, 0.658423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1185, '2021-05-23 00:00:00', 0.0244103146546386, 0.05171153846154, 0.0280710910697481, 0.0718846153846159, 0.0317544666755073, 0.0926153846153852, 0.0741571953041928, 0.174019230769231, 0.214180079695712, 0.656942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1200, '2021-05-23 00:00:00', 0.0213527155541952, 0.051038461538462, 0.0263679000651547, 0.068384615384614, 0.0340869702153378, 0.0966923076923064, 0.0661505392733397, 0.178923076923076, 0.214281645181146, 0.655288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1215, '2021-05-23 00:00:00', 0.0194582788392141, 0.0437307692307654, 0.0247955951423128, 0.0596923076923041, 0.0380740018304395, 0.0884807692307692, 0.0580407582254446, 0.174480769230768, 0.210886228897152, 0.659692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1230, '2021-05-23 00:00:00', 0.0208181134148558, 0.0445769230769195, 0.029766165614407, 0.0697692307692316, 0.0429512066634441, 0.103115384615385, 0.0548786493442218, 0.171384615384613, 0.212375454905115, 0.659076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1245, '2021-05-23 00:00:00', 0.0180047536458018, 0.0436346153846182, 0.0255069522951001, 0.0597692307692303, 0.0395392356254678, 0.0961346153846164, 0.050911476717323, 0.16103846153846, 0.216103861247675, 0.658326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1260, '2021-05-23 00:00:00', 0.0204793704831117, 0.0422307692307686, 0.032443513041308, 0.071692307692309, 0.0451652904511706, 0.0977884615384617, 0.0482920283276642, 0.157499999999997, 0.219323824515259, 0.656999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1275, '2021-05-23 00:00:00', 0.0248112645013094, 0.0496730769230807, 0.0264733901232051, 0.0639038461538496, 0.0364091281876492, 0.0917692307692339, 0.0447817098653173, 0.155307692307692, 0.220357671664815, 0.650788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1290, '2021-05-23 00:00:00', 0.0201500906659536, 0.0426153846153864, 0.0242063326107356, 0.0665576923076926, 0.0272323972785814, 0.0847884615384625, 0.0505448315854334, 0.156499999999998, 0.221802240399312, 0.649423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1305, '2021-05-23 00:00:00', 0.0186827460508342, 0.0467500000000008, 0.0245279746098504, 0.0631923076923104, 0.0230147862170247, 0.0770961538461558, 0.0498345107484591, 0.158538461538459, 0.220308208059667, 0.651442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1320, '2021-05-23 00:00:00', 0.0177452485514803, 0.044423076923077, 0.0170599959419224, 0.0552884615384626, 0.0312407832562099, 0.0765576923076911, 0.0580305622396163, 0.155384615384615, 0.218903291783944, 0.652634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1335, '2021-05-23 00:00:00', 0.0122965442299854, 0.0352500000000033, 0.0163170628012991, 0.0475576923076926, 0.0332388558536763, 0.0736923076923065, 0.0576785021943558, 0.16401923076923, 0.219021765690431, 0.652923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1350, '2021-05-23 00:00:00', 0.0157609180716599, 0.0374423076923067, 0.0318245974051512, 0.0587499999999996, 0.0354056275405255, 0.0774615384615361, 0.0567168981738368, 0.17055769230769, 0.218888925116055, 0.652692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1365, '2021-05-23 00:00:00', 0.0225681531911999, 0.0471923076923073, 0.0230239340352934, 0.0608076923076902, 0.0266650808823368, 0.075057692307691, 0.0602791455199497, 0.174653846153844, 0.218888925116055, 0.652692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1380, '2021-05-23 00:00:00', 0.0137121647283886, 0.0412884615384608, 0.0177725479754179, 0.05278846153846, 0.0178737129714199, 0.0835192307692295, 0.0739457935559241, 0.187403846153844, 0.220422862837634, 0.653538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1395, '2021-05-23 00:00:00', 0.0163763431627624, 0.0377692307692318, 0.0180371944773945, 0.0505961538461566, 0.02147940874419, 0.0917500000000008, 0.0770541767449746, 0.201115384615382, 0.221164870628226, 0.653999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1410, '2021-05-23 00:00:00', 0.012983199202758, 0.0352115384615372, 0.0170748240220711, 0.0655192307692288, 0.0198956991873572, 0.0903269230769231, 0.0750527506798739, 0.223846153846151, 0.225002341868155, 0.655923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 2, 1425, '2021-05-23 00:00:00', 0.0186080214299762, 0.0560384615384607, 0.0234499138919198, 0.081461538461541, 0.019314532193303, 0.0876346153846168, 0.0738015217687588, 0.230730769230768, 0.225002341868155, 0.655923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 0, '2021-05-23 00:00:00', 0.0257307956766548, 0.0640769230769279, 0.0252323434077398, 0.0733653846153879, 0.0234059903574955, 0.0840961538461542, 0.076496467992873, 0.240480769230768, 0.22548719219981, 0.656576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 15, '2021-05-23 00:00:00', 0.0261876659164912, 0.0440769230769231, 0.0233625686812162, 0.0595192307692307, 0.0316613085885346, 0.0865384615384604, 0.0900615003547773, 0.256076923076921, 0.226027654026262, 0.655096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 30, '2021-05-23 00:00:00', 0.0157898336328772, 0.0416730769230786, 0.019059148822709, 0.056134615384614, 0.0477784953235723, 0.0957692307692306, 0.0883002918367826, 0.257692307692306, 0.225936945764827, 0.654788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 45, '2021-05-23 00:00:00', 0.0166018534646433, 0.0403076923076918, 0.0244593225895238, 0.066961538461539, 0.0487992433737018, 0.0991153846153845, 0.0888438214812057, 0.260230769230768, 0.225945416315194, 0.654634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 60, '2021-05-23 00:00:00', 0.0266511942292668, 0.0548846153846145, 0.0389148379848171, 0.0767692307692311, 0.0556627896699931, 0.100615384615384, 0.0877111540139616, 0.258942307692307, 0.226147573500137, 0.654249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 75, '2021-05-23 00:00:00', 0.0285303414738676, 0.0475961538461559, 0.04078714446791, 0.0683653846153847, 0.0558675115443118, 0.110173076923075, 0.0881732123981825, 0.250846153846153, 0.221549667985796, 0.650153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 90, '2021-05-23 00:00:00', 0.0224572071693276, 0.0481153846153864, 0.0318601028536645, 0.0656153846153847, 0.0470906000745829, 0.109730769230768, 0.0804412279483952, 0.244634615384615, 0.212414703243081, 0.645615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 105, '2021-05-23 00:00:00', 0.0178953474830336, 0.0432884615384605, 0.0360806201976354, 0.0848653846153805, 0.0465628483466549, 0.111173076923074, 0.0771419695207349, 0.242788461538462, 0.210188882089056, 0.644384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 120, '2021-05-23 00:00:00', 0.034284466094494, 0.0692692307692292, 0.0412511631537641, 0.0864615384615359, 0.0600015801073984, 0.127980769230769, 0.0790927911720438, 0.240480769230769, 0.212427866490108, 0.64703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 135, '2021-05-23 00:00:00', 0.0253968804868153, 0.0501923076923069, 0.0276520968741662, 0.0740384615384609, 0.0585600940520457, 0.134769230769231, 0.0815641536083453, 0.233865384615385, 0.212169610127225, 0.648211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 150, '2021-05-23 00:00:00', 0.0228800971622449, 0.0563269230769231, 0.0580325903132144, 0.0966923076923108, 0.0597836612616343, 0.152884615384616, 0.0838435539469864, 0.233192307692308, 0.210768751332976, 0.646442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 165, '2021-05-23 00:00:00', 0.0494047957809146, 0.0759230769230803, 0.0475496703863041, 0.112634615384616, 0.049065529181352, 0.151115384615387, 0.0858821016546246, 0.226153846153847, 0.203098312684734, 0.642269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 180, '2021-05-23 00:00:00', 0.0318374235525046, 0.0763076923076894, 0.0488572803802456, 0.110423076923073, 0.0617462580616458, 0.143403846153845, 0.0883418730753507, 0.216942307692306, 0.196371665863095, 0.639634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 195, '2021-05-23 00:00:00', 0.0384196113783236, 0.0640576923076921, 0.0355678387570313, 0.0858653846153841, 0.0675215976843417, 0.137384615384614, 0.0700362790603221, 0.195903846153844, 0.197816609903835, 0.635634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 210, '2021-05-23 00:00:00', 0.023346618928331, 0.0577307692307678, 0.0366701513495652, 0.0894999999999994, 0.0594533333477071, 0.127826923076922, 0.0651719766346012, 0.191557692307691, 0.198407662111661, 0.634596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 225, '2021-05-23 00:00:00', 0.0362486339265153, 0.0637115384615371, 0.0547425758928522, 0.099019230769227, 0.059758359569701, 0.123692307692306, 0.0601101456942508, 0.186519230769228, 0.200593883640168, 0.632615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 240, '2021-05-23 00:00:00', 0.0340920022202348, 0.0627307692307665, 0.0424184103716924, 0.0878076923076913, 0.0461586228297408, 0.112038461538463, 0.058373034475224, 0.182365384615381, 0.199624559148878, 0.630730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 255, '2021-05-23 00:00:00', 0.0277191200326486, 0.0514807692307702, 0.0294279890318977, 0.070442307692309, 0.0371225050961742, 0.0950961538461548, 0.0592162269860321, 0.180192307692308, 0.19760623627655, 0.62726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 270, '2021-05-23 00:00:00', 0.0229530289605002, 0.0506923076923103, 0.0207521361273061, 0.0676346153846175, 0.0297388440621681, 0.0923269230769218, 0.0633116497968551, 0.179249999999998, 0.195886883567648, 0.628365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 285, '2021-05-23 00:00:00', 0.0196154570134427, 0.0488846153846165, 0.0270404611362597, 0.0725576923076917, 0.0366436897705497, 0.0939999999999968, 0.0625393783639841, 0.18007692307692, 0.195592662478386, 0.628480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 300, '2021-05-23 00:00:00', 0.0258028993600448, 0.0519807692307709, 0.0266648428863517, 0.0645769230769226, 0.0329576476475746, 0.0904423076923061, 0.0662516676132622, 0.179788461538459, 0.196499466626794, 0.627596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 315, '2021-05-23 00:00:00', 0.0189345024918916, 0.0431538461538423, 0.0278569767535254, 0.0681346153846139, 0.0361273655067944, 0.0915576923076911, 0.0716890534504055, 0.186096153846152, 0.196201219317153, 0.627961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 330, '2021-05-23 00:00:00', 0.0226423361121447, 0.0491538461538453, 0.0218920164584105, 0.0650961538461531, 0.039923600115145, 0.0944230769230769, 0.0690074717247786, 0.187865384615382, 0.196279523012069, 0.625865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 345, '2021-05-23 00:00:00', 0.015670366448024, 0.0450961538461544, 0.0251262734082193, 0.0679807692307692, 0.0406296074310355, 0.0997500000000008, 0.0859722607320793, 0.199980769230767, 0.196287008269482, 0.625019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 360, '2021-05-23 00:00:00', 0.0158778510462261, 0.0456153846153854, 0.025645302463836, 0.0681923076923075, 0.0346186532644757, 0.0933653846153844, 0.0937053155047577, 0.199115384615381, 0.199739204002076, 0.62051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 375, '2021-05-23 00:00:00', 0.0213385530473345, 0.042576923076922, 0.0228763314030367, 0.058057692307693, 0.0312860807093788, 0.0841730769230738, 0.0914006753888523, 0.220211538461537, 0.196372620682836, 0.618384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 390, '2021-05-23 00:00:00', 0.0151511994955448, 0.0383269230769268, 0.0279897233888527, 0.0592692307692312, 0.0309738847815598, 0.0808076923076945, 0.0855614489034718, 0.225692307692306, 0.19415974390652, 0.618384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 405, '2021-05-23 00:00:00', 0.0233328095179262, 0.0394999999999957, 0.0255122293450358, 0.0590769230769177, 0.0265640010888017, 0.0751153846153825, 0.094336835125727, 0.247461538461535, 0.1922622777914, 0.616788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 420, '2021-05-23 00:00:00', 0.0232260877860668, 0.0421346153846111, 0.0266338203158188, 0.0545961538461538, 0.0278461155970839, 0.076115384615384, 0.104898934877631, 0.263942307692306, 0.19150066981204, 0.617057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 435, '2021-05-23 00:00:00', 0.0140903676864148, 0.0355384615384623, 0.0205665149809443, 0.0511923076923078, 0.0328405061799298, 0.086673076923077, 0.100840065679044, 0.285826923076921, 0.190414362944036, 0.620480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 450, '2021-05-23 00:00:00', 0.0184254005279493, 0.0363461538461519, 0.0238246478705129, 0.0590769230769209, 0.0422573844252328, 0.0975576923076875, 0.115869608413277, 0.305884615384613, 0.190454877555325, 0.620903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 465, '2021-05-23 00:00:00', 0.0210315148143116, 0.0462692307692298, 0.0317280026765982, 0.076615384615387, 0.0413175367871096, 0.103173076923075, 0.109987756311607, 0.319442307692308, 0.186705647601118, 0.619826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 480, '2021-05-23 00:00:00', 0.0271692133461073, 0.0586153846153852, 0.0378657954034864, 0.077461538461535, 0.0416406051829223, 0.0989999999999983, 0.112362656334129, 0.335557692307691, 0.186096696329124, 0.620596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 495, '2021-05-23 00:00:00', 0.0253914355639886, 0.0492499999999947, 0.0333259427704389, 0.0694615384615351, 0.0575650835676793, 0.111673076923075, 0.112960192103237, 0.33875, 0.186014041033297, 0.621788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 510, '2021-05-23 00:00:00', 0.0228223321804297, 0.0451730769230745, 0.0325398749465699, 0.0677115384615366, 0.0537643612299228, 0.115557692307691, 0.107529747225881, 0.334442307692309, 0.180239120017309, 0.620096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 525, '2021-05-23 00:00:00', 0.0208087721886709, 0.0462499999999989, 0.0380135046853298, 0.0849423076923072, 0.0544271566831777, 0.125346153846154, 0.0996273537507878, 0.330980769230771, 0.176756116203607, 0.617769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 540, '2021-05-23 00:00:00', 0.0374478509191328, 0.0773076923076941, 0.0391510487137263, 0.099269230769232, 0.063238316038493, 0.14226923076923, 0.0967503051078486, 0.334192307692307, 0.177861813257886, 0.620269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 555, '2021-05-23 00:00:00', 0.0281564653048199, 0.0675576923076919, 0.0383035045594816, 0.0965384615384634, 0.0624891498274192, 0.159923076923079, 0.0905795803954498, 0.328596153846155, 0.176344562193971, 0.617269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 570, '2021-05-23 00:00:00', 0.0330859254296827, 0.0725384615384636, 0.0414504709075987, 0.103307692307692, 0.0620552266440649, 0.161865384615386, 0.0911973114482264, 0.32398076923077, 0.175253527342969, 0.614826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 585, '2021-05-23 00:00:00', 0.0337283491807936, 0.0718076923076925, 0.0480361882814975, 0.125153846153847, 0.0828302991757161, 0.177461538461538, 0.0863537180171465, 0.315230769230769, 0.173553796802647, 0.608403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 600, '2021-05-23 00:00:00', 0.0359130413424083, 0.0969423076923076, 0.0486188195597619, 0.12251923076923, 0.0930957819419581, 0.185730769230772, 0.0898593623391561, 0.32175, 0.180947961069981, 0.611769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 615, '2021-05-23 00:00:00', 0.0390234052056721, 0.0843846153846128, 0.0761403385456479, 0.130134615384613, 0.0779945190381995, 0.19875, 0.083667558734643, 0.316403846153846, 0.192149081744837, 0.61448076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 630, '2021-05-23 00:00:00', 0.0491229697172939, 0.0923846153846154, 0.0670992834995565, 0.13242307692308, 0.0697989006966567, 0.199942307692309, 0.0767211759956386, 0.301326923076924, 0.19979434041418, 0.611538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 645, '2021-05-23 00:00:00', 0.0345065879997525, 0.0867692307692324, 0.0526094061493274, 0.134019230769233, 0.0675887223182616, 0.197346153846156, 0.0789033025534811, 0.291134615384617, 0.200362824741668, 0.614192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 660, '2021-05-23 00:00:00', 0.0481046615364715, 0.09396153846154, 0.0562332504977117, 0.137961538461538, 0.0837298701411014, 0.191865384615385, 0.0900222728850171, 0.283980769230771, 0.206351362971021, 0.615249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 675, '2021-05-23 00:00:00', 0.0386707054698847, 0.0867115384615376, 0.0621117014864229, 0.13171153846154, 0.0729984931351319, 0.1695, 0.115128999554675, 0.281057692307693, 0.21263652989586, 0.615576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975825 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 975825, 3, 690, '2021-05-23 00:00:00', 0.0624036364818091, 0.0969230769230779, 0.0837365741247729, 0.126923076923075, 0.0748573617981833, 0.162230769230769, 0.117877400456833, 0.273692307692309, 0.215734987890[...];
Date: 2021-05-23 15:08:12 Duration: 13s620ms Database: acaweb_fx User: pgperfstats
9 14s227ms 14s535ms 14s381ms 2 28s762ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 15 2 28s762ms 14s381ms [ User: pgperfstats - Total duration: 28s762ms - 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 975930, 1, 915, '2021-05-23 00:00:00', 14.8779909727295, 19.4292307692306, 17.574765322867, 27.561923076923, 25.814175604769, 39.7730769230767, 89.8171910356723, 166.778461538461, 131.510526249656, 269.002307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 930, '2021-05-23 00:00:00', 13.5504317104091, 19.8434615384613, 22.711632441413, 29.1619230769229, 25.8720572076099, 39.8519230769231, 92.0484888749067, 166.591923076923, 142.321747574344, 278.036153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 945, '2021-05-23 00:00:00', 14.9506929553835, 17.6203846153847, 16.1582756934215, 24.1142307692309, 33.0704015304413, 67.4757692307693, 90.719703265693, 164.873846153846, 151.920886833094, 283.558076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 960, '2021-05-23 00:00:00', 11.7401024762923, 18.033076923077, 22.3938105597197, 28.599230769231, 34.2506149523683, 76.666153846154, 90.2916956680702, 165.781153846154, 152.965025657702, 288.297692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 975, '2021-05-23 00:00:00', 20.7793703502739, 20.7819230769232, 31.514382623714, 62.1380769230769, 35.2722591477299, 90.3957692307693, 89.0017314023463, 167.653846153846, 152.641207347366, 289.112692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 990, '2021-05-23 00:00:00', 33.8631227420944, 57.8446153846154, 35.4240274476999, 71.0238461538463, 38.8633514687633, 98.0892307692308, 88.9655747328059, 170.306538461538, 152.339806701486, 289.395384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1005, '2021-05-23 00:00:00', 25.2664985976415, 42.6092307692309, 33.5036142895291, 66.8976923076925, 44.2722040388948, 92.6823076923077, 89.3894583055176, 160.851923076923, 146.806070916703, 285.025 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1020, '2021-05-23 00:00:00', 29.8791659161723, 45.7803846153847, 37.0226885052104, 64.8880769230769, 51.1895764990671, 95.3769230769233, 90.5728364169713, 155.996153846154, 147.009556214763, 283.112307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1035, '2021-05-23 00:00:00', 20.6553974506942, 38.5003846153845, 31.4510093955662, 55.0099999999999, 69.3513210211934, 93.9807692307692, 87.7080942751844, 146.175769230769, 144.878290397359, 279.247307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1050, '2021-05-23 00:00:00', 22.296242857003, 37.5284615384615, 39.097309094892, 62.8176923076925, 66.1650581093628, 88.6811538461539, 86.8082708643684, 143.167692307692, 141.419912192242, 276.457307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1065, '2021-05-23 00:00:00', 34.7975200000496, 44.1930769230772, 62.2421125012269, 69.3738461538463, 63.5703486274489, 84.5161538461538, 81.8127365596864, 137.489230769231, 140.248013341202, 273.963076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1080, '2021-05-23 00:00:00', 39.7322857384271, 43.955, 39.7890367815057, 53.78, 49.4584878816416, 73.0134615384614, 70.7383317619349, 129.947307692308, 136.885719619857, 269.500384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1095, '2021-05-23 00:00:00', 18.3520652411489, 31.0188461538462, 26.4968916638568, 48.1196153846151, 46.5933665664976, 66.02, 64.0042818567635, 120.75, 133.252472337866, 262.058076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1110, '2021-05-23 00:00:00', 17.4536372096522, 33.0503846153845, 24.896805133313, 42.0946153846153, 39.6982926759405, 59.6357692307691, 54.286367515243, 114.355, 132.620806677709, 258.140384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1125, '2021-05-23 00:00:00', 15.1813569931626, 26.191923076923, 29.897673395459, 40.0923076923076, 33.3598376587085, 54.523846153846, 50.3922283141117, 108.452307692308, 134.506897621818, 254.369615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1140, '2021-05-23 00:00:00', 22.5279119726211, 27.9153846153847, 28.7310977192632, 40.8719230769231, 28.787340454817, 54.3623076923077, 57.9775718877568, 113.075, 135.294092344731, 255.099230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1155, '2021-05-23 00:00:00', 20.0413987996385, 28.7053846153845, 20.9030804796437, 38.2615384615384, 29.7296338278568, 55.9634615384615, 61.0414558098398, 112.830769230769, 135.735850561075, 253.463461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1170, '2021-05-23 00:00:00', 12.8282411049277, 22.2346153846155, 20.1990895948689, 34.9273076923077, 30.5674645333893, 51.9, 59.6483728735458, 106.752307692308, 135.016689530762, 251.640384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1185, '2021-05-23 00:00:00', 16.0217948912869, 25.4334615384613, 19.8442627089428, 36.1676923076923, 28.3007074225256, 50.7361538461538, 59.4789489949046, 103.661538461538, 135.238412804374, 248.515384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1200, '2021-05-23 00:00:00', 13.9826671949259, 23.4358333333335, 14.7926161993657, 33.0937500000001, 28.2925124396, 50.1858333333336, 57.8995634823724, 103.469166666667, 140.41421186174, 249.351666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1215, '2021-05-23 00:00:00', 10.1243490397289, 23.015, 17.7823556907695, 34.8950000000001, 27.152551312052, 49.1058333333335, 56.930250682336, 101.879166666667, 139.858188173862, 248.870833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1230, '2021-05-23 00:00:00', 14.927158639079, 23.9529166666667, 21.8107930335791, 33.5133333333335, 25.8550899314299, 47.1616666666666, 51.2117936042732, 98.0229166666664, 138.782708723312, 247.486666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1245, '2021-05-23 00:00:00', 10.500869943258, 23.6400000000003, 12.8918262990969, 34.4587500000002, 22.104326286492, 48.6116666666668, 43.9473646614722, 94.5879166666665, 137.623075968201, 246.780416666666 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1260, '2021-05-23 00:00:00', 14.3295997243771, 25.7625, 20.1403928935311, 33.9579166666666, 28.6236513510533, 53.2541666666668, 43.9970488449533, 93.3612499999998, 136.745592155334, 246.275 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1275, '2021-05-23 00:00:00', 12.2667023003775, 21.3087499999999, 18.1268422102276, 33.5379166666667, 31.136426239202, 53.5995833333335, 39.7720375676504, 88.0037499999997, 133.618418030437, 243.6675 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1290, '2021-05-23 00:00:00', 17.1281189902723, 24.9808333333335, 24.7625150579004, 37.8370833333335, 30.9504557779417, 53.6954166666666, 37.5111007313796, 86.5254166666662, 131.933358581224, 242.8025 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1305, '2021-05-23 00:00:00', 18.1196604678735, 26.1445833333336, 22.7810892208199, 39.3350000000003, 23.4959604260092, 54.2220833333333, 29.4647854545736, 82.7291666666664, 129.597176655595, 243.648333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1320, '2021-05-23 00:00:00', 13.0800760576501, 25.28375, 17.4948022042739, 35.0245833333331, 25.3050063214284, 56.8366666666664, 26.9982436895225, 78.4316666666663, 128.402056777852, 245.1325 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1335, '2021-05-23 00:00:00', 13.3580972087705, 27.1990909090907, 16.0273518105958, 39.2281818181814, 23.1025507858733, 61.5163636363633, 28.330573869953, 80.8459090909087, 133.306339587592, 248.468636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1350, '2021-05-23 00:00:00', 15.0149505143798, 28.7979166666665, 22.8920196207942, 47.8966666666666, 23.0892255912966, 55.1408333333333, 27.9545431446757, 77.0070833333331, 127.250645879031, 245.35625 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1365, '2021-05-23 00:00:00', 16.221661974352, 36.3029166666668, 18.9072160089775, 42.6720833333335, 21.2120251605789, 46.2887500000002, 46.4986000237282, 75.4629166666667, 126.325666236122, 246.8575 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1380, '2021-05-23 00:00:00', 10.4175801400336, 22.2395454545453, 9.35538741010066, 25.4354545454544, 15.7154130370918, 35.3045454545454, 40.9012254920711, 65.6009090909091, 127.683389781028, 245.264545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1410, '2021-05-23 00:00:00', 5.2736402404107, 11.9236363636363, 9.0751783639585, 16.6236363636363, 14.8543504857995, 28.4195454545455, 38.4257441576509, 64.5804545454546, 125.094684516858, 243.409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 1, 1425, '2021-05-23 00:00:00', 7.13800286133917, 10.1409090909094, 10.6031375328782, 21.2627272727275, 13.2230293992532, 26.8527272727274, 38.6117092909949, 64.5109090909093, 124.948724323047, 242.243636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 60, '2021-05-23 00:00:00', 5.99869570438843, 12.5430769230768, 8.87634520249452, 17.1080769230768, 10.1851779864362, 23.6588461538463, 37.0582033770994, 66.3915384615385, 115.37323492841, 238.334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 75, '2021-05-23 00:00:00', 7.14383384465233, 11.2949999999997, 8.72899378287891, 15.9173076923076, 12.9218851030098, 24.8088461538461, 37.9714841447346, 66.6019230769233, 115.038644672127, 239.96 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 90, '2021-05-23 00:00:00', 6.34929282555255, 11.5107692307692, 8.00469989828095, 16.5073076923077, 11.7750494037832, 24.2926923076923, 40.2045922443997, 68.1315384615386, 115.385005553648, 240.668846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 105, '2021-05-23 00:00:00', 5.66632504701768, 11.4965384615387, 10.1456217461219, 18.1161538461539, 12.005665412629, 25.7249999999999, 40.2742115560508, 67.1673076923078, 115.931718221745, 240.114615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 120, '2021-05-23 00:00:00', 8.5010435920448, 13.446923076923, 8.8769952036797, 17.7496153846153, 12.4622216873483, 25.7842307692306, 40.6836969294353, 66.3003846153847, 115.914411701048, 240.72 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 135, '2021-05-23 00:00:00', 6.33057169614231, 11.5950000000003, 8.98741990014606, 17.4526923076923, 13.7870326198766, 26.7073076923078, 39.8512107489075, 64.4330769230771, 115.907986886814, 240.541923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 150, '2021-05-23 00:00:00', 7.91121533987331, 12.561923076923, 10.6612950360713, 17.6303846153845, 17.4725569834086, 32.2934615384615, 39.697383446035, 63.0673076923078, 115.655076084683, 240.138076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 165, '2021-05-23 00:00:00', 7.71771265436755, 11.2938461538463, 10.4641545213244, 18.3253846153848, 19.8027184031346, 33.0980769230771, 39.5163086566314, 62.4053846153846, 115.671816627906, 239.085 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 180, '2021-05-23 00:00:00', 6.63277002117853, 13.6330769230768, 16.2974206972947, 25.6157692307692, 34.6453341180864, 38.7380769230768, 40.5518139231963, 61.9526923076923, 115.524893184909, 238.425769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 195, '2021-05-23 00:00:00', 14.175605530412, 17.8780769230769, 18.2808452085362, 23.5084615384615, 34.753593319474, 34.6938461538462, 40.8633173866997, 58.4196153846154, 115.762053456483, 236.742692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 210, '2021-05-23 00:00:00', 7.48845470348532, 12.1753846153846, 27.9499596807196, 23.2130769230769, 29.8824712936429, 33.1688461538461, 36.2112508823092, 54.5276923076923, 115.518674153376, 235.136923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 225, '2021-05-23 00:00:00', 24.3107049576615, 18.0765384615384, 26.7022322316666, 23.3230769230768, 27.2016592621735, 32.6511538461539, 32.7144824292757, 52.6761538461538, 115.83289593402, 234.792692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 240, '2021-05-23 00:00:00', 12.5891887011773, 14.4880769230769, 14.950033645447, 21.8950000000002, 18.7699549116297, 28.4807692307693, 24.8287926903734, 48.8576923076923, 111.764488206916, 234.638076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 255, '2021-05-23 00:00:00', 11.2843718750927, 15.3538461538462, 13.6213992729767, 21.206923076923, 17.247825731423, 25.9173076923078, 23.3218351336254, 46.4449999999999, 111.052687808709, 234.151538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 270, '2021-05-23 00:00:00', 9.63725782894401, 13.5023076923075, 13.0971347013237, 17.3657692307691, 16.7360562214087, 25.3253846153847, 22.1453325660634, 45.8076923076922, 111.241960255043, 233.844230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 285, '2021-05-23 00:00:00', 6.63482988014479, 10.9965384615382, 9.49904714249719, 15.7238461538462, 13.120794206731, 24.2638461538461, 22.2228286089918, 47.2507692307691, 111.614772794644, 234.575 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 300, '2021-05-23 00:00:00', 7.59839105438664, 11.1911538461541, 11.8862876199682, 17.3857692307693, 13.0544794080568, 23.0638461538462, 22.5157910399313, 47.1330769230768, 111.654815526039, 234.993076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 315, '2021-05-23 00:00:00', 10.2192909057028, 12.3811538461536, 11.3382818193668, 17.7611538461537, 12.6307980928182, 21.8726923076923, 20.9875447788959, 48.1196153846153, 111.654815526039, 234.993076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 330, '2021-05-23 00:00:00', 7.866113154147, 12.001923076923, 9.57810512816341, 14.6546153846153, 11.180370545669, 20.0015384615384, 20.0014776069555, 47.8723076923075, 111.620732673708, 235.068846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 345, '2021-05-23 00:00:00', 6.03173326282281, 9.03692307692304, 7.81887251364397, 13.320769230769, 11.4517407477572, 21.0230769230767, 20.6642044161842, 49.0480769230769, 111.737078177025, 235.626538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 360, '2021-05-23 00:00:00', 6.04531377311278, 9.06884615384605, 7.09533944544993, 13.7146153846152, 11.9006041281686, 22.4211538461537, 23.746214804437, 52.2415384615384, 111.737078177025, 235.626538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 375, '2021-05-23 00:00:00', 4.90534477734409, 9.56923076923053, 9.83421844690956, 15.4073076923075, 11.5825771079469, 22.5973076923076, 25.0968132362533, 56.5588461538462, 111.736952475274, 235.737307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 390, '2021-05-23 00:00:00', 6.99598567311721, 9.73346153846153, 8.37088084695086, 15.073076923077, 10.3007024779121, 21.1934615384615, 29.3299784075034, 58.9942307692309, 111.736952475274, 235.737307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 405, '2021-05-23 00:00:00', 5.97838352219573, 9.91846153846172, 7.52841878382272, 14.5457692307693, 9.04003417284206, 22.0153846153847, 31.3227356330582, 62.8034615384617, 111.978631989116, 236.616923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 420, '2021-05-23 00:00:00', 5.43242868196293, 10.3542307692307, 8.38501186641973, 15.3300000000001, 9.69933543322164, 21.8196153846155, 35.7608099482358, 67.8119230769232, 112.087982450601, 236.505384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 435, '2021-05-23 00:00:00', 6.10232147503033, 9.86076923076934, 6.33385006259103, 14.9238461538462, 12.2553486031453, 22.9342307692309, 42.6308474175504, 70.9865384615387, 112.064404172161, 235.547692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 450, '2021-05-23 00:00:00', 4.62344280646091, 10.4707692307693, 6.57606261667716, 14.5865384615385, 14.1653961252278, 24.3692307692306, 48.1524657664032, 72.8307692307693, 111.890208728846, 235.345769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 465, '2021-05-23 00:00:00', 6.67398245773497, 10.9046153846152, 11.718004949649, 17.2899999999999, 17.5879114778829, 26.7930769230768, 50.3906960459965, 73.4400000000002, 111.300186630571, 235.48 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 480, '2021-05-23 00:00:00', 8.07139259741098, 12.3876923076925, 13.1012742128392, 18.5449999999999, 17.1828514558511, 27.038076923077, 50.805416127084, 74.4503846153849, 110.068339328172, 235.072307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 495, '2021-05-23 00:00:00', 9.31853623368289, 12.4384615384615, 12.4772909535067, 19.4784615384615, 13.9053763869066, 27.9726923076923, 58.8501950222244, 75.5930769230771, 110.396137332092, 234.764615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 510, '2021-05-23 00:00:00', 7.88681985242562, 12.7007692307693, 9.03504731586942, 18.3600000000002, 12.4789802406349, 26.8296153846154, 66.4945818139748, 76.0588461538463, 110.581993741505, 236.389615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 525, '2021-05-23 00:00:00', 7.18513675261964, 12.4130769230771, 8.88770580417356, 19.9423076923077, 15.3307930448694, 29.9592307692309, 70.6480985350306, 77.6588461538463, 111.404438437337, 237.653461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 540, '2021-05-23 00:00:00', 8.18469111301009, 16.393846153846, 11.8286758996289, 21.3615384615384, 24.1603579825743, 34.8346153846156, 70.9245674827516, 77.8938461538464, 111.732564644333, 237.495 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 555, '2021-05-23 00:00:00', 7.56356103554809, 13.5434615384614, 12.6400742268999, 20.5773076923077, 23.9942161908942, 38.5211538461539, 69.4377963803133, 74.2369230769231, 112.20215694965, 240.081923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 570, '2021-05-23 00:00:00', 8.39255112951573, 13.1976923076924, 16.2761164948472, 22.2480769230772, 23.8737063862185, 39.0338461538465, 68.5639253386659, 73.7253846153847, 110.043312363115, 239.869615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 585, '2021-05-23 00:00:00', 11.9766967643257, 15.444230769231, 19.1453304529808, 29.3530769230771, 26.0813853956004, 43.0219230769231, 67.9794159614625, 74.1676923076924, 108.835385382626, 239.220769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 600, '2021-05-23 00:00:00', 17.8273405066053, 24.7984615384617, 20.7875303006392, 32.1400000000001, 28.3521992417899, 45.1546153846153, 66.9823520500277, 74.3169230769233, 107.711395992325, 238.331153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 615, '2021-05-23 00:00:00', 12.0497887118405, 18.6100000000004, 16.8479679349903, 27.4765384615386, 29.1935768383286, 41.5638461538464, 61.0939385687824, 69.0646153846156, 104.299793882089, 236.230384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 630, '2021-05-23 00:00:00', 10.1133305858389, 17.6534615384615, 17.7308630750061, 27.8657692307693, 27.8900882862604, 38.9461538461539, 53.2368552559077, 67.4884615384618, 100.828575580232, 234.321538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 645, '2021-05-23 00:00:00', 14.4805444011558, 18.9330769230768, 19.8535523812202, 27.983076923077, 27.4896504972609, 36.3626923076922, 53.3994602464801, 68.7011538461538, 100.89345171097, 233.776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 660, '2021-05-23 00:00:00', 15.3153634678988, 18.7030769230771, 21.8634190337687, 25.3503846153847, 24.1969292775249, 33.4976923076926, 49.6262591965801, 67.6546153846155, 98.7996305232893, 232.406538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 675, '2021-05-23 00:00:00', 12.1637695827215, 14.8376923076922, 14.5799142183825, 22.9811538461537, 24.5724390355098, 30.4280769230769, 41.2917737979929, 65.4492307692308, 98.6027088448309, 232.233461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 690, '2021-05-23 00:00:00', 9.4772596574848, 16.9088461538461, 10.2922837115969, 20.9300000000002, 27.9576702782013, 30.4492307692308, 37.2344913549459, 67.0623076923079, 98.950465382355, 231.729230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 705, '2021-05-23 00:00:00', 9.13622864458617, 13.4653846153848, 19.9773572480293, 20.5011538461537, 34.0838167960195, 30.7992307692309, 38.777155987276, 71.5123076923077, 99.5795175819113, 232.695384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 720, '2021-05-23 00:00:00', 15.0766213517688, 14.9992307692308, 23.9291293229369, 21.993076923077, 30.1908364931123, 31.0619230769232, 37.2532781933865, 73.5519230769232, 99.0777461289871, 234.305 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 735, '2021-05-23 00:00:00', 12.9444097408286, 14.0534615384617, 19.0543946071805, 20.8846153846157, 20.4314083553879, 28.9507692307694, 35.244801168181, 73.3657692307694, 99.2684353930525, 235.344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 750, '2021-05-23 00:00:00', 11.9200097896191, 14.904230769231, 15.7605949175101, 21.008076923077, 18.1500675650363, 30.1961538461539, 35.0807353049855, 74.8184615384616, 98.5355100669493, 236.351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 765, '2021-05-23 00:00:00', 12.6805836616458, 15.1649999999998, 12.0889932646951, 21.256923076923, 16.6893772202558, 29.4499999999999, 45.820909249616, 97.3573076923076, 98.3005083616248, 238.048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 780, '2021-05-23 00:00:00', 11.4382775195997, 15.6761538461539, 13.9829259620987, 21.9176923076925, 17.109713251205, 32.3965384615386, 59.1308462427576, 117.025769230769, 98.4707499030121, 238.192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 795, '2021-05-23 00:00:00', 7.31168434767261, 13.5700000000002, 10.076901935386, 19.086153846154, 14.3342297853237, 30.7265384615386, 61.4650940453197, 125.365, 97.5402706806862, 240.542692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 810, '2021-05-23 00:00:00', 9.91143044865195, 13.7715384615384, 13.5636436674834, 22.5815384615385, 14.9622105935639, 32.1846153846156, 61.0151482981576, 128.534615384615, 98.1454810684314, 241.056923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 825, '2021-05-23 00:00:00', 10.9368588093374, 16.5738461538462, 12.6596272700021, 23.951153846154, 19.7709268488237, 34.4326923076924, 61.5051516491474, 129.399230769231, 101.486574661191, 242.717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 840, '2021-05-23 00:00:00', 7.90589097786241, 15.3719230769232, 8.64912050664477, 22.4215384615386, 19.4929089000236, 32.5142307692309, 68.7095785596605, 134.535384615384, 101.65697785426, 242.827692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 855, '2021-05-23 00:00:00', 8.07039939913357, 15.0676923076922, 18.5049573940025, 23.9119230769229, 22.0257718453773, 33.2442307692306, 71.4616051026434, 141.119615384615, 102.457040273172, 244.181538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 870, '2021-05-23 00:00:00', 18.1110860949436, 17.9934615384616, 18.8392789711773, 23.0980769230771, 22.4093218240843, 35.6861538461542, 74.1191898125008, 147.432307692308, 104.890910005806, 248.065384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 885, '2021-05-23 00:00:00', 10.7435683801267, 14.6584615384616, 14.0867288772636, 23.1923076923078, 23.0226004178502, 39.645, 71.2269556407273, 151.124615384615, 103.855780616125, 251.169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 900, '2021-05-23 00:00:00', 10.6050162586463, 17.4853846153846, 15.0386422106007, 26.7034615384618, 26.3293378104818, 40.4115384615385, 70.5747769379837, 154.250384615385, 107.307539094239, 256.037692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 915, '2021-05-23 00:00:00', 13.3850777302992, 18.7046153846157, 20.7270432081821, 30.0019230769231, 27.0042220886917, 40.4611538461539, 70.4027523281911, 160.979230769231, 109.080400253137, 256.609230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 930, '2021-05-23 00:00:00', 18.6266738803835, 24.0203846153845, 23.1396209529491, 30.0753846153846, 27.6385639279612, 43.12, 70.8152777269034, 160.806538461538, 111.877680301026, 268.171538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 945, '2021-05-23 00:00:00', 14.4263352188336, 18.3296153846154, 17.1893370570694, 26.3326923076923, 39.7218379929539, 76.6015384615384, 71.4426230944483, 157.821153846154, 115.185861172949, 269.033076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 960, '2021-05-23 00:00:00', 11.6466918974378, 19.8980769230769, 16.6991648478413, 29.9888461538462, 51.7070979504899, 97.2123076923076, 71.87541172056, 159.725, 119.6097360695, 274.881153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 975, '2021-05-23 00:00:00', 16.0131978500427, 22.1157692307691, 37.8519302627408, 69.8961538461537, 51.5454493641666, 104.033076923077, 70.548767761141, 160.556153846154, 117.21829280515, 279.128076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 990, '2021-05-23 00:00:00', 37.6376757313939, 62.7623076923075, 48.6084947261123, 90.0565384615384, 53.1647766983426, 104.855769230769, 72.0474495827899, 160.690769230769, 114.064072968459, 280.813076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1005, '2021-05-23 00:00:00', 25.6907464693778, 49.3769230769232, 37.8653356494587, 67.9396153846155, 49.1388651695768, 87.283076923077, 67.4554366868632, 148.301153846154, 114.559782995605, 275.84 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1020, '2021-05-23 00:00:00', 17.477033743217, 42.4973076923077, 28.7242241697464, 58.4230769230769, 40.6544747030952, 79.1142307692307, 51.9648900523598, 138.546923076923, 106.089461642231, 267.526538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1035, '2021-05-23 00:00:00', 23.0553189491309, 45.6196153846154, 26.1191262075545, 61.4046153846153, 34.7886206085576, 82.2796153846154, 50.8065854726, 135.969230769231, 104.982952064389, 266.961923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1050, '2021-05-23 00:00:00', 16.5072460592777, 37.6726923076922, 24.0870246845444, 54.6930769230769, 37.6776865613507, 81.5038461538463, 50.20720221856, 134.308846153846, 104.559269826331, 264.738846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1065, '2021-05-23 00:00:00', 19.5231787922418, 37.113076923077, 22.116948475008, 52.0053846153848, 39.076404519273, 77.0330769230769, 48.3461144234586, 128.070384615385, 106.461530560971, 261.125769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1080, '2021-05-23 00:00:00', 15.9987703229391, 37.7996153846154, 28.7374479703079, 55.6703846153848, 32.621969041642, 73.258076923077, 45.8162480349491, 121.15, 106.530294534177, 260.281538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1095, '2021-05-23 00:00:00', 23.8939720142003, 34.871153846154, 30.2658854716763, 49.3307692307692, 38.5485039677787, 72.1869230769232, 53.9968198379808, 117.723846153846, 106.456419851217, 259.033461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1110, '2021-05-23 00:00:00', 19.4268662028013, 33.2623076923075, 19.2575342019288, 45.7265384615385, 30.3188830852732, 63.8234615384614, 61.2071742149936, 115.280769230769, 104.025957674774, 259.163076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1125, '2021-05-23 00:00:00', 12.0996399183548, 28.5769230769234, 22.0109043325908, 48.7884615384617, 22.9526881683573, 58.983076923077, 62.542363775407, 113.051153846154, 103.147962724204, 260.236923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1140, '2021-05-23 00:00:00', 18.804351345858, 32.0115384615385, 21.8160100702357, 40.0207692307691, 27.690672211748, 52.7165384615385, 65.9613851932731, 112.056153846154, 105.385813078203, 257.713076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1155, '2021-05-23 00:00:00', 18.3141837256937, 24.7215384615383, 23.3371533297973, 35.8384615384614, 28.194149401277, 50.8726923076924, 65.6623673382365, 112.702692307692, 105.747343226128, 257.089230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1170, '2021-05-23 00:00:00', 20.6173798865088, 26.1557692307693, 23.0907778461113, 36.2784615384617, 32.4019117099831, 54.9823076923079, 65.3779419214508, 109.796730769231, 109.608610279415, 258.120769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1185, '2021-05-23 00:00:00', 14.592779373586, 26.9146153846155, 20.8821844605911, 37.8996153846155, 33.8922275364813, 60.0892307692308, 65.97133076193, 107.5675, 112.572344659574, 261.656923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1200, '2021-05-23 00:00:00', 19.8207552289552, 26.0053846153847, 33.1678237058843, 40.7742307692307, 33.6841883587032, 55.1742307692308, 65.6167728864993, 104.679038461539, 114.025551695156, 262.699230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1215, '2021-05-23 00:00:00', 18.5404899611633, 27.1799999999999, 20.3585667320815, 36.9892307692308, 24.1921159566818, 51.1576923076925, 51.9110541307101, 97.1701923076925, 115.25764253986, 260.869615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1230, '2021-05-23 00:00:00', 10.2912796019812, 23.0003846153848, 18.4408404780925, 33.4184615384616, 25.9128996803937, 50.8246153846155, 50.0096313435261, 94.5736538461539, 116.461518045166, 262.534230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1245, '2021-05-23 00:00:00', 15.7776789021219, 22.3634615384614, 20.0466004484169, 35.4284615384616, 25.8415499177942, 49.9130769230771, 48.009349637897, 91.5755769230771, 120.334416160197, 265.533846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1260, '2021-05-23 00:00:00', 14.4084916682436, 25.4280769230771, 16.9772169731628, 36.018076923077, 21.1710970937703, 49.4719230769231, 41.4053514420352, 88.2659615384619, 119.031801274346, 265.221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1275, '2021-05-23 00:00:00', 13.9464544818884, 24.413846153846, 17.993427740321, 34.1053846153845, 29.523318682018, 50.7249999999999, 40.5734612813122, 87.6771153846156, 123.335872476496, 266.723461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1290, '2021-05-23 00:00:00', 16.5200242875589, 25.7823076923076, 18.6977763260357, 36.7134615384613, 37.847167738764, 51.6546153846154, 39.8424266141006, 86.4575000000001, 125.078571562653, 268.048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1305, '2021-05-23 00:00:00', 12.6184954912039, 24.6773076923077, 23.9685581640101, 38.1126923076923, 35.2750938002351, 51.6111538461538, 38.0316565391961, 84.9363461538463, 126.273762011201, 268.572692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1320, '2021-05-23 00:00:00', 16.6316078181091, 27.4311538461538, 25.7102398546691, 35.3557692307694, 34.5091817258046, 55.1507692307692, 36.1940339968004, 81.1948076923078, 142.697223779797, 274.047692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1335, '2021-05-23 00:00:00', 14.3381105053043, 23.6429166666668, 17.9101960071489, 33.5891666666667, 32.4289936921277, 61.4283333333332, 39.8787544362846, 83.4252083333333, 147.566889692947, 267.818541666666 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1350, '2021-05-23 00:00:00', 16.043915673982, 26.6669230769232, 25.7043544260799, 44.8326923076922, 32.7021368585507, 59.3236538461539, 39.0329363097569, 81.9851923076922, 143.002822892122, 273.363653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1365, '2021-05-23 00:00:00', 20.6315690778812, 34.728846153846, 29.757658264464, 47.8557692307692, 30.751328792428, 51.6874999999999, 37.979727888704, 80.5575, 142.880002827682, 273.430961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1380, '2021-05-23 00:00:00', 27.4240931805478, 32.3145833333335, 26.8208275782776, 35.8306250000001, 27.2094286918584, 41.3535416666666, 37.2969087621961, 74.0247916666667, 150.236427664593, 265.998125 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1410, '2021-05-23 00:00:00', 8.94335948848167, 14.6593750000002, 9.91187577991417, 18.3147916666668, 12.6118989260115, 29.8152083333331, 35.3488942177612, 64.580625, 147.934157199273, 263.420208333333 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 2, 1425, '2021-05-23 00:00:00', 4.73806507853226, 10.3145833333332, 9.18686266644776, 21.6224999999999, 11.8601275670119, 27.7520833333332, 35.3669834133598, 62.8712500000001, 150.388759576855, 264.26625 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 60, '2021-05-23 00:00:00', 5.81480323101167, 14.4361538461539, 8.89969165412279, 19.6465384615384, 9.65321574159868, 24.866923076923, 39.4140089503524, 65.0215384615386, 146.166313118363, 270.861153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 75, '2021-05-23 00:00:00', 7.20511426269304, 11.1834615384616, 10.0516117039087, 16.3146153846154, 13.5537021680994, 25.7676923076923, 39.9922494741167, 65.8050000000001, 146.156696738072, 270.845769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 90, '2021-05-23 00:00:00', 8.81968351952699, 12.3257692307694, 9.76979899801118, 17.0173076923078, 15.0469973135457, 27.8619230769233, 40.861394659733, 65.8715384615386, 145.19802169928, 271.134230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 105, '2021-05-23 00:00:00', 6.69254360061672, 11.7796153846155, 11.6042686310487, 20.3323076923077, 14.8256241845508, 28.3626923076923, 43.3446363304086, 65.9288461538462, 144.352356757825, 271.701538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 120, '2021-05-23 00:00:00', 9.73889490650787, 15.745, 12.0897597100256, 21.0453846153847, 21.5326392108497, 30.5407692307693, 43.4062135661917, 66.6180769230769, 144.956439443027, 272.86 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 135, '2021-05-23 00:00:00', 9.11544413872161, 13.2946153846153, 11.574463190742, 19.066923076923, 21.8844778465327, 32.2711538461538, 45.7150522055248, 65.1330769230768, 145.331466085688, 273.651153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 150, '2021-05-23 00:00:00', 7.3712245616628, 12.2134615384614, 18.5229269700677, 21.3034615384614, 33.2530692996323, 37.8746153846153, 45.8052631708831, 64.0230769230767, 145.029996984709, 274.674230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 165, '2021-05-23 00:00:00', 17.4997014304202, 16.606923076923, 18.6843020783182, 25.508076923077, 33.4103228635424, 40.4346153846154, 46.2149030308823, 63.8969230769229, 144.747560641064, 274.973461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 180, '2021-05-23 00:00:00', 9.9290529488737, 16.9926923076923, 23.5140335871679, 28.6634615384615, 26.8837957170085, 39.1380769230769, 42.0040416315456, 62.0057692307691, 143.418815650045, 273.492307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 195, '2021-05-23 00:00:00', 21.7574275628773, 19.0869230769232, 23.357921683759, 28.2642307692307, 23.8459145251019, 36.0034615384615, 47.1167071021934, 63.0680769230768, 142.946613836721, 273.680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 210, '2021-05-23 00:00:00', 13.0823322138618, 17.6519230769231, 16.5861085388206, 23.7226923076926, 16.0761827080171, 30.0776923076923, 43.2181964614981, 60.3157692307691, 141.982600863085, 273.949615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 225, '2021-05-23 00:00:00', 11.041522895242, 15.8103846153847, 12.7111064216118, 20.8623076923077, 11.9543384657559, 27.721923076923, 41.7500314306655, 57.2873076923074, 141.033993552564, 274.934230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 240, '2021-05-23 00:00:00', 7.36287176415454, 14.3561538461537, 10.8105603711584, 18.8934615384614, 20.9574827319873, 30.9976923076923, 39.8590214554325, 56.1292307692306, 141.033993552564, 274.934230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 255, '2021-05-23 00:00:00', 8.45448120593665, 12.5173076923077, 9.18018582851982, 18.9603846153845, 20.1841890940562, 31.0742307692308, 41.8220699576011, 54.2665384615383, 140.4728077097, 275.664615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 270, '2021-05-23 00:00:00', 8.07672568843074, 14.4153846153845, 18.1425883659248, 23.8861538461537, 23.1951954043538, 32.5053846153845, 43.0332280631894, 54.8015384615382, 141.773683991831, 278.006153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 285, '2021-05-23 00:00:00', 13.230037874241, 15.7469230769231, 14.1691727134868, 21.1407692307691, 20.4057761807402, 28.6584615384614, 39.3184684281886, 50.8865384615383, 145.427992504353, 280.039615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 300, '2021-05-23 00:00:00', 10.781276740435, 14.8180769230767, 17.2170238873754, 20.2034615384615, 17.6335021915232, 27.0334615384614, 37.7386868814808, 49.6734615384614, 146.373759641332, 280.693461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 315, '2021-05-23 00:00:00', 10.7182211497702, 12.6038461538462, 12.8854312246874, 18.0953846153845, 13.56849212755, 24.0211538461536, 32.3690777060215, 48.2865384615383, 146.174653461588, 281.318846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 330, '2021-05-23 00:00:00', 9.1077214578534, 12.286923076923, 10.2317712805975, 17.2834615384614, 14.6094671518691, 23.8276923076923, 32.1044367626369, 48.5696153846154, 145.940944769293, 281.558076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 345, '2021-05-23 00:00:00', 8.09153302010101, 10.8511538461537, 10.2405528095975, 15.3746153846154, 15.9713990139106, 22.3576923076921, 30.6974042200013, 49.0853846153846, 145.691443318247, 281.938076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 360, '2021-05-23 00:00:00', 7.21153230276672, 10.786923076923, 13.718581363078, 16.8811538461538, 19.1126223334619, 22.1873076923074, 31.6412162000038, 50.1388461538461, 145.734924263726, 282.693076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 375, '2021-05-23 00:00:00', 13.7003466154919, 12.4642307692308, 15.750716950715, 16.3526923076921, 26.4018091134217, 25.7426923076921, 33.3238020639901, 54.7399999999999, 145.714647048475, 282.887307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 390, '2021-05-23 00:00:00', 11.1736951879782, 11.2680769230767, 17.338821169228, 15.8865384615385, 27.2807156910408, 27.0361538461537, 39.0955603873379, 62.0049999999999, 145.648627564898, 282.776538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 405, '2021-05-23 00:00:00', 11.0198442890019, 11.0480769230771, 21.6086508602459, 20.22, 22.4182060800179, 26.8103846153845, 40.2753329203639, 63.4646153846154, 145.648627564898, 282.776538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 420, '2021-05-23 00:00:00', 17.0214308898656, 14.3315384615384, 19.2159134413283, 19.8457692307691, 19.5529569670125, 25.893076923077, 42.8836563685801, 65.6865384615385, 145.630530096384, 282.738076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 435, '2021-05-23 00:00:00', 10.07461184593, 12.6803846153845, 12.8685583497141, 17.885, 18.7297161381421, 27.0811538461541, 44.9644832215895, 66.1907692307693, 145.418862588254, 282.347307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 450, '2021-05-23 00:00:00', 9.83861259762535, 12.4253846153847, 12.2077592538515, 18.2550000000002, 19.3981398473785, 29.1484615384618, 47.7723929433983, 67.4934615384617, 145.21487219078, 282.634230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 465, '2021-05-23 00:00:00', 8.04713232247274, 12.0088461538463, 13.4028319912105, 19.294230769231, 18.078473233698, 27.0976923076923, 46.3783356254254, 67.209230769231, 145.005168378977, 283.253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 480, '2021-05-23 00:00:00', 11.2939999318904, 15.4976923076923, 16.0499722309847, 20.933846153846, 14.9969358716525, 26.0184615384615, 45.8723040775651, 66.4257692307694, 144.667471733788, 283.884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 495, '2021-05-23 00:00:00', 9.1624038582427, 12.6673076923077, 12.5691065773924, 17.8780769230769, 18.6083048002354, 27.1365384615383, 47.0705110642124, 65.8396153846154, 143.621792608761, 283.951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 510, '2021-05-23 00:00:00', 7.53135366318712, 11.9499999999997, 11.7070604074899, 18.0807692307691, 17.797920764473, 26.4034615384614, 44.2735204782549, 64.4034615384615, 143.387528229781, 284.189615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 525, '2021-05-23 00:00:00', 9.70209871823945, 13.3965384615384, 15.0560302255888, 21.0430769230769, 19.3843335315283, 28.7576923076924, 43.3588329817402, 65.6284615384614, 143.346824013005, 284.921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 540, '2021-05-23 00:00:00', 14.7625832479904, 17.7080769230768, 17.8661745076684, 22.1234615384614, 24.2091051053111, 31.325, 43.0393105839121, 66.7334615384614, 142.847750960998, 285.421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 555, '2021-05-23 00:00:00', 9.11628589182751, 12.8126923076923, 11.7646128054234, 18.4276923076925, 21.8036040245994, 33.5173076923074, 37.266258190734, 66.0834615384614, 142.641307799022, 285.681153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 570, '2021-05-23 00:00:00', 10.8288366872898, 13.2500000000002, 18.2084897738979, 21.2903846153847, 30.5084444123511, 41.5773076923075, 38.4308508382762, 68.7619230769229, 142.746723976958, 286.883076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 585, '2021-05-23 00:00:00', 13.3386742277425, 15.463076923077, 17.282683948436, 28.8426923076922, 27.5031624363452, 41.8199999999999, 36.9807697074281, 69.4719230769229, 143.610798718138, 288.827307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 600, '2021-05-23 00:00:00', 15.3389459922721, 24.8619230769231, 23.3367177179257, 35.8746153846154, 26.0255589668785, 43.0134615384616, 37.3016860683062, 71.4565384615384, 143.605161250723, 289.095384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 615, '2021-05-23 00:00:00', 15.8640287249051, 22.8892307692309, 16.3507082556548, 28.5173076923078, 19.3295503270551, 36.4403846153846, 36.7702003007035, 66.656923076923, 143.135076540148, 287.968076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 630, '2021-05-23 00:00:00', 11.0394524390408, 17.2530769230771, 12.3740826730713, 24.0649999999999, 19.0345456473226, 32.3399999999999, 44.63704719349, 69.6630769230768, 142.81402900922, 287.675384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 645, '2021-05-23 00:00:00', 10.9187836248439, 17.2896153846154, 14.3614797823368, 25.0115384615384, 19.7784327138273, 33.4261538461538, 44.5852954925035, 70.4030769230768, 143.493102052383, 287.526153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 660, '2021-05-23 00:00:00', 9.88797603930387, 17.2669230769232, 13.843225707905, 23.2250000000001, 17.9895775808791, 31.0284615384615, 45.721163988481, 71.1326923076924, 143.377603681811, 286.911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 675, '2021-05-23 00:00:00', 9.72459631750676, 13.7415384615382, 10.8448339846144, 19.8580769230768, 12.4465822803506, 25.3876923076922, 46.3124298384191, 69.1684615384614, 140.497232159433, 284.082692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 690, '2021-05-23 00:00:00', 8.30425977806205, 14.3223076923076, 10.5814891274265, 18.4080769230766, 12.8171371398429, 26.2273076923076, 51.5182218293834, 77.1173076923076, 139.480532037215, 283.475769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 705, '2021-05-23 00:00:00', 6.23564443650054, 10.6115384615383, 10.189869214832, 17.6611538461537, 16.6534770543571, 28.1849999999999, 63.0781948329583, 90.4992307692305, 138.43062118621, 283.045 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 720, '2021-05-23 00:00:00', 9.16001280650767, 13.9311538461537, 12.0061649356295, 20.3226923076924, 19.2109026296568, 31.1803846153845, 70.3138962477438, 98.8484615384613, 137.948352717184, 282.294230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 735, '2021-05-23 00:00:00', 9.30438593021947, 14.6315384615384, 15.8926242060224, 22.8280769230769, 21.5572442544532, 33.4596153846152, 76.551175772511, 103.918076923077, 137.537781877731, 282.130384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 750, '2021-05-23 00:00:00', 10.3734314476937, 15.36, 15.0424609535295, 23.4134615384615, 25.5292473148258, 34.6973076923075, 78.8853627097334, 105.775384615384, 137.050049077532, 281.868076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 765, '2021-05-23 00:00:00', 11.8535463047983, 15.8999999999999, 16.5926873837658, 23.6088461538459, 26.0388383410981, 34.6430769230769, 81.3649124462421, 129.494230769231, 137.048678410826, 282.403076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 780, '2021-05-23 00:00:00', 10.5849950110813, 15.4992307692304, 17.7284220348613, 22.5403846153843, 25.5008841385188, 35.4603846153844, 83.5487429800024, 136.831538461538, 134.882589787735, 281.089615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 795, '2021-05-23 00:00:00', 13.479052854194, 16.0246153846153, 15.6831568446974, 23.743846153846, 27.8157043301913, 38.490769230769, 87.4134272532194, 149.631923076923, 135.537747494365, 281.880384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 810, '2021-05-23 00:00:00', 11.1729627501117, 15.6538461538461, 18.3712449601168, 25.6842307692307, 35.2764038896345, 40.9007692307692, 83.914470471198, 161.042307692308, 135.699297625868, 280.611923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 825, '2021-05-23 00:00:00', 14.2309767003587, 17.5046153846153, 21.6973890240633, 28.0623076923074, 31.3643679748458, 40.0823076923075, 82.4207345430467, 165.808846153846, 133.194295052812, 279.118846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 840, '2021-05-23 00:00:00', 13.6449717309516, 20.9915384615382, 25.0566299778353, 30.6846153846153, 28.1062908370244, 38.5261538461539, 80.8301518646449, 168.047692307692, 131.374818772619, 277.563461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 855, '2021-05-23 00:00:00', 19.2495223677008, 19.3492307692309, 18.7670763142427, 26.5042307692308, 22.2315798670411, 35.4292307692308, 76.4376753339711, 168.902307692308, 127.185908039555, 275.840384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 870, '2021-05-23 00:00:00', 9.65385349923116, 17.3692307692308, 13.1089084272435, 23.5080769230771, 32.2707503690976, 43.5757692307693, 74.1666017184391, 171.652307692308, 122.372343836343, 274.19 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 885, '2021-05-23 00:00:00', 10.3745224690849, 16.5473076923077, 13.827863442507, 24.2592307692308, 52.9258887938161, 58.3661538461539, 73.0425582762439, 171.916538461538, 121.542939332314, 275.068461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 900, '2021-05-23 00:00:00', 10.6216206788867, 17.1953846153844, 32.5378144034575, 35.6469230769229, 63.4846489803154, 69.421923076923, 72.9664029716103, 172.418846153846, 121.34012257224, 276.164615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 975930, 3, 915, '2021-05-23 00:00:00', 30.2510319239119, 27.5026923076924, 51.1935027863739, 50.5765384615385, 68.5971945389561, 73.2788461538463, 71.0760079481549, 173.335384615385, 119.012888018322, 274.127692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975930 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 97[...];
Date: 2021-05-23 15:13:23 Duration: 14s535ms 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 975955, 1, 915, '2021-05-23 00:00:00', 2.61250522266682, 4.46653846153845, 4.65175321787384, 6.87000000000001, 5.79609544965729, 9.1776923076923, 21.9684544885475, 31.4361538461539, 24.0780706740515, 52.9892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 930, '2021-05-23 00:00:00', 3.85059086375064, 5.00499999999997, 4.24940683643478, 6.44769230769228, 5.46693383337143, 9.21846153846148, 22.3966833567967, 31.3057692307692, 24.7146908413724, 53.9592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 945, '2021-05-23 00:00:00', 2.12182432391056, 3.74769230769234, 2.97200093177326, 5.23846153846157, 7.05092466385679, 12.7711538461538, 22.4754315950687, 31.4242307692307, 26.0816246308511, 54.9592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 960, '2021-05-23 00:00:00', 2.49190566558083, 4.09461538461537, 4.13673464685148, 6.49846153846149, 8.25661059161315, 15.0223076923077, 22.6145994539266, 32.1773076923077, 26.6749769374856, 55.8511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 975, '2021-05-23 00:00:00', 3.59364912032325, 4.94499999999995, 6.4379372831318, 11.3126923076922, 9.56023849879522, 16.7380769230769, 22.0453672544736, 32.6757692307692, 27.403857864289, 56.4753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 990, '2021-05-23 00:00:00', 6.44557667050704, 9.4411538461538, 7.26094827458192, 12.7453846153846, 11.0922650319248, 18.3134615384615, 21.5697473185157, 32.3907692307692, 28.5317119252354, 56.6542307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1005, '2021-05-23 00:00:00', 5.78247805543078, 8.29269230769235, 7.73172375048709, 12.2180769230769, 10.3926731661522, 17.6134615384615, 20.3910249978155, 31.1926923076923, 28.4242579823318, 56.3653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1020, '2021-05-23 00:00:00', 6.04695844714834, 8.24769230769227, 8.26339405962318, 12.1157692307692, 10.6784447153348, 17.7784615384615, 19.4138058449294, 29.7957692307692, 28.389431446335, 56.2453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1035, '2021-05-23 00:00:00', 4.27497766076042, 7.79499999999995, 5.43504989715973, 10.6207692307692, 13.614528286413, 17.1873076923076, 17.889059110142, 27.9703846153845, 28.2662597890407, 55.8223076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1050, '2021-05-23 00:00:00', 4.15567652550285, 6.9192307692307, 7.87437655651839, 11.4269230769231, 13.567691034218, 16.19, 17.711267078853, 27.7384615384615, 28.3805806413199, 55.8484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1065, '2021-05-23 00:00:00', 7.35894352785464, 8.65538461538461, 12.9087624682437, 13.3573076923077, 13.2040634829411, 16.5373076923077, 17.2625191494352, 27.4107692307692, 28.6660394087606, 55.2592307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1080, '2021-05-23 00:00:00', 7.99008551990428, 8.58115384615382, 8.24070721386307, 10.5907692307692, 10.1628481471258, 14.6123076923077, 15.3488635911087, 26.5115384615385, 28.3299261830747, 54.5115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1095, '2021-05-23 00:00:00', 3.49839400516652, 6.1238461538462, 5.26966541048499, 9.54846153846155, 8.81845121584024, 12.5053846153846, 12.9276703832694, 25.1315384615385, 27.261755948299, 53.2342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1110, '2021-05-23 00:00:00', 3.98940165168436, 6.4484615384615, 5.47444704619006, 8.52230769230765, 8.65043167442218, 11.228076923077, 11.390932351926, 23.8496153846154, 26.7182341885434, 52.3269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1125, '2021-05-23 00:00:00', 3.38767776144435, 5.54615384615377, 5.58212467131951, 7.20038461538458, 7.13797912577504, 10.775, 10.576248840608, 23.2665384615385, 26.0231154641703, 51.6476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1140, '2021-05-23 00:00:00', 4.21096882694924, 5.2223076923077, 5.85379619103315, 8.01538461538467, 6.38943671527169, 11.4715384615385, 12.84627609016, 25.4342307692308, 25.9498594986563, 51.86 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1155, '2021-05-23 00:00:00', 4.55413989177393, 5.65307692307689, 4.91751151889469, 8.00346153846147, 6.29949653665959, 11.8261538461538, 12.9805391851981, 25.4715384615385, 25.5838022464335, 51.4457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1170, '2021-05-23 00:00:00', 3.39072619859612, 4.95807692307694, 4.19166799918411, 7.41615384615385, 6.88355231414263, 10.9173076923077, 12.3360210827417, 24.2219230769231, 25.1069616946866, 50.9615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1185, '2021-05-23 00:00:00', 3.17767297538022, 5.08846153846155, 4.14928733454503, 7.38576923076927, 6.51704124702193, 10.8111538461539, 12.5494363036138, 23.1634615384615, 24.9718466246722, 50.6396153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1200, '2021-05-23 00:00:00', 2.93175863529934, 4.91000000000001, 4.24414325780289, 7.13958333333337, 7.21952424011601, 10.6779166666666, 12.2553378787261, 23.1675, 25.55084569561, 52.05125 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1215, '2021-05-23 00:00:00', 2.65980262425618, 4.79750000000007, 4.31085149126137, 7.43833333333339, 6.28779056147128, 10.1483333333334, 12.1259156459883, 23.2870833333334, 25.307536509243, 52.3370833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1230, '2021-05-23 00:00:00', 3.50544255925444, 5.09833333333323, 5.28611525534147, 7.10666666666657, 5.86123540175476, 10.0925, 11.3497607393539, 22.6891666666667, 25.079307304854, 52.49875 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1245, '2021-05-23 00:00:00', 2.58010107514629, 5.23541666666667, 3.06012740096627, 7.24166666666666, 5.34001356997676, 10.7433333333334, 10.0920474413258, 22.4070833333333, 24.8931883144068, 52.6562499999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1260, '2021-05-23 00:00:00', 3.06768426917803, 5.24791666666668, 4.42525605170918, 7.56708333333332, 6.80353786909658, 12.0716666666667, 9.8221190783051, 22.3683333333333, 24.5498169065458, 52.5833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1275, '2021-05-23 00:00:00', 3.17870176763042, 4.87833333333327, 4.52150832134592, 7.59875, 7.05088934672147, 12.2716666666666, 9.18703243905405, 21.6954166666667, 23.7886437671971, 51.98375 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1290, '2021-05-23 00:00:00', 3.98717827287799, 5.31083333333333, 5.86157099187186, 8.66833333333331, 5.96695750647329, 12.3991666666667, 8.1890499417988, 21.1645833333333, 22.606113059191, 51.3579166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1305, '2021-05-23 00:00:00', 4.28807342892864, 6.46208333333334, 4.93657627572861, 9.31875, 4.37964163711661, 13.2499999999999, 6.83140158715083, 20.4104166666666, 22.801633046017, 51.5849999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1320, '2021-05-23 00:00:00', 3.21794264885253, 6.09374999999994, 3.29800422741666, 8.17666666666662, 5.98791280988964, 14.6129166666666, 6.92925010843286, 18.9387499999999, 22.6476640507694, 51.0499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1335, '2021-05-23 00:00:00', 2.74096469256492, 6.18272727272735, 3.55078882766934, 9.5481818181818, 5.50995981317988, 15.66, 6.65971004464816, 19.6395454545454, 23.2055672199581, 52.605 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1350, '2021-05-23 00:00:00', 3.74507848546855, 7.04958333333322, 6.1316191681471, 12.3033333333333, 6.11987188461146, 13.6883333333333, 7.34166360278929, 18.06375, 22.7622315541794, 51.27125 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1365, '2021-05-23 00:00:00', 5.37432537053772, 9.32916666666671, 5.7576464595894, 10.6933333333334, 6.26001383292435, 11.4208333333334, 9.54737793126028, 17.1958333333333, 22.7701782428276, 51.2954166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1380, '2021-05-23 00:00:00', 2.44404944827802, 5.91409090909096, 2.40508620729118, 6.44795454545457, 3.96810195394259, 8.72045454545456, 7.73219693751527, 15.7286363636364, 21.3374230776134, 51.0295454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1410, '2021-05-23 00:00:00', 1.73640253888791, 3.14340909090908, 2.78961249617001, 4.53954545454547, 5.03069807881297, 7.59227272727282, 7.30868156307795, 15.845, 20.9356968759019, 50.5831818181817 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 1, 1425, '2021-05-23 00:00:00', 2.20469019920232, 2.94727272727271, 3.14966737060512, 5.48045454545457, 4.71216377536765, 7.50727272727272, 7.85370843278421, 16.3486363636364, 20.697066133556, 50.3968181818181 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 60, '2021-05-23 00:00:00', 1.82000950969621, 3.12884615384615, 3.82298097542495, 4.6534615384616, 4.02062375566465, 6.3607692307692, 7.47906358803329, 15.7319230769231, 19.9348448239218, 48.646923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 75, '2021-05-23 00:00:00', 2.9149167820289, 3.20961538461547, 3.15497965371961, 4.43384615384616, 4.02787588610257, 6.97192307692309, 7.67817021471607, 15.8046153846154, 19.8786042266552, 48.655 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 90, '2021-05-23 00:00:00', 2.16924875333518, 3.13192307692307, 2.85909872835157, 4.56846153846153, 3.63143929931587, 6.9092307692308, 8.23963684786013, 16.2192307692308, 19.9448254789209, 48.6692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 105, '2021-05-23 00:00:00', 1.87383953832366, 3.1411538461538, 3.34002913391269, 5.15884615384612, 3.0879735202133, 7.0173076923077, 7.7185183512421, 15.8415384615385, 19.9589220766437, 48.8276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 120, '2021-05-23 00:00:00', 2.56600416691311, 3.76576923076924, 2.54008358433035, 4.93615384615389, 2.81086258318297, 7.0526923076923, 7.84473208838011, 15.6215384615385, 20.1783475156301, 48.9573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 135, '2021-05-23 00:00:00', 1.63462778637827, 3.25000000000002, 1.94891247780743, 4.75961538461537, 3.18321936700277, 7.44846153846153, 7.74496029686397, 15.295, 19.8530771767152, 49.0942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 150, '2021-05-23 00:00:00', 1.83710709038373, 3.38230769230766, 2.60709956730574, 4.98807692307689, 4.15977373645022, 8.07153846153845, 7.86907287081225, 14.9003846153846, 19.8353427846511, 48.9807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 165, '2021-05-23 00:00:00', 2.22864139366076, 3.3223076923077, 2.54775850202001, 5.10576923076925, 4.6954668974038, 8.13576923076924, 7.92417746277416, 14.8373076923077, 19.6297861464113, 48.801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 180, '2021-05-23 00:00:00', 1.55257265406609, 3.58461538461541, 3.6770491722827, 6.23884615384614, 6.06384443934827, 8.6557692307692, 7.93415537650113, 14.6084615384616, 19.4798018944277, 48.6653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 195, '2021-05-23 00:00:00', 3.11772266492464, 4.38115384615375, 4.12096510354255, 5.76576923076917, 5.97240810857602, 7.67884615384617, 7.77714779634244, 13.9703846153846, 19.1702836221545, 48.376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 210, '2021-05-23 00:00:00', 1.94071806694962, 3.14115384615388, 4.06043711174813, 5.01846153846154, 4.88987734626738, 7.13269230769235, 7.30309596098705, 12.9411538461538, 18.6643227740892, 47.8861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 225, '2021-05-23 00:00:00', 3.1430422303141, 3.78769230769227, 4.08181452863229, 5.00538461538465, 4.40339870484677, 7.23807692307693, 6.52743470638761, 12.7303846153846, 18.3271679796373, 47.636923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 240, '2021-05-23 00:00:00', 2.04131710874659, 3.37653846153848, 2.74730259317417, 5.0034615384616, 3.54992509130074, 6.54807692307699, 5.66487053284062, 12.2069230769231, 17.7758326517083, 47.2576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 255, '2021-05-23 00:00:00', 2.08220271679925, 3.54807692307698, 3.0461000539152, 5.15846153846157, 3.90393665222887, 6.31576923076927, 5.53138830813613, 11.7661538461538, 17.7758326517083, 47.2576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 270, '2021-05-23 00:00:00', 2.18559736597438, 3.53961538461534, 2.65305945307278, 4.14269230769229, 3.71352068072252, 6.30038461538463, 5.15366564092605, 11.3084615384615, 17.7758326517083, 47.2576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 285, '2021-05-23 00:00:00', 1.46810233346942, 2.69269230769239, 1.99691608390389, 3.89461538461546, 3.00889389336654, 6.1723076923078, 4.88424980461138, 11.1319230769231, 17.7646083418256, 47.2284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 300, '2021-05-23 00:00:00', 1.67118088143135, 2.90846153846162, 2.72640459213227, 4.51500000000008, 3.46687400760622, 6.04076923076933, 5.04686688794298, 11.1557692307692, 17.7646083418256, 47.2284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 315, '2021-05-23 00:00:00', 2.32534070291115, 3.26423076923075, 2.67814895891804, 4.64461538461545, 3.3451497149432, 5.88115384615391, 4.4868171346735, 11.2699999999999, 17.7646083418256, 47.2284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 330, '2021-05-23 00:00:00', 2.23453275102074, 3.24384615384616, 2.97487375297736, 4.08461538461541, 3.33806060690703, 5.45384615384616, 4.29066738577866, 11.1788461538461, 17.7646083418256, 47.2284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 345, '2021-05-23 00:00:00', 1.68956603440509, 2.50576923076927, 1.88020493972988, 3.5788461538462, 2.76331865697751, 5.67499999999997, 4.03525593507259, 10.8676923076922, 17.7646083418256, 47.2284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 360, '2021-05-23 00:00:00', 1.54744161067921, 2.63346153846157, 1.7922348747175, 3.8246153846154, 2.77527503834506, 5.79346153846154, 4.69659942446083, 11.4830769230768, 17.7646083418256, 47.2284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 375, '2021-05-23 00:00:00', 1.51360964381376, 2.67307692307692, 2.66635334377228, 4.38192307692307, 2.98857599226423, 5.72769230769226, 4.42420009284594, 12.2723076923076, 17.7645794381793, 47.2188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 390, '2021-05-23 00:00:00', 1.89429719055736, 3.00538461538463, 2.07533722931586, 4.00615384615384, 2.69631486406057, 5.1846153846153, 5.05323189804155, 12.8838461538461, 17.7645794381793, 47.2188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 405, '2021-05-23 00:00:00', 1.37836982867999, 2.49076923076924, 1.90816496625991, 3.59153846153841, 2.39014840221594, 5.28423076923069, 5.89974843009951, 13.6065384615385, 17.9613685832849, 47.3057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 420, '2021-05-23 00:00:00', 1.88134861612215, 2.89384615384613, 2.20719913011947, 3.81999999999992, 3.02031727829019, 5.53730769230761, 6.71474634379725, 14.3376923076923, 17.9605730249514, 47.3092307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 435, '2021-05-23 00:00:00', 1.42374527756357, 2.54115384615387, 1.7670399412142, 3.81692307692302, 2.70737033924919, 5.72307692307683, 7.79302793922477, 15.4626923076924, 17.8766892477756, 47.0723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 450, '2021-05-23 00:00:00', 1.50244462332358, 2.83038461538453, 2.03867392797755, 3.96076923076913, 2.71921266885502, 5.8015384615384, 8.13874362823606, 16.0196153846154, 17.8334848917594, 47.0207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 465, '2021-05-23 00:00:00', 1.75907480052624, 2.83192307692303, 2.48507049892265, 4.2892307692307, 3.18848623355013, 6.01269230769227, 8.39081465743251, 16.2388461538462, 17.8197450037872, 46.9 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 480, '2021-05-23 00:00:00', 1.86855468621726, 3.0638461538461, 2.4256399948499, 4.35423076923077, 3.30538593115026, 5.92807692307691, 8.5303564719454, 16.5215384615385, 17.7069054456598, 46.8326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 495, '2021-05-23 00:00:00', 1.72094146863321, 2.81346153846151, 2.08766859291553, 4.12192307692306, 2.53770289829206, 5.98999999999997, 8.95523485926608, 16.5992307692308, 17.572553866317, 46.7642307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 510, '2021-05-23 00:00:00', 1.51634971610719, 2.82269230769239, 1.85916014951332, 3.92269230769232, 1.83027160657812, 5.83307692307694, 9.29675792124075, 16.8196153846154, 17.4768646897724, 46.8507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 525, '2021-05-23 00:00:00', 1.43543705485875, 2.79653846153848, 1.87049232515441, 4.63153846153845, 2.20636021189095, 6.1642307692307, 10.2900415862208, 17.3096153846154, 17.6121420223487, 47.0288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 540, '2021-05-23 00:00:00', 1.86361472578266, 3.97038461538458, 1.89160460984852, 4.93999999999995, 4.51881946802653, 7.58576923076921, 10.2111714087298, 17.7084615384616, 17.6929495388591, 46.9007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 555, '2021-05-23 00:00:00', 1.31860929070693, 3.06769230769228, 1.96391230416784, 4.37653846153839, 4.32890464027741, 8.44923076923083, 9.76984125530428, 17.4130769230769, 18.1446732679318, 46.75 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 570, '2021-05-23 00:00:00', 1.66010106272526, 3.18346153846152, 4.03182119566902, 5.46307692307696, 5.25477729894786, 9.1773076923078, 9.81870854738346, 17.3915384615385, 17.9903936460118, 46.8834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 585, '2021-05-23 00:00:00', 3.13301685526666, 3.93115384615378, 4.23156346810674, 7.29423076923079, 5.6959649415516, 10.2838461538462, 10.049135906213, 17.5473076923077, 17.982609808881, 46.8834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 600, '2021-05-23 00:00:00', 4.19480684436588, 6.34269230769235, 5.1209995568774, 8.18269230769236, 6.1320940832765, 10.9046153846155, 9.99735042591093, 17.8065384615385, 18.0797321457354, 46.7876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 615, '2021-05-23 00:00:00', 3.00687847340831, 4.99307692307695, 3.67104445418681, 6.85923076923081, 5.29114501204243, 10.3865384615385, 9.23882080387715, 16.9546153846155, 18.1530822303414, 45.8476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 630, '2021-05-23 00:00:00', 1.87927449176129, 4.25615384615395, 3.52517233621281, 6.58000000000008, 4.66520819883329, 9.49346153846161, 8.09035476069164, 16.4719230769231, 17.9960409150286, 45.4938461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 645, '2021-05-23 00:00:00', 2.87254901544844, 4.56538461538466, 3.94188100355068, 6.96538461538468, 4.33881360955517, 9.08346153846156, 8.40149276113388, 16.4761538461539, 18.1671111627579, 45.34 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 660, '2021-05-23 00:00:00', 2.55154505228621, 4.86307692307698, 3.25821303076489, 6.468076923077, 4.04488836015949, 8.25538461538461, 7.95481362736767, 15.9103846153846, 18.0571040910177, 45.0519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 675, '2021-05-23 00:00:00', 2.20565287735507, 4.00615384615388, 2.98447810152148, 5.73153846153844, 4.0722085672746, 7.24115384615381, 7.21103796006784, 15.2273076923077, 18.0044492962583, 44.9723076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 690, '2021-05-23 00:00:00', 1.98266118754953, 4.1757692307692, 2.24314024390951, 5.24692307692303, 3.61590461072281, 6.72307692307688, 7.26028005393322, 15.3823076923077, 18.0536550912508, 44.8330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 705, '2021-05-23 00:00:00', 1.79690691510118, 3.47769230769226, 2.94556386139199, 4.59230769230766, 4.85774517176914, 6.54807692307692, 7.29993889331649, 15.7096153846154, 18.1142258629891, 44.9788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 720, '2021-05-23 00:00:00', 2.21135798862282, 3.46807692307696, 2.79381173309874, 4.71000000000004, 4.15577692449373, 6.87461538461545, 7.29936583125287, 16.1384615384615, 18.0130299334846, 45.0992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 735, '2021-05-23 00:00:00', 1.8916666237434, 3.18115384615388, 3.11488298335589, 4.75999999999999, 3.42920946261121, 7.25153846153844, 7.90954571291025, 16.6257692307693, 17.8903601374079, 45.1953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 750, '2021-05-23 00:00:00', 1.89116459845817, 3.69346153846151, 2.16235715401934, 5.08730769230769, 2.37183865711495, 7.42115384615386, 7.41560704502032, 16.4103846153847, 17.7512435664053, 45.2380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 765, '2021-05-23 00:00:00', 1.48951019311209, 3.68384615384618, 1.83039819123095, 5.49846153846149, 3.02808456847653, 7.54192307692305, 8.3270646781352, 19.356923076923, 17.9477270941518, 45.9603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 780, '2021-05-23 00:00:00', 1.66394771552474, 3.93499999999996, 2.03101566103876, 5.3361538461538, 3.4286131980056, 7.7673076923077, 10.3125979491852, 22.3273076923077, 18.0590841236375, 45.9507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 795, '2021-05-23 00:00:00', 1.55927167416264, 3.5980769230769, 2.63721091015008, 5.11423076923081, 4.20144238968551, 8.203076923077, 10.7568677811684, 23.7726923076923, 18.5812872949767, 46.1815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 810, '2021-05-23 00:00:00', 2.24527113319044, 3.57230769230775, 2.64597857424895, 5.44884615384624, 4.31392821166341, 8.35615384615389, 10.7527168373678, 25.0292307692308, 19.1448185559034, 46.4984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 825, '2021-05-23 00:00:00', 2.03669328531858, 3.90653846153847, 3.66886987420474, 5.9569230769231, 4.68286849960749, 8.44423076923081, 11.5099755262722, 25.8561538461538, 19.605175678494, 46.3657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 840, '2021-05-23 00:00:00', 3.06856220402988, 4.07500000000006, 3.12119023155254, 5.57730769230775, 4.08015874502648, 7.74076923076924, 11.988457634806, 26.6473076923076, 19.685811528572, 46.3034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 855, '2021-05-23 00:00:00', 1.87911632259576, 3.56307692307688, 3.81880297394955, 5.41192307692303, 3.58232457834509, 6.95423076923068, 13.2454427402264, 27.0757692307691, 19.5945133019032, 46.2765384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 870, '2021-05-23 00:00:00', 3.61694892671456, 4.2565384615385, 3.46174195812103, 5.44576923076924, 5.03998571426556, 7.56000000000005, 13.4309005425777, 27.8642307692307, 19.2852059241912, 46.8734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 885, '2021-05-23 00:00:00', 2.24443054281901, 3.57269230769234, 2.31742990932095, 4.86423076923074, 4.51841360860884, 7.78846153846149, 12.8329554842811, 28.3923076923076, 20.0658321186884, 47.1811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 900, '2021-05-23 00:00:00', 1.70415510308899, 3.79615384615377, 3.64535981130068, 5.56807692307694, 4.55806316829338, 8.39038461538453, 13.0448202983171, 28.7761538461538, 20.0269571289838, 47.3003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 915, '2021-05-23 00:00:00', 2.64013344651086, 3.79615384615386, 3.25920490540009, 5.84384615384609, 4.19441469282485, 8.91115384615385, 13.1765453917762, 29.6273076923076, 20.0072441034588, 47.4138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 930, '2021-05-23 00:00:00', 2.69760215462076, 4.70576923076912, 3.28003076908636, 6.52461538461526, 3.83771318124976, 8.75230769230771, 13.3240272960024, 29.7292307692307, 21.9586234436146, 49.4465384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 945, '2021-05-23 00:00:00', 2.59367873581429, 4.32423076923071, 2.87833114040862, 6.13692307692306, 7.45845721312391, 13.34, 13.4301226124193, 29.3742307692307, 22.0012311963182, 50.0530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 960, '2021-05-23 00:00:00', 2.29345624297948, 4.61846153846155, 3.17965948830043, 6.07230769230773, 10.0877764951146, 17.1788461538462, 13.3377635537367, 29.6438461538461, 22.7882478889043, 51.0453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 975, '2021-05-23 00:00:00', 2.71207309295649, 4.3673076923077, 6.54030590910048, 11.7942307692308, 9.29990636842863, 18.7876923076923, 13.0874449054752, 29.6730769230769, 22.784756172629, 51.2846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 990, '2021-05-23 00:00:00', 5.73043716952258, 10.603076923077, 8.75606026615945, 15.4792307692307, 9.57387152619048, 19.8099999999999, 12.8280626032869, 29.3430769230769, 22.7194324177479, 51.7442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1005, '2021-05-23 00:00:00', 5.05191905654141, 9.15307692307692, 6.62316605675757, 13.0661538461538, 10.0361938234343, 17.8676923076923, 12.4094893715068, 27.1476923076923, 22.6247661747374, 51.7773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1020, '2021-05-23 00:00:00', 4.53686920175644, 8.97692307692305, 7.26983767674028, 12.4396153846154, 10.8356168544012, 16.3861538461538, 11.0952134447524, 25.5557692307692, 22.280748561517, 50.3326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1035, '2021-05-23 00:00:00', 5.05478492276222, 8.87884615384613, 6.96474454774793, 11.8288461538461, 8.38960679375651, 15.0930769230768, 10.2520802541953, 24.9015384615385, 21.9365113592701, 49.7888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1050, '2021-05-23 00:00:00', 3.5429936277326, 7.15038461538463, 5.29033283815502, 10.4284615384615, 7.73826714849886, 14.2176923076922, 10.4489954761947, 25.0476923076923, 22.1539967187726, 49.6788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1065, '2021-05-23 00:00:00', 4.69902307359237, 7.78538461538465, 4.62351907267447, 10.2838461538461, 7.59179123486974, 14.3530769230769, 10.4461543383936, 24.5973076923077, 22.9293876063013, 49.64 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1080, '2021-05-23 00:00:00', 3.46945032223571, 7.06153846153846, 5.84541940325914, 10.1, 7.05818385879932, 13.7692307692308, 10.8300826689082, 23.6388461538461, 23.5594780926913, 49.66 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1095, '2021-05-23 00:00:00', 4.90587672710373, 7.28769230769231, 6.02035941937534, 10.3465384615385, 7.51664549772449, 14.1965384615385, 11.3880636835917, 23.8276923076923, 23.8619686981994, 49.7930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1110, '2021-05-23 00:00:00', 3.39976182423679, 6.7073076923076, 3.77615970979064, 8.92307692307689, 5.75111194599656, 12.0938461538461, 11.8826529089192, 22.9780769230769, 23.7075542423474, 50.0580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1125, '2021-05-23 00:00:00', 3.00234185518323, 5.56384615384611, 4.39645789244025, 8.62499999999996, 4.81229529434759, 11.525, 11.7334230365161, 22.678076923077, 23.5160645615192, 50.3726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1140, '2021-05-23 00:00:00', 3.79331760620414, 5.99769230769231, 4.28493180988738, 7.86384615384617, 5.3618878564006, 11.1642307692308, 12.4309066195759, 24.3507692307693, 23.631041882692, 50.3973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1155, '2021-05-23 00:00:00', 3.12030001023084, 5.31192307692303, 4.28014176616401, 8.02153846153839, 5.43847344248511, 10.9142307692308, 12.4384066751085, 23.7838461538462, 23.8463491545352, 50.46 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1170, '2021-05-23 00:00:00', 3.39536770411598, 5.58461538461531, 4.25379947811366, 7.58499999999998, 5.31218536805855, 10.5057692307693, 12.8034155358879, 23.1757692307693, 24.5549035930003, 50.5976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1185, '2021-05-23 00:00:00', 2.51613366405388, 5.24615384615383, 3.45421751130193, 7.18115384615385, 5.70099284200708, 10.6907692307693, 12.8211996858569, 22.3857692307693, 24.6664490662613, 50.4784615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1200, '2021-05-23 00:00:00', 3.46181917494257, 5.23000000000002, 5.30653054844107, 7.7776923076923, 6.21763686249424, 10.2619230769231, 12.5313230009384, 22.178076923077, 24.5738825460002, 50.8907692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1215, '2021-05-23 00:00:00', 3.27635745208695, 5.20692307692305, 3.9592885141729, 7.00153846153846, 5.47773254605901, 10.2253846153847, 10.4151543140088, 21.2707692307693, 24.018044178364, 50.4130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1230, '2021-05-23 00:00:00', 2.03809024485027, 4.47038461538463, 3.71535648978055, 6.58461538461539, 5.99369247947061, 10.4984615384616, 10.1777232152459, 20.9153846153847, 24.6121803866423, 51.0992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1245, '2021-05-23 00:00:00', 3.19096293640946, 4.75730769230769, 4.38466069207363, 7.55423076923078, 5.65520145869813, 11.0965384615385, 9.75711975155339, 20.4253846153847, 25.255391515781, 51.9361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1260, '2021-05-23 00:00:00', 3.63233870413237, 5.8226923076923, 4.18022805781993, 7.8188461538462, 4.97894608866625, 10.7980769230769, 8.97289004981966, 19.9696153846155, 24.7385993509364, 51.7553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1275, '2021-05-23 00:00:00', 3.06394948743266, 5.20230769230772, 3.88239468131955, 7.7626923076923, 5.96827056511856, 11.2684615384616, 9.35122903481345, 19.5273076923077, 25.873087805969, 52.1961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1290, '2021-05-23 00:00:00', 3.63192426217207, 6.09461538461542, 4.22400657414985, 8.1565384615385, 7.34989717353497, 12.0126923076924, 9.00035596731934, 19.6965384615385, 26.8261096350896, 52.9869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1305, '2021-05-23 00:00:00', 2.73084129049015, 5.63692307692309, 4.74366842789902, 8.973076923077, 6.69330669113094, 12.4723076923077, 8.8462101750714, 19.7776923076923, 27.5555929601345, 53.5007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1320, '2021-05-23 00:00:00', 3.26164519600393, 6.34576923076933, 4.89228392471241, 8.22500000000001, 7.96512406586461, 13.7242307692308, 9.4133667401528, 19.3042307692308, 29.7363357527453, 53.96 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1335, '2021-05-23 00:00:00', 3.1760871697963, 5.42083333333333, 4.46758632107235, 8.12333333333333, 6.82442475146483, 13.0641666666667, 9.39575866964774, 19.87875, 30.9101592862516, 54.2841666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1350, '2021-05-23 00:00:00', 3.85060157138327, 6.14269230769231, 6.45508748674552, 11.1123076923077, 7.2888100115599, 12.5092307692307, 9.42320455047009, 19.0899999999999, 29.5117568749498, 53.8453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1365, '2021-05-23 00:00:00', 5.61900917901427, 8.89192307692308, 5.62935587242994, 10.0834615384615, 6.61925523349532, 10.9096153846154, 9.58613453820763, 18.5907692307692, 29.6672821705092, 53.7392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1380, '2021-05-23 00:00:00', 2.9881936766674, 5.81666666666662, 3.36977160775113, 6.87708333333334, 3.50175729693915, 8.29791666666667, 8.39368058314611, 16.8529166666667, 30.7941095881353, 52.94125 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1410, '2021-05-23 00:00:00', 2.2670081397731, 3.64708333333334, 2.20839439346821, 4.51333333333334, 3.13832954274098, 7.29916666666674, 8.10321246012422, 16.2550000000001, 30.6097577952294, 52.80875 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 2, 1425, '2021-05-23 00:00:00', 1.14969868453324, 2.62625000000001, 2.35608920471609, 4.86541666666665, 2.87985805683825, 7.02541666666669, 8.0426228236849, 15.7458333333334, 31.8383070702801, 53.5116666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 60, '2021-05-23 00:00:00', 1.60188470726976, 3.41884615384611, 2.23659387324703, 5.0419230769231, 2.48720012494738, 6.55730769230774, 8.18424204469502, 15.7646153846154, 30.5204098369498, 53.5038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 75, '2021-05-23 00:00:00', 1.9245056108399, 3.06461538461536, 2.4884086975724, 4.57461538461533, 2.86709633333366, 6.70576923076923, 8.28149036196896, 15.7111538461539, 30.5204098369498, 53.5038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 90, '2021-05-23 00:00:00', 2.17575963745997, 3.52499999999992, 2.3619008316315, 4.79653846153841, 3.71665351958117, 7.23576923076918, 8.21882680192251, 15.645, 29.9266500322679, 53.7230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 105, '2021-05-23 00:00:00', 1.8503631660174, 3.24038461538458, 2.63641434819804, 5.40615384615386, 4.68367226075368, 7.74461538461534, 8.1514112511034, 15.4757692307693, 29.7078477277534, 53.6961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 120, '2021-05-23 00:00:00', 2.48504660225613, 4.36384615384621, 3.52179578318522, 5.77153846153848, 6.76808766309832, 8.30115384615379, 8.17330325840451, 15.543076923077, 29.7419570200855, 53.7807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 135, '2021-05-23 00:00:00', 2.68801820048785, 3.74538461538457, 4.11997888344105, 5.50499999999999, 6.60661444777421, 9.0523076923077, 8.6897439193923, 15.3457692307693, 29.744464462381, 53.7369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 150, '2021-05-23 00:00:00', 2.31685250684239, 3.5584615384615, 5.29742067860897, 5.7046153846153, 7.01287871320718, 9.46038461538454, 8.20275781954789, 14.9303846153847, 29.7486191948467, 53.74 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 165, '2021-05-23 00:00:00', 4.96637755310645, 4.48499999999993, 5.0739704980798, 7.05615384615381, 7.05262124756016, 10.2276923076923, 8.39467322862443, 15.0688461538462, 29.7207102513744, 53.7746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 180, '2021-05-23 00:00:00', 2.4779398390909, 4.73461538461538, 4.38748485861944, 6.94923076923076, 5.51898364389115, 9.81269230769231, 7.35276178358531, 14.5953846153847, 29.7589218890739, 53.66 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 195, '2021-05-23 00:00:00', 3.63525508574865, 4.34346153846151, 4.71142774375393, 6.82923076923073, 5.26739474357254, 8.59923076923078, 7.82975359667314, 14.2457692307693, 29.8154046193471, 53.5938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 210, '2021-05-23 00:00:00', 3.43667551790736, 4.72115384615379, 4.28718679501897, 6.2511538461538, 4.03845934065881, 7.77461538461538, 7.5319115665384, 13.7103846153846, 29.5386846329716, 53.5353846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 225, '2021-05-23 00:00:00', 3.17996344923365, 4.09653846153843, 3.34497621010286, 5.42538461538461, 3.07373428609871, 6.99769230769233, 6.91762960735947, 12.9307692307693, 28.8564702356601, 53.5876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 240, '2021-05-23 00:00:00', 2.28590278412307, 4.0334615384615, 2.49441483811652, 5.13576923076922, 3.65895504208508, 7.38999999999996, 7.03509107698956, 12.7323076923077, 28.7088579629783, 53.5715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 255, '2021-05-23 00:00:00', 1.84831615677214, 3.37615384615385, 1.94225756827933, 4.66269230769226, 3.6815739109162, 6.99230769230766, 7.35632651845703, 12.3596153846154, 28.6859313574817, 53.7446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 270, '2021-05-23 00:00:00', 1.60790169045048, 3.63961538461534, 3.44552320465935, 5.53307692307684, 4.24159623436561, 7.22884615384611, 7.3862820042396, 12.3446153846153, 28.7026340361888, 53.5761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 285, '2021-05-23 00:00:00', 3.01359545036514, 3.88153846153841, 3.39200818667371, 5.10653846153843, 3.96658310620883, 6.55846153846149, 7.01478466142425, 11.4496153846154, 29.498962821402, 53.9634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 300, '2021-05-23 00:00:00', 2.52372435408164, 3.76384615384614, 3.21370574499044, 4.84615384615385, 3.40986297942623, 6.47846153846154, 6.78066295828405, 11.5730769230769, 29.9117800128722, 54.0765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 315, '2021-05-23 00:00:00', 1.96878037217109, 3.23807692307694, 2.77309260851212, 4.54115384615385, 3.20530879347659, 6.10269230769229, 6.85056511986699, 11.9376923076922, 29.9950904905863, 53.8515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 330, '2021-05-23 00:00:00', 2.05260285041669, 3.12769230769226, 2.33987682121554, 4.24346153846152, 3.62353562995297, 5.99769230769229, 6.74537133607472, 11.9576923076922, 30.1407602068387, 53.6246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 345, '2021-05-23 00:00:00', 1.87319936102752, 3.06038461538455, 2.62498506955461, 4.36884615384609, 3.73368914284309, 6.17884615384607, 6.63048114044869, 12.021923076923, 30.1262071650887, 53.6130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 360, '2021-05-23 00:00:00', 1.89019205373419, 3.16499999999996, 3.46356934612039, 4.70615384615387, 4.32846146054043, 6.08884615384613, 6.72711409149566, 12.07, 30.143727861441, 53.5742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 375, '2021-05-23 00:00:00', 2.99122192680266, 3.39384615384615, 3.32388449766927, 4.51807692307688, 4.80120959118239, 6.31153846153842, 6.83953188906508, 12.7473076923076, 30.1343499783118, 53.5838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 390, '2021-05-23 00:00:00', 2.62921725702072, 3.10923076923076, 3.60811299498995, 4.25076923076921, 5.24368767772639, 6.27730769230764, 7.03355234681485, 13.5311538461538, 30.0284560145103, 53.5788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 405, '2021-05-23 00:00:00', 2.22349980540029, 3.05076923076917, 3.63111137892437, 4.78538461538455, 4.09144759035425, 6.13076923076918, 7.19928787076574, 13.9546153846154, 30.0015851273536, 53.5069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 420, '2021-05-23 00:00:00', 2.78076215341156, 3.47692307692303, 3.27240746475504, 4.61884615384609, 3.82473562686165, 6.11884615384614, 7.87896506284538, 14.3923076923077, 30.0492134698039, 53.4569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 435, '2021-05-23 00:00:00', 1.75738424501169, 3.11923076923071, 2.33670540587512, 4.2880769230769, 4.00955215224073, 6.53730769230767, 8.38044798692398, 14.8573076923076, 30.0563124510284, 53.4169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 450, '2021-05-23 00:00:00', 1.78520350057393, 3.02653846153848, 2.74172601447728, 4.54153846153851, 3.73884953510488, 6.76038461538456, 8.62320975400328, 15.4723076923076, 30.0028685192702, 53.5607692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 465, '2021-05-23 00:00:00', 2.22731822188452, 3.40230769230769, 3.04930842096269, 5.01461538461541, 3.55336012160976, 6.36807692307693, 8.45950342241472, 15.4530769230769, 29.9736143042766, 53.6176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 480, '2021-05-23 00:00:00', 1.88430558521208, 3.78653846153851, 2.67635955386015, 5.02730769230764, 2.72043675792067, 6.3119230769231, 8.24714802919069, 15.2688461538461, 30.0578502865084, 53.5996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 495, '2021-05-23 00:00:00', 1.85854554382223, 3.18346153846147, 2.29026985309587, 4.17000000000002, 3.31416635300406, 6.8188461538461, 8.45402327524956, 15.2615384615384, 30.0228370437213, 53.7019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 510, '2021-05-23 00:00:00', 1.54308801284468, 2.89384615384622, 1.97444788777485, 4.39730769230772, 2.99281943221542, 6.85192307692303, 7.97904957710164, 14.971923076923, 29.6936362542548, 53.685 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 525, '2021-05-23 00:00:00', 1.60456085533125, 3.25346153846151, 2.61837592059246, 5.13269230769221, 3.22411225706451, 7.14038461538453, 7.63990894025475, 15.1761538461538, 29.6938652690313, 53.6588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 540, '2021-05-23 00:00:00', 2.49875439738715, 4.29153846153841, 2.9087319997129, 5.63538461538453, 3.27134093889058, 7.08653846153848, 7.40128559518809, 15.2926923076923, 29.6681752750964, 53.488076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 555, '2021-05-23 00:00:00', 1.68354703390922, 3.28884615384606, 2.15575280443884, 4.43692307692305, 4.09659229867196, 8.12730769230765, 7.08517851683249, 14.9211538461538, 29.545045600548, 53.6665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 570, '2021-05-23 00:00:00', 1.91000056383389, 3.32692307692306, 2.17740890474469, 4.53153846153847, 5.75449123594915, 9.57576923076922, 7.01327085986605, 14.9680769230769, 29.915958882278, 53.9396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 585, '2021-05-23 00:00:00', 1.89190734038835, 3.63423076923078, 3.88211696807893, 7.44192307692305, 5.56039976426713, 10.1584615384616, 7.06045437631319, 15.28, 30.073838405856, 54.1126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 600, '2021-05-23 00:00:00', 3.04767394278628, 6.2126923076923, 4.52476216119532, 8.19384615384617, 5.13371128312274, 10.0234615384615, 8.11649789010013, 15.795, 30.245328793818, 54.4446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 615, '2021-05-23 00:00:00', 2.87692691279057, 4.83269230769235, 2.92433989921737, 6.43038461538462, 3.48716283178531, 8.42384615384608, 8.0989636658982, 14.3326923076923, 30.3431722392116, 54.1515384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 630, '2021-05-23 00:00:00', 2.01319451465732, 4.25807692307692, 2.29145063224147, 5.91499999999989, 4.18327740487688, 8.49538461538453, 8.85038272966421, 14.5976923076923, 30.4414473349437, 54.3196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 645, '2021-05-23 00:00:00', 2.30847668720827, 4.26384615384609, 3.09687574575004, 5.8792307692307, 4.38059583232163, 8.15038461538456, 9.97697355838005, 15.0857692307692, 30.9642009498314, 54.3373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 660, '2021-05-23 00:00:00', 2.19252537920592, 4.22653846153846, 3.56569874477108, 6.09346153846151, 4.82675710532927, 7.56192307692312, 9.82718390681998, 14.7634615384616, 30.7789118616078, 54.2507692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 675, '2021-05-23 00:00:00', 2.21993194628889, 3.86461538461533, 2.23788378745497, 4.9496153846154, 3.13357903019237, 6.23153846153844, 9.58904246442863, 14.3092307692307, 29.9071171771228, 53.5646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 690, '2021-05-23 00:00:00', 1.65591136886566, 3.38769230769234, 2.41380685608056, 4.32653846153851, 3.09276565303855, 6.0307692307692, 9.93089644261008, 15.231923076923, 29.5117873816809, 53.3423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 705, '2021-05-23 00:00:00', 1.86394915744458, 2.90769230769234, 2.2303271922781, 4.11076923076924, 3.08661656934476, 6.52538461538464, 11.3242750829289, 17.3869230769231, 29.2849389592356, 53.2346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 720, '2021-05-23 00:00:00', 1.52320471880324, 3.07384615384616, 2.50588148163467, 4.685, 3.57135623882796, 7.03423076923078, 11.8026630111109, 18.9669230769231, 29.1815192518511, 53.0246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 735, '2021-05-23 00:00:00', 2.04748810459583, 3.51653846153851, 2.85396040617249, 5.22500000000008, 3.76693060114546, 7.42692307692313, 11.8427337280649, 19.5630769230769, 29.1064591007669, 53.0442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 750, '2021-05-23 00:00:00', 2.01761935115473, 3.81961538461542, 2.99954304212132, 5.47230769230772, 4.04643668505435, 7.47461538461544, 11.9489463713172, 19.6207692307692, 28.9947966392911, 53.1580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 765, '2021-05-23 00:00:00', 2.13683507876629, 3.86192307692312, 2.97493976668174, 5.44884615384616, 4.00358933189472, 7.41346153846152, 14.4135472226118, 22.5865384615384, 28.7757627847839, 53.3596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 780, '2021-05-23 00:00:00', 1.86818962140848, 3.6973076923077, 2.8784861405847, 5.27230769230771, 5.49227386005523, 7.91807692307688, 14.836110048952, 24.5857692307692, 28.5123145001216, 53.166923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 795, '2021-05-23 00:00:00', 2.28575293099198, 3.98769230769234, 2.85234543166467, 5.37230769230765, 5.70237828926196, 8.43307692307686, 15.3368083180502, 26.8757692307692, 28.5265326777613, 53.1188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 810, '2021-05-23 00:00:00', 2.24622558631479, 3.6957692307692, 5.22066062722095, 6.09576923076915, 6.00001538459567, 8.49384615384611, 15.1024964619964, 28.7907692307692, 28.4919995815289, 53.1119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 825, '2021-05-23 00:00:00', 3.57986566142451, 4.17692307692306, 3.91211766379604, 6.12384615384615, 5.43482249373992, 8.66653846153848, 15.0390473920903, 29.3923076923077, 27.3505781938602, 52.4965384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 840, '2021-05-23 00:00:00', 2.43964187157425, 4.65730769230765, 3.81877120792301, 6.11846153846155, 5.13796794612274, 8.50115384615382, 15.2504389445026, 29.83, 26.8983519655301, 52.2223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 855, '2021-05-23 00:00:00', 2.25313811929399, 3.91076923076929, 3.26127799395358, 6.123076923077, 4.09077620996306, 7.79500000000004, 14.4533472088116, 29.6884615384616, 26.0732486306146, 51.8969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 870, '2021-05-23 00:00:00', 2.77981728785299, 4.5819230769231, 3.50206347963381, 5.76384615384611, 5.39977572183826, 8.86461538461539, 14.7848167856289, 29.8807692307693, 25.6937468956643, 51.8484615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 885, '2021-05-23 00:00:00', 2.47249360269846, 3.85615384615385, 2.86799849801484, 5.13076923076929, 8.54532924153026, 11.1803846153847, 14.8245531259669, 29.8292307692308, 25.7574390061172, 52.1819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 900, '2021-05-23 00:00:00', 2.55903371186499, 3.80153846153848, 5.35718251150159, 7.22269230769231, 9.46646625645572, 13.0007692307692, 15.551038372454, 30.2623076923077, 25.7462811295146, 52.44 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 975955, 3, 915, '2021-05-23 00:00:00', 4.44771251492094, 5.75115384615387, 8.30776964422681, 9.46730769230773, 9.27831052260294, 12.9769230769231, 15.7532419374064, 30.7434615384615, 25.2273417850249, 52.1084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975955 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 9759[...];
Date: 2021-05-23 15:14:34 Duration: 14s227ms Database: acaweb_fx User: pgperfstats
10 13s691ms 14s103ms 13s897ms 2 27s794ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, 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 #10
Day Hour Count Duration Avg duration May 23 15 2 27s794ms 13s897ms [ User: pgperfstats - Total duration: 27s794ms - 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 975875, 1, 915, '2021-05-23 00:00:00', 0.000379730116712473, 0.000980192307692307, 0.000829339797670404, 0.00158250000000001, 0.000888586712793914, 0.00228788461538464, 0.00188033267310294, 0.00503019230769232, 0.00163376431781144, 0.00771538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 930, '2021-05-23 00:00:00', 0.000728537549847933, 0.00130980769230771, 0.000760553770920585, 0.00174596153846155, 0.000920968804282514, 0.00234846153846156, 0.00186215868323259, 0.00504019230769231, 0.00158189929661007, 0.00768576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 945, '2021-05-23 00:00:00', 0.0005643996470042, 0.0012348076923077, 0.000576521798907384, 0.00161076923076924, 0.000977926633239928, 0.00253249999999997, 0.00187944926466812, 0.00508153846153844, 0.001547990968469, 0.00777903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 960, '2021-05-23 00:00:00', 0.000379509602594663, 0.00113153846153846, 0.000632065752421861, 0.00156634615384616, 0.00100999977151561, 0.00265153846153845, 0.0019018100689768, 0.00503846153846153, 0.00159518285665121, 0.00789788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 975, '2021-05-23 00:00:00', 0.000465517288780817, 0.00111211538461539, 0.000807129576862426, 0.00194807692307689, 0.00124358317590125, 0.00295365384615381, 0.00181900814054931, 0.00491884615384614, 0.00157060875018378, 0.00790961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 990, '2021-05-23 00:00:00', 0.000763922091275298, 0.00158019230769228, 0.000845794233023241, 0.00214173076923075, 0.00127071755924935, 0.0030636538461538, 0.0018763206323506, 0.00481634615384613, 0.00156227547309884, 0.0078405769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1005, '2021-05-23 00:00:00', 0.000724036362240268, 0.00149557692307693, 0.00111027018541225, 0.00219326923076922, 0.00118323311962801, 0.00272884615384615, 0.00184655625422027, 0.00459999999999997, 0.00168794426630559, 0.00775961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1020, '2021-05-23 00:00:00', 0.000820980277098425, 0.00157884615384616, 0.00094704089750044, 0.00213230769230769, 0.00126758141902053, 0.00303442307692307, 0.00179126990836538, 0.0043782692307692, 0.00162822330022165, 0.00775365384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1035, '2021-05-23 00:00:00', 0.000552505099175895, 0.00132826923076924, 0.000581087210454562, 0.0017321153846154, 0.00129112759305129, 0.00296730769230765, 0.00155133441318707, 0.00415269230769228, 0.00171386554763921, 0.00771634615384611 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1050, '2021-05-23 00:00:00', 0.000476207776242533, 0.00123038461538462, 0.000981544015236288, 0.00224442307692306, 0.00124304520618335, 0.0027807692307692, 0.00145824742017999, 0.00396346153846153, 0.00179751045787054, 0.00777461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1065, '2021-05-23 00:00:00', 0.000915748894873221, 0.00177903846153845, 0.00122002704888046, 0.00228999999999997, 0.00118494388052768, 0.00254999999999997, 0.00144363916490983, 0.00377403846153845, 0.0018582422732663, 0.00775788461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1080, '2021-05-23 00:00:00', 0.00074143916706734, 0.00140903846153845, 0.000734347983954801, 0.00164519230769228, 0.00102270102406098, 0.00210423076923076, 0.00126399222551162, 0.0033478846153846, 0.00207741099966726, 0.00782269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1095, '2021-05-23 00:00:00', 0.000426831979192703, 0.00104653846153843, 0.00052181123170975, 0.00133519230769229, 0.000834303025561796, 0.00194846153846154, 0.00115888741405778, 0.00313903846153844, 0.00203405911910153, 0.00785249999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1110, '2021-05-23 00:00:00', 0.000371034520475669, 0.000936153846153847, 0.00058699498752938, 0.00137365384615384, 0.000728368065240087, 0.00185596153846155, 0.00110971895263899, 0.00296807692307693, 0.00210113113309512, 0.00786903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1125, '2021-05-23 00:00:00', 0.000509007480676475, 0.000978846153846144, 0.000601696863366125, 0.00137634615384618, 0.000756428755097556, 0.00186230769230767, 0.00107134891608665, 0.0029025, 0.00207667453284925, 0.00782134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1140, '2021-05-23 00:00:00', 0.000348410456435878, 0.000884615384615424, 0.000465938465729277, 0.00117557692307696, 0.000718557315309359, 0.00166115384615385, 0.00102164256883782, 0.00277346153846156, 0.00215922786234766, 0.00776480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1155, '2021-05-23 00:00:00', 0.000353311640601658, 0.000813653846153873, 0.00057536062270008, 0.00123461538461538, 0.000688325979348576, 0.00162442307692309, 0.000944715504591397, 0.00275923076923079, 0.00219808766536174, 0.00780076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1170, '2021-05-23 00:00:00', 0.000385779530501342, 0.000830384615384624, 0.000406214418560109, 0.00114307692307693, 0.000547434470964326, 0.00146250000000002, 0.000902454175269594, 0.00267153846153846, 0.00238311752026304, 0.00790634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1185, '2021-05-23 00:00:00', 0.000312284879803403, 0.000814615384615384, 0.000377359449127954, 0.00106192307692308, 0.000561272626749666, 0.00142019230769232, 0.000892384467850927, 0.00265096153846152, 0.0024267280678693, 0.00788865384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1200, '2021-05-23 00:00:00', 0.000395148511516682, 0.000737884615384599, 0.000471686703388858, 0.0010021153846154, 0.000685479759000929, 0.0014725, 0.00100075371595614, 0.00274499999999997, 0.00242385725652317, 0.00789999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1215, '2021-05-23 00:00:00', 0.000290776744917145, 0.000668653846153846, 0.000492106148649314, 0.00100769230769232, 0.000612643860656416, 0.0014075, 0.000979493295221874, 0.00268134615384612, 0.00252253096344495, 0.00805730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1230, '2021-05-23 00:00:00', 0.000370988751643669, 0.000704423076923089, 0.00054189698850777, 0.0010328846153846, 0.000579302133207213, 0.00134980769230769, 0.000939696698203925, 0.00261673076923073, 0.00255034547433511, 0.00807403846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1245, '2021-05-23 00:00:00', 0.000330755138340215, 0.000695192307692302, 0.000340529056706657, 0.00091596153846157, 0.000452714717437616, 0.00129884615384615, 0.000941871296123585, 0.00253346153846153, 0.00257770945578853, 0.00811596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1260, '2021-05-23 00:00:00', 0.000301279578822374, 0.000694230769230782, 0.000418551209990614, 0.000963653846153857, 0.00062388870432523, 0.00145134615384611, 0.000976362893600498, 0.00248249999999998, 0.00263611325921037, 0.00818634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1275, '2021-05-23 00:00:00', 0.000305739456702272, 0.000631153846153873, 0.000404057355030006, 0.000912115384615339, 0.000659402643423474, 0.00145461538461535, 0.000995772371269939, 0.00246615384615383, 0.00268348865930443, 0.00822076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1290, '2021-05-23 00:00:00', 0.000272245364444498, 0.000686538461538416, 0.000496507184857737, 0.00115423076923071, 0.000604534404441851, 0.00139538461538458, 0.000951414271169285, 0.00240365384615383, 0.00274989533367251, 0.00824288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1305, '2021-05-23 00:00:00', 0.000401860863790119, 0.000891923076923036, 0.000483011864800929, 0.00106769230769229, 0.000538063050351775, 0.00139538461538459, 0.000913016134325362, 0.00229730769230769, 0.00289811694832245, 0.00832461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1320, '2021-05-23 00:00:00', 0.00031829328517047, 0.000691153846153839, 0.000350302561531286, 0.000883269230769201, 0.000419717899766751, 0.00131134615384612, 0.000830040986013046, 0.00216903846153844, 0.00296192809474867, 0.00840596153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1335, '2021-05-23 00:00:00', 0.000252934470078422, 0.000600384615384603, 0.000271305178719475, 0.000962499999999994, 0.000473550907018933, 0.00133730769230768, 0.000803517555214861, 0.00212230769230768, 0.00298423230689879, 0.00844769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1350, '2021-05-23 00:00:00', 0.000324572855398527, 0.000723461538461547, 0.000382794783341974, 0.00103038461538461, 0.000499528739451947, 0.00139519230769231, 0.000824990279662997, 0.00206980769230769, 0.00298878174950159, 0.00848288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1365, '2021-05-23 00:00:00', 0.000322963441608109, 0.000759230769230781, 0.000486267574331401, 0.00102307692307693, 0.000503908263934551, 0.00135846153846153, 0.00078634404781777, 0.00200019230769229, 0.00296550214323619, 0.00848019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1380, '2021-05-23 00:00:00', 0.000516418286037438, 0.000794615384615381, 0.000534784643931189, 0.00110884615384613, 0.000795073194501852, 0.00167076923076922, 0.000806927529869647, 0.00200903846153845, 0.00301011543990235, 0.00850480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1395, '2021-05-23 00:00:00', 0.000384424444912312, 0.000788076923076936, 0.000396580431263981, 0.00101096153846154, 0.000709009059288964, 0.00156038461538462, 0.000729158735487996, 0.00192230769230768, 0.00298070056943252, 0.00852673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1410, '2021-05-23 00:00:00', 0.000248541669621957, 0.000594807692307695, 0.00063252062903422, 0.00118288461538464, 0.000605516213338161, 0.00144173076923077, 0.00064347186299136, 0.00184403846153846, 0.00289059379712889, 0.00850749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 1, 1425, '2021-05-23 00:00:00', 0.000552731295129342, 0.00104826923076924, 0.000516222708349197, 0.00127326923076922, 0.000586934834542965, 0.00142749999999998, 0.00062059797466144, 0.00186038461538461, 0.00287345750594324, 0.00849903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 0, '2021-05-23 00:00:00', 0.000440656372314712, 0.000964038461538475, 0.000542428903529879, 0.00117365384615387, 0.000574966219743509, 0.00135192307692307, 0.00052657416016538, 0.00179711538461539, 0.00286396081301081, 0.00854346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 15, '2021-05-23 00:00:00', 0.000373409086865656, 0.000672884615384617, 0.00040495303621341, 0.000914807692307682, 0.000403035405965203, 0.00116153846153845, 0.000476119611668551, 0.00174173076923078, 0.00284383219238785, 0.00855153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 30, '2021-05-23 00:00:00', 0.000421058373442624, 0.000716923076923068, 0.000429737173702142, 0.00096403846153844, 0.000379598421411974, 0.00112480769230767, 0.000494278650778506, 0.00179923076923077, 0.00284016792569626, 0.00855538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 45, '2021-05-23 00:00:00', 0.000353600817959335, 0.000668461538461528, 0.000293655475790132, 0.000883461538461519, 0.000270743207884107, 0.000968269230769237, 0.000607387881391759, 0.00182096153846155, 0.00284574403546499, 0.00855134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 60, '2021-05-23 00:00:00', 0.000243027459670373, 0.000637115384615391, 0.000281972243587628, 0.000772884615384623, 0.000248740906289109, 0.000884038461538471, 0.000622820167896407, 0.0018298076923077, 0.00284291692700405, 0.00855442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 75, '2021-05-23 00:00:00', 0.000133619004866601, 0.000404038461538452, 0.000177037153858049, 0.000521923076923089, 0.000359067381720181, 0.000855769230769269, 0.000663851726957639, 0.00183634615384616, 0.00284013326474982, 0.00854980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 90, '2021-05-23 00:00:00', 0.000185096232767235, 0.000398846153846162, 0.000281497164898942, 0.000589423076923078, 0.000410290703694897, 0.000892307692307731, 0.000662211330433001, 0.00187538461538461, 0.00284069650180806, 0.00854615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 105, '2021-05-23 00:00:00', 0.000226021867560128, 0.000453269230769211, 0.000328931662297103, 0.000709038461538478, 0.000385896408977224, 0.000860961538461551, 0.000668070701002874, 0.0019076923076923, 0.00283988940738082, 0.00853961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 120, '2021-05-23 00:00:00', 0.000238951958480233, 0.000554038461538487, 0.000265669256494153, 0.000671923076923106, 0.000327404713090477, 0.000905384615384628, 0.000631361928386088, 0.00190173076923076, 0.00283532299747311, 0.00854249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 135, '2021-05-23 00:00:00', 0.000134964952715646, 0.000381538461538467, 0.000173197530627258, 0.000564230769230751, 0.000266890354899619, 0.000892307692307705, 0.000609473164677113, 0.00185653846153846, 0.0028350519463427, 0.00853653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 150, '2021-05-23 00:00:00', 0.000177615834359959, 0.00037576923076925, 0.000257603451959655, 0.000648461538461559, 0.000327952916414247, 0.000961346153846149, 0.000576779020476252, 0.00186903846153844, 0.00283503588364211, 0.00853730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 165, '2021-05-23 00:00:00', 0.00025840464689798, 0.000520192307692308, 0.000261938630510746, 0.000725384615384611, 0.000479749774521956, 0.00109038461538462, 0.00058076686703544, 0.00186807692307691, 0.00285330626709544, 0.00854942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 180, '2021-05-23 00:00:00', 0.000221491187530881, 0.000572115384615383, 0.000296021049147648, 0.00076730769230768, 0.000473451037189063, 0.00109826923076923, 0.000553064608828373, 0.0018476923076923, 0.00283386059045851, 0.00856538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 195, '2021-05-23 00:00:00', 0.000159928469587523, 0.000511346153846156, 0.000355260684351885, 0.000796923076923088, 0.000416329750964853, 0.00102269230769232, 0.000554233392936708, 0.00176057692307691, 0.00283346140585356, 0.00856153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 210, '2021-05-23 00:00:00', 0.000328952884164305, 0.000565000000000021, 0.000330424028275049, 0.000715961538461557, 0.000423053915458311, 0.000986153846153867, 0.000435210691681451, 0.00167711538461539, 0.00279911021576502, 0.008625 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 225, '2021-05-23 00:00:00', 0.000150645789340899, 0.000458076923076926, 0.000297772564216374, 0.000702500000000025, 0.000367625698021978, 0.000980576923076933, 0.000398997011748985, 0.00166615384615383, 0.00277389490816407, 0.00865519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 240, '2021-05-23 00:00:00', 0.000248615241812632, 0.000531538461538459, 0.00027908697293415, 0.000691538461538449, 0.000376781971232906, 0.000924423076923078, 0.000429655855128435, 0.00167692307692305, 0.00281946528618461, 0.0086925 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 255, '2021-05-23 00:00:00', 0.000227107988546278, 0.000469038461538468, 0.000354599232069963, 0.000698846153846172, 0.000441153078263698, 0.000920961538461542, 0.000457785304062258, 0.00170923076923075, 0.00289919267277051, 0.00871692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 270, '2021-05-23 00:00:00', 0.000222337235194284, 0.000515384615384618, 0.000348661892647602, 0.000643653846153844, 0.000436411635253487, 0.00092134615384616, 0.000456317871664033, 0.00168, 0.00291398247183367, 0.00871038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 285, '2021-05-23 00:00:00', 0.000328576475116536, 0.000477500000000002, 0.000403896073837766, 0.000689038461538458, 0.00037574971211413, 0.000929615384615394, 0.000469178004599526, 0.00167000000000001, 0.00291064616801572, 0.00870865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 300, '2021-05-23 00:00:00', 0.000278815971841371, 0.000492115384615363, 0.000287960734502792, 0.000640769230769227, 0.000345219495393876, 0.000907499999999984, 0.000481031583802324, 0.00167076923076922, 0.00293686602324, 0.00873596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 315, '2021-05-23 00:00:00', 0.000146008956521872, 0.000413846153846158, 0.000230625570668443, 0.00063692307692309, 0.000426228405724153, 0.000899423076923077, 0.000593031326192919, 0.00178692307692304, 0.00294186570838198, 0.00872038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 330, '2021-05-23 00:00:00', 0.000187478921892169, 0.000447884615384612, 0.000288774932323551, 0.000605192307692293, 0.000405060299404738, 0.000844615384615375, 0.000688692992894173, 0.00179903846153844, 0.00297031220840245, 0.00870615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 345, '2021-05-23 00:00:00', 0.000227436550746356, 0.00042923076923078, 0.000370798307190559, 0.000614230769230796, 0.000343048998518582, 0.000768846153846169, 0.000718218870647261, 0.00192211538461535, 0.00294122603949181, 0.00868615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 360, '2021-05-23 00:00:00', 0.000271305178719461, 0.000417500000000019, 0.000233114696101422, 0.000527692307692297, 0.000237638137964809, 0.000743269230769232, 0.000749707635322967, 0.00207153846153845, 0.0029193636095244, 0.00868326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 375, '2021-05-23 00:00:00', 0.000125189241366175, 0.000352115384615351, 0.000231634659290445, 0.00051615384615382, 0.000269254240735113, 0.000745384615384579, 0.000802075025265004, 0.00230788461538458, 0.00290999873116545, 0.00866884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 390, '2021-05-23 00:00:00', 0.000146456609483952, 0.000373461538461551, 0.000199711330135808, 0.000538846153846165, 0.000278019091762812, 0.000721153846153848, 0.00097747053860778, 0.00253557692307692, 0.00290925909151082, 0.00866769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 405, '2021-05-23 00:00:00', 0.000146014224807558, 0.000366923076923081, 0.000176871530952641, 0.00050846153846153, 0.00035440811980628, 0.000748653846153823, 0.000979758368955576, 0.00270730769230767, 0.00291356697194348, 0.0086625 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 420, '2021-05-23 00:00:00', 0.000161177040739467, 0.000369038461538462, 0.000185237996600597, 0.000493653846153852, 0.000353057197370895, 0.000804230769230734, 0.000914249671336256, 0.00287230769230767, 0.00291259747278292, 0.00864403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 435, '2021-05-23 00:00:00', 0.000149968714686125, 0.000351153846153841, 0.000246247530249261, 0.000579615384615356, 0.000312135633733425, 0.00086057692307689, 0.000951424458378069, 0.00301749999999997, 0.00291899100059223, 0.0086376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 450, '2021-05-23 00:00:00', 0.000218404705500186, 0.000456153846153845, 0.000278407006985229, 0.000612307692307664, 0.000252738919714516, 0.000885192307692325, 0.000924838031557604, 0.0030957692307692, 0.00287219227447232, 0.00862230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 465, '2021-05-23 00:00:00', 0.000213359934238984, 0.000422692307692284, 0.00021975580853441, 0.000653846153846159, 0.000240122805119504, 0.000870192307692312, 0.000937456316931026, 0.00319788461538462, 0.0029033178699285, 0.00861442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 480, '2021-05-23 00:00:00', 0.000180927205931404, 0.000495576923076924, 0.000194827833266627, 0.00067826923076925, 0.000265530890568596, 0.000920576923076899, 0.000994564226181477, 0.00338999999999998, 0.00290858229409767, 0.0086151923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 495, '2021-05-23 00:00:00', 0.000142232204510774, 0.000410000000000021, 0.000187972993150172, 0.000579615384615407, 0.000343026406249751, 0.0010586538461538, 0.00109448245584558, 0.00344038461538459, 0.00290244827688626, 0.00860999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 510, '2021-05-23 00:00:00', 0.000161747191153836, 0.0004519230769231, 0.000205573587797675, 0.00064749999999998, 0.00043891737438664, 0.00116230769230764, 0.00139500969117119, 0.00359903846153845, 0.0028890738800895, 0.00861826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 525, '2021-05-23 00:00:00', 0.00016294465790095, 0.000444807692307686, 0.000316379762067915, 0.000886923076923046, 0.000520256630460816, 0.00132480769230766, 0.00140476896540103, 0.00375038461538461, 0.00290112374116279, 0.00860480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 540, '2021-05-23 00:00:00', 0.000292036615196421, 0.000765769230769226, 0.00038206790576464, 0.000966730769230766, 0.000613535937133157, 0.00156211538461539, 0.00139124205713401, 0.00382230769230768, 0.00292426640373272, 0.00860500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 555, '2021-05-23 00:00:00', 0.00027219365278305, 0.000699230769230773, 0.000434522770935583, 0.00105596153846153, 0.000543939476271158, 0.00177192307692306, 0.00140268747547205, 0.00388692307692307, 0.00303916084698494, 0.00861942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 570, '2021-05-23 00:00:00', 0.000336030676255332, 0.000778846153846132, 0.000523107578287217, 0.00123846153846154, 0.000657643929844668, 0.00194846153846154, 0.00138533755953057, 0.00385807692307691, 0.00318303660652237, 0.00864403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 585, '2021-05-23 00:00:00', 0.000326354043239036, 0.000894807692307704, 0.000423645897128529, 0.00132961538461538, 0.000660703500357476, 0.00201365384615384, 0.00139932467228357, 0.00380346153846154, 0.00326576818622418, 0.00862538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 600, '2021-05-23 00:00:00', 0.000367200008379387, 0.00110461538461539, 0.000605165584460476, 0.0015542307692308, 0.000668785955180084, 0.00210557692307692, 0.00138935541224643, 0.0038026923076923, 0.00321771318700817, 0.00859692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 615, '2021-05-23 00:00:00', 0.000544980627743225, 0.00111326923076924, 0.000545987214558674, 0.00149096153846154, 0.000645885796049469, 0.00201269230769228, 0.00129223165641695, 0.00371557692307693, 0.00323556928768103, 0.00859384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 630, '2021-05-23 00:00:00', 0.000296513652558926, 0.000922884615384606, 0.000537215935670619, 0.00139980769230767, 0.00065334397231001, 0.0020028846153846, 0.00115771407722952, 0.00359826923076924, 0.00323588511847998, 0.0086025 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 645, '2021-05-23 00:00:00', 0.000402602113181825, 0.00102269230769231, 0.000411763234806705, 0.00141019230769229, 0.000572829716945096, 0.00204826923076924, 0.000967129455975448, 0.00365576923076924, 0.00311038566122251, 0.00856480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 660, '2021-05-23 00:00:00', 0.000373607620166073, 0.000925576923076906, 0.000444071546557016, 0.00137846153846153, 0.000737609053214914, 0.00204134615384614, 0.000911383479197326, 0.0037953846153846, 0.00310002699740107, 0.00854923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 675, '2021-05-23 00:00:00', 0.000427978836644278, 0.000993269230769222, 0.000449889388114966, 0.00149730769230771, 0.000704356907999154, 0.00195942307692307, 0.00090077003383002, 0.00376442307692307, 0.00312524551650932, 0.00866846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 690, '2021-05-23 00:00:00', 0.000387170654084997, 0.000986346153846159, 0.000607867046445039, 0.00146211538461538, 0.000770196977802007, 0.00186423076923079, 0.00102822079340966, 0.00374500000000001, 0.00307512997223759, 0.00874211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 705, '2021-05-23 00:00:00', 0.000417499884845668, 0.000963076923076913, 0.000403362072508624, 0.00120519230769228, 0.000607040646212303, 0.00172288461538461, 0.0011019716595546, 0.00387846153846155, 0.00303711584465366, 0.00873442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 720, '2021-05-23 00:00:00', 0.000261540701347865, 0.000798461538461509, 0.000629595627245096, 0.00120057692307693, 0.000624611171357546, 0.00166134615384611, 0.00121782196816852, 0.00401788461538461, 0.00288499729369291, 0.00871076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 735, '2021-05-23 00:00:00', 0.00041635062886208, 0.000884615384615407, 0.000433044854667346, 0.0012103846153846, 0.000452520292787668, 0.00164615384615383, 0.00145552512331989, 0.00418923076923078, 0.00287553784266794, 0.00874173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 750, '2021-05-23 00:00:00', 0.000361881408538962, 0.000893076923076924, 0.000390492046604742, 0.00118903846153843, 0.000496170294897298, 0.00156980769230766, 0.00145214707085218, 0.00413365384615385, 0.00289156702924476, 0.00874826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 765, '2021-05-23 00:00:00', 0.00034637246515191, 0.000851730769230772, 0.000377160290348003, 0.00119673076923077, 0.000490279355218895, 0.00152461538461539, 0.00127561690957747, 0.00431750000000003, 0.00294287667349222, 0.00881365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 780, '2021-05-23 00:00:00', 0.000334350806098099, 0.000837692307692296, 0.00044146556621538, 0.00109538461538458, 0.000577447833141624, 0.001585, 0.00120868187899685, 0.00456826923076922, 0.00297135602946637, 0.00884057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 795, '2021-05-23 00:00:00', 0.000257200983967513, 0.000722115384615393, 0.000344728209552874, 0.00107346153846156, 0.000543426026386147, 0.0016146153846154, 0.00138748489943272, 0.00466288461538461, 0.00297733637411284, 0.00877826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 810, '2021-05-23 00:00:00', 0.000304822268518223, 0.000796153846153852, 0.000418431135773354, 0.00114615384615386, 0.000647657316796469, 0.001695, 0.00146608305987812, 0.00480346153846154, 0.00297773706671048, 0.00877596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 825, '2021-05-23 00:00:00', 0.000285806820180205, 0.000901538461538501, 0.000471035724596493, 0.00134557692307694, 0.000628844147256266, 0.00191519230769235, 0.00151655166794227, 0.00483019230769231, 0.00293245613122148, 0.00874519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 840, '2021-05-23 00:00:00', 0.000369556699095208, 0.000971923076923073, 0.000461867446851928, 0.00129846153846154, 0.00101399036560433, 0.0021826923076923, 0.00159062184259924, 0.00505461538461539, 0.00288730966738667, 0.00873634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 855, '2021-05-23 00:00:00', 0.000272066168422297, 0.000864999999999996, 0.000551675943062471, 0.00127711538461541, 0.000893827917528779, 0.00201211538461539, 0.00158841886793124, 0.00510249999999999, 0.00280562934801826, 0.00869403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 870, '2021-05-23 00:00:00', 0.000579085784796926, 0.000927115384615386, 0.000886346628669489, 0.00156288461538461, 0.000896725410333845, 0.00206230769230769, 0.00171928532782129, 0.00520903846153845, 0.00277292112012971, 0.00869846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 885, '2021-05-23 00:00:00', 0.000642509622795332, 0.00110384615384616, 0.000583861153146729, 0.00144461538461539, 0.000602589699674533, 0.00225211538461539, 0.00177599455343931, 0.00519057692307691, 0.00274932730933333, 0.00871442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 900, '2021-05-23 00:00:00', 0.000330339452451797, 0.000993076923076913, 0.000479015697510582, 0.00146596153846155, 0.000713884417492396, 0.0024101923076923, 0.00177442329742974, 0.00523096153846153, 0.00274109798326255, 0.00877807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 915, '2021-05-23 00:00:00', 0.000405789496395128, 0.00111865384615387, 0.000468655564846437, 0.00173596153846155, 0.000868757136107904, 0.00252519230769233, 0.00180228326340185, 0.00529519230769231, 0.00274708799668637, 0.00883269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 930, '2021-05-23 00:00:00', 0.000516276945655489, 0.00121173076923079, 0.000621271401117219, 0.00181307692307695, 0.000769154005785155, 0.0023367307692308, 0.00187470375095535, 0.00531307692307693, 0.00278842834144695, 0.00887884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 945, '2021-05-23 00:00:00', 0.000536915406601595, 0.00128307692307694, 0.000704509785923173, 0.00173096153846156, 0.00100020399842307, 0.00259403846153848, 0.00192274072215037, 0.00524826923076923, 0.0028007995355722, 0.00896596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 960, '2021-05-23 00:00:00', 0.000499014914221373, 0.00121326923076922, 0.000635138052830877, 0.00161211538461539, 0.00100766233660654, 0.0027057692307692, 0.0018438525825439, 0.00517288461538459, 0.00282134695736735, 0.00894942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 975, '2021-05-23 00:00:00', 0.00062320091833644, 0.00113423076923079, 0.000841939519114152, 0.00196192307692309, 0.00098158476651085, 0.00283557692307689, 0.00185807966418598, 0.00528403846153845, 0.00283155970202886, 0.0089471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 990, '2021-05-23 00:00:00', 0.00059820565025751, 0.00153000000000001, 0.000901144251237532, 0.00215480769230767, 0.00109424121936337, 0.00284961538461534, 0.00189374209315434, 0.00517365384615384, 0.00289493151240896, 0.00891230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1005, '2021-05-23 00:00:00', 0.000571357930386385, 0.00142173076923074, 0.000644307290518605, 0.00194673076923072, 0.00109434708317861, 0.00271346153846152, 0.0017666867729867, 0.00501807692307692, 0.00301813967791166, 0.00884865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1020, '2021-05-23 00:00:00', 0.000529558306515912, 0.00135499999999997, 0.000837260482397594, 0.00192865384615378, 0.00126239078735547, 0.00291749999999999, 0.00173031748976441, 0.00485115384615385, 0.00324940430635434, 0.00893211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1035, '2021-05-23 00:00:00', 0.00055509642267046, 0.00127596153846151, 0.00082628242983023, 0.00180442307692305, 0.00125020724435838, 0.00276807692307694, 0.00178359836156705, 0.00453134615384615, 0.00414011417531153, 0.00962576923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1050, '2021-05-23 00:00:00', 0.000514904210658502, 0.00123211538461539, 0.000889152773063297, 0.0020944230769231, 0.00101411249565627, 0.0026869230769231, 0.00176116443123469, 0.0043230769230769, 0.00433116379812102, 0.00973461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1065, '2021-05-23 00:00:00', 0.000730472344550996, 0.00167461538461539, 0.000848438588503337, 0.00202903846153847, 0.000909123669339797, 0.00259461538461535, 0.00184226745740554, 0.0041857692307692, 0.00435217578211884, 0.00976403846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1080, '2021-05-23 00:00:00', 0.00055416590129119, 0.00128038461538463, 0.000504950873467307, 0.00175923076923077, 0.000768836383514344, 0.00231923076923074, 0.00177620845103792, 0.00400269230769228, 0.00423251215182954, 0.00963865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1095, '2021-05-23 00:00:00', 0.000411774817102724, 0.00111750000000002, 0.00055648678192887, 0.00163153846153845, 0.000824381819677883, 0.00221423076923077, 0.00177984114459692, 0.00380749999999998, 0.00434291400311607, 0.00957403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1110, '2021-05-23 00:00:00', 0.000443516758854285, 0.00111365384615381, 0.000513774419221276, 0.00150692307692305, 0.000957135489966746, 0.0021578846153846, 0.0017351249567062, 0.00370384615384613, 0.0042926504632919, 0.00955000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1125, '2021-05-23 00:00:00', 0.000408818372310337, 0.00102730769230768, 0.000714879118345321, 0.00148307692307691, 0.0010447900046642, 0.00198692307692305, 0.00174762062420707, 0.00354038461538461, 0.00432390099865319, 0.00949538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1140, '2021-05-23 00:00:00', 0.000490241737858428, 0.0010001923076923, 0.000895492387117083, 0.00147884615384615, 0.000861544253071211, 0.00193250000000001, 0.00168802220410115, 0.00338480769230768, 0.00429625122815051, 0.00950384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1155, '2021-05-23 00:00:00', 0.000857653686608926, 0.000994615384615402, 0.000828821127589357, 0.0013073076923077, 0.000943958685536623, 0.00194500000000002, 0.00160578023211342, 0.00326692307692306, 0.00426580837771516, 0.00946365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1170, '2021-05-23 00:00:00', 0.0004524150579008, 0.000890769230769233, 0.000597380435413958, 0.00136576923076925, 0.000899481239381877, 0.00188250000000001, 0.00153860422511394, 0.00316980769230768, 0.00423317429541766, 0.00952615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1185, '2021-05-23 00:00:00', 0.000365747338178458, 0.000861346153846169, 0.000520366328065724, 0.00122365384615387, 0.000828973159999774, 0.00164250000000001, 0.00128651893166733, 0.00287519230769232, 0.00412337580611587, 0.00947596153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1200, '2021-05-23 00:00:00', 0.000437188042626287, 0.000934230769230775, 0.000531801184654566, 0.0012175, 0.00072567255277168, 0.00170057692307692, 0.00128192680998327, 0.00279711538461539, 0.00405303736056726, 0.00949461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1215, '2021-05-23 00:00:00', 0.000291084774857499, 0.000727884615384593, 0.000455144313546662, 0.00105211538461537, 0.000495991780328916, 0.00152038461538461, 0.00107807442300542, 0.00256769230769232, 0.00394922284954708, 0.00945365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1230, '2021-05-23 00:00:00', 0.000249811929258812, 0.000714999999999987, 0.000363596564255593, 0.00109769230769228, 0.000470587521492645, 0.00148115384615381, 0.00102789899608564, 0.00245288461538463, 0.00388600770516677, 0.00939326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1245, '2021-05-23 00:00:00', 0.000283058569639151, 0.000773076923076881, 0.000375690748437497, 0.00100153846153842, 0.000550015104687663, 0.0015188461538461, 0.00102151209563984, 0.00240519230769232, 0.00387178144249668, 0.00942653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1260, '2021-05-23 00:00:00', 0.000262283243841439, 0.000682499999999988, 0.000397201411803147, 0.00100019230769229, 0.000635507186910873, 0.00155076923076923, 0.000981491898160093, 0.00232788461538463, 0.00386839869972062, 0.00941250000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1275, '2021-05-23 00:00:00', 0.000344099717210887, 0.000758846153846155, 0.000393850811270521, 0.00109269230769231, 0.000598327701566223, 0.00151596153846157, 0.000898560215866762, 0.00221269230769234, 0.00386419797629471, 0.00943500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1290, '2021-05-23 00:00:00', 0.000350167871829387, 0.00074153846153846, 0.000544038495527102, 0.00114326923076924, 0.000669295984886084, 0.00147134615384616, 0.000850811580876692, 0.00212788461538463, 0.00385324966249769, 0.00942019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1305, '2021-05-23 00:00:00', 0.00031132601018129, 0.000861730769230778, 0.000422961718580545, 0.00112115384615386, 0.000488181712700706, 0.00135576923076925, 0.000808039055606009, 0.00202865384615384, 0.00381741775892474, 0.00932711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1320, '2021-05-23 00:00:00', 0.00030553716883296, 0.000700192307692343, 0.000368313672755266, 0.000920192307692332, 0.000543048375802336, 0.00131153846153848, 0.000717238212762125, 0.00199442307692309, 0.0037833461837577, 0.00938288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1335, '2021-05-23 00:00:00', 0.000309841646900197, 0.000614615384615397, 0.000316161594514813, 0.000856923076923097, 0.00053735466729298, 0.00131596153846154, 0.000603612585891118, 0.00193807692307694, 0.0037833461837577, 0.00938288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1350, '2021-05-23 00:00:00', 0.000231532685846733, 0.000615769230769234, 0.000410772630351828, 0.000961923076923067, 0.000534351943947064, 0.00124999999999999, 0.000532905858333506, 0.00188942307692308, 0.00375391369619249, 0.00939903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1365, '2021-05-23 00:00:00', 0.000407008646666793, 0.000789038461538455, 0.00052221322641827, 0.00106057692307689, 0.000493661671748846, 0.00121961538461539, 0.000514146529547915, 0.00186057692307693, 0.00374161288237285, 0.00941019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1380, '2021-05-23 00:00:00', 0.000347781540625726, 0.000739999999999988, 0.000335010505001756, 0.000879038461538456, 0.000436238995893825, 0.00126769230769231, 0.000578982163934131, 0.00187788461538462, 0.00373802385574971, 0.00941211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1395, '2021-05-23 00:00:00', 0.000249931682973262, 0.000609615384615382, 0.000310553352284901, 0.000854230769230797, 0.000423148273703759, 0.0013423076923077, 0.000595651453323293, 0.00191557692307693, 0.00374311694981603, 0.00942250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1410, '2021-05-23 00:00:00', 0.000241869004596746, 0.000601153846153865, 0.000354946420658726, 0.00101019230769231, 0.000346348868139529, 0.00134346153846152, 0.000671312520365883, 0.0019925, 0.00374773952382788, 0.00944346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 2, 1425, '2021-05-23 00:00:00', 0.000342692955192312, 0.000847307692307684, 0.000325780541988698, 0.00114980769230768, 0.000343930952372683, 0.00132249999999998, 0.000730403918811612, 0.00201826923076923, 0.00376126513085896, 0.00943076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 0, '2021-05-23 00:00:00', 0.000357013520536903, 0.000849423076923091, 0.000380539091290231, 0.00106, 0.000319832167526356, 0.00119115384615384, 0.000741941942576237, 0.00206461538461538, 0.00376835832956476, 0.00941750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 15, '2021-05-23 00:00:00', 0.000323675585448423, 0.000618269230769233, 0.000329538838612128, 0.000865384615384623, 0.00033307408508292, 0.0010521153846154, 0.000828302248810514, 0.00209115384615385, 0.00378350816550747, 0.00936596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 30, '2021-05-23 00:00:00', 0.000341490623815404, 0.000639615384615399, 0.000328460570166121, 0.000867115384615403, 0.00030393274812792, 0.00102365384615389, 0.000790129030358557, 0.00209826923076924, 0.00377971141043255, 0.00935288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 45, '2021-05-23 00:00:00', 0.00031773555768184, 0.000621730769230769, 0.000344292585768823, 0.000789230769230764, 0.000327572951358219, 0.000919038461538453, 0.000807812716299613, 0.00208576923076923, 0.00376672802820454, 0.00930903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 60, '2021-05-23 00:00:00', 0.00017002759956953, 0.000509230769230775, 0.000175002857119536, 0.000605000000000018, 0.000261588711236084, 0.000829423076923079, 0.000788695124873954, 0.00208500000000002, 0.00376158755866969, 0.00927980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 75, '2021-05-23 00:00:00', 0.000201848000695138, 0.000428846153846154, 0.000230256462366546, 0.000574038461538447, 0.00024591430652538, 0.000890384615384598, 0.000791937837498316, 0.00210153846153846, 0.00376308605453639, 0.00925942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 90, '2021-05-23 00:00:00', 0.000169052108489132, 0.000398846153846145, 0.000198112730146653, 0.000624423076923034, 0.000277004304326453, 0.000884230769230755, 0.000811943253037925, 0.00206961538461539, 0.00377904937171326, 0.00924307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 105, '2021-05-23 00:00:00', 0.000209747833948671, 0.000501923076923052, 0.000251901690225533, 0.000747307692307686, 0.000345983603435429, 0.000899423076923085, 0.000820256151361346, 0.00207307692307693, 0.00378852856051611, 0.00921557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 120, '2021-05-23 00:00:00', 0.000252868466872551, 0.000577307692307683, 0.000298831635128966, 0.000687115384615368, 0.00064592774661423, 0.000960576923076913, 0.000832186554528745, 0.00209230769230769, 0.00378952081910915, 0.00921096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 135, '2021-05-23 00:00:00', 0.000237853946782468, 0.000442500000000004, 0.000308171031434481, 0.000604230769230765, 0.000704700918557205, 0.00108923076923077, 0.000853341869448469, 0.00216211538461537, 0.00378686184265874, 0.00920115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 150, '2021-05-23 00:00:00', 0.00018824421535704, 0.000421730769230731, 0.000681743381677839, 0.000769038461538435, 0.00081369026426143, 0.0012003846153846, 0.000885484417619044, 0.00217557692307691, 0.00378140682001576, 0.00918846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 165, '2021-05-23 00:00:00', 0.000629844791626053, 0.000622307692307704, 0.000652716719093817, 0.00091634615384617, 0.000811274898871179, 0.00126519230769233, 0.000848592590478721, 0.00213576923076923, 0.00376450434473632, 0.0091848076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 180, '2021-05-23 00:00:00', 0.000370127888500936, 0.00065442307692306, 0.000570194568681474, 0.000899615384615385, 0.000663312549603542, 0.00126653846153846, 0.000805744089932761, 0.00205346153846155, 0.00377270776050227, 0.00917038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 195, '2021-05-23 00:00:00', 0.000365606187878958, 0.00063673076923079, 0.000491120539801991, 0.000899230769230802, 0.000670867320368525, 0.00124980769230771, 0.000816613833979163, 0.00202307692307691, 0.00377577407753901, 0.00915673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 210, '2021-05-23 00:00:00', 0.000284968621754428, 0.000598653846153848, 0.000360117341987296, 0.000822499999999982, 0.000521138694074362, 0.00115346153846154, 0.00090853451312457, 0.00197519230769231, 0.00375914943325465, 0.00912769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 225, '2021-05-23 00:00:00', 0.000226085501185158, 0.000519423076923047, 0.000335809527055916, 0.000805961538461532, 0.000395957699760978, 0.00106249999999998, 0.000888724669659602, 0.00186653846153845, 0.00376453742689082, 0.00911096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 240, '2021-05-23 00:00:00', 0.00020757176701452, 0.00058596153846156, 0.000288331339847842, 0.000764807692307707, 0.000319505146220765, 0.00100653846153846, 0.000922681981216481, 0.00180096153846154, 0.00372879030187873, 0.00908634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 255, '2021-05-23 00:00:00', 0.000194897310239132, 0.000445192307692304, 0.000228496086483934, 0.000637307692307683, 0.000284773594281488, 0.000910000000000009, 0.000899513736158855, 0.00175019230769231, 0.00372940659334186, 0.00904653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 270, '2021-05-23 00:00:00', 0.000171143214881584, 0.000455000000000009, 0.000243374118464678, 0.000664807692307718, 0.000304894496254267, 0.00089057692307695, 0.000925833927623347, 0.00179769230769231, 0.00371122843025576, 0.00902769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 285, '2021-05-23 00:00:00', 0.000145753743849525, 0.000453076923076953, 0.000257970257677405, 0.000645576923076942, 0.000285724786894919, 0.000834423076923069, 0.000875641742688459, 0.0017773076923077, 0.00370383267191416, 0.0089876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 300, '2021-05-23 00:00:00', 0.000214689041675098, 0.000505769230769239, 0.00020399132711574, 0.00065730769230772, 0.000355300089848218, 0.000853076923076918, 0.00089157872080071, 0.00183115384615384, 0.00370619787030407, 0.00898442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 315, '2021-05-23 00:00:00', 0.000156591703287397, 0.000409807692307713, 0.000243237854467902, 0.000574423076923048, 0.000511952521837096, 0.000889230769230753, 0.000962943424330584, 0.00200096153846153, 0.00370624852834323, 0.00897192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 330, '2021-05-23 00:00:00', 0.000197227416568184, 0.000409423076923043, 0.000278107961880901, 0.000599038461538432, 0.000559451517112987, 0.000879999999999992, 0.000977249987700961, 0.00214153846153844, 0.00370222012394645, 0.0089603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 345, '2021-05-23 00:00:00', 0.000250226666475386, 0.000454230769230773, 0.000418727192260607, 0.000692692307692302, 0.000485602559871592, 0.000880384615384627, 0.00109673613683792, 0.00225692307692306, 0.00369297441095931, 0.00894999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 360, '2021-05-23 00:00:00', 0.000260688437676971, 0.0004576923076923, 0.000361401385634398, 0.000614807692307689, 0.00038575006854778, 0.000811346153846131, 0.00101252160470778, 0.00235499999999998, 0.003662456536891, 0.00890673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 375, '2021-05-23 00:00:00', 0.000247309833702907, 0.000383076923076905, 0.000227381076270972, 0.000573076923076937, 0.000350314803481724, 0.000752307692307685, 0.00104829032972008, 0.00260115384615383, 0.0036516011082601, 0.00888557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 390, '2021-05-23 00:00:00', 0.0001596669610832, 0.000398461538461544, 0.00020817790099226, 0.00051403846153843, 0.00036802868826305, 0.000776346153846133, 0.00110871417208613, 0.00283134615384613, 0.00365639202682731, 0.00888942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 405, '2021-05-23 00:00:00', 0.000184536946477911, 0.000376730769230726, 0.000262429257866951, 0.000541346153846131, 0.000369867751833229, 0.00077692307692306, 0.00124630512377125, 0.00313730769230765, 0.00365708112381364, 0.0088828846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 420, '2021-05-23 00:00:00', 0.000184395895165359, 0.000389615384615384, 0.000301011436020959, 0.000618269230769216, 0.000331996814164514, 0.000848269230769228, 0.00128334892431422, 0.00333269230769229, 0.00366213218683411, 0.00889307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 435, '2021-05-23 00:00:00', 0.000237886850931634, 0.000413076923076922, 0.000233836563568551, 0.000543461538461555, 0.000255583570556621, 0.000839807692307694, 0.00125881288705487, 0.00363673076923072, 0.00366323318731085, 0.00888076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 450, '2021-05-23 00:00:00', 0.000160320472323862, 0.000385576923076947, 0.000251820448854996, 0.000613461538461544, 0.000315756295996678, 0.000890961538461534, 0.00127888623418974, 0.00384499999999998, 0.00365838762298369, 0.00886499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 465, '2021-05-23 00:00:00', 0.000213554172554388, 0.000430769230769235, 0.00019032047870733, 0.000621730769230769, 0.000319597583508717, 0.000948846153846153, 0.00129544877878733, 0.00392346153846152, 0.00365285819072391, 0.00886019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 480, '2021-05-23 00:00:00', 0.000170369733679002, 0.000430384615384617, 0.000274708306838671, 0.000664423076923066, 0.000455352610621687, 0.00102999999999998, 0.00131740140486432, 0.00396730769230768, 0.00365981008859963, 0.00887326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 495, '2021-05-23 00:00:00', 0.000233599262380304, 0.000473846153846141, 0.000316695437289545, 0.000729999999999991, 0.000603186155727659, 0.00127653846153846, 0.00127972887753618, 0.00397499999999998, 0.00365602575840955, 0.00885711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 510, '2021-05-23 00:00:00', 0.000287555813980235, 0.000527884615384641, 0.000417784633513469, 0.000770000000000006, 0.000695167495035412, 0.00140038461538464, 0.00125533944229625, 0.00400365384615385, 0.00364699771677392, 0.00887211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 525, '2021-05-23 00:00:00', 0.000280276854885669, 0.000586346153846135, 0.000451302601877627, 0.00100903846153847, 0.000740136811677412, 0.00153250000000001, 0.00143298832460758, 0.00400846153846153, 0.0036536124641869, 0.00882596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 540, '2021-05-23 00:00:00', 0.0003723855012463, 0.000804807692307713, 0.000506114649522719, 0.00112903846153847, 0.000620544952812865, 0.00169096153846155, 0.00155790110281555, 0.00399461538461538, 0.00366456762062785, 0.00877961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 555, '2021-05-23 00:00:00', 0.000309463307132754, 0.000743461538461558, 0.000497954276554067, 0.0011173076923077, 0.000610901099889462, 0.00176692307692311, 0.00157912317442309, 0.00387999999999999, 0.00367799447860048, 0.00867076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 570, '2021-05-23 00:00:00', 0.000432919294308604, 0.000823653846153845, 0.000414317975250185, 0.00118423076923076, 0.000625074918586691, 0.00190057692307695, 0.00154764740816507, 0.0039175, 0.00371336880535932, 0.00867173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 585, '2021-05-23 00:00:00', 0.000385865710000076, 0.000872884615384603, 0.000570589708446106, 0.00141615384615387, 0.000864945173896105, 0.00219807692307692, 0.00152562859680352, 0.00392115384615385, 0.00370786971806646, 0.00864038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 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 975875, 3, 600, '2021-05-23 00:00:00', 0.000455057730910643, 0.00115153846153848, 0.000516376763166634, 0.00156980769230771, 0.000874655998312839, 0.00228134615384616, 0.00156959751087784, 0.00396211538461536, 0.00370266608727367, 0.00860807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-23 00:00:0[...];
Date: 2021-05-23 15:10:36 Duration: 14s103ms 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 975225, 1, 915, '2021-05-23 00:00:00', 0.00030533588062986, 0.000854999999999973, 0.000756433153282316, 0.00153865384615386, 0.000851279060274319, 0.00201596153846153, 0.00180454882492509, 0.0051476923076923, 0.00211777173354084, 0.00757865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 930, '2021-05-23 00:00:00', 0.00062872144376197, 0.00128442307692311, 0.000634340238721694, 0.00159153846153847, 0.000690554403805622, 0.00202423076923078, 0.00182756117439441, 0.00510461538461537, 0.00201765248208443, 0.00756846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 945, '2021-05-23 00:00:00', 0.000240857762047359, 0.000982307692307663, 0.00048227952316219, 0.00136653846153844, 0.000746302810268994, 0.00211826923076921, 0.00184720067836549, 0.0050328846153846, 0.0018504706262088, 0.00761653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 960, '2021-05-23 00:00:00', 0.000436188605995152, 0.0011375, 0.000425863105487412, 0.00155076923076923, 0.000662363948294302, 0.00236499999999998, 0.00181899130965914, 0.00499076923076923, 0.0017902777287767, 0.00770711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 975, '2021-05-23 00:00:00', 0.000333221571007358, 0.000958846153846141, 0.000609233219206402, 0.00160134615384615, 0.000765528600681606, 0.00257403846153845, 0.00184349121130368, 0.00475961538461539, 0.00176341246974767, 0.00765346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 990, '2021-05-23 00:00:00', 0.000616599265200785, 0.00133942307692306, 0.000633908146707017, 0.00191346153846152, 0.000882662928956341, 0.00281961538461538, 0.00184936397590756, 0.00462634615384615, 0.0017803505272839, 0.00758999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1005, '2021-05-23 00:00:00', 0.000474770592375537, 0.00134634615384615, 0.000723910135731922, 0.00188326923076923, 0.0010374870527459, 0.00270076923076921, 0.0017382352788433, 0.00441673076923079, 0.00176710536884912, 0.00752423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1020, '2021-05-23 00:00:00', 0.000610288834518944, 0.0013776923076923, 0.000827470217916275, 0.00198519230769231, 0.00110293512257767, 0.00287326923076921, 0.00164283123343162, 0.0042323076923077, 0.00177983176603424, 0.00756365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1035, '2021-05-23 00:00:00', 0.00057119028891766, 0.00135788461538461, 0.000629786044255068, 0.00185769230769228, 0.00125968801082466, 0.00279826923076924, 0.00150726884948088, 0.00389076923076924, 0.00180724933361339, 0.00746192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1050, '2021-05-23 00:00:00', 0.000466628702668244, 0.0013178846153846, 0.00067769612545858, 0.00204596153846153, 0.00116469766628352, 0.00271057692307692, 0.0013331935199132, 0.00370480769230772, 0.00176403014321007, 0.00734288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1065, '2021-05-23 00:00:00', 0.000478440294482631, 0.00141134615384618, 0.000956505820481722, 0.00195923076923079, 0.00102377065114892, 0.0024021153846154, 0.00122850517359044, 0.00341480769230772, 0.00176662691416327, 0.00722942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1080, '2021-05-23 00:00:00', 0.000762803928498927, 0.0012636, 0.000774938169576581, 0.00163799999999999, 0.000950050086398974, 0.00221580000000001, 0.00107600793832265, 0.0032692, 0.00194276107211701, 0.00727679999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1095, '2021-05-23 00:00:00', 0.00042476224118733, 0.0010551923076923, 0.00054855460425209, 0.00140307692307692, 0.000929659594442219, 0.00201480769230767, 0.000938358161077931, 0.00304403846153848, 0.00195277866129264, 0.00731749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1110, '2021-05-23 00:00:00', 0.000413494860911234, 0.000979999999999998, 0.000726903125489346, 0.00147692307692307, 0.000926428377405168, 0.00189346153846153, 0.000904390742646483, 0.00290615384615387, 0.00202790520943692, 0.00736346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1125, '2021-05-23 00:00:00', 0.00050249427857441, 0.000982500000000006, 0.000687623471430091, 0.00133096153846154, 0.000725911231063861, 0.00177634615384617, 0.000774548603033772, 0.00274346153846156, 0.00211454010275375, 0.00744538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1140, '2021-05-23 00:00:00', 0.000386510622801583, 0.000877307692307692, 0.000441429888151985, 0.00116211538461537, 0.000530139749354966, 0.00153692307692307, 0.000749144152709257, 0.00261519230769233, 0.00212239926824481, 0.00753057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1155, '2021-05-23 00:00:00', 0.000315527945854849, 0.00078826923076922, 0.000476462445045216, 0.00112230769230767, 0.000508341080226791, 0.00142057692307689, 0.00084974152178539, 0.00249942307692308, 0.00227725199612296, 0.00760057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1170, '2021-05-23 00:00:00', 0.000321345009895321, 0.00071884615384614, 0.000278491541095129, 0.000961538461538433, 0.000436740241403908, 0.00124903846153845, 0.000931798529726238, 0.00243750000000001, 0.00221707784117879, 0.00758192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1185, '2021-05-23 00:00:00', 0.000258517965452168, 0.000728461538461511, 0.000287631441525159, 0.000960384615384579, 0.000431083072486757, 0.00121884615384615, 0.000936584239917319, 0.00246903846153847, 0.00228650866707635, 0.00763173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1200, '2021-05-23 00:00:00', 0.000285135662718365, 0.000647884615384598, 0.000346938977121566, 0.000864423076923095, 0.000497684175418053, 0.00126653846153847, 0.00101370214484409, 0.00249903846153846, 0.00222916991277021, 0.00770249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1215, '2021-05-23 00:00:00', 0.000273727053832806, 0.000577500000000017, 0.000341143833865741, 0.000868653846153858, 0.000532980768883843, 0.00131250000000002, 0.0010565756189036, 0.00258403846153846, 0.00231883687687132, 0.0078776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1230, '2021-05-23 00:00:00', 0.000298388814494443, 0.000653269230769223, 0.00053045252814496, 0.00097173076923079, 0.00052891034575449, 0.00126807692307693, 0.00106060012039628, 0.00250384615384616, 0.00241760514050258, 0.00792384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1245, '2021-05-23 00:00:00', 0.000376375681794315, 0.000664423076923091, 0.000326275721060957, 0.000925384615384614, 0.000447917918304721, 0.00118230769230769, 0.00106044112736888, 0.00238576923076923, 0.00240306586228124, 0.00796346153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1260, '2021-05-23 00:00:00', 0.000295402463403058, 0.000671153846153845, 0.000443227324900462, 0.0009126923076923, 0.000604261660082901, 0.00133692307692308, 0.00107524317464254, 0.00232326923076923, 0.0024053014603963, 0.00794365384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1275, '2021-05-23 00:00:00', 0.000308188066958103, 0.000608269230769227, 0.000324210342453515, 0.000822884615384626, 0.000639945189960703, 0.0014046153846154, 0.00109022171351308, 0.00227423076923077, 0.00239641491848519, 0.00796769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1290, '2021-05-23 00:00:00', 0.000211995645818864, 0.000571923076923083, 0.000554507439084482, 0.00101749999999999, 0.000638389680849703, 0.0014042307692308, 0.00107522085387859, 0.00223673076923077, 0.00247549861333336, 0.00801423076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1305, '2021-05-23 00:00:00', 0.000469856934035864, 0.000793461538461544, 0.000518024650438142, 0.00110653846153849, 0.000646651285172627, 0.0014667307692308, 0.00103652060352822, 0.00214519230769232, 0.00249541099590056, 0.00809596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1320, '2021-05-23 00:00:00', 0.000357219658775061, 0.000746730769230776, 0.000418932526235982, 0.000937692307692327, 0.000642359981749984, 0.00138211538461537, 0.000919217664856699, 0.00200634615384615, 0.00247521123418711, 0.00809942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1335, '2021-05-23 00:00:00', 0.00026652925947045, 0.000595384615384613, 0.00033367793085322, 0.000905192307692311, 0.000518104682027204, 0.00128730769230769, 0.000803899941152282, 0.00194365384615385, 0.00243895388198741, 0.00811096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1350, '2021-05-23 00:00:00', 0.000263218321200083, 0.000671730769230755, 0.000400418675119729, 0.00100865384615381, 0.000533578809693443, 0.00122711538461538, 0.000821834439625079, 0.00189961538461538, 0.00241801985898822, 0.00810903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1365, '2021-05-23 00:00:00', 0.000350708074965743, 0.00073807692307689, 0.000388467996899895, 0.000879230769230739, 0.000511193813914688, 0.00112134615384615, 0.000785613038431677, 0.00188961538461539, 0.00240593910179338, 0.00809019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1380, '2021-05-23 00:00:00', 0.00025817056079568, 0.000560961538461533, 0.000375875848979639, 0.000779423076923076, 0.000559251835387807, 0.00112615384615383, 0.000742825375483043, 0.00187346153846155, 0.00241403699544652, 0.00811615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1395, '2021-05-23 00:00:00', 0.000333288105906059, 0.000550192307692291, 0.00037314546555134, 0.00078153846153844, 0.000731912983478673, 0.00131384615384611, 0.000752979006756078, 0.00194923076923077, 0.00241706743007686, 0.00812019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1410, '2021-05-23 00:00:00', 0.000194697102028914, 0.000464807692307697, 0.000304019546436404, 0.000786730769230748, 0.000651002215522658, 0.00119673076923076, 0.00075364723435182, 0.00207307692307691, 0.00241995734228135, 0.00812346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 1, 1425, '2021-05-23 00:00:00', 0.000254205549779043, 0.000597307692307668, 0.000681015531281173, 0.00103807692307689, 0.000663711041157114, 0.00111711538461538, 0.000824958390559095, 0.00227288461538461, 0.00242315982519961, 0.00813153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 0, '2021-05-23 00:00:00', 0.000762039066230576, 0.000761538461538446, 0.000728206331707207, 0.000907307692307718, 0.000702743114242597, 0.00100173076923078, 0.000824346477753521, 0.00229634615384616, 0.00242913834834175, 0.00815365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 15, '2021-05-23 00:00:00', 0.000296308960377519, 0.00045860000000002, 0.000312748967491002, 0.000586599999999997, 0.000312629706415339, 0.00082460000000002, 0.000777921911248162, 0.00215499999999997, 0.0024911727492622, 0.00816099999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 30, '2021-05-23 00:00:00', 0.000338185629392415, 0.000443958333333318, 0.000312039806082006, 0.00059916666666666, 0.000365587674609138, 0.000925, 0.000770169259582458, 0.00220458333333332, 0.00253492295247802, 0.00810187499999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 45, '2021-05-23 00:00:00', 0.000254993212579327, 0.000418461538461539, 0.000286698514927331, 0.000680961538461559, 0.000371833968324627, 0.000907500000000018, 0.000850297527113518, 0.00235673076923077, 0.00245793650947604, 0.00808673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 60, '2021-05-23 00:00:00', 0.00019267709136913, 0.000517307692307699, 0.000334251459924345, 0.000704038461538462, 0.000353118197688077, 0.000842307692307694, 0.000941244041762712, 0.0024028846153846, 0.00246855473132324, 0.00805769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 75, '2021-05-23 00:00:00', 0.000266955772770296, 0.000450769230769212, 0.000299886452870754, 0.000563269230769214, 0.000370896004499697, 0.00089538461538464, 0.000994502910232808, 0.00248096153846153, 0.00247712895226586, 0.00807038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 90, '2021-05-23 00:00:00', 0.000170375603165047, 0.000340384615384625, 0.000236627669231963, 0.00053557692307693, 0.000392734055642663, 0.000915961538461544, 0.000958312138004164, 0.00255192307692307, 0.00247656092968889, 0.00804403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 105, '2021-05-23 00:00:00', 0.000207157038165571, 0.000414038461538458, 0.000300757569122723, 0.000726346153846181, 0.000436438955111115, 0.00103519230769232, 0.000953189968151482, 0.00259365384615384, 0.00249456058254755, 0.0080075 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 120, '2021-05-23 00:00:00', 0.000211590042662343, 0.000587884615384649, 0.000265442156526722, 0.00073153846153848, 0.000397662400303831, 0.00105423076923078, 0.00095260194285885, 0.00261230769230769, 0.00250894492075545, 0.00801384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 135, '2021-05-23 00:00:00', 0.000187979949831008, 0.000452307692307675, 0.000298840065278073, 0.000730769230769219, 0.000375463201105818, 0.00111884615384616, 0.000930695356254588, 0.00255038461538464, 0.00253093883462548, 0.00800923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 150, '2021-05-23 00:00:00', 0.000192897342167771, 0.000459230769230772, 0.000254438522119718, 0.000650192307692331, 0.000475435549300261, 0.00119519230769231, 0.000854081175208862, 0.00247942307692309, 0.00250083783652905, 0.00795673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 165, '2021-05-23 00:00:00', 0.000182712468523232, 0.000439615384615395, 0.000332932194528925, 0.000809615384615385, 0.000599605254762196, 0.0013823076923077, 0.000808711415676911, 0.00250307692307693, 0.00251841937608614, 0.00797692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 180, '2021-05-23 00:00:00', 0.000294811608684916, 0.000691730769230792, 0.000412068375580858, 0.00103211538461538, 0.00063085290251801, 0.00144076923076924, 0.000798850712923555, 0.00248730769230769, 0.00250734260952475, 0.00798519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 195, '2021-05-23 00:00:00', 0.000300985305033554, 0.000716923076923051, 0.00048120254011732, 0.00101826923076921, 0.00052679991822904, 0.0012180769230769, 0.000787741367162128, 0.00225769230769229, 0.00251932012348873, 0.00797326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 210, '2021-05-23 00:00:00', 0.000339580793603841, 0.000621346153846151, 0.00038270660584036, 0.000827884615384608, 0.000393430279230474, 0.00110076923076923, 0.000793679478999295, 0.00209134615384616, 0.00254976086359845, 0.00800269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 225, '2021-05-23 00:00:00', 0.000197409083260723, 0.000547115384615391, 0.000361714719719193, 0.000833461538461541, 0.000448453453548959, 0.00111750000000004, 0.000776173875246634, 0.00214826923076925, 0.0025529811005959, 0.00800250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 240, '2021-05-23 00:00:00', 0.00035174143694132, 0.000650961538461541, 0.000361420754161248, 0.000850192307692335, 0.000606562350146617, 0.00117326923076927, 0.000783432904200889, 0.00215365384615388, 0.00257276041516617, 0.00800807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 255, '2021-05-23 00:00:00', 0.000238089592057623, 0.000505576923076956, 0.000363051437338902, 0.000757884615384636, 0.000620013027158417, 0.00115692307692308, 0.000779673107043071, 0.00203307692307693, 0.00258174822254519, 0.00795173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 270, '2021-05-23 00:00:00', 0.000237928318229214, 0.000531730769230751, 0.000394556274625234, 0.000759423076923065, 0.000503133718271308, 0.00116153846153846, 0.000737159438969324, 0.00193903846153845, 0.00258761012400361, 0.00794192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 285, '2021-05-23 00:00:00', 0.000283747517779684, 0.000555576923076933, 0.000411759685328132, 0.000810961538461531, 0.000409450288144423, 0.00116153846153845, 0.000746250318902162, 0.00191346153846153, 0.00257997239102696, 0.00793653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 300, '2021-05-23 00:00:00', 0.000290971846377978, 0.000526153846153851, 0.000321926233786559, 0.000767500000000015, 0.000381300406503845, 0.001025, 0.000799452240359259, 0.00183673076923076, 0.00257974942879816, 0.00793365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 315, '2021-05-23 00:00:00', 0.000201740217568563, 0.000511346153846173, 0.000280968927928957, 0.000718461538461523, 0.000430868934203362, 0.000929038461538476, 0.000767758175068598, 0.00192615384615385, 0.00257186236771359, 0.00793403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 330, '2021-05-23 00:00:00', 0.000248701860436588, 0.000476153846153814, 0.000311623108158652, 0.000650192307692306, 0.000453971873069778, 0.000872307692307702, 0.00079591149971881, 0.00200365384615383, 0.00256960727319592, 0.00795346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 345, '2021-05-23 00:00:00', 0.000165182067382073, 0.000418653846153856, 0.000286057888170587, 0.000563653846153858, 0.000414262458612175, 0.000879230769230782, 0.000890588569430384, 0.00207500000000001, 0.00256965505766522, 0.00795634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 360, '2021-05-23 00:00:00', 0.00020737192525657, 0.000393653846153846, 0.000267419362396635, 0.000578653846153871, 0.000390959765783574, 0.000878461538461554, 0.000928128141020354, 0.0021346153846154, 0.00256671943418948, 0.00796057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 375, '2021-05-23 00:00:00', 0.000144419394606369, 0.000385192307692329, 0.00030674250037854, 0.000599807692307727, 0.000395179073332571, 0.000832500000000022, 0.00087540592781954, 0.00237346153846154, 0.00256079108119704, 0.00795519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 390, '2021-05-23 00:00:00', 0.000238864300066268, 0.000388076923076938, 0.000292359367901857, 0.000560000000000022, 0.000336264090353888, 0.000771538461538494, 0.000937735898526165, 0.00257615384615383, 0.00254609885601781, 0.00794423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 405, '2021-05-23 00:00:00', 0.00011956025194921, 0.000369423076923097, 0.000169218679638096, 0.000524807692307706, 0.000435499757131426, 0.000830961538461568, 0.000913709956504477, 0.00277673076923076, 0.0025346224495057, 0.00792519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 420, '2021-05-23 00:00:00', 0.000155110878455973, 0.000380769230769223, 0.000188969268970871, 0.000529230769230778, 0.000486165055859079, 0.000852692307692317, 0.000923994838480438, 0.00284269230769229, 0.00250003326900936, 0.00793211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 435, '2021-05-23 00:00:00', 0.000129645670965146, 0.000375000000000023, 0.000345025305649374, 0.000637307692307725, 0.000418768570196746, 0.000883653846153853, 0.000979716521009248, 0.00293730769230767, 0.00249106078732609, 0.00793038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 450, '2021-05-23 00:00:00', 0.000311176984021294, 0.000473653846153866, 0.00036174454437434, 0.000646346153846161, 0.000362029163721131, 0.000886346153846119, 0.0010057129312085, 0.00292749999999996, 0.00249741873664663, 0.00791788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 465, '2021-05-23 00:00:00', 0.000189827958547068, 0.00041442307692305, 0.000278515915855114, 0.000621346153846134, 0.000300111581813258, 0.000909807692307657, 0.000989490544907604, 0.00294346153846152, 0.00249410865841884, 0.00791000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 480, '2021-05-23 00:00:00', 0.000258478462129113, 0.000486346153846146, 0.000278081615025871, 0.000664230769230748, 0.000301601367064857, 0.000985769230769207, 0.000994481542544444, 0.00304846153846153, 0.0025044691130979, 0.00791346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 495, '2021-05-23 00:00:00', 0.000149420933555574, 0.000416153846153814, 0.000235730044428287, 0.00065442307692306, 0.000390997393262992, 0.0011848076923077, 0.00101328227140246, 0.0031101923076923, 0.00249752800862092, 0.00792192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 510, '2021-05-23 00:00:00', 0.000158468147733699, 0.00052192307692308, 0.000239475147257161, 0.000742884615384614, 0.000360570328144795, 0.00138519230769229, 0.0010308378220577, 0.00324615384615386, 0.00249642180853991, 0.00794038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 525, '2021-05-23 00:00:00', 0.000187205769141856, 0.00048999999999999, 0.000291116220513652, 0.00102442307692309, 0.000460441092866418, 0.00147999999999999, 0.00104088277992217, 0.00334019230769232, 0.00248404499525701, 0.00796153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 540, '2021-05-23 00:00:00', 0.000257947892770254, 0.000871346153846157, 0.000330995526346685, 0.00118096153846151, 0.000545842468116939, 0.00160000000000001, 0.00116331932252235, 0.0034146153846154, 0.0024785134890463, 0.00797365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 555, '2021-05-23 00:00:00', 0.000272646925810356, 0.000732884615384591, 0.000320421657291653, 0.00103596153846153, 0.000567660414467869, 0.00166288461538461, 0.00118796607048158, 0.0033542307692308, 0.00247187279514631, 0.00803865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 570, '2021-05-23 00:00:00', 0.000350590052077047, 0.000775769230769223, 0.000515914609809986, 0.00113326923076926, 0.000778078303356334, 0.00185961538461535, 0.00127408738077344, 0.00340942307692308, 0.00245854385452349, 0.00807173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 585, '2021-05-23 00:00:00', 0.000332947963132164, 0.000802115384615387, 0.000526436971170692, 0.00138673076923075, 0.000779902262121059, 0.00206153846153844, 0.00128657292238543, 0.00342173076923078, 0.00246280288258345, 0.00808596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 600, '2021-05-23 00:00:00', 0.000484548203524131, 0.00114480769230767, 0.000753101280347848, 0.00152346153846151, 0.000762996950291332, 0.00209288461538459, 0.00129568692799789, 0.00356615384615384, 0.00248076598747548, 0.00812673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 615, '2021-05-23 00:00:00', 0.000492083365357479, 0.00100403846153845, 0.000560556865982384, 0.00148999999999999, 0.000711070942041203, 0.00200673076923074, 0.00125081894711486, 0.00355903846153845, 0.00246712705076475, 0.00808826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 630, '2021-05-23 00:00:00', 0.000319389321145131, 0.000913461538461553, 0.000385759041969921, 0.00130096153846154, 0.000565287401375482, 0.00169961538461534, 0.00125802887639599, 0.00352057692307692, 0.00246822895085645, 0.00807192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 645, '2021-05-23 00:00:00', 0.000392196379381589, 0.000904999999999993, 0.000483029104076171, 0.00131365384615384, 0.000561155984073537, 0.00171903846153844, 0.00110799271033427, 0.00356538461538461, 0.00247384192797665, 0.00805173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 660, '2021-05-23 00:00:00', 0.000337630886301327, 0.000868846153846141, 0.000401650824243392, 0.00109923076923072, 0.000542081174733078, 0.00163999999999997, 0.00101875740676873, 0.0035205769230769, 0.00242302062755113, 0.00804980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 675, '2021-05-23 00:00:00', 0.000290423629574776, 0.000688269230769231, 0.000432851191341951, 0.00109807692307692, 0.000454843379637419, 0.0015025, 0.00101291825169428, 0.00341576923076922, 0.00242943931486571, 0.00802423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 690, '2021-05-23 00:00:00', 0.000299754001705517, 0.000782307692307668, 0.000363403198411047, 0.00108326923076919, 0.00051072286629232, 0.00155538461538463, 0.000941506485128193, 0.00340769230769229, 0.00237713732977614, 0.00801826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 705, '2021-05-23 00:00:00', 0.000206582075326371, 0.000691923076923075, 0.000273313851713507, 0.000987307692307687, 0.000556954355262793, 0.00158307692307693, 0.00104494710944548, 0.00345269230769231, 0.00230267456533615, 0.00800692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 720, '2021-05-23 00:00:00', 0.000260729818896001, 0.000720961538461539, 0.000475047204132231, 0.00109461538461542, 0.000687507342618135, 0.00163211538461542, 0.00114790767854454, 0.00364596153846155, 0.0023054391956014, 0.00801826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 735, '2021-05-23 00:00:00', 0.000366419683717147, 0.000774230769230786, 0.000479209124094475, 0.00113576923076924, 0.000576104457675737, 0.00157211538461543, 0.00131615430472498, 0.00382307692307695, 0.00236420925144438, 0.00797923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 750, '2021-05-23 00:00:00', 0.00021420909985702, 0.000736538461538462, 0.000281475849490044, 0.00104057692307694, 0.000475934222992384, 0.00145076923076923, 0.00137837853458884, 0.00378076923076924, 0.0023070006168516, 0.00794961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 765, '2021-05-23 00:00:00', 0.000222690281643499, 0.000744807692307704, 0.000325334443304144, 0.00106250000000002, 0.00049428736581059, 0.001475, 0.00148169696112775, 0.00412826923076925, 0.00227321981914502, 0.00792711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 780, '2021-05-23 00:00:00', 0.000235199833202464, 0.000749807692307694, 0.00043079233797912, 0.00103403846153844, 0.000539635097507109, 0.00153403846153843, 0.00144816521847471, 0.00437249999999998, 0.00239369630488077, 0.00791499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 795, '2021-05-23 00:00:00', 0.0002903576044493, 0.000698461538461537, 0.000333586628121598, 0.00101096153846155, 0.00042177486703401, 0.00157596153846155, 0.00144997236047926, 0.00442538461538462, 0.00244371101778859, 0.00786153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 810, '2021-05-23 00:00:00', 0.000228528150092291, 0.00071134615384616, 0.000332082299808563, 0.00110442307692308, 0.000591702660515881, 0.00168403846153848, 0.00144315951461206, 0.00444076923076924, 0.00245396200835738, 0.00785653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 825, '2021-05-23 00:00:00', 0.000312135140850633, 0.000827884615384608, 0.000404670806382761, 0.00120730769230771, 0.000691465472746143, 0.0017875, 0.00145112502774702, 0.00441538461538462, 0.00250183505728215, 0.00782057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 840, '2021-05-23 00:00:00', 0.000352327208058733, 0.000852692307692317, 0.000550343948398151, 0.00124269230769229, 0.000698524598983189, 0.00170115384615381, 0.00161058189436658, 0.00464096153846153, 0.00246569663272172, 0.00781673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 855, '2021-05-23 00:00:00', 0.000328883893470953, 0.000818846153846164, 0.000412961210694744, 0.00120019230769232, 0.00054454981406663, 0.00157749999999998, 0.0016783626292862, 0.00469365384615385, 0.0024832045750478, 0.00780980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 870, '2021-05-23 00:00:00', 0.000353502312036853, 0.00089673076923082, 0.000476912344792413, 0.00115423076923077, 0.000542565699672909, 0.00171653846153849, 0.00172880221985761, 0.00478134615384616, 0.00246148786306166, 0.00780749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 885, '2021-05-23 00:00:00', 0.000301576945150241, 0.000759423076923039, 0.000294843961339661, 0.00114980769230769, 0.000564935939186563, 0.00194384615384615, 0.00181905597875552, 0.00485057692307691, 0.00242503804886881, 0.00778846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 900, '2021-05-23 00:00:00', 0.000283129828877136, 0.00084750000000001, 0.0003743472267212, 0.00139961538461539, 0.000845209964810733, 0.00226673076923078, 0.00181706154376954, 0.00497057692307691, 0.00238383524211267, 0.00779269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 915, '2021-05-23 00:00:00', 0.000292897002111945, 0.00103057692307693, 0.000484860328818041, 0.00157346153846154, 0.000933043737123094, 0.00242615384615386, 0.00205916791447416, 0.0049975, 0.00239333880079368, 0.00779884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 930, '2021-05-23 00:00:00', 0.000501597294803129, 0.00114038461538461, 0.000702378924688182, 0.00165692307692309, 0.00101676593252254, 0.00228519230769231, 0.00207090003658755, 0.00492980769230768, 0.00236928636610589, 0.00778326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 945, '2021-05-23 00:00:00', 0.000445270574612106, 0.00109826923076925, 0.00068645367931577, 0.00169942307692309, 0.00100220980837347, 0.00253750000000001, 0.00202100565218256, 0.0048146153846154, 0.00233446061139479, 0.00768788461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 960, '2021-05-23 00:00:00', 0.000505452767328433, 0.0013125, 0.000516861720832107, 0.00157903846153845, 0.00114446030276955, 0.00270423076923076, 0.00190217714333218, 0.00474673076923075, 0.00235334200986269, 0.00763884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 975, '2021-05-23 00:00:00', 0.000352504064351908, 0.000973653846153837, 0.000711020718079631, 0.00187269230769232, 0.000973855936273577, 0.00269576923076925, 0.00172481240897493, 0.00471961538461539, 0.00221009301057323, 0.00764134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 990, '2021-05-23 00:00:00', 0.000674176192446424, 0.00151346153846152, 0.000987552471828882, 0.00212673076923075, 0.00113599647886776, 0.00266500000000001, 0.00181638690388787, 0.00482423076923076, 0.00224011994871155, 0.00769423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1005, '2021-05-23 00:00:00', 0.000557492462867303, 0.00132461538461538, 0.000801162616739865, 0.00186346153846156, 0.00102779796353471, 0.00250442307692307, 0.00169124610409469, 0.00472076923076922, 0.00226125959622917, 0.00782480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1020, '2021-05-23 00:00:00', 0.000623145124472467, 0.00138538461538463, 0.000843122789670368, 0.00188096153846155, 0.000951277299214043, 0.00257749999999999, 0.00165337961577074, 0.00455692307692306, 0.00248229781886431, 0.00787269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1035, '2021-05-23 00:00:00', 0.000472723370075363, 0.00128076923076923, 0.000515800237122254, 0.00174826923076921, 0.000896172116023747, 0.00260769230769229, 0.00164193151970008, 0.00433365384615384, 0.00266378883576356, 0.00817980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1050, '2021-05-23 00:00:00', 0.000369465153972569, 0.00112249999999997, 0.000760822227289951, 0.00174269230769228, 0.00107371991764074, 0.00245769230769228, 0.00177850036223261, 0.00417653846153845, 0.00290811474749802, 0.00820076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1065, '2021-05-23 00:00:00', 0.000644665834724908, 0.00143403846153846, 0.000759563943730497, 0.00196076923076921, 0.000918686039113242, 0.00252403846153844, 0.00162858697601986, 0.00407846153846154, 0.00309756435954744, 0.0082751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1080, '2021-05-23 00:00:00', 0.000636312453486148, 0.00127653846153843, 0.000636144637641486, 0.00163999999999998, 0.000819368330812521, 0.00226230769230769, 0.00145101047019496, 0.00379076923076921, 0.00311614456685478, 0.00823519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1095, '2021-05-23 00:00:00', 0.000546600543217962, 0.00103807692307691, 0.000742217260334522, 0.0015926923076923, 0.00114679399263269, 0.00211269230769231, 0.00147400427929657, 0.00362115384615387, 0.00338389334256358, 0.00820807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1110, '2021-05-23 00:00:00', 0.000382210825833865, 0.00109865384615384, 0.000511261524225974, 0.00147211538461541, 0.000873143767349643, 0.00193403846153847, 0.00132139799222118, 0.00340442307692311, 0.0033657825984457, 0.0080825 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1125, '2021-05-23 00:00:00', 0.000360235393127251, 0.00104346153846157, 0.000696727984664997, 0.00138326923076923, 0.000731424663558401, 0.0017940384615385, 0.00127594182408978, 0.00328846153846155, 0.00333546331691138, 0.00809846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1140, '2021-05-23 00:00:00', 0.000460921485054218, 0.00093115384615384, 0.000558944231427555, 0.00127557692307694, 0.000606782593178645, 0.00176634615384619, 0.00127141205570209, 0.00315884615384616, 0.0033242208803776, 0.0080876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1155, '2021-05-23 00:00:00', 0.000505240689024721, 0.000926923076923086, 0.00054077906764223, 0.00124000000000002, 0.000755247896134359, 0.00186576923076924, 0.00127351421725023, 0.0031123076923077, 0.00329976852917803, 0.00813211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1170, '2021-05-23 00:00:00', 0.000382261489237202, 0.000779615384615394, 0.000407980203139582, 0.00116538461538463, 0.000911284469644562, 0.00183576923076922, 0.00126649850435699, 0.00283769230769231, 0.0033404432916329, 0.00811076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1185, '2021-05-23 00:00:00', 0.000280862134260821, 0.000773461538461533, 0.000419772145152745, 0.00119942307692307, 0.000790945296173134, 0.00176269230769231, 0.00120032452342627, 0.00263980769230769, 0.00330958647196058, 0.00813115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1200, '2021-05-23 00:00:00', 0.000345598088046696, 0.000870961538461522, 0.000783497582343707, 0.00130230769230768, 0.000780143009572334, 0.00156134615384615, 0.00125074384021916, 0.0025680769230769, 0.00330835759856758, 0.00815999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1215, '2021-05-23 00:00:00', 0.000768703228721039, 0.000840576923076913, 0.00074600928020624, 0.00108038461538462, 0.000697946548537479, 0.00131923076923078, 0.0012219912658633, 0.00234942307692306, 0.00330253977440671, 0.0081001923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1230, '2021-05-23 00:00:00', 0.000409123265231692, 0.000720384615384621, 0.000466879534783857, 0.000927499999999987, 0.000516021801864991, 0.00127249999999998, 0.00102032244149357, 0.0022432692307692, 0.00331705886870605, 0.00802153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1245, '2021-05-23 00:00:00', 0.000189623209387619, 0.000590192307692305, 0.000281197439533158, 0.000894999999999996, 0.00037761091085932, 0.00126, 0.000786027426610947, 0.00211365384615383, 0.00332735490350007, 0.00799942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1260, '2021-05-23 00:00:00', 0.00019470648521458, 0.000671153846153853, 0.000289609285868978, 0.00086846153846154, 0.000329483745367729, 0.00125846153846153, 0.000741535646739004, 0.00201365384615384, 0.00331973483649151, 0.00796576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1275, '2021-05-23 00:00:00', 0.000234005341819382, 0.000592499999999987, 0.000292792391662404, 0.000895769230769215, 0.000387101258865671, 0.00128576923076922, 0.000738281476444807, 0.00199153846153845, 0.00332111064022493, 0.00803826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1290, '2021-05-23 00:00:00', 0.000249303954117181, 0.000692692307692302, 0.000293636090844011, 0.000961923076923059, 0.000462099722837154, 0.00129307692307693, 0.000755334795866141, 0.00199057692307691, 0.00334011669533587, 0.00807153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1305, '2021-05-23 00:00:00', 0.000243696848248317, 0.000731923076923064, 0.000337695185724571, 0.000995961538461538, 0.000469710712935277, 0.00125692307692308, 0.000752499936110394, 0.00191692307692306, 0.00334529796304281, 0.0082123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1320, '2021-05-23 00:00:00', 0.000288413165174792, 0.000693076923076929, 0.000345550452733921, 0.000888653846153852, 0.000495243219190143, 0.00121038461538461, 0.000775782111559271, 0.00187826923076923, 0.00334614598628607, 0.00824480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1335, '2021-05-23 00:00:00', 0.000198535019193486, 0.000561923076923086, 0.000332346957260046, 0.000782500000000011, 0.000504438453972511, 0.00116192307692311, 0.000712353412721092, 0.00183576923076924, 0.00334749568851332, 0.00828923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1350, '2021-05-23 00:00:00', 0.000256582570305569, 0.000581153846153819, 0.000336961593337579, 0.000876346153846122, 0.000503454527776297, 0.00114730769230768, 0.000670994697904058, 0.00180173076923076, 0.00334704891830674, 0.00831269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1365, '2021-05-23 00:00:00', 0.000244339927150682, 0.000684999999999995, 0.00032604771949, 0.000903653846153865, 0.000328092447103191, 0.00108942307692308, 0.000587680577812848, 0.00174269230769231, 0.00335231208961125, 0.00833788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1380, '2021-05-23 00:00:00', 0.000277990107737672, 0.000582499999999999, 0.000304308800651322, 0.000729615384615373, 0.000379456341869008, 0.00103865384615382, 0.000555320974406121, 0.00169423076923077, 0.00334960276060401, 0.00830057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1395, '2021-05-23 00:00:00', 0.000182847246040546, 0.000468653846153816, 0.000222347614195581, 0.000672307692307673, 0.000289110904990817, 0.000996346153846156, 0.000567563788349956, 0.00176057692307693, 0.00335954630636567, 0.00828576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1410, '2021-05-23 00:00:00', 0.000146110732507383, 0.000457115384615407, 0.000281849182256155, 0.000745192307692313, 0.000341938647218388, 0.000959038461538467, 0.000646565631150164, 0.00181865384615386, 0.00332731527834955, 0.00832519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 2, 1425, '2021-05-23 00:00:00', 0.000220918449972985, 0.000620192307692323, 0.0002736522217369, 0.000806538461538476, 0.000328116829568595, 0.00092057692307695, 0.00062899373238898, 0.00195865384615385, 0.00333565980671796, 0.0083478846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 0, '2021-05-23 00:00:00', 0.00033598380226526, 0.000578653846153845, 0.000387113181620865, 0.000718846153846149, 0.000328774414127101, 0.000876153846153847, 0.000631425280310669, 0.00206826923076924, 0.00334046144325092, 0.00836942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 15, '2021-05-23 00:00:00', 0.000328575480147017, 0.000450384615384611, 0.00029229970130777, 0.000576346153846155, 0.000402969554108566, 0.000842307692307659, 0.000704077792904703, 0.00208846153846153, 0.00335461877348, 0.00836634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 30, '2021-05-23 00:00:00', 0.000231232566910462, 0.000367500000000033, 0.000290061001541709, 0.000554230769230771, 0.000434392281061919, 0.000800576923076916, 0.000704614706499505, 0.00213673076923076, 0.00335755713050653, 0.0083782692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 45, '2021-05-23 00:00:00', 0.000273823637795171, 0.000405769230769207, 0.000345663909689088, 0.00063653846153843, 0.000381359914798857, 0.000789230769230764, 0.000719884392428087, 0.00218153846153844, 0.00334011423687641, 0.00837134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 60, '2021-05-23 00:00:00', 0.000329624728347969, 0.000497692307692289, 0.00036804326668731, 0.000599615384615384, 0.000423335518871822, 0.000849807692307683, 0.00069942019943996, 0.00218884615384614, 0.00333963655899167, 0.00834288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 75, '2021-05-23 00:00:00', 0.000183065456977765, 0.000339807692307672, 0.000237426020866783, 0.000473653846153832, 0.000269715305746339, 0.000832884615384589, 0.000699247727644066, 0.0022157692307692, 0.00333537414000979, 0.00833057692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 90, '2021-05-23 00:00:00', 0.000215375164627837, 0.000352692307692287, 0.000258896474706387, 0.000594230769230751, 0.0002754987086386, 0.000848461538461529, 0.000686468582955285, 0.00222634615384614, 0.00332483096736335, 0.00840019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 105, '2021-05-23 00:00:00', 0.000231669193861877, 0.000488846153846154, 0.00023707934406989, 0.000703846153846136, 0.00031697324565574, 0.000920961538461542, 0.000700426271308026, 0.0022201923076923, 0.00334263781143895, 0.00841653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 120, '2021-05-23 00:00:00', 0.000189399151163719, 0.00051596153846152, 0.000268327870624437, 0.000630384615384612, 0.00046199138353604, 0.000990961538461523, 0.000700308064079928, 0.00222576923076923, 0.00334320869018877, 0.00841711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 135, '2021-05-23 00:00:00', 0.000207510518732483, 0.000411153846153858, 0.000273466915450789, 0.000601923076923083, 0.000509163567492351, 0.00108346153846154, 0.000657802518880989, 0.00223307692307693, 0.00335323233841386, 0.00839365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 150, '2021-05-23 00:00:00', 0.000205265681495967, 0.000399999999999999, 0.000336591797971256, 0.000685961538461532, 0.000542653345927356, 0.00110557692307692, 0.000695852686664698, 0.00219980769230768, 0.00339651615629896, 0.00838499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 165, '2021-05-23 00:00:00', 0.000305931930588893, 0.000542115384615383, 0.000414557641904621, 0.000850961538461537, 0.000584823444757856, 0.00126769230769229, 0.000667743991707564, 0.00217596153846152, 0.00336482378667657, 0.00838634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 180, '2021-05-23 00:00:00', 0.000405173277272028, 0.000679230769230787, 0.0005355736320849, 0.000938653846153864, 0.000600812654788352, 0.00137038461538462, 0.000733219166521093, 0.00219211538461539, 0.00337042207468714, 0.00838519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 195, '2021-05-23 00:00:00', 0.000284271268063021, 0.000641923076923106, 0.000409716787737378, 0.00097461538461539, 0.000478101574338156, 0.00130865384615386, 0.000756522001307044, 0.00216653846153849, 0.00337661070966366, 0.00835826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 210, '2021-05-23 00:00:00', 0.000335352627267736, 0.000689230769230784, 0.000398225921576416, 0.000946730769230788, 0.000465313169976779, 0.0012571153846154, 0.000823150888121638, 0.00215576923076925, 0.00335473486857925, 0.00834096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 225, '2021-05-23 00:00:00', 0.000254357788588017, 0.000583269230769243, 0.00030929330117842, 0.000832884615384623, 0.000381527899977873, 0.00115346153846151, 0.000752359979306178, 0.00199846153846153, 0.00329037449937748, 0.00829288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 240, '2021-05-23 00:00:00', 0.000224700569990021, 0.000612115384615398, 0.00031729723992105, 0.000788461538461546, 0.000368739276245653, 0.00109557692307692, 0.000742486674317127, 0.0019173076923077, 0.00324024946807872, 0.00828115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 255, '2021-05-23 00:00:00', 0.000248516831189764, 0.000521153846153827, 0.000318522550825839, 0.000783846153846105, 0.000424180340820326, 0.00107980769230764, 0.00076004331860354, 0.00189961538461537, 0.00322503385790214, 0.00828076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 270, '2021-05-23 00:00:00', 0.000236258414583559, 0.000540961538461504, 0.000317301361242216, 0.000783076923076903, 0.000415286786913127, 0.00103865384615384, 0.000812596787134656, 0.00190346153846154, 0.00323479115958876, 0.00825538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 285, '2021-05-23 00:00:00', 0.000280000892855724, 0.000512499999999993, 0.00031247498361408, 0.000773846153846125, 0.000397217679132504, 0.00094673076923078, 0.000808963629495291, 0.00182692307692308, 0.00328622224656914, 0.00827057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 300, '2021-05-23 00:00:00', 0.0002052440386092, 0.000578653846153828, 0.000309114616532198, 0.000724615384615392, 0.000343947894085971, 0.000913076923076935, 0.000795654665136763, 0.00178711538461539, 0.00329252038133983, 0.0082623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 315, '2021-05-23 00:00:00', 0.0001732121864606, 0.000407692307692314, 0.000227787096953417, 0.000589807692307713, 0.000375363003791536, 0.000849230769230782, 0.000757891229256989, 0.00187865384615386, 0.00330600333309894, 0.00825596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 330, '2021-05-23 00:00:00', 0.000181097933556612, 0.000447307692307693, 0.00021620965608554, 0.000631153846153856, 0.000464760691108886, 0.000877499999999984, 0.000767881726670132, 0.00201288461538462, 0.00330563558999565, 0.00825442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 345, '2021-05-23 00:00:00', 0.000189994433116843, 0.000476730769230784, 0.00036645206423846, 0.000683653846153841, 0.000466995305527412, 0.00087384615384614, 0.00078317472753289, 0.00210942307692309, 0.00330456875459505, 0.00824942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 360, '2021-05-23 00:00:00', 0.000214232440264175, 0.000461538461538445, 0.000380920595400145, 0.00061749999999998, 0.000418330426999838, 0.000792115384615381, 0.00077874190945299, 0.00220980769230772, 0.00330219465484112, 0.00822653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 375, '2021-05-23 00:00:00', 0.00027617720064088, 0.000400384615384608, 0.000282186313248201, 0.000558653846153842, 0.000370931260478281, 0.000790000000000017, 0.000798885690292344, 0.0023421153846154, 0.00330116941983614, 0.00822153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 390, '2021-05-23 00:00:00', 0.000169677182183842, 0.000392884615384602, 0.000247832527200255, 0.000485192307692301, 0.000367652480141044, 0.000807884615384613, 0.00076876556894808, 0.00241750000000001, 0.00330439132065192, 0.00823 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 405, '2021-05-23 00:00:00', 0.000179379378799437, 0.000319807692307678, 0.000307903581311798, 0.000536153846153832, 0.000349471524095813, 0.000842884615384595, 0.000764908566682765, 0.00253865384615386, 0.00331963621732628, 0.00823884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 420, '2021-05-23 00:00:00', 0.000253064905022107, 0.000404615384615362, 0.000324105692637473, 0.00058749999999998, 0.000393443183269879, 0.000856538461538462, 0.000749845214796957, 0.00267038461538463, 0.00332011355227494, 0.00824 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 435, '2021-05-23 00:00:00', 0.000168368186287824, 0.000380384615384631, 0.000190146097676283, 0.000583461538461526, 0.000350691404996565, 0.000902307692307694, 0.000691933995295922, 0.00274557692307694, 0.00332449038893988, 0.00824711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 450, '2021-05-23 00:00:00', 0.000173448396227327, 0.000447115384615325, 0.000264234453003078, 0.00058961538461537, 0.000430474335873989, 0.00096807692307692, 0.000666226024247489, 0.00281865384615386, 0.00338361805104897, 0.00829865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 465, '2021-05-23 00:00:00', 0.000161846080725334, 0.000386923076923067, 0.000222202696791766, 0.000654038461538459, 0.00031957543951069, 0.000957307692307704, 0.000637775732225194, 0.00288326923076925, 0.00338943063065167, 0.00831 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 480, '2021-05-23 00:00:00', 0.000149509068415454, 0.000485192307692309, 0.00023158151912448, 0.000700000000000008, 0.000322745493920771, 0.000924423076923069, 0.000659917127664251, 0.00297115384615386, 0.00339586282793543, 0.00830288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 495, '2021-05-23 00:00:00', 0.000215799408283215, 0.000465769230769242, 0.000299263004986983, 0.00067211538461539, 0.000512477429146519, 0.00121134615384616, 0.000691140111588203, 0.00300057692307692, 0.00338619668654965, 0.00830000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 510, '2021-05-23 00:00:00', 0.000166910040256599, 0.00047980769230771, 0.000234191900273783, 0.00063538461538461, 0.000526775094323958, 0.00134499999999999, 0.00073856641282546, 0.00297211538461539, 0.00338595368340348, 0.00829211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 525, '2021-05-23 00:00:00', 0.000162886581588331, 0.000454038461538438, 0.000415846541591773, 0.000947884615384608, 0.000552727224420313, 0.00141923076923078, 0.00079154571275741, 0.00298115384615385, 0.00338864082124152, 0.00828384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 540, '2021-05-23 00:00:00', 0.00040538267770663, 0.000861346153846169, 0.000502304075849853, 0.00116076923076923, 0.000585565637127567, 0.00158865384615385, 0.000859261243519928, 0.00302326923076924, 0.00338749074367169, 0.00826653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 555, '2021-05-23 00:00:00', 0.000266986026715904, 0.000736538461538462, 0.000307959350464399, 0.000974807692307725, 0.000575378002841488, 0.0015546153846154, 0.000842897315582039, 0.00297826923076923, 0.00342929387214603, 0.00828769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 570, '2021-05-23 00:00:00', 0.000176231491117618, 0.000618461538461542, 0.000321009285751162, 0.000980192307692298, 0.000504233462411423, 0.00162076923076922, 0.000829037927127235, 0.00302826923076923, 0.00350331127429681, 0.00831826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 585, '2021-05-23 00:00:00', 0.000334170384914396, 0.000790384615384635, 0.000491724907458826, 0.00130423076923078, 0.000493012560301853, 0.00177576923076925, 0.00083250587893514, 0.00305403846153846, 0.00354276619975882, 0.00835711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 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 975225, 3, 600, '2021-05-23 00:00:00', 0.000309131040175544, 0.000995000000000019, 0.000329821396889532, 0.00129307692307692, 0.000479928079547817, 0.00178980769230771, 0.000871389782959495, 0.00308307692307692, 0.00355113756963332, 0.00836096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975225 and enddate = '2021-05-23 00:00:00[...];
Date: 2021-05-23 15:03:18 Duration: 13s691ms Database: acaweb_fx User: pgperfstats
11 12s981ms 14s701ms 13s841ms 2 27s683ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet wh[...];Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration May 23 15 2 27s683ms 13s841ms [ User: pgperfstats - Total duration: 27s683ms - 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 975900, 1, 915, '2021-05-23 00:00:00', 0.000333247713362804, 0.000704038461538479, 0.000305862462806155, 0.00101538461538462, 0.000501633370562145, 0.00144903846153846, 0.00111791373342696, 0.00290365384615385, 0.00252148827389393, 0.00602634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 930, '2021-05-23 00:00:00', 0.000296560539934344, 0.000786923076923078, 0.000391236550518388, 0.00108096153846154, 0.000635973753691608, 0.00149884615384616, 0.00106930444682513, 0.00283999999999999, 0.00256605765418773, 0.00606673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 945, '2021-05-23 00:00:00', 0.000270863363226653, 0.000705192307692294, 0.000389348025056472, 0.000988269230769219, 0.000531148392998225, 0.00139615384615385, 0.00098503479048282, 0.00277346153846154, 0.00256027907883857, 0.00606980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 960, '2021-05-23 00:00:00', 0.000287335772492462, 0.000740384615384628, 0.000447318721340313, 0.00101096153846155, 0.000686005746780141, 0.00161326923076924, 0.000966461527747172, 0.00273326923076923, 0.00264225207700961, 0.00609403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 975, '2021-05-23 00:00:00', 0.00038232507312293, 0.000712692307692322, 0.000361194386190294, 0.00105076923076925, 0.000624235440050776, 0.00171673076923078, 0.000862351079674283, 0.00266423076923076, 0.00280659698814171, 0.00612557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 990, '2021-05-23 00:00:00', 0.000341250866440136, 0.000876923076923087, 0.000564118372738839, 0.00130846153846154, 0.000645203754340729, 0.00175826923076923, 0.000886365981886802, 0.00261557692307691, 0.0028107109694606, 0.00611692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1005, '2021-05-23 00:00:00', 0.00042390583134249, 0.00088692307692308, 0.000469286037098274, 0.00124923076923078, 0.000444577457126006, 0.00162634615384615, 0.000806167380978579, 0.00250461538461538, 0.00280664428701717, 0.00609692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1020, '2021-05-23 00:00:00', 0.000339487849561669, 0.000865000000000005, 0.000361577792459658, 0.00114749999999999, 0.000522533620559861, 0.00177423076923077, 0.00072461820185636, 0.00240846153846153, 0.00276684136071886, 0.00613365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1035, '2021-05-23 00:00:00', 0.000291004097248435, 0.00076576923076923, 0.000325121574893976, 0.00109096153846152, 0.00050372474168401, 0.00164615384615383, 0.000872458595006084, 0.00240999999999999, 0.00275373598673063, 0.00607826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1050, '2021-05-23 00:00:00', 0.000304408190024249, 0.000797115384615384, 0.000516426627449115, 0.00135769230769232, 0.000584726398872556, 0.0015451923076923, 0.000849524301277794, 0.00235346153846154, 0.00276748341666909, 0.00601769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1065, '2021-05-23 00:00:00', 0.000489994348476046, 0.0010073076923077, 0.000448274984288065, 0.0011826923076923, 0.000510000641025251, 0.00136557692307691, 0.000780347358552583, 0.00225499999999999, 0.00277931898825261, 0.00596903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1080, '2021-05-23 00:00:00', 0.000294360127421136, 0.000758269230769219, 0.000320758476115604, 0.000919999999999989, 0.000354702475539491, 0.00121461538461538, 0.000764958721862719, 0.00237038461538461, 0.00271769268653787, 0.00595653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1095, '2021-05-23 00:00:00', 0.000261347764188168, 0.000609423076923055, 0.000254868593592861, 0.000799999999999993, 0.000372435848890056, 0.00117230769230768, 0.000844117495467211, 0.00240211538461539, 0.00266904815214365, 0.00595096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1110, '2021-05-23 00:00:00', 0.000176110651405472, 0.000540192307692298, 0.000376858114496051, 0.000899038461538459, 0.000436061966309293, 0.00112903846153845, 0.000809748013985732, 0.00236961538461538, 0.0026149343277531, 0.00595653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1125, '2021-05-23 00:00:00', 0.000334756628015033, 0.00069500000000001, 0.000305117442710442, 0.000840576923076917, 0.000474826770031418, 0.0011373076923077, 0.000837576288144276, 0.00233596153846153, 0.00263225729394724, 0.0059626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1140, '2021-05-23 00:00:00', 0.000182136994087926, 0.000496730769230774, 0.000333126044521365, 0.000749807692307681, 0.000427975062177867, 0.000994423076923071, 0.000818005289619906, 0.00229442307692306, 0.00260960239382289, 0.00595057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1155, '2021-05-23 00:00:00', 0.000271174369108765, 0.000546538461538451, 0.000391450949869636, 0.000744615384615395, 0.000560042065727757, 0.00104365384615383, 0.000790103888008504, 0.00229807692307691, 0.00262336375377403, 0.00593076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1170, '2021-05-23 00:00:00', 0.000197086177948786, 0.000489807692307699, 0.000236030718339791, 0.000632499999999989, 0.000465332304752382, 0.0010030769230769, 0.000800966819633516, 0.00232461538461537, 0.00287506636712695, 0.00594384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1185, '2021-05-23 00:00:00', 0.000175396802882885, 0.000469038461538447, 0.000469785712197182, 0.000821153846153837, 0.000436524957432608, 0.00102596153846153, 0.000811997821141429, 0.0023426923076923, 0.00287793537774244, 0.00593096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1200, '2021-05-23 00:00:00', 0.000465208968760692, 0.000635769230769228, 0.000438374664133144, 0.000782115384615371, 0.00040384655311335, 0.00101903846153845, 0.000827996469706326, 0.00238192307692306, 0.00286158437152997, 0.00592365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1215, '2021-05-23 00:00:00', 0.000177045083350164, 0.000424807692307691, 0.000215462382938512, 0.00061096153846154, 0.000520603828408744, 0.000972884615384614, 0.00081306847568568, 0.0023078846153846, 0.00287911584318198, 0.00600596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1230, '2021-05-23 00:00:00', 0.000182336122418078, 0.000417692307692307, 0.000234599904911775, 0.000628653846153835, 0.000514180789815589, 0.000926730769230756, 0.000794279571977989, 0.00230403846153845, 0.00283804358398799, 0.00598076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1245, '2021-05-23 00:00:00', 0.000200873477209279, 0.000436923076923074, 0.000502388640550167, 0.000677884615384611, 0.000497635370063727, 0.000940192307692301, 0.000928806016014446, 0.00236884615384615, 0.00283106585663692, 0.00598173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1260, '2021-05-23 00:00:00', 0.00051234753829798, 0.000515000000000005, 0.000502038306843672, 0.000632307692307693, 0.000644819831724021, 0.00129884615384617, 0.000911296139488235, 0.00236942307692307, 0.00283039084688915, 0.00599211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1275, '2021-05-23 00:00:00', 0.000155508718528789, 0.000390192307692306, 0.000233633259618587, 0.000677500000000006, 0.000612242316281844, 0.00130442307692309, 0.000996377998243955, 0.00234365384615384, 0.00283846058630379, 0.00598749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1290, '2021-05-23 00:00:00', 0.000221065601123298, 0.000524999999999998, 0.00057728079422809, 0.00101365384615385, 0.000614196535821697, 0.00129923076923077, 0.00104174284439403, 0.00231307692307692, 0.0028401441255412, 0.00599442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1305, '2021-05-23 00:00:00', 0.000537062415796835, 0.000765961538461535, 0.000600862201020645, 0.000985769230769232, 0.000540694318588459, 0.0011828846153846, 0.00104611466131367, 0.00220673076923075, 0.00282851872078765, 0.00602192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1320, '2021-05-23 00:00:00', 0.000596303904191359, 0.000762884615384617, 0.000552854445999612, 0.000900961538461535, 0.000590447320648968, 0.00119096153846153, 0.00108269153572865, 0.00215519230769231, 0.00279779916252869, 0.00607692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1335, '2021-05-23 00:00:00', 0.000217366139178886, 0.000445961538461544, 0.000215702073739175, 0.000684230769230768, 0.000466024141005575, 0.0009875, 0.00101612750941239, 0.00207634615384615, 0.00277490801649354, 0.0061125 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1350, '2021-05-23 00:00:00', 0.000198988596503575, 0.000522692307692312, 0.00040931669138474, 0.000761923076923081, 0.000585401670124533, 0.00106634615384615, 0.000995230568569597, 0.00206673076923077, 0.00272647636788134, 0.00611076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1365, '2021-05-23 00:00:00', 0.000435818946176223, 0.000561923076923077, 0.000449444272236436, 0.000756923076923082, 0.000601095570284268, 0.00102826923076923, 0.00107083030329811, 0.00211653846153847, 0.00272749347457445, 0.00611557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1380, '2021-05-23 00:00:00', 0.000482296948107528, 0.000592884615384618, 0.000619387072963125, 0.00081788461538461, 0.000660821051070899, 0.00133230769230769, 0.00116817077584505, 0.00217019230769231, 0.00270912903971853, 0.00612692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1395, '2021-05-23 00:00:00', 0.000345103106109097, 0.000486923076923077, 0.00034973924352515, 0.000683461538461532, 0.00054877054894064, 0.00133365384615384, 0.00135762378667797, 0.00228711538461538, 0.0025807402337016, 0.00611307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1410, '2021-05-23 00:00:00', 0.000192645150071703, 0.000426923076923064, 0.000462692496323253, 0.000987884615384609, 0.000563707916730468, 0.00135384615384615, 0.00136723646033213, 0.00229653846153846, 0.00255508299579185, 0.00607865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 1, 1425, '2021-05-23 00:00:00', 0.000525738637903476, 0.000876346153846156, 0.000521012365127141, 0.00117173076923076, 0.000834879355632612, 0.00146653846153846, 0.00134065840598508, 0.00236480769230769, 0.00253977083309015, 0.00607673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 0, '2021-05-23 00:00:00', 0.000457689179045551, 0.000865769230769219, 0.000605638887075843, 0.00109730769230769, 0.000839736771943344, 0.00139461538461538, 0.00136027723418653, 0.00236807692307691, 0.00255227831855866, 0.00609384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 15, '2021-05-23 00:00:00', 0.000331090796284955, 0.000688653846153853, 0.00061295526251606, 0.000948076923076925, 0.000607141125401532, 0.00120788461538462, 0.00124191423276265, 0.00235019230769231, 0.00237499175707072, 0.00605538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 30, '2021-05-23 00:00:00', 0.000522809753602135, 0.000655961538461561, 0.000505170382529108, 0.000888653846153848, 0.000558268890272556, 0.00115807692307692, 0.00118336696954721, 0.00236076923076923, 0.00222925641276327, 0.00600807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 45, '2021-05-23 00:00:00', 0.000266353221233648, 0.000604038461538465, 0.000369412423263684, 0.000843461538461551, 0.000396274040765509, 0.00102365384615385, 0.00114766312733578, 0.00229557692307692, 0.0021571798987068, 0.00592134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 60, '2021-05-23 00:00:00', 0.00037134599251084, 0.000660384615384616, 0.000380906812750853, 0.000774999999999992, 0.000412538343206298, 0.00101673076923078, 0.001221583036631, 0.00230865384615384, 0.00215935660823739, 0.00588980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 75, '2021-05-23 00:00:00', 0.000148500323749973, 0.000362115384615374, 0.000190499747627538, 0.000521923076923072, 0.000286530170246584, 0.000833461538461529, 0.00115071892244002, 0.00217596153846153, 0.00199626690060762, 0.00582846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 90, '2021-05-23 00:00:00', 0.000131697935267963, 0.000372884615384603, 0.000230062951251305, 0.000575192307692314, 0.000351875469667664, 0.000872884615384612, 0.00119193302922346, 0.00228788461538461, 0.00199547662515462, 0.0058251923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 105, '2021-05-23 00:00:00', 0.000201798452384106, 0.000431153846153852, 0.000299122820156653, 0.000652692307692309, 0.000421743451000179, 0.000886538461538471, 0.00123248306276394, 0.00230750000000001, 0.00201683674637747, 0.00581730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 120, '2021-05-23 00:00:00', 0.000217936123316343, 0.00047192307692306, 0.000272955406332527, 0.000624423076923068, 0.000505547114140099, 0.000911730769230764, 0.00122401761236699, 0.00233134615384617, 0.0020199544168505, 0.00578961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 135, '2021-05-23 00:00:00', 0.000229787862034666, 0.000382692307692304, 0.000326726420489913, 0.000601923076923083, 0.00116270488682474, 0.00116442307692307, 0.0012337495849894, 0.00229596153846155, 0.00201185830667914, 0.00574961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 150, '2021-05-23 00:00:00', 0.000199783729221225, 0.000446538461538466, 0.000327058922002643, 0.000673461538461539, 0.00111329773472949, 0.00120961538461538, 0.00118806338862225, 0.00226115384615386, 0.00191193752915324, 0.00572865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 165, '2021-05-23 00:00:00', 0.00021244736904791, 0.000436730769230765, 0.00114968880404822, 0.000892115384615375, 0.00111466290178482, 0.00118076923076923, 0.00117456905354196, 0.00221230769230771, 0.00186063748380868, 0.00571461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 180, '2021-05-23 00:00:00', 0.00116135486195418, 0.000733653846153853, 0.00112647079923914, 0.000957307692307691, 0.00110692609717875, 0.00122076923076923, 0.00117190832209035, 0.00216134615384618, 0.00187252303056599, 0.00572250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 195, '2021-05-23 00:00:00', 0.000229551401986241, 0.00052461538461538, 0.000312170564817477, 0.000702307692307699, 0.000360308201405417, 0.00103000000000001, 0.000732610637483405, 0.00195211538461541, 0.00180784841306327, 0.00572826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 210, '2021-05-23 00:00:00', 0.00024823407067957, 0.000508076923076925, 0.0003048187355437, 0.0007723076923077, 0.000396516756848371, 0.00114653846153847, 0.000797583754946056, 0.00195038461538464, 0.00179150568388286, 0.00584615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 225, '2021-05-23 00:00:00', 0.000244646998440928, 0.000561923076923073, 0.000322130468073952, 0.000820961538461532, 0.000440817989651065, 0.0011575, 0.000821984559091355, 0.00189884615384617, 0.00178750381387436, 0.00587673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 240, '2021-05-23 00:00:00', 0.000315487473846188, 0.000577884615384605, 0.000392114582939542, 0.000825384615384617, 0.000526260391821388, 0.001125, 0.000817749068150832, 0.00182653846153848, 0.00184914957584457, 0.00590307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 255, '2021-05-23 00:00:00', 0.000186635082034843, 0.000479423076923088, 0.000260994031761994, 0.000683269230769241, 0.000451757806113635, 0.000926346153846163, 0.000791583150790487, 0.00173173076923079, 0.00187998510632398, 0.00588999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 270, '2021-05-23 00:00:00', 0.00021198113123577, 0.000494999999999993, 0.000405275025327036, 0.000715384615384613, 0.000471817924464668, 0.00098692307692309, 0.000772134728179959, 0.00171096153846155, 0.00190818476971822, 0.00587634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 285, '2021-05-23 00:00:00', 0.00031252224536207, 0.000488076923076914, 0.000321844444031346, 0.000624615384615382, 0.000434708390320907, 0.00100076923076923, 0.000713682675660876, 0.00165980769230771, 0.00183181109414026, 0.00588326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 300, '2021-05-23 00:00:00', 0.000196376012948471, 0.000436538461538452, 0.000332518651877095, 0.000700576923076918, 0.00051272803557201, 0.00106403846153846, 0.000668599569709242, 0.00168076923076925, 0.00175116775324352, 0.00585749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 315, '2021-05-23 00:00:00', 0.000301779912162186, 0.000533653846153858, 0.000348397209208998, 0.000761153846153858, 0.000502535609147784, 0.00106596153846156, 0.000597779352141045, 0.00166307692307695, 0.00171952512451727, 0.00584557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 330, '2021-05-23 00:00:00', 0.000334104773985655, 0.000500000000000013, 0.000522696411372352, 0.000743461538461545, 0.000562012318507196, 0.000940384615384627, 0.000583677894574891, 0.00168326923076924, 0.00171993300406194, 0.00584846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 345, '2021-05-23 00:00:00', 0.000322552380957789, 0.000489038461538467, 0.000348154474998581, 0.00065653846153848, 0.000409282110718076, 0.000865384615384635, 0.000627215580654192, 0.00175076923076924, 0.00172063007243098, 0.00586961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 360, '2021-05-23 00:00:00', 0.000173880263842225, 0.000407115384615396, 0.000188867984011612, 0.000556346153846161, 0.000237547080353801, 0.000783846153846165, 0.000662196723036286, 0.0018125, 0.00174499857835515, 0.00591096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 375, '2021-05-23 00:00:00', 0.000154645127257915, 0.000376346153846143, 0.000196220147165989, 0.000577884615384618, 0.000200345854807286, 0.000722307692307689, 0.000728159745787017, 0.00198884615384616, 0.00173648956230665, 0.00590999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 390, '2021-05-23 00:00:00', 0.000166349493074526, 0.000426923076923094, 0.000145930963656948, 0.000529615384615391, 0.000201942108993181, 0.000728846153846167, 0.000771270480341458, 0.00207307692307693, 0.00169681760952672, 0.00592499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 405, '2021-05-23 00:00:00', 0.000164760548862694, 0.00035096153846154, 0.000190163492411532, 0.000508076923076917, 0.000239651108585289, 0.000794423076923085, 0.000828670691761579, 0.00223865384615385, 0.00168781615841755, 0.00594423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 420, '2021-05-23 00:00:00', 0.000146732226023624, 0.000352115384615381, 0.000170651804741518, 0.000525961538461542, 0.000236132378127186, 0.000782499999999998, 0.000887100831143439, 0.00238673076923077, 0.00164710893572763, 0.0059603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 435, '2021-05-23 00:00:00', 0.000138816564074811, 0.000364038461538464, 0.0001936507562201, 0.000536153846153853, 0.000290570327777308, 0.000766346153846144, 0.000855444846039413, 0.00253826923076923, 0.0016426867766418, 0.00595961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 450, '2021-05-23 00:00:00', 0.000196293442031599, 0.000383653846153849, 0.000229729272104212, 0.000536538461538458, 0.000370840884394439, 0.000805192307692322, 0.000916493568738195, 0.00265730769230768, 0.00163006559565982, 0.00595461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 465, '2021-05-23 00:00:00', 0.000172069753297902, 0.000379999999999991, 0.000261105637331236, 0.000566923076923063, 0.000282832377648225, 0.000816923076923066, 0.000958783604365447, 0.00273499999999998, 0.0016494397183939, 0.00593076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 480, '2021-05-23 00:00:00', 0.000199625803789146, 0.000427692307692296, 0.000241771665960957, 0.000611538461538471, 0.000298937091401157, 0.000870769230769239, 0.000915388463146402, 0.00278903846153845, 0.001619045967894, 0.00592538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 495, '2021-05-23 00:00:00', 0.000168625780490853, 0.000404423076923079, 0.000168448691115304, 0.0005801923076923, 0.000317926031552085, 0.000869807692307707, 0.000874168550021196, 0.00281942307692307, 0.00158163605655176, 0.00591615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 510, '2021-05-23 00:00:00', 0.000137377077922273, 0.000377307692307687, 0.000223375503098741, 0.000578846153846163, 0.000419188639379225, 0.000968653846153851, 0.000856086826114127, 0.00293057692307691, 0.00162655875535297, 0.00594576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 525, '2021-05-23 00:00:00', 0.000157754921902987, 0.000431153846153865, 0.000231889313781707, 0.000679423076923091, 0.000555021586551787, 0.0011798076923077, 0.000836575735685931, 0.00298980769230768, 0.0016149278264416, 0.00594173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 540, '2021-05-23 00:00:00', 0.000169394850525664, 0.000558846153846151, 0.000353334881467328, 0.000808461538461536, 0.000504557079183169, 0.00129961538461539, 0.000811187946542227, 0.00299173076923076, 0.00161688327917062, 0.00592846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 555, '2021-05-23 00:00:00', 0.000247212225861479, 0.000551730769230775, 0.000415412862287449, 0.000935384615384616, 0.000483394925341764, 0.00142057692307692, 0.000819093495179985, 0.00302807692307691, 0.00162298377877101, 0.00594211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 570, '2021-05-23 00:00:00', 0.000300875645152857, 0.000676923076923079, 0.000354655629286516, 0.000961153846153853, 0.000490161825711272, 0.00145884615384616, 0.000808805386880036, 0.00294307692307692, 0.00160869196745488, 0.0059303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 585, '2021-05-23 00:00:00', 0.000342125483052412, 0.000640384615384622, 0.000395006183009063, 0.00109326923076922, 0.00049546388520099, 0.00151769230769231, 0.000840662856596829, 0.00290096153846152, 0.00163999471152993, 0.00592942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 600, '2021-05-23 00:00:00', 0.000290879898557138, 0.000863653846153829, 0.000303450731015507, 0.00114788461538461, 0.000421825018406715, 0.00156288461538461, 0.000842408725939166, 0.00289269230769229, 0.00159955177615961, 0.00596673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 615, '2021-05-23 00:00:00', 0.000212735661181799, 0.000687692307692299, 0.000259574577989563, 0.000969807692307688, 0.000361616296858758, 0.00144788461538462, 0.000898306098250391, 0.00281961538461538, 0.00163476929682635, 0.0059755769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 630, '2021-05-23 00:00:00', 0.00025862335250618, 0.000719038461538471, 0.000297688337282204, 0.00102211538461539, 0.000424209128397045, 0.00143923076923077, 0.00087162571360384, 0.00281923076923077, 0.00166800839326424, 0.00598999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 645, '2021-05-23 00:00:00', 0.000282906616829933, 0.000623076923076923, 0.000329720161069026, 0.000929230769230785, 0.000534173300890832, 0.00144365384615383, 0.000826187094661148, 0.00279134615384615, 0.00178233188871725, 0.00601480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 660, '2021-05-23 00:00:00', 0.000240111192191003, 0.000649230769230791, 0.000380043570376632, 0.000963653846153848, 0.000657168196477533, 0.00142903846153845, 0.000851319067004943, 0.00277807692307692, 0.00185108113939269, 0.00608576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 675, '2021-05-23 00:00:00', 0.00027981752295711, 0.000595384615384613, 0.000482167860971517, 0.000959615384615364, 0.000649429098398089, 0.00137307692307692, 0.000815214176671472, 0.00269307692307691, 0.00185926217789579, 0.00609538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 690, '2021-05-23 00:00:00', 0.000341329808926121, 0.000655961538461527, 0.000429848273768252, 0.000941538461538468, 0.000597705741854777, 0.00144307692307693, 0.000789654744419753, 0.00273384615384615, 0.0018626696825132, 0.0061028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 705, '2021-05-23 00:00:00', 0.000242747494639691, 0.000577884615384622, 0.000443249235324092, 0.000856730769230771, 0.000513790925751538, 0.00133634615384615, 0.000730212192553533, 0.00267461538461538, 0.00200179516549905, 0.00622173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 720, '2021-05-23 00:00:00', 0.000267780909298285, 0.000591153846153837, 0.000405069082427261, 0.000964807692307685, 0.000465194748300278, 0.00132692307692308, 0.000735382475053196, 0.00266076923076923, 0.00198769553464848, 0.00620153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 735, '2021-05-23 00:00:00', 0.000341495185234684, 0.000670192307692309, 0.000394166159808855, 0.000930192307692304, 0.000504283192721659, 0.00126846153846153, 0.000819919813152467, 0.0027675, 0.00198878785077358, 0.00620134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 750, '2021-05-23 00:00:00', 0.00024074060409814, 0.00057903846153845, 0.000292653969995018, 0.000852115384615377, 0.000371535949187237, 0.00116019230769231, 0.000831858438400693, 0.00270730769230769, 0.001977331194779, 0.00623057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 765, '2021-05-23 00:00:00', 0.00019906744121991, 0.000565384615384626, 0.000332326588672121, 0.000814807692307697, 0.000395841071449316, 0.00113192307692309, 0.000847476457580865, 0.00277788461538462, 0.00197281965334274, 0.00628923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 780, '2021-05-23 00:00:00', 0.000262891905250339, 0.000578076923076914, 0.000290119139983223, 0.000806346153846159, 0.000373770600152629, 0.0011573076923077, 0.000850454810448711, 0.00288076923076925, 0.00200656339392658, 0.00634942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 795, '2021-05-23 00:00:00', 0.000251443907187129, 0.000589038461538473, 0.000328195591307745, 0.000847115384615383, 0.000414082860529866, 0.00130115384615385, 0.000863571920304513, 0.00293269230769232, 0.00201953349525615, 0.00634653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 810, '2021-05-23 00:00:00', 0.000225992596883497, 0.000560576923076915, 0.00024379696786148, 0.000750192307692316, 0.000468338675943608, 0.00130365384615385, 0.000818845834085988, 0.00294250000000001, 0.00202791108893249, 0.00631576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 825, '2021-05-23 00:00:00', 0.000178785754896314, 0.000527884615384632, 0.00038369905073959, 0.000914807692307694, 0.000431689703375017, 0.00129, 0.000747611787370546, 0.00299076923076924, 0.00201316853205626, 0.00630153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 840, '2021-05-23 00:00:00', 0.000338681209308189, 0.000700192307692292, 0.000398380423136553, 0.000989807692307678, 0.000375995294569555, 0.00128730769230769, 0.000742700374413421, 0.00302461538461539, 0.00201488042210564, 0.00628365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 855, '2021-05-23 00:00:00', 0.000245064198810166, 0.000612692307692299, 0.000228614556370803, 0.000836153846153845, 0.000343296743133609, 0.00122942307692307, 0.00070885164445471, 0.00294942307692309, 0.0019792186589662, 0.00622249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 870, '2021-05-23 00:00:00', 0.000183771597370189, 0.000589999999999997, 0.000252844738008235, 0.000812307692307698, 0.000319575258982658, 0.00128711538461538, 0.000706829649806905, 0.00295307692307693, 0.00193200387202988, 0.00622980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 885, '2021-05-23 00:00:00', 0.000224911948582968, 0.000594230769230768, 0.000280512991609187, 0.000898461538461527, 0.00044215003544743, 0.00136057692307691, 0.000703495475902569, 0.00299173076923077, 0.00187354316737032, 0.00625499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 900, '2021-05-23 00:00:00', 0.000222068942863727, 0.000666153846153829, 0.000268529399622349, 0.000965961538461521, 0.000459674508588593, 0.00150557692307691, 0.000709002576755649, 0.00298057692307692, 0.00185034412599802, 0.00619923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 915, '2021-05-23 00:00:00', 0.000259955987399053, 0.000691346153846144, 0.000391213349229539, 0.00102173076923076, 0.000499436798188331, 0.00161865384615385, 0.000734245216846204, 0.00291596153846154, 0.00182853902379426, 0.0062101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 930, '2021-05-23 00:00:00', 0.000424784108061429, 0.000763461538461531, 0.000465238111078633, 0.0011775, 0.000550006328634931, 0.00158519230769231, 0.000833999723298226, 0.00294153846153847, 0.00188822032612722, 0.00633 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 945, '2021-05-23 00:00:00', 0.000354265274357224, 0.000821730769230772, 0.000548254011876299, 0.0012423076923077, 0.000689291191118711, 0.00167211538461539, 0.000866706786546712, 0.00288557692307693, 0.00209080610144655, 0.00647692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 960, '2021-05-23 00:00:00', 0.000321407002939351, 0.000852307692307691, 0.000433145427701199, 0.00107980769230769, 0.000663158062142519, 0.00168615384615386, 0.000746597203728594, 0.00282576923076923, 0.00220405309338536, 0.00644903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 975, '2021-05-23 00:00:00', 0.000326518228964554, 0.000741923076923061, 0.000492326228617375, 0.00120134615384614, 0.000696586401952126, 0.00175115384615385, 0.00114774489593891, 0.00298288461538462, 0.0021911198138079, 0.00649596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 990, '2021-05-23 00:00:00', 0.000353692608826454, 0.00093769230769231, 0.000604722218492491, 0.00129519230769232, 0.000625258838709715, 0.00174115384615386, 0.00114175310546814, 0.00293807692307693, 0.00223502025459761, 0.00650846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1005, '2021-05-23 00:00:00', 0.000385350988860022, 0.000869230769230785, 0.000336467451849129, 0.00123788461538463, 0.00041481135656882, 0.0016273076923077, 0.00115750642131463, 0.00277365384615385, 0.0023222919795886, 0.00650096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1020, '2021-05-23 00:00:00', 0.000311192001083674, 0.000897692307692309, 0.000338189068649255, 0.00115961538461539, 0.000359464398579561, 0.00161442307692309, 0.00118539699614161, 0.00265096153846155, 0.00238929800601315, 0.0065751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1035, '2021-05-23 00:00:00', 0.000291976882646566, 0.000752500000000006, 0.000401559460105242, 0.001075, 0.000339845496569348, 0.00147980769230769, 0.00113869393807792, 0.00250173076923077, 0.00252031475445796, 0.00666769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1050, '2021-05-23 00:00:00', 0.000283646584000922, 0.000765769230769239, 0.00028554623766767, 0.00113442307692309, 0.000440116287080869, 0.00148288461538462, 0.00115424195903632, 0.0024625, 0.00253701948083846, 0.00668038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1065, '2021-05-23 00:00:00', 0.000303217933811012, 0.000933653846153861, 0.000304844474849314, 0.00121307692307693, 0.000483849825716763, 0.00157442307692308, 0.0011575347145484, 0.00250615384615385, 0.0025609599837681, 0.00669903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1080, '2021-05-23 00:00:00', 0.000303559967463021, 0.000795576923076926, 0.000473897100158316, 0.0010423076923077, 0.000588944068129235, 0.00141134615384616, 0.00127665224769257, 0.00246480769230769, 0.00271490328486189, 0.00670461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1095, '2021-05-23 00:00:00', 0.000322250082055253, 0.000681346153846147, 0.000367543665642385, 0.00103788461538461, 0.00042128083087358, 0.00131346153846154, 0.00137955663167557, 0.0024225, 0.00273068498028215, 0.0066623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1110, '2021-05-23 00:00:00', 0.000264132251256517, 0.00070461538461538, 0.000335877037940045, 0.00087423076923077, 0.000511740769711193, 0.00120615384615385, 0.00139010454781149, 0.00235557692307692, 0.00275153594169904, 0.00668096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1125, '2021-05-23 00:00:00', 0.000213334334933549, 0.000626538461538458, 0.000373195813728682, 0.000903653846153852, 0.000407806515208061, 0.00114192307692309, 0.00141343625199778, 0.00229596153846154, 0.00270888473361272, 0.00670750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1140, '2021-05-23 00:00:00', 0.000228469826319511, 0.000562307692307712, 0.000345526187363336, 0.000792884615384634, 0.000311364490836449, 0.00110538461538462, 0.00140814045409594, 0.00223653846153847, 0.00267653407485245, 0.00671557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1155, '2021-05-23 00:00:00', 0.000335774420613692, 0.000572692307692315, 0.000305761156158497, 0.000736730769230779, 0.00127193559343474, 0.00140307692307692, 0.00143790441802806, 0.00227134615384616, 0.00265278463998756, 0.00671288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1170, '2021-05-23 00:00:00', 0.000207351522410973, 0.00052557692307692, 0.000280464998501799, 0.000808846153846149, 0.00128189937202576, 0.00133999999999999, 0.00143035274024922, 0.0022398076923077, 0.00268050033360595, 0.00672403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1185, '2021-05-23 00:00:00', 0.000203036658304323, 0.000538269230769213, 0.00131935475196722, 0.00103480769230768, 0.00129349831256767, 0.00122326923076923, 0.00141678955877228, 0.00214942307692308, 0.0027138504011828, 0.006715 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1200, '2021-05-23 00:00:00', 0.00136006177744306, 0.000854038461538463, 0.00133310320449926, 0.00098192307692307, 0.00131341617108271, 0.00118096153846155, 0.0015168449035872, 0.00240269230769232, 0.00272524356003983, 0.0067223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1215, '2021-05-23 00:00:00', 0.000139700916796729, 0.000442884615384596, 0.000207725780778414, 0.000604999999999997, 0.000330370421473563, 0.000861153846153843, 0.000776098353204125, 0.0022294230769231, 0.00267621484276122, 0.00672326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1230, '2021-05-23 00:00:00', 0.000132838392272474, 0.000435961538461542, 0.00023535480580473, 0.000638269230769232, 0.000336898580950045, 0.000875576923076916, 0.000798493581689917, 0.00220000000000003, 0.00265294666361766, 0.00676000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1245, '2021-05-23 00:00:00', 0.000180041555032333, 0.000479807692307689, 0.000303022022555873, 0.000657884615384608, 0.000411506425784022, 0.000906538461538452, 0.00079760053622387, 0.00220884615384617, 0.00262370789444723, 0.00683634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1260, '2021-05-23 00:00:00', 0.00025086473523517, 0.000451346153846156, 0.000275593694803383, 0.000606730769230752, 0.000408978135582602, 0.00100134615384615, 0.000742103688587635, 0.00217673076923078, 0.00262013150726919, 0.00687634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1275, '2021-05-23 00:00:00', 0.000158425425309872, 0.000423846153846146, 0.000243144781180638, 0.000614230769230766, 0.000460148847155427, 0.00110980769230769, 0.000817548681213428, 0.00219038461538463, 0.00263116304351109, 0.00691019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1290, '2021-05-23 00:00:00', 0.000193775941191398, 0.000463653846153848, 0.000307033949513479, 0.000809615384615385, 0.000454371967242008, 0.00107826923076924, 0.00092096464894987, 0.00218173076923079, 0.00263490362544529, 0.00694365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1305, '2021-05-23 00:00:00', 0.000241503304643736, 0.000620384615384632, 0.000395594440732496, 0.000865192307692322, 0.000391274692020043, 0.00102673076923077, 0.000967451052230303, 0.00215346153846156, 0.00265731562787599, 0.00698788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1320, '2021-05-23 00:00:00', 0.000396147845361574, 0.000628653846153857, 0.000414315747300936, 0.000761538461538467, 0.000391172399529732, 0.00104461538461538, 0.00106369936831504, 0.00223211538461541, 0.00262637923472896, 0.00704173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1335, '2021-05-23 00:00:00', 0.000218001499641964, 0.000410576923076918, 0.000208200347298898, 0.000575769230769211, 0.000506053394872068, 0.000975961538461531, 0.00106317724117563, 0.0021696153846154, 0.00258262863258468, 0.00707557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1350, '2021-05-23 00:00:00', 0.000115801720460173, 0.000399038461538454, 0.000181506198241271, 0.000647499999999989, 0.000524903690799925, 0.000956730769230773, 0.00105397848832229, 0.00218057692307694, 0.00257548750426312, 0.00707673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1365, '2021-05-23 00:00:00', 0.000216445409710184, 0.000488846153846145, 0.000548624048100188, 0.000777884615384617, 0.000542280689453207, 0.000967115384615388, 0.00103976158509831, 0.0022069230769231, 0.00273083541035736, 0.00721903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1380, '2021-05-23 00:00:00', 0.000534240114555237, 0.000592500000000017, 0.00057993288736383, 0.000736923076923097, 0.000765964349441537, 0.00140923076923078, 0.001022988927679, 0.00224288461538463, 0.00273503315266085, 0.00720711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1395, '2021-05-23 00:00:00', 0.000322763070997915, 0.000475000000000007, 0.000323824798309215, 0.00063250000000001, 0.000708143971671998, 0.00158826923076925, 0.00105028847685547, 0.00233826923076924, 0.00272976544498158, 0.00717076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1410, '2021-05-23 00:00:00', 0.000215356323691336, 0.00043288461538462, 0.00069573052365012, 0.00115519230769232, 0.000733832851435632, 0.0015694230769231, 0.00128201662055709, 0.00242615384615385, 0.00271864734465791, 0.00717923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 2, 1425, '2021-05-23 00:00:00', 0.000617385212003021, 0.00102750000000001, 0.000643013338777791, 0.00142307692307694, 0.000626646661573761, 0.00155096153846155, 0.00120728826778797, 0.00245519230769232, 0.00272885341517983, 0.00714519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 0, '2021-05-23 00:00:00', 0.000463430560726625, 0.00104673076923077, 0.000551493531589109, 0.00125365384615385, 0.000532108577699644, 0.00139653846153846, 0.00119959102005002, 0.00242615384615386, 0.00275766652332117, 0.00710057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 15, '2021-05-23 00:00:00', 0.000362113295063207, 0.000619038461538477, 0.000408382032679435, 0.000881730769230764, 0.000473137522697806, 0.00113865384615386, 0.00116208453287121, 0.0022273076923077, 0.00269710443738354, 0.0070221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 30, '2021-05-23 00:00:00', 0.000373095986824591, 0.000653846153846146, 0.000405363274872545, 0.000864230769230777, 0.000486028647462114, 0.00109961538461539, 0.00112263255170776, 0.00219038461538462, 0.00262112114150827, 0.00698403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 45, '2021-05-23 00:00:00', 0.000335907782674865, 0.000555961538461551, 0.000440529227180209, 0.000870000000000007, 0.000481810248318381, 0.00108134615384615, 0.00113575200434983, 0.00221384615384615, 0.00262086474279008, 0.00698000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 60, '2021-05-23 00:00:00', 0.000344580011920851, 0.000660769230769225, 0.000406959268421102, 0.000775384615384605, 0.000653972829357974, 0.0011326923076923, 0.0011286727399234, 0.00216192307692306, 0.00256387819223446, 0.00695923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 75, '2021-05-23 00:00:00', 0.000234375766665408, 0.000399999999999994, 0.000258744973938535, 0.000599807692307689, 0.000584594007706352, 0.00096192307692308, 0.00111902100069661, 0.00211499999999999, 0.00254832672853869, 0.00690634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 90, '2021-05-23 00:00:00', 0.000219287394846261, 0.000434807692307688, 0.000573778300793548, 0.000738461538461547, 0.000544784784606241, 0.0010226923076923, 0.00113278601414662, 0.00211307692307692, 0.00247399362601009, 0.00688269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 105, '2021-05-23 00:00:00', 0.00055514308619837, 0.000519615384615394, 0.0005300515577245, 0.000760576923076935, 0.00051105637202234, 0.00104384615384616, 0.00114361210812329, 0.00219057692307692, 0.00243114294899778, 0.00691596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 120, '2021-05-23 00:00:00', 0.000189469400817551, 0.000524423076923084, 0.00027902605337414, 0.000721538461538466, 0.000374187581506733, 0.00103288461538461, 0.00121767238552148, 0.00221096153846153, 0.002381009457869, 0.00691096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 135, '2021-05-23 00:00:00', 0.000225737424047028, 0.000515769230769241, 0.00030345117463048, 0.000721153846153852, 0.000713775902130035, 0.00117403846153845, 0.00124670599828262, 0.00218461538461538, 0.00239412784826672, 0.00690192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 150, '2021-05-23 00:00:00', 0.000256635704093162, 0.000478269230769221, 0.000290747048400918, 0.000740384615384611, 0.001055957549409, 0.0012578846153846, 0.00122348047043607, 0.0022176923076923, 0.00239663421040041, 0.00688653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 165, '2021-05-23 00:00:00', 0.000209910603682759, 0.000532692307692305, 0.000739157524587182, 0.000890384615384616, 0.00106629540213554, 0.00126826923076922, 0.00126884532608923, 0.0021976923076923, 0.0023965525319637, 0.00686403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 180, '2021-05-23 00:00:00', 0.000773658839541046, 0.000715000000000004, 0.00109935388366916, 0.000945192307692291, 0.00113575981006279, 0.00125288461538462, 0.00130060831921067, 0.00218999999999999, 0.00240641146810894, 0.00684192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 195, '2021-05-23 00:00:00', 0.000417872128030346, 0.000538653846153835, 0.000430880359978706, 0.000821730769230759, 0.000421766979048127, 0.00107576923076924, 0.000958163006045341, 0.0020228846153846, 0.00217140241814789, 0.00671269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 210, '2021-05-23 00:00:00', 0.000264818079791796, 0.000603846153846151, 0.000369341826246888, 0.000819230769230777, 0.000399125245428626, 0.0010798076923077, 0.000963546753486223, 0.0020578846153846, 0.0021836815508184, 0.00674865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 225, '2021-05-23 00:00:00', 0.000268392436555144, 0.000542500000000001, 0.000262400237452986, 0.000766730769230771, 0.000365642111696874, 0.00108192307692307, 0.00100925341789783, 0.00196230769230768, 0.00215718195801839, 0.00671 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 240, '2021-05-23 00:00:00', 0.000189504211440939, 0.000515384615384614, 0.000275238148630483, 0.000735961538461539, 0.00036599164555409, 0.000993269230769213, 0.00101513494745204, 0.0019101923076923, 0.00209203354326692, 0.00667788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 255, '2021-05-23 00:00:00', 0.000270313777787097, 0.000498461538461546, 0.000327674381055341, 0.000712499999999992, 0.000482819443875885, 0.000948846153846148, 0.00102505992320149, 0.0018403846153846, 0.0020605994366838, 0.00664903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 270, '2021-05-23 00:00:00', 0.000259509374367521, 0.000513653846153846, 0.000262969506860516, 0.000675192307692303, 0.000432376127214029, 0.000928653846153858, 0.00102267958738869, 0.00186346153846153, 0.00205883611631577, 0.00663307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 285, '2021-05-23 00:00:00', 0.000224463462848284, 0.000499615384615378, 0.000422151677080093, 0.000714038461538455, 0.000596411061136642, 0.00100692307692308, 0.00099401565147868, 0.00189634615384615, 0.00204891458131825, 0.00662519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 300, '2021-05-23 00:00:00', 0.000365330619492059, 0.000512307692307688, 0.00036447375129713, 0.000661346153846165, 0.000805187627441326, 0.00097865384615384, 0.000989269991147297, 0.00185365384615385, 0.00204070285780322, 0.00660192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 315, '2021-05-23 00:00:00', 0.000214424901682464, 0.00044403846153848, 0.000428886214065427, 0.00069076923076923, 0.000648095315876856, 0.000978461538461531, 0.000880423259225133, 0.00190634615384614, 0.00194907362611063, 0.00655 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 330, '2021-05-23 00:00:00', 0.000303489449822951, 0.000434615384615379, 0.000482308112501335, 0.000636346153846138, 0.000567933534843648, 0.000922499999999993, 0.00079199747474344, 0.00192499999999998, 0.00189053842554485, 0.00650153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 345, '2021-05-23 00:00:00', 0.000259974259080813, 0.000448846153846135, 0.00028672313099252, 0.000641923076923059, 0.000476621806208914, 0.000892115384615379, 0.000657976151075872, 0.00193115384615382, 0.00178608317706222, 0.00641134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 360, '2021-05-23 00:00:00', 0.000191759865857913, 0.000419615384615379, 0.00031251959938539, 0.0005925, 0.000379442556714655, 0.000829423076923075, 0.000786895164554968, 0.00191499999999999, 0.00176793226680211, 0.0063675 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 375, '2021-05-23 00:00:00', 0.000239699892493812, 0.000364038461538438, 0.000291570086573739, 0.000568653846153831, 0.000295580589036864, 0.000791730769230755, 0.000815438933241571, 0.00193942307692306, 0.00175239423032079, 0.00634346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 390, '2021-05-23 00:00:00', 0.000253985235791371, 0.000422499999999992, 0.000275899647307878, 0.00060115384615383, 0.000318799490878842, 0.000846346153846139, 0.000788937966753161, 0.00196634615384613, 0.00171349522456744, 0.00630826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 405, '2021-05-23 00:00:00', 0.00016613583413765, 0.000373653846153834, 0.000195806124678303, 0.000515961538461528, 0.000316120960295984, 0.0007326923076923, 0.000951201426537059, 0.00202192307692306, 0.00172494129220054, 0.00628230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 420, '2021-05-23 00:00:00', 0.000145969570063809, 0.000373653846153847, 0.000277709657459271, 0.000555576923076925, 0.00028879830598266, 0.000722692307692298, 0.000997327370834352, 0.00214826923076921, 0.00169224166304753, 0.00625038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 435, '2021-05-23 00:00:00', 0.000223226084083785, 0.000403269230769234, 0.00021447754051325, 0.000528846153846151, 0.000238168734627031, 0.000752115384615371, 0.000958263192527937, 0.00221711538461538, 0.00169554529463352, 0.00622538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 450, '2021-05-23 00:00:00', 0.000190315931666655, 0.000406923076923078, 0.000249880279026071, 0.000556923076923083, 0.000266913123290342, 0.000833846153846151, 0.000896702870778012, 0.00225903846153845, 0.00167400712249198, 0.00621538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 465, '2021-05-23 00:00:00', 0.000196466575744106, 0.00038865384615386, 0.000213429235255008, 0.000575961538461537, 0.000279046522175893, 0.000840192307692304, 0.000980868159414829, 0.0023778846153846, 0.00165002065255142, 0.00619692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 480, '2021-05-23 00:00:00', 0.000168807127082505, 0.000475384615384613, 0.000250512705036318, 0.000656153846153845, 0.000294922936479233, 0.000873461538461526, 0.000950841408761411, 0.00242576923076921, 0.00164404801773411, 0.00619173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 495, '2021-05-23 00:00:00', 0.000243780875756525, 0.000443653846153849, 0.000293353816301167, 0.000612692307692316, 0.00034082817687779, 0.000919615384615371, 0.000892579666774049, 0.00243730769230768, 0.00164934561615767, 0.00616980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 510, '2021-05-23 00:00:00', 0.000173624262749709, 0.00043076923076923, 0.000203182089610416, 0.000574807692307688, 0.000250631203165121, 0.000984999999999967, 0.000911757833064172, 0.00248211538461537, 0.00167612025683859, 0.00615134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 525, '2021-05-23 00:00:00', 0.000135670415118624, 0.000422307692307696, 0.000214332595604259, 0.000707692307692294, 0.000334694809318297, 0.00105115384615382, 0.000899952413271868, 0.00254211538461538, 0.00167585069098102, 0.00614153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 540, '2021-05-23 00:00:00', 0.000213392469768357, 0.000532884615384613, 0.00020314981209402, 0.000784615384615362, 0.000532106698380633, 0.00110846153846153, 0.000860920728058048, 0.00259749999999999, 0.00166150728603232, 0.00613730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 555, '2021-05-23 00:00:00', 0.000186885917484025, 0.000522884615384591, 0.000275744377165635, 0.000774807692307674, 0.000469408137978026, 0.00123, 0.000751849130733434, 0.00262865384615384, 0.0016706968145519, 0.00612961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 570, '2021-05-23 00:00:00', 0.00023545937098492, 0.000553653846153827, 0.000419127527866384, 0.000823269230769235, 0.000465143030111737, 0.00128596153846153, 0.00069133719369394, 0.00260634615384614, 0.00175959479601239, 0.00613038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 585, '2021-05-23 00:00:00', 0.00032734479587219, 0.000591153846153859, 0.000334408605428456, 0.000963653846153857, 0.000524450078287132, 0.00131826923076924, 0.000717128917709646, 0.00259673076923076, 0.00176302930949939, 0.00606211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975900 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 975900, 3, 600, '2021-05-23 00:00:00', 0.000241889358051274, 0.000737692307692307, 0.000321083322519253, 0.000957499999999991, 0.000518725991103352, 0.00139057692307692, 0.000669995407561751, 0.00256038461538462, 0.00178018781420562, 0.00601057692307692 where not exists (select 1 from powerstats_trumpet wh[...];
Date: 2021-05-23 15:11:52 Duration: 14s701ms 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 975215, 1, 915, '2021-05-23 00:00:00', 0.00030466021426146, 0.0008553846153846, 0.000756114765403718, 0.00153846153846151, 0.000850450107069983, 0.00201576923076922, 0.00180541578420213, 0.00514692307692307, 0.00211788388582711, 0.00757807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 930, '2021-05-23 00:00:00', 0.000628701347712402, 0.00128423076923074, 0.000633459852410071, 0.00159076923076923, 0.000689323972063632, 0.00202346153846151, 0.00182831056947707, 0.00510346153846154, 0.00201787672109534, 0.00756769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 945, '2021-05-23 00:00:00', 0.000240727103711953, 0.000981538461538487, 0.000481473379725822, 0.00136615384615386, 0.000744736298192952, 0.0021180769230769, 0.0018476045197873, 0.00503230769230769, 0.00185063652251366, 0.00761653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 960, '2021-05-23 00:00:00', 0.000436067037894901, 0.00113769230769231, 0.000425262272015755, 0.00155, 0.000661937598732216, 0.00236576923076923, 0.00181890842159629, 0.00499038461538463, 0.00179029554930078, 0.0077069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 975, '2021-05-23 00:00:00', 0.000332560462981506, 0.000957307692307695, 0.000609084053818011, 0.00160076923076921, 0.000765302253009562, 0.00257346153846153, 0.00184419809548342, 0.00475884615384616, 0.00176310168125992, 0.00765346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 990, '2021-05-23 00:00:00', 0.000615320929396855, 0.00133961538461536, 0.000633783753463155, 0.00191461538461538, 0.000881523593645581, 0.0028203846153846, 0.00184914267037045, 0.00462615384615384, 0.00178030667193994, 0.0075896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1005, '2021-05-23 00:00:00', 0.000475054166951964, 0.00134730769230771, 0.000724325574905031, 0.00188346153846155, 0.00103768470089016, 0.00270153846153849, 0.00173753565541724, 0.00441692307692308, 0.00176630252657483, 0.00752384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1020, '2021-05-23 00:00:00', 0.000610832596984206, 0.00137730769230769, 0.000828029821090638, 0.00198576923076922, 0.00110377513038734, 0.00287346153846157, 0.00164323171267432, 0.00423230769230771, 0.00177998150379329, 0.00756307692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1035, '2021-05-23 00:00:00', 0.000571438131788162, 0.00135846153846155, 0.000630356675590514, 0.00185846153846157, 0.00126026883578924, 0.00279846153846156, 0.00150787660176618, 0.00389038461538462, 0.00180702339178594, 0.00746153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1050, '2021-05-23 00:00:00', 0.000467024789327236, 0.00131807692307693, 0.000677496749921224, 0.00204538461538464, 0.00116422843383667, 0.00270961538461541, 0.0013333388974243, 0.00370384615384615, 0.00176372006325791, 0.00734269230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1065, '2021-05-23 00:00:00', 0.000477850958418534, 0.0014115384615385, 0.000955742562698676, 0.0019596153846154, 0.00102289130184227, 0.00240115384615387, 0.00122746643381961, 0.00341461538461539, 0.00176562165996962, 0.00722961538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1080, '2021-05-23 00:00:00', 0.000763099600314392, 0.00126279999999999, 0.000774329172036425, 0.0016376, 0.000950666958859228, 0.0022152, 0.00107517796976438, 0.00326920000000001, 0.00194161384763639, 0.00727680000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1095, '2021-05-23 00:00:00', 0.000423615391599489, 0.00105499999999999, 0.000548184696556222, 0.00140230769230768, 0.000930540620367445, 0.00201461538461536, 0.000938573713346254, 0.00304384615384615, 0.00195252361356747, 0.00731730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1110, '2021-05-23 00:00:00', 0.000414137844015893, 0.000976923076923072, 0.000725550507174729, 0.00147653846153845, 0.000925499948053021, 0.00189307692307692, 0.000904377048666001, 0.00290538461538463, 0.00202712558906599, 0.00736307692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1125, '2021-05-23 00:00:00', 0.000503060173797865, 0.000981538461538444, 0.000688060037630886, 0.00133115384615383, 0.000725963868564782, 0.00177653846153845, 0.00077552443794257, 0.00274307692307693, 0.00211407521152867, 0.00744500000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1140, '2021-05-23 00:00:00', 0.000386890761764156, 0.000877307692307692, 0.000442860630968152, 0.00116153846153849, 0.000530553992032412, 0.00153653846153847, 0.000749966665925889, 0.002615, 0.00212211404029097, 0.00753000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1155, '2021-05-23 00:00:00', 0.000317040157611712, 0.000787692307692344, 0.000477747277897463, 0.00112230769230771, 0.000508759123902321, 0.00141961538461539, 0.00085047036759305, 0.00249961538461539, 0.00227679332530513, 0.00759961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1170, '2021-05-23 00:00:00', 0.00032093637040098, 0.000718076923076905, 0.000279728439741149, 0.000960000000000012, 0.000437696768937681, 0.0012476923076923, 0.000932559092786352, 0.00243769230769231, 0.00221746525425908, 0.00758192307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1185, '2021-05-23 00:00:00', 0.000259928096566386, 0.000728846153846155, 0.000288048339960217, 0.000960384615384622, 0.000432156666748746, 0.00121923076923077, 0.000936920405452823, 0.00246961538461538, 0.00228695201927405, 0.00763153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1200, '2021-05-23 00:00:00', 0.000284609313864559, 0.000647692307692289, 0.00034689679245473, 0.000864230769230735, 0.000497344486710671, 0.00126653846153847, 0.00101434116548627, 0.00249999999999999, 0.00222884599323025, 0.00770230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1215, '2021-05-23 00:00:00', 0.000273840211690082, 0.0005773076923077, 0.000342049029324057, 0.000868461538461557, 0.000532866269844931, 0.00131230769230772, 0.00105747333117856, 0.00258461538461539, 0.00231876615067983, 0.00787730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1230, '2021-05-23 00:00:00', 0.000300140736219626, 0.000652692307692322, 0.000529648359400259, 0.000970769230769237, 0.000528948448847765, 0.00126769230769231, 0.00106139972895015, 0.00250423076923077, 0.00241679116567022, 0.00792346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1245, '2021-05-23 00:00:00', 0.000374998051277, 0.000663461538461512, 0.000325259896083117, 0.000924999999999988, 0.000447368373422283, 0.00118230769230767, 0.00106117699531449, 0.00238615384615383, 0.0024024063897556, 0.00796269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1260, '2021-05-23 00:00:00', 0.000294858505832118, 0.000671538461538471, 0.00044323305208609, 0.000913461538461545, 0.000605346563167301, 0.00133730769230769, 0.00107599692593216, 0.00232423076923075, 0.00240469502304268, 0.00794307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1275, '2021-05-23 00:00:00', 0.000307467321590712, 0.000608076923076936, 0.000323129171599346, 0.000822692307692308, 0.000640769369286152, 0.00140423076923076, 0.00109141770893855, 0.00227384615384616, 0.00239622629597845, 0.00796730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1290, '2021-05-23 00:00:00', 0.000211956454163459, 0.000571538461538474, 0.000555467509262369, 0.00101807692307696, 0.000638843787334109, 0.00140423076923077, 0.00107661670916886, 0.00223653846153848, 0.00247556066687625, 0.00801384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1305, '2021-05-23 00:00:00', 0.000470565126695029, 0.000793461538461553, 0.000517971190170011, 0.00110692307692305, 0.000647350101449099, 0.00146692307692306, 0.00103798747583968, 0.002145, 0.00249500809309621, 0.00809576923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1320, '2021-05-23 00:00:00', 0.000356881579152594, 0.000747307692307677, 0.000418772565408067, 0.000937692307692302, 0.000642515728631166, 0.0013823076923077, 0.000919991053468202, 0.00200653846153847, 0.00247484451726074, 0.0080992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1335, '2021-05-23 00:00:00', 0.00026647701589444, 0.000595000000000004, 0.000334618267007943, 0.000905769230769246, 0.000518631334898362, 0.00128769230769231, 0.000804771157152531, 0.00194384615384615, 0.00243845512253466, 0.00811076923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1350, '2021-05-23 00:00:00', 0.000263792459214553, 0.000672307692307698, 0.000400609727597989, 0.00100807692307693, 0.000534025784453837, 0.00122653846153846, 0.000822676027457878, 0.00189961538461536, 0.00241733957386726, 0.00810884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1365, '2021-05-23 00:00:00', 0.000352002622367874, 0.000735384615384608, 0.000389433513630343, 0.00087769230769231, 0.000512257146963711, 0.00111923076923077, 0.000786223006140524, 0.00188884615384616, 0.00240516856917639, 0.00808961538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1380, '2021-05-23 00:00:00', 0.000257329779436084, 0.000561153846153859, 0.000375389848639455, 0.000778461538461565, 0.000559013967074741, 0.00112615384615387, 0.00074321877926098, 0.00187307692307692, 0.00241323555546366, 0.00811538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1395, '2021-05-23 00:00:00', 0.000332697136470058, 0.000549230769230789, 0.000371906729415607, 0.00078115384615384, 0.000732273593259124, 0.00131384615384616, 0.000752967462776456, 0.00195, 0.00241635838528849, 0.00811961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1410, '2021-05-23 00:00:00', 0.000189947766099413, 0.000461923076923054, 0.000300069991835234, 0.00078500000000001, 0.000650595112185773, 0.00119500000000001, 0.00075408263166886, 0.00207384615384615, 0.00241908339284503, 0.00812269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 1, 1425, '2021-05-23 00:00:00', 0.00025431900016742, 0.000596923076923093, 0.000680924823592616, 0.00103884615384615, 0.000663845209019761, 0.0011176923076923, 0.000825343937631206, 0.00227384615384614, 0.0024223045606644, 0.00813076923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 0, '2021-05-23 00:00:00', 0.000761841493710132, 0.000762307692307682, 0.000727897287766952, 0.000907692307692302, 0.000702908353803103, 0.00100192307692306, 0.000824577840706739, 0.00229615384615385, 0.00242837321298408, 0.00815269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 15, '2021-05-23 00:00:00', 0.000297078553023712, 0.00045840000000001, 0.000313953287395844, 0.000586000000000002, 0.000314259446954255, 0.000824399999999992, 0.000778813841684884, 0.00215520000000002, 0.00249053876366811, 0.00816000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 30, '2021-05-23 00:00:00', 0.00033907696531289, 0.000444166666666653, 0.000318526669417876, 0.000596249999999974, 0.000366617915072581, 0.000925, 0.00077049955562439, 0.00220499999999998, 0.00253436539808581, 0.00810083333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 45, '2021-05-23 00:00:00', 0.00025893895924598, 0.000414230769230742, 0.000287262945748312, 0.000679999999999971, 0.000371932169167337, 0.00090846153846152, 0.000851006734132241, 0.00235730769230769, 0.00245725891688595, 0.00808576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 60, '2021-05-23 00:00:00', 0.000192032449180997, 0.000517307692307682, 0.000333673262569595, 0.00070461538461538, 0.000352723905974818, 0.000843076923076921, 0.000941739144022691, 0.00240384615384618, 0.00246788617116882, 0.0080569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 75, '2021-05-23 00:00:00', 0.000266667179486692, 0.000450769230769229, 0.000299909730008625, 0.000564615384615386, 0.00037125815194365, 0.000896153846153841, 0.00099391355451373, 0.00248192307692308, 0.00247588122618067, 0.0080696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 90, '2021-05-23 00:00:00', 0.000171731901968867, 0.000340384615384608, 0.000236072022908269, 0.000534999999999995, 0.000393272854976732, 0.000916538461538445, 0.000958489195798024, 0.00255153846153847, 0.00247544087759364, 0.00804346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 105, '2021-05-23 00:00:00', 0.000206573510849327, 0.000413846153846158, 0.000300074093414388, 0.000727307692307683, 0.000437257361287336, 0.00103500000000002, 0.000952915849057297, 0.00259384615384614, 0.00249337164374792, 0.00800692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 120, '2021-05-23 00:00:00', 0.00021226434897586, 0.000588076923076933, 0.00026501785135809, 0.000732307692307699, 0.000397906830996679, 0.0010546153846154, 0.000951934063650619, 0.0026123076923077, 0.00250758651971298, 0.00801307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 135, '2021-05-23 00:00:00', 0.000187671152653923, 0.000452692307692327, 0.000298495973429821, 0.000729615384615416, 0.000376181012075475, 0.00111807692307694, 0.000929281360059371, 0.00254961538461537, 0.00252990911968123, 0.00800807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 150, '2021-05-23 00:00:00', 0.000193204952954471, 0.000458076923076944, 0.000254832976974809, 0.000649615384615387, 0.000476321158624989, 0.00119538461538462, 0.000853569879073463, 0.00247846153846154, 0.00250034265344082, 0.00795576923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 165, '2021-05-23 00:00:00', 0.000183802569664821, 0.000439230769230786, 0.00033275192885067, 0.000809615384615394, 0.000599868703583081, 0.00138230769230768, 0.000808620097164558, 0.0025023076923077, 0.00251804539581493, 0.00797615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 180, '2021-05-23 00:00:00', 0.000294644505489906, 0.000690769230769204, 0.000413260394722456, 0.00103192307692306, 0.000630015384427546, 0.00144076923076923, 0.000798323628226417, 0.00248615384615384, 0.0025064830708815, 0.00798423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 195, '2021-05-23 00:00:00', 0.000301579432067514, 0.000716923076923102, 0.000481763587090348, 0.00101807692307694, 0.000526495525585502, 0.00121846153846159, 0.000786658463668633, 0.00225653846153849, 0.00251848052480981, 0.00797192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 210, '2021-05-23 00:00:00', 0.000339431198421028, 0.000621538461538477, 0.000381869288953902, 0.000828076923076968, 0.000393989652343635, 0.00110038461538462, 0.000793014501758938, 0.00209000000000001, 0.00254927178138871, 0.00800115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 225, '2021-05-23 00:00:00', 0.000197272556475703, 0.000547307692307717, 0.000362028473168328, 0.000833846153846176, 0.000448894710971813, 0.00111769230769231, 0.000776131729501152, 0.0021473076923077, 0.00255245281731426, 0.00800076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 240, '2021-05-23 00:00:00', 0.000352105971810472, 0.000651153846153867, 0.000361999787505218, 0.000849615384615374, 0.000605894761108273, 0.00117269230769231, 0.000783195034163544, 0.00215230769230768, 0.00257222717025241, 0.00800615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 255, '2021-05-23 00:00:00', 0.000238599761428712, 0.000505384615384613, 0.000363736379602239, 0.000758076923076928, 0.000618843710852353, 0.00115653846153847, 0.000780519353724431, 0.00203230769230769, 0.00258131439386994, 0.00795 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 270, '2021-05-23 00:00:00', 0.000238756071207555, 0.000532692307692322, 0.000394141911186641, 0.000759615384615425, 0.000502582867258268, 0.0011615384615385, 0.000737062777829327, 0.00193846153846156, 0.00258668733800889, 0.00794076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 285, '2021-05-23 00:00:00', 0.000283538085896523, 0.000555384615384633, 0.000410155880311183, 0.000810384615384629, 0.000407891388258418, 0.00116076923076924, 0.000745939985212217, 0.0019123076923077, 0.00257938946264423, 0.00793500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 300, '2021-05-23 00:00:00', 0.000288902432292659, 0.000523846153846135, 0.000321362484048544, 0.000764615384615398, 0.000381059252408516, 0.00102307692307692, 0.000800261207356687, 0.00183500000000001, 0.00257901734417173, 0.0079323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 315, '2021-05-23 00:00:00', 0.000202727934396368, 0.000511153846153847, 0.000281756304959803, 0.000718846153846175, 0.000430570998344475, 0.000929230769230759, 0.000767193587043051, 0.00192500000000001, 0.00257115624992698, 0.00793269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 330, '2021-05-23 00:00:00', 0.000248838532756922, 0.000476153846153857, 0.000312159968852254, 0.000649615384615387, 0.000454580956655473, 0.000870384615384613, 0.000795854354669324, 0.0020019230769231, 0.00256905277365925, 0.00795192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 345, '2021-05-23 00:00:00', 0.000166757769972312, 0.000418076923076938, 0.000287011390821898, 0.00056346153846154, 0.000415554495176662, 0.000878461538461529, 0.000892251861648577, 0.0020742307692308, 0.00256896438278153, 0.00795500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 360, '2021-05-23 00:00:00', 0.000207957096166842, 0.000393076923076911, 0.00026723800973315, 0.000578076923076901, 0.000391472368609339, 0.000878846153846138, 0.000929128375662649, 0.00213346153846156, 0.00256603027741598, 0.00795923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 375, '2021-05-23 00:00:00', 0.000143810238214704, 0.000384230769230741, 0.000307467321590693, 0.000598076923076887, 0.00039561616984921, 0.000831923076923061, 0.000875874683695343, 0.00237269230769233, 0.00256030650208437, 0.00795423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 390, '2021-05-23 00:00:00', 0.000237849661632019, 0.000387307692307685, 0.000292178027921366, 0.000559999999999979, 0.000336422124946979, 0.000770384615384624, 0.000938651159909775, 0.00257500000000003, 0.00254550418158401, 0.00794346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 405, '2021-05-23 00:00:00', 0.000120509814474237, 0.000368846153846145, 0.000169568229970663, 0.00052423076923077, 0.000436444551064459, 0.000830384615384624, 0.000914842819622793, 0.00277576923076925, 0.00253411629263842, 0.00792423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 420, '2021-05-23 00:00:00', 0.000155498701453902, 0.000379615384615403, 0.000189082399620272, 0.000528076923076932, 0.000485567867394628, 0.000851923076923073, 0.000924855414895513, 0.00284153846153847, 0.00249961424716205, 0.00793076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 435, '2021-05-23 00:00:00', 0.000131215031971902, 0.00037423076923077, 0.000343219373668738, 0.000636538461538473, 0.000418444187988727, 0.000883461538461536, 0.000980307016272889, 0.00293538461538463, 0.00249012131307819, 0.00792807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 450, '2021-05-23 00:00:00', 0.000311153684510779, 0.000473846153846158, 0.000362405000814541, 0.000645769230769234, 0.000363288399950295, 0.000887692307692341, 0.0010065257839947, 0.00292692307692311, 0.00249698528999705, 0.00791653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 465, '2021-05-23 00:00:00', 0.000190497728635762, 0.000414230769230784, 0.00027985078441636, 0.000622692307692322, 0.000301323490876231, 0.000910384615384636, 0.000990246667017098, 0.00294269230769232, 0.00249375971947212, 0.00790846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 480, '2021-05-23 00:00:00', 0.00025831078478927, 0.000487307692307725, 0.000278440989467017, 0.000664230769230808, 0.000301479429072432, 0.00098538461538464, 0.000994897211544229, 0.00304730769230771, 0.00250402924534411, 0.00791230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 495, '2021-05-23 00:00:00', 0.000149483726925004, 0.000415769230769256, 0.0002363429711246, 0.000655000000000004, 0.000391021738526146, 0.00118500000000002, 0.00101352818639414, 0.00310923076923079, 0.00249710860488997, 0.00792076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 510, '2021-05-23 00:00:00', 0.000158324399208129, 0.000521153846153844, 0.00023965488006394, 0.000742307692307713, 0.000359991452890012, 0.00138461538461539, 0.00103098101153893, 0.00324538461538464, 0.00249602872271444, 0.00793923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 525, '2021-05-23 00:00:00', 0.000186995680739932, 0.000490769230769252, 0.00029089173243668, 0.00102500000000003, 0.000461748682893501, 0.00148038461538463, 0.00104106668669874, 0.0033396153846154, 0.00248370446030802, 0.00796038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 540, '2021-05-23 00:00:00', 0.00025735608375586, 0.000871923076923101, 0.000331221747706661, 0.0011803846153846, 0.000545739300962831, 0.00159923076923078, 0.00116358094492163, 0.00341384615384619, 0.00247831766760005, 0.00797230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 555, '2021-05-23 00:00:00', 0.000272683812388035, 0.0007326923076923, 0.000321147222409864, 0.00103653846153846, 0.000566963979319833, 0.00166192307692308, 0.00118719268088146, 0.00335230769230771, 0.0024719082631721, 0.00803769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 570, '2021-05-23 00:00:00', 0.000351511899349979, 0.000776153846153849, 0.000514773288411052, 0.00113346153846155, 0.000777441563473033, 0.0018592307692308, 0.00127420255605072, 0.00340807692307696, 0.00245859296847107, 0.00807076923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 585, '2021-05-23 00:00:00', 0.000331707934554085, 0.000803076923076932, 0.000526315056274804, 0.00138653846153848, 0.000779588056900283, 0.00206153846153849, 0.00128610706576686, 0.00342076923076927, 0.00246306675633322, 0.00808461538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 600, '2021-05-23 00:00:00', 0.00048473561390166, 0.00114384615384617, 0.000752609102747544, 0.00152269230769234, 0.000762600913877084, 0.00209192307692311, 0.00129557780397546, 0.00356461538461541, 0.00248102596644088, 0.00812538461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 615, '2021-05-23 00:00:00', 0.000491749310742162, 0.00100423076923079, 0.000559910569782231, 0.0014896153846154, 0.000710510975392955, 0.00200538461538464, 0.0012507502363966, 0.00355807692307695, 0.00246744978906127, 0.00808730769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 630, '2021-05-23 00:00:00', 0.000319528498789196, 0.000912307692307699, 0.000386269136941917, 0.00130038461538462, 0.000565145590499943, 0.00169846153846156, 0.00125755317979003, 0.00352000000000003, 0.00246854341978922, 0.00807115384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 645, '2021-05-23 00:00:00', 0.0003921547967517, 0.000904230769230766, 0.000482913593162909, 0.00131153846153845, 0.000560130753965927, 0.00171769230769232, 0.00110674741750491, 0.0035646153846154, 0.00247466899107428, 0.00805115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 660, '2021-05-23 00:00:00', 0.000337227610877948, 0.000867692307692296, 0.000400592829921603, 0.00109884615384616, 0.00054213594661801, 0.00163923076923079, 0.00101778772155781, 0.00352038461538462, 0.00242387280702091, 0.0080492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 675, '2021-05-23 00:00:00', 0.000289606895370497, 0.000688076923076913, 0.00043245631171071, 0.00109769230769232, 0.00045515728473368, 0.00150192307692307, 0.00101187814711821, 0.00341576923076924, 0.00243027089341593, 0.00802384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 690, '2021-05-23 00:00:00', 0.000298975944491541, 0.000781153846153865, 0.000364069308701639, 0.00108230769230772, 0.000510992548492988, 0.00155423076923076, 0.000941312994623014, 0.0034069230769231, 0.00237783265892413, 0.00801807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 705, '2021-05-23 00:00:00', 0.000206182891180097, 0.000690769230769247, 0.000272701583871712, 0.000986923076923078, 0.00055759704226119, 0.00158230769230768, 0.00104570189898386, 0.00345269230769232, 0.00230327726378006, 0.0080069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 720, '2021-05-23 00:00:00', 0.000260788449484665, 0.000721153846153822, 0.000475564927218122, 0.00109499999999997, 0.000688680008310238, 0.00163192307692306, 0.00114759554655006, 0.00364653846153846, 0.00230607145129149, 0.00801846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 735, '2021-05-23 00:00:00', 0.000366423042607622, 0.000775384615384605, 0.000479475354303626, 0.00113615384615384, 0.000575729236574078, 0.00157192307692307, 0.00131629766331997, 0.00382346153846153, 0.00236455235639939, 0.00797961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 750, '2021-05-23 00:00:00', 0.000215333730252863, 0.000736153846153827, 0.000282048550103335, 0.00104076923076923, 0.000476503289196831, 0.00145076923076924, 0.00137798788651594, 0.00378115384615383, 0.0023071185158448, 0.0079496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 765, '2021-05-23 00:00:00', 0.000223037768447059, 0.000745384615384622, 0.000325383560645677, 0.00106230769230768, 0.000495040013922707, 0.00147615384615383, 0.00148248959005296, 0.00412923076923076, 0.00227306976440367, 0.00792692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 780, '2021-05-23 00:00:00', 0.000234033856853753, 0.000749615384615411, 0.000430516684211664, 0.00103384615384618, 0.000539022619762249, 0.00153423076923078, 0.00144946143844481, 0.00437230769230768, 0.00239398120293371, 0.00791500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 795, '2021-05-23 00:00:00', 0.000291253260133619, 0.000697307692307709, 0.000334954646757732, 0.00101115384615386, 0.000422337998071868, 0.00157576923076924, 0.00145106014295121, 0.00442653846153848, 0.00244325359998635, 0.00786192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 810, '2021-05-23 00:00:00', 0.000229948823737937, 0.000712692307692314, 0.000333373664226771, 0.00110500000000001, 0.00059195322060497, 0.00168384615384613, 0.00144416534318671, 0.00444153846153848, 0.00245383119599976, 0.00785653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 825, '2021-05-23 00:00:00', 0.000312826567827065, 0.000827307692307689, 0.000404978441971315, 0.00120653846153844, 0.000691015306520878, 0.00178692307692308, 0.00145195613411174, 0.00441615384615386, 0.00250216463210436, 0.00782038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 840, '2021-05-23 00:00:00', 0.000351107478613694, 0.000852692307692309, 0.000549200817972384, 0.00124153846153845, 0.000697551872898787, 0.00170115384615385, 0.00161134482772813, 0.00464192307692308, 0.00246565166920354, 0.0078169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 855, '2021-05-23 00:00:00', 0.000328008442668065, 0.00081846153846152, 0.000412814728419434, 0.0012, 0.000544321172159926, 0.00157846153846156, 0.00167926691881173, 0.00469423076923076, 0.00248317055394914, 0.00781000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 870, '2021-05-23 00:00:00', 0.000352807857927493, 0.000895769230769224, 0.000477403393368769, 0.00115499999999998, 0.000543204877059772, 0.00171653846153846, 0.00172984859275202, 0.00478192307692308, 0.00246165360307629, 0.00780769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 885, '2021-05-23 00:00:00', 0.000302251296364194, 0.000759615384615399, 0.000295633869195294, 0.00115076923076925, 0.00056528889822951, 0.00194346153846155, 0.00182040418166279, 0.00485076923076925, 0.00242508505798488, 0.00778846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 900, '2021-05-23 00:00:00', 0.000283680209987366, 0.000847692307692336, 0.000374664567929145, 0.00139846153846155, 0.000846246099866035, 0.0022673076923077, 0.00181782393156045, 0.00497038461538462, 0.00238344718035422, 0.00779269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 915, '2021-05-23 00:00:00', 0.000292998293510395, 0.00102999999999999, 0.000484873337941093, 0.00157307692307694, 0.000934011036007941, 0.00242615384615385, 0.00206003450307179, 0.00499692307692307, 0.00239282247244032, 0.00779923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 930, '2021-05-23 00:00:00', 0.00050210342177071, 0.00114038461538462, 0.000704461824046184, 0.0016576923076923, 0.00101776708836249, 0.00228461538461539, 0.00207198455592703, 0.00493000000000001, 0.00236879875431863, 0.00778346153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 945, '2021-05-23 00:00:00', 0.000446281732334388, 0.00109923076923076, 0.000686635162334297, 0.00169961538461537, 0.00100309927417286, 0.00253807692307691, 0.00202101406381892, 0.00481461538461536, 0.00233348840876619, 0.00768807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 960, '2021-05-23 00:00:00', 0.000505066789185831, 0.0013126923076923, 0.000517457839233901, 0.00157884615384616, 0.00114605436842439, 0.00270384615384614, 0.00190169770306592, 0.00474692307692306, 0.00235265208778388, 0.00763961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 975, '2021-05-23 00:00:00', 0.000352997929826142, 0.000973461538461545, 0.000712291750943066, 0.00187346153846153, 0.000973283419865276, 0.00269615384615385, 0.00172519327791232, 0.00471961538461535, 0.00220961232241871, 0.00764115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 990, '2021-05-23 00:00:00', 0.00067562757151005, 0.00151384615384616, 0.000988676582414771, 0.00212576923076921, 0.00113533864822521, 0.00266461538461539, 0.00181655735262739, 0.00482384615384612, 0.00223983065980786, 0.00769423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1005, '2021-05-23 00:00:00', 0.000557660635705416, 0.00132423076923078, 0.0008010846493253, 0.00186384615384617, 0.00102779075990878, 0.0025046153846154, 0.00169059989352894, 0.00471999999999999, 0.00226037032364167, 0.00782500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1020, '2021-05-23 00:00:00', 0.000622896954065951, 0.00138615384615386, 0.000842011510975579, 0.00188076923076926, 0.000951378028885537, 0.00257807692307694, 0.00165275229657872, 0.00455692307692307, 0.00248131506696317, 0.00787269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1035, '2021-05-23 00:00:00', 0.000472376805266555, 0.00127961538461538, 0.00051604114326133, 0.0017476923076923, 0.000896336132005417, 0.00260769230769229, 0.00164095080318139, 0.00433346153846151, 0.00266241316218084, 0.00817961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1050, '2021-05-23 00:00:00', 0.000369570228571186, 0.00112307692307694, 0.000760116185451033, 0.00174384615384615, 0.00107272994666017, 0.00245846153846155, 0.00177818057402679, 0.00417692307692307, 0.00290737809454073, 0.00820076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1065, '2021-05-23 00:00:00', 0.000644870410356847, 0.00143461538461533, 0.000759991194280947, 0.0019611538461538, 0.000918181899189909, 0.002525, 0.00162763466889368, 0.00407884615384614, 0.00309714220631757, 0.00827461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1080, '2021-05-23 00:00:00', 0.00063528854740311, 0.00127653846153844, 0.000635716918132599, 0.00164000000000001, 0.000817848678875552, 0.0022626923076923, 0.00144951556894552, 0.00379076923076925, 0.00311615811290368, 0.00823423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1095, '2021-05-23 00:00:00', 0.000545967172864939, 0.00103807692307693, 0.000741630324664216, 0.00159346153846155, 0.00114539882204344, 0.00211230769230769, 0.00147337414956806, 0.00362076923076924, 0.00338338801522063, 0.00820769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1110, '2021-05-23 00:00:00', 0.00038119084660899, 0.00109769230769232, 0.00050730130631078, 0.00147115384615382, 0.00087201843664351, 0.00193192307692308, 0.00132123025420075, 0.00340423076923077, 0.00336547413507314, 0.0080819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1125, '2021-05-23 00:00:00', 0.000359775143452335, 0.00104307692307692, 0.000695725852285552, 0.0013823076923077, 0.000731319671237168, 0.00179269230769228, 0.00127598842531521, 0.00328769230769233, 0.00333509856848919, 0.00809769230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1140, '2021-05-23 00:00:00', 0.00046026363682634, 0.000931153846153874, 0.000558198338062173, 0.00127576923076924, 0.000605341353160467, 0.00176692307692305, 0.00127066887292298, 0.00315923076923078, 0.0033237118499561, 0.00808730769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1155, '2021-05-23 00:00:00', 0.00050525195542572, 0.000926538461538442, 0.000541623343435095, 0.00123961538461536, 0.000754872582218082, 0.00186615384615383, 0.00127329276348311, 0.0031123076923077, 0.00329971476622778, 0.00813153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1170, '2021-05-23 00:00:00', 0.0003841009482695, 0.000778461538461514, 0.000408345253619846, 0.00116461538461535, 0.000911702043095567, 0.00183615384615382, 0.00126665325229065, 0.00283769230769231, 0.00334042809324703, 0.00811038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1185, '2021-05-23 00:00:00', 0.000280813379036961, 0.000771923076923053, 0.00041991739114333, 0.00119884615384617, 0.000791944539627714, 0.00176192307692308, 0.00120066955679546, 0.0026392307692308, 0.00330953710451386, 0.00813038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1200, '2021-05-23 00:00:00', 0.000345114473761967, 0.000870000000000003, 0.000784205722616598, 0.00130115384615383, 0.000780514327469148, 0.00156115384615385, 0.0012515292799058, 0.00256846153846157, 0.00330822427385961, 0.00815961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1215, '2021-05-23 00:00:00', 0.000769514132423838, 0.000839999999999977, 0.000747135761527877, 0.00107961538461539, 0.000699450773546926, 0.00131923076923078, 0.00122305166882489, 0.00234923076923079, 0.00330240576643057, 0.00809961538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1230, '2021-05-23 00:00:00', 0.000409467196018669, 0.000719230769230767, 0.000467121463367348, 0.000927692307692305, 0.000515143146648066, 0.0012726923076923, 0.00102067338255002, 0.00224307692307693, 0.00331703472767704, 0.00802076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1245, '2021-05-23 00:00:00', 0.000190828154671644, 0.000590769230769215, 0.000281726818034797, 0.000894999999999996, 0.000377761015213828, 0.00126076923076921, 0.000787019401578838, 0.00211346153846154, 0.00332755008053398, 0.00799846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1260, '2021-05-23 00:00:00', 0.00019463773055052, 0.000669615384615373, 0.000289140902569097, 0.000867692307692296, 0.000329436114969425, 0.00125807692307694, 0.000742190106270703, 0.00201307692307693, 0.00331980388670084, 0.00796538461538466 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1275, '2021-05-23 00:00:00', 0.000233780962572969, 0.000591538461538443, 0.000293587098857182, 0.000895769230769215, 0.000387827082800911, 0.00128538461538462, 0.000738562533157883, 0.00199115384615386, 0.00332114475166902, 0.00803769230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1290, '2021-05-23 00:00:00', 0.000247886140115872, 0.00069346153846153, 0.000293703146836308, 0.000961538461538492, 0.000462348519891841, 0.00129307692307693, 0.000756150676885114, 0.00199038461538463, 0.00334007344460939, 0.00807115384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1305, '2021-05-23 00:00:00', 0.000243200771759906, 0.000731153846153879, 0.000338020481855517, 0.000994615384615402, 0.00047039623232401, 0.00125615384615386, 0.000752998110121201, 0.00191692307692309, 0.00334519080748193, 0.0082115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1320, '2021-05-23 00:00:00', 0.000288489967829819, 0.000692307692307684, 0.000344240524141969, 0.000888461538461509, 0.000494703796381063, 0.00120961538461539, 0.000775733499043593, 0.00187769230769232, 0.00334603434623047, 0.00824461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1335, '2021-05-23 00:00:00', 0.000197470153538362, 0.000562307692307704, 0.000332364952331691, 0.000782307692307727, 0.000503239964170584, 0.00116230769230771, 0.000711545771272185, 0.00183576923076926, 0.00334747868379496, 0.00828846153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1350, '2021-05-23 00:00:00', 0.000257307956766541, 0.000580769230769235, 0.000336953089636206, 0.000875769230769246, 0.000503186308973542, 0.00114730769230771, 0.000671327158579274, 0.00180192307692308, 0.00334705006742448, 0.00831192307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1365, '2021-05-23 00:00:00', 0.000244314110553198, 0.000684230769230785, 0.000324852866103048, 0.000904230769230775, 0.000328035645342641, 0.00108923076923077, 0.00058801321282903, 0.00174346153846155, 0.00335219397731375, 0.00833730769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1380, '2021-05-23 00:00:00', 0.000275888494755494, 0.000582307692307715, 0.000303603993082067, 0.000729230769230781, 0.000379392429266323, 0.00103884615384619, 0.000555439119422285, 0.00169384615384617, 0.00334956594202892, 0.00830000000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1395, '2021-05-23 00:00:00', 0.000183344987974511, 0.000469230769230769, 0.00022253642744159, 0.000672307692307707, 0.000289564394326243, 0.000996538461538474, 0.000566613285570151, 0.00176115384615387, 0.00335966692488317, 0.00828538461538466 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1410, '2021-05-23 00:00:00', 0.000146565291305198, 0.000455769230769236, 0.000283015628815515, 0.000744615384615386, 0.000343207494987164, 0.000959230769230776, 0.000645897348357593, 0.00181923076923077, 0.00332749305033085, 0.00832500000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 2, 1425, '2021-05-23 00:00:00', 0.000221744482196545, 0.00062115384615385, 0.000274318175734799, 0.000807692307692304, 0.00032867379198602, 0.00092230769230768, 0.000628693394760433, 0.00195923076923075, 0.00333585288367736, 0.00834769230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 0, '2021-05-23 00:00:00', 0.000336541002188219, 0.00057961538461539, 0.000388637857928667, 0.000719230769230784, 0.000326526945524951, 0.000880384615384601, 0.000630396822522256, 0.00206807692307691, 0.00334077892805764, 0.00836961538461543 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 15, '2021-05-23 00:00:00', 0.000329034017413662, 0.000449230769230783, 0.000292302267156111, 0.000576153846153854, 0.000402270479232005, 0.000841538461538483, 0.000703424152600387, 0.00208846153846152, 0.00335490797764434, 0.00836653846153851 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 30, '2021-05-23 00:00:00', 0.000231245457335842, 0.000367692307692308, 0.000291158957378181, 0.000558461538461559, 0.000434679899908678, 0.000801153846153843, 0.000704181466996663, 0.00213653846153844, 0.00335741411483029, 0.00837846153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 45, '2021-05-23 00:00:00', 0.000269220241552457, 0.000413461538461557, 0.000345416582382238, 0.000636153846153855, 0.000381386942618656, 0.000790000000000017, 0.000719649487330762, 0.00218076923076925, 0.00334000082911092, 0.0083715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 60, '2021-05-23 00:00:00', 0.000328798512068511, 0.000497307692307688, 0.000367815170975849, 0.000599999999999985, 0.000422061606877474, 0.000850000000000017, 0.000699636059236977, 0.00218884615384615, 0.00334004762748171, 0.00834307692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 75, '2021-05-23 00:00:00', 0.000182613926505731, 0.000340384615384616, 0.000237336502427674, 0.000473846153846167, 0.000269281665518873, 0.000833846153846194, 0.000698582410754385, 0.00221576923076923, 0.00333558261546846, 0.00833076923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 90, '2021-05-23 00:00:00', 0.000215486569276277, 0.000352307692307695, 0.000258661941537603, 0.000595000000000029, 0.000275984391977847, 0.000849230769230799, 0.000686166609056889, 0.00222615384615384, 0.00332464311560713, 0.00840038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 105, '2021-05-23 00:00:00', 0.000230909905840749, 0.000489230769230763, 0.000237119898266355, 0.000705384615384625, 0.000316666288798693, 0.000921538461538469, 0.000700211396651046, 0.00221999999999999, 0.00334261426937752, 0.00841692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 120, '2021-05-23 00:00:00', 0.000189858246716211, 0.000516923076923081, 0.000268595205868196, 0.000630769230769221, 0.000463309167419959, 0.000990769230769231, 0.000700189974221274, 0.00222499999999999, 0.00334299453507458, 0.00841730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 135, '2021-05-23 00:00:00', 0.000207049603867111, 0.000411538461538459, 0.000273544540038026, 0.000601153846153856, 0.000509203903544161, 0.00108384615384617, 0.000658055059655686, 0.00223269230769229, 0.00335298443411011, 0.00839384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 150, '2021-05-23 00:00:00', 0.00020593837763908, 0.000398846153846171, 0.000337842931188215, 0.000685384615384639, 0.000543022878112722, 0.00110538461538461, 0.000696594463194929, 0.00219961538461539, 0.00339634303332277, 0.00838500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 165, '2021-05-23 00:00:00', 0.00030684624062322, 0.000541153846153839, 0.000414330228756652, 0.000851538461538472, 0.000586696225945334, 0.00126730769230769, 0.000669287566113271, 0.00217538461538463, 0.00336497600860119, 0.00838653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 180, '2021-05-23 00:00:00', 0.000404568716232321, 0.000680384615384649, 0.000535741183207526, 0.000938846153846155, 0.000601900196173649, 0.00136961538461537, 0.000734217008373265, 0.00219115384615386, 0.0033705776724701, 0.00838538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 195, '2021-05-23 00:00:00', 0.000283243032367253, 0.000641153846153836, 0.000409254669631757, 0.000974230769230764, 0.000477311702704288, 0.00130769230769228, 0.000756271013694036, 0.00216538461538462, 0.00337698053569482, 0.00835846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 210, '2021-05-23 00:00:00', 0.000336469680883553, 0.000689615384615376, 0.000398799930560925, 0.000945769230769209, 0.000465334949670276, 0.00125615384615383, 0.000824107162561144, 0.00215384615384616, 0.00335513496232041, 0.00834115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 225, '2021-05-23 00:00:00', 0.000254374647986908, 0.000582307692307673, 0.000309884593903052, 0.00083269230769228, 0.000380994043967161, 0.00115269230769232, 0.00075240711156821, 0.00199730769230769, 0.00329090354672488, 0.00829307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 240, '2021-05-23 00:00:00', 0.000225660398352486, 0.000611153846153845, 0.000317862331109645, 0.000787307692307683, 0.000369207050520204, 0.00109461538461538, 0.000743236581032284, 0.00191615384615385, 0.00324112366554946, 0.00828115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 255, '2021-05-23 00:00:00', 0.000248948558170944, 0.000520769230769235, 0.000319193454723725, 0.000782692307692354, 0.000425152461341364, 0.00107884615384618, 0.00076077500970034, 0.00189884615384618, 0.00322565456684618, 0.00828076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 270, '2021-05-23 00:00:00', 0.000235855562058344, 0.00053961538461541, 0.000316977067843181, 0.000782307692307702, 0.000415162804025308, 0.00103807692307692, 0.000812714350423665, 0.00190384615384616, 0.00323528196369583, 0.00825576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 285, '2021-05-23 00:00:00', 0.000280199105033439, 0.000513461538461537, 0.000312540212797324, 0.000774230769230777, 0.000396510354894378, 0.00094730769230769, 0.000809511248555823, 0.00182730769230771, 0.00328638272035006, 0.00827076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 300, '2021-05-23 00:00:00', 0.000206178414150324, 0.000578461538461528, 0.000309259413139506, 0.000724230769230748, 0.000343482840238735, 0.0009126923076923, 0.000796550350912227, 0.00178730769230769, 0.00329254133786328, 0.00826269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 315, '2021-05-23 00:00:00', 0.00017314289341022, 0.000407692307692297, 0.0002282363821871, 0.000590384615384606, 0.000374421399782907, 0.000849230769230782, 0.000758494967277035, 0.00187884615384616, 0.00330629332311301, 0.00825653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 330, '2021-05-23 00:00:00', 0.00018093772834447, 0.000447692307692303, 0.000214892101726956, 0.000631153846153865, 0.000464362093463875, 0.000878076923076928, 0.000767450624821163, 0.00201269230769232, 0.00330592831138246, 0.008255 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 345, '2021-05-23 00:00:00', 0.000189186517652679, 0.000476538461538458, 0.000365959224294407, 0.000683076923076923, 0.000467556825012086, 0.000874230769230783, 0.000783341167445781, 0.00210923076923079, 0.00330487034541449, 0.00825000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 360, '2021-05-23 00:00:00', 0.000214034145370816, 0.000461153846153835, 0.00038147668544546, 0.000617307692307671, 0.000419552325516295, 0.000791923076923047, 0.00077937657531763, 0.00221038461538459, 0.00330253909311284, 0.00822730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 375, '2021-05-23 00:00:00', 0.000276173858284947, 0.000399999999999999, 0.00028321695950956, 0.000559615384615396, 0.000371482684139346, 0.000789230769230756, 0.000800408741735203, 0.00234307692307693, 0.00330151517663308, 0.0082223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 390, '2021-05-23 00:00:00', 0.000171860408471503, 0.000390000000000019, 0.000248229422417742, 0.000484615384615382, 0.000368201658793737, 0.000807307692307686, 0.000769047862869783, 0.00241884615384615, 0.00330474800622006, 0.00823076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 405, '2021-05-23 00:00:00', 0.000178682356754609, 0.000319230769230751, 0.000307183733543683, 0.000535384615384604, 0.000349176834195026, 0.000842692307692286, 0.000765325973787539, 0.0025403846153846, 0.00332000539851276, 0.00823961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 420, '2021-05-23 00:00:00', 0.000253693940378181, 0.000403846153846152, 0.000324906850556372, 0.000587307692307688, 0.000392227563460878, 0.000857692307692307, 0.000750715351156155, 0.00267153846153846, 0.00332048420936095, 0.00824076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 435, '2021-05-23 00:00:00', 0.00016915036551498, 0.000380384615384588, 0.000190243568576251, 0.000583846153846136, 0.00035212235635662, 0.000903076923076921, 0.00069327372771397, 0.0027473076923077, 0.00332466937627466, 0.00824769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 450, '2021-05-23 00:00:00', 0.000173079350410346, 0.00044730769230771, 0.000263883715648781, 0.000591153846153867, 0.000431198151844158, 0.0009696153846154, 0.000666996136535929, 0.00282038461538462, 0.00338379186484858, 0.00829923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 465, '2021-05-23 00:00:00', 0.000161550182724942, 0.00038769230769232, 0.000222982924492854, 0.000654230769230785, 0.000319119943691285, 0.000958461538461549, 0.000638875454336655, 0.0028846153846154, 0.00338951262664028, 0.00831038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 480, '2021-05-23 00:00:00', 0.000152136072696082, 0.000484230769230773, 0.000233571929293407, 0.000699615384615382, 0.00032297654118193, 0.000924615384615413, 0.000660159421305546, 0.00297230769230769, 0.00339612457866996, 0.00830307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 495, '2021-05-23 00:00:00', 0.000217346586036074, 0.000466538461538461, 0.00030014765597056, 0.000673846153846162, 0.00051245532638314, 0.00121230769230772, 0.000691682119073608, 0.00300192307692309, 0.00338635081557625, 0.00830038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 510, '2021-05-23 00:00:00', 0.000166768840476416, 0.000479615384615392, 0.000232710120106537, 0.000635000000000035, 0.000525739479209971, 0.00134500000000004, 0.000738562429005477, 0.00297230769230771, 0.00338610845389491, 0.00829230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 525, '2021-05-23 00:00:00', 0.000162634086691084, 0.000454615384615417, 0.000416343053816834, 0.000948461538461577, 0.000552368884546707, 0.00141923076923078, 0.00079158924857626, 0.00298153846153847, 0.00338854904278877, 0.00828384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 540, '2021-05-23 00:00:00', 0.00040548925813335, 0.000861538461538478, 0.000500817946348358, 0.00116115384615389, 0.000585065413831236, 0.00158846153846156, 0.000859902677856371, 0.00302384615384616, 0.00338738122130676, 0.00826653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 555, '2021-05-23 00:00:00', 0.000266667467947503, 0.000736538461538479, 0.000308327498212277, 0.000974615384615373, 0.000576425056840748, 0.00155461538461538, 0.000843341066144727, 0.00297807692307694, 0.00342958225758453, 0.0082876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 570, '2021-05-23 00:00:00', 0.000176356282739041, 0.000618461538461542, 0.000322042519887332, 0.000979230769230779, 0.000504559061115613, 0.0016203846153846, 0.000829570046191657, 0.00302769230769232, 0.00350360763521526, 0.00831769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 585, '2021-05-23 00:00:00', 0.000332466771040613, 0.000793076923076926, 0.000493015836849714, 0.00130384615384616, 0.000493510501797726, 0.00177615384615381, 0.000833066993335206, 0.00305384615384618, 0.0035428846352177, 0.00835653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975215 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 975215, 3, 600, '2021-05-23 00:00:00', 0.000309518981647343, 0.00099499999999996, 0.000330415123513052, 0.0012930769230769, 0.000479949997395587, 0.00178999999999997, 0.000871769553176829, 0.00308307692307694, 0.00355142954965377, 0.00836038461538461 where not exists (select 1 from powerstats_trumpet wh[...];
Date: 2021-05-23 15:02:50 Duration: 12s981ms Database: acaweb_fx User: pgperfstats
12 13s133ms 13s512ms 13s322ms 2 26s645ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 #12
Day Hour Count Duration Avg duration May 23 15 2 26s645ms 13s322ms [ User: pgperfstats - Total duration: 26s645ms - 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 975795, 1, 915, '2021-05-23 00:00:00', 0.0388962772590834, 0.0650961538461531, 0.0472514061654836, 0.0908461538461542, 0.0567995023000952, 0.126288461538463, 0.196786682632588, 0.319461538461541, 0.197958546554187, 0.514115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 930, '2021-05-23 00:00:00', 0.0306398496180284, 0.0630961538461529, 0.0426350163056679, 0.0882692307692314, 0.0552051140328922, 0.12026923076923, 0.190042877752931, 0.307653846153848, 0.197490522654788, 0.513442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 945, '2021-05-23 00:00:00', 0.0285516805379036, 0.0625384615384623, 0.0373585383094076, 0.0860961538461545, 0.0534122609087529, 0.122980769230769, 0.184762675218363, 0.295884615384617, 0.186655702173402, 0.511134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 960, '2021-05-23 00:00:00', 0.0312615332563608, 0.0612884615384612, 0.0444522258679547, 0.0884038461538441, 0.0821592637222665, 0.163730769230769, 0.184228699843847, 0.292076923076923, 0.18805442440544, 0.516442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 975, '2021-05-23 00:00:00', 0.0281269375400999, 0.0587307692307682, 0.0395821249478196, 0.0882307692307697, 0.123680742857755, 0.183884615384617, 0.17581591334295, 0.284346153846155, 0.191020264732466, 0.521692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 990, '2021-05-23 00:00:00', 0.0388226936013158, 0.0713076923076923, 0.0759831965229566, 0.128615384615385, 0.13458159806772, 0.195057692307695, 0.170539682952498, 0.275788461538463, 0.189510800382295, 0.52371153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1005, '2021-05-23 00:00:00', 0.061890399404606, 0.0888076923076949, 0.105903003516643, 0.142384615384618, 0.120594777600919, 0.188096153846155, 0.159100317893605, 0.260365384615388, 0.184199603273605, 0.527423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1020, '2021-05-23 00:00:00', 0.0672455689132125, 0.0900576923076933, 0.0807384761960598, 0.123807692307693, 0.0993644109017242, 0.174884615384616, 0.112010624496073, 0.229000000000002, 0.15916441064316, 0.519980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1035, '2021-05-23 00:00:00', 0.0344610873081741, 0.0689423076923089, 0.0344359382935006, 0.0980769230769235, 0.090802306392262, 0.154673076923079, 0.090291672671661, 0.202115384615388, 0.155317436734726, 0.518884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1050, '2021-05-23 00:00:00', 0.0267339024173731, 0.0701923076923067, 0.0562766825603669, 0.116250000000001, 0.0824779341120098, 0.146019230769232, 0.0822286773857867, 0.187846153846156, 0.153790071701153, 0.509884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1065, '2021-05-23 00:00:00', 0.050630262309595, 0.0897884615384617, 0.0749875092162793, 0.112942307692306, 0.0747009139064681, 0.129557692307692, 0.0763963274389139, 0.170826923076923, 0.154401047475522, 0.510711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1080, '2021-05-23 00:00:00', 0.0391167335823663, 0.0661730769230764, 0.0411030225353139, 0.0825384615384605, 0.0439571338395099, 0.10701923076923, 0.0698413173943956, 0.150980769230768, 0.154428295534006, 0.506538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1095, '2021-05-23 00:00:00', 0.023600073337567, 0.0502884615384606, 0.0252923597463431, 0.0672884615384625, 0.0416597065981758, 0.0908653846153851, 0.0582223622119417, 0.139711538461538, 0.154494691220716, 0.50248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1110, '2021-05-23 00:00:00', 0.0217660020709778, 0.0463269230769235, 0.0297923066992401, 0.066307692307693, 0.0443828622504064, 0.0849615384615386, 0.0573022116635871, 0.132211538461538, 0.155054636772381, 0.504403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1125, '2021-05-23 00:00:00', 0.0145403020812964, 0.0394038461538479, 0.0192429507572535, 0.0551346153846157, 0.0361710041118788, 0.0751923076923076, 0.0549969964214843, 0.124980769230769, 0.157045565411394, 0.507019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1140, '2021-05-23 00:00:00', 0.0201464255275816, 0.0404615384615387, 0.0251610581286609, 0.055826923076924, 0.0347722535275565, 0.0735192307692331, 0.0550636415013099, 0.121769230769231, 0.158375182593543, 0.508038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1155, '2021-05-23 00:00:00', 0.0178428179906142, 0.0401153846153854, 0.0277598561845085, 0.0525192307692318, 0.0374975947946606, 0.072480769230771, 0.0553425278119394, 0.120153846153845, 0.163433063221143, 0.512884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1170, '2021-05-23 00:00:00', 0.0186336750576434, 0.0335769230769222, 0.0220331219199296, 0.0484615384615381, 0.0278346284053059, 0.0699423076923082, 0.0529661321397568, 0.115134615384614, 0.167821328982757, 0.514538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1185, '2021-05-23 00:00:00', 0.0159368947848881, 0.0347307692307695, 0.0200256470173, 0.0504423076923075, 0.0240007051178461, 0.0694230769230755, 0.0466283876888482, 0.11355769230769, 0.169675436779028, 0.516576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1200, '2021-05-23 00:00:00', 0.0190067194595852, 0.0391538461538456, 0.0223062685222018, 0.0520192307692305, 0.0276921260677808, 0.0665769230769229, 0.0474050792474984, 0.11380769230769, 0.169149707246387, 0.517788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1215, '2021-05-23 00:00:00', 0.0145911063533696, 0.0299038461538446, 0.0220367525179733, 0.0419615384615377, 0.0305698946929554, 0.0619615384615375, 0.0464266501715763, 0.112076923076921, 0.169955890205031, 0.523269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1230, '2021-05-23 00:00:00', 0.0166208048495296, 0.0306346153846163, 0.0197815473455598, 0.0430192307692307, 0.0315664927025238, 0.067211538461538, 0.0428275657096624, 0.110096153846153, 0.169295763043896, 0.526153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1245, '2021-05-23 00:00:00', 0.0155589697107985, 0.0301923076923076, 0.0201718768433828, 0.047769230769232, 0.0316331921587725, 0.0648269230769238, 0.0370678587707221, 0.105384615384615, 0.168361145709499, 0.528653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1260, '2021-05-23 00:00:00', 0.0161807102630059, 0.0338461538461531, 0.020038741323898, 0.0468653846153832, 0.0276131239700345, 0.0597692307692308, 0.0348252119105586, 0.103846153846153, 0.168932549124927, 0.529615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1275, '2021-05-23 00:00:00', 0.0138924439894498, 0.0294999999999993, 0.022220122550377, 0.0435769230769235, 0.0264273241463888, 0.063288461538462, 0.0343717236200824, 0.103846153846152, 0.170212542473768, 0.53248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1290, '2021-05-23 00:00:00', 0.0202629350899987, 0.0320576923076934, 0.0224232108453566, 0.0430961538461552, 0.0262869081190918, 0.0618076923076928, 0.0379866221390949, 0.105711538461539, 0.17015357316712, 0.532961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1305, '2021-05-23 00:00:00', 0.0171319876254918, 0.0312500000000011, 0.025241266577996, 0.0488076923076936, 0.0246918236233411, 0.0583846153846165, 0.0390084655506382, 0.109903846153846, 0.170089994279046, 0.535115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1320, '2021-05-23 00:00:00', 0.0190453406375401, 0.0357500000000007, 0.0176426602738501, 0.0437115384615389, 0.0241345905608215, 0.0604615384615391, 0.0390426640405662, 0.11051923076923, 0.170429607620994, 0.535634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1335, '2021-05-23 00:00:00', 0.0101990384162152, 0.0245961538461532, 0.0181445584129244, 0.0352499999999994, 0.0212228922120932, 0.0583653846153829, 0.0446100885450798, 0.1145, 0.170793789294395, 0.53746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1350, '2021-05-23 00:00:00', 0.0153998501491211, 0.0256538461538446, 0.0180287377432635, 0.0426538461538454, 0.0200081617961653, 0.0545576923076905, 0.0511669665070964, 0.120461538461538, 0.170478707219946, 0.53848076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1365, '2021-05-23 00:00:00', 0.0180138515080419, 0.0363269230769244, 0.020132025768371, 0.0475384615384601, 0.0233447737521353, 0.0550384615384609, 0.0592037453337061, 0.128288461538461, 0.170378930622303, 0.539000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1380, '2021-05-23 00:00:00', 0.0152241205379424, 0.0305769230769204, 0.0146499278023951, 0.0349038461538434, 0.0248250803701551, 0.0567692307692307, 0.0574574625266372, 0.1335, 0.172679302576948, 0.540192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1395, '2021-05-23 00:00:00', 0.0128062634915644, 0.0209038461538465, 0.0202059777902857, 0.0303076923076916, 0.0333339108924323, 0.0729807692307695, 0.0525977185817041, 0.147999999999999, 0.173833868524386, 0.541076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1410, '2021-05-23 00:00:00', 0.0125618623068156, 0.0204038461538474, 0.0216648687616979, 0.0445576923076941, 0.0299927747709588, 0.0709423076923087, 0.0541518839788759, 0.152942307692308, 0.175836800427598, 0.542403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 1, 1425, '2021-05-23 00:00:00', 0.0196084067528347, 0.0369807692307709, 0.027100525115547, 0.0629615384615396, 0.025734891011709, 0.0692692307692303, 0.0538642595933378, 0.164461538461539, 0.176268157820798, 0.542788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 0, '2021-05-23 00:00:00', 0.0277172606594068, 0.0465576923076922, 0.0264731213468694, 0.0553846153846142, 0.0274082314979655, 0.0646346153846141, 0.0570298471113025, 0.172211538461539, 0.18151297156444, 0.545673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 15, '2021-05-23 00:00:00', 0.0188732615093402, 0.032999999999998, 0.0195357266408131, 0.0382692307692277, 0.0270790580451992, 0.0538461538461519, 0.060965163444762, 0.181134615384616, 0.180830635806418, 0.544826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 30, '2021-05-23 00:00:00', 0.0133120679778217, 0.0226346153846131, 0.0211702712456733, 0.0339038461538452, 0.0307656214229193, 0.0582884615384589, 0.0629448965365765, 0.187, 0.18059542225223, 0.544557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 45, '2021-05-23 00:00:00', 0.0183069238688118, 0.026211538461539, 0.0200808366359567, 0.0389999999999993, 0.0374622681969665, 0.0653076923076899, 0.0633212566083591, 0.193807692307692, 0.18059542225223, 0.544557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 60, '2021-05-23 00:00:00', 0.0154712263946278, 0.0291730769230768, 0.0208687934117309, 0.0460576923076909, 0.0330774673479361, 0.0653269230769213, 0.0811995476493658, 0.203442307692308, 0.184315979732129, 0.544903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 75, '2021-05-23 00:00:00', 0.0156707100619638, 0.0291346153846146, 0.0258026832236182, 0.0454615384615364, 0.0342236085855262, 0.0716538461538445, 0.0842881595845699, 0.204423076923077, 0.194205767164623, 0.5485 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 90, '2021-05-23 00:00:00', 0.0183522792547991, 0.0356153846153841, 0.0209386374547501, 0.0479423076923065, 0.0414373159585183, 0.080634615384614, 0.0840564302212421, 0.207788461538461, 0.194205767164623, 0.5485 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 105, '2021-05-23 00:00:00', 0.0164713854445053, 0.0290576923076917, 0.0316398239808365, 0.0589615384615374, 0.0514428772074855, 0.0874807692307688, 0.0829165869088652, 0.210903846153846, 0.193150515242547, 0.546692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 120, '2021-05-23 00:00:00', 0.0251298550609535, 0.0484807692307684, 0.0391493786177221, 0.063076923076922, 0.0479758432803574, 0.0983076923076927, 0.0824756957207121, 0.210096153846155, 0.192688761597955, 0.545673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 135, '2021-05-23 00:00:00', 0.0325223769119057, 0.0402500000000003, 0.0453771375847427, 0.0657307692307699, 0.0409244378749998, 0.109519230769232, 0.0804386173044153, 0.208134615384617, 0.194778904243918, 0.548192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 150, '2021-05-23 00:00:00', 0.0217812198570588, 0.0461923076923074, 0.0278361483299361, 0.0716346153846164, 0.0345648832465295, 0.105365384615387, 0.0803099859678352, 0.206576923076925, 0.19440726976752, 0.547442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 165, '2021-05-23 00:00:00', 0.0213647174997961, 0.0571346153846155, 0.03121183207597, 0.0885384615384618, 0.0408687392288281, 0.112423076923078, 0.0820296874026993, 0.203019230769233, 0.19573989118215, 0.546250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 180, '2021-05-23 00:00:00', 0.0316633068393067, 0.0657500000000002, 0.0346145367417545, 0.078884615384616, 0.0472885292645066, 0.109750000000002, 0.0820303508558773, 0.19446153846154, 0.201257711749044, 0.549942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 195, '2021-05-23 00:00:00', 0.019200490778986, 0.0473269230769239, 0.0370441576417219, 0.0729807692307701, 0.0511080190907918, 0.108019230769232, 0.0752758848912034, 0.184173076923079, 0.210393905293416, 0.552653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 210, '2021-05-23 00:00:00', 0.0271599818737917, 0.0542692307692292, 0.0303138011219579, 0.0770576923076913, 0.0444339959940578, 0.106, 0.0676419333981962, 0.179865384615386, 0.215276056226918, 0.561096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 225, '2021-05-23 00:00:00', 0.0235750601598087, 0.0497884615384621, 0.0336862674599705, 0.0757692307692313, 0.0460086279533943, 0.101923076923077, 0.065538737810902, 0.177115384615385, 0.218580683923843, 0.562153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 240, '2021-05-23 00:00:00', 0.0244378017392365, 0.0518846153846161, 0.0334322506663177, 0.0678461538461542, 0.0550700812252351, 0.0994230769230772, 0.0579580916233055, 0.168403846153846, 0.222552172794122, 0.564980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 255, '2021-05-23 00:00:00', 0.0184367525924148, 0.0404230769230775, 0.0214389024546868, 0.0590576923076928, 0.042697545416749, 0.0889038461538471, 0.0511224359898704, 0.160711538461538, 0.233279785797095, 0.572038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 270, '2021-05-23 00:00:00', 0.0177761400153746, 0.0368653846153825, 0.0361613531486097, 0.0612884615384601, 0.0392569249158172, 0.0838846153846142, 0.0553830750319982, 0.157249999999998, 0.232774411262195, 0.568442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 285, '2021-05-23 00:00:00', 0.0271404608543159, 0.0452307692307682, 0.0284013271629231, 0.0613461538461538, 0.0349462224215793, 0.0840384615384605, 0.0532061881883908, 0.150538461538461, 0.233652918136808, 0.567884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 300, '2021-05-23 00:00:00', 0.0201715431696768, 0.0406346153846159, 0.0220270201204021, 0.0550192307692311, 0.0316281337760209, 0.0773269230769228, 0.0497438979636236, 0.146653846153846, 0.233906441684573, 0.56628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 315, '2021-05-23 00:00:00', 0.0184117855232423, 0.036423076923077, 0.0243923064793935, 0.0527692307692297, 0.0304224360527649, 0.0737692307692305, 0.0500002653839112, 0.149442307692308, 0.233594523776696, 0.564192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 330, '2021-05-23 00:00:00', 0.0190752759834868, 0.0388846153846136, 0.0214275523567209, 0.0499999999999988, 0.0298068138828373, 0.0713846153846152, 0.0557046780247953, 0.159134615384615, 0.233810663868142, 0.563557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 345, '2021-05-23 00:00:00', 0.0127827407678643, 0.0310384615384622, 0.0210880297799478, 0.0487499999999999, 0.0291451341762886, 0.0661730769230764, 0.0776889384265616, 0.172634615384614, 0.233732119019912, 0.563711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 360, '2021-05-23 00:00:00', 0.0180816098670614, 0.0337307692307707, 0.0222706861488008, 0.0472884615384627, 0.0261744811130696, 0.0657115384615401, 0.0882015022547792, 0.180249999999999, 0.232990684032975, 0.563673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 375, '2021-05-23 00:00:00', 0.0158287591233348, 0.030019230769232, 0.0165246319637821, 0.0437115384615389, 0.021486238887682, 0.0650384615384633, 0.0986412244137612, 0.188865384615383, 0.240008531899629, 0.569346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 390, '2021-05-23 00:00:00', 0.0103698527546835, 0.0279230769230774, 0.0177531362343057, 0.043576923076924, 0.0338349614361342, 0.0667307692307703, 0.0985325346503139, 0.196096153846153, 0.241655199374264, 0.570846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 405, '2021-05-23 00:00:00', 0.0146067950467757, 0.0309615384615393, 0.0182201916734005, 0.0468461538461545, 0.0425229168982863, 0.0729615384615387, 0.115061229519164, 0.215942307692307, 0.241707973834924, 0.571269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 420, '2021-05-23 00:00:00', 0.0126839844504196, 0.0337115384615387, 0.0236243437027279, 0.0469807692307695, 0.0407540842691305, 0.0718461538461526, 0.131929701560514, 0.219884615384614, 0.244242336309972, 0.572673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 435, '2021-05-23 00:00:00', 0.0171704576346887, 0.0312307692307686, 0.0324089553150867, 0.0515961538461526, 0.035674425228511, 0.0762692307692282, 0.129390827162694, 0.225615384615382, 0.244234474351059, 0.57253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 450, '2021-05-23 00:00:00', 0.0297410426075574, 0.0374807692307695, 0.0310938838903191, 0.051480769230768, 0.030666192861446, 0.0766538461538449, 0.128409263085471, 0.232826923076921, 0.244144862420149, 0.571576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 465, '2021-05-23 00:00:00', 0.0140775872058548, 0.0335384615384615, 0.0187339367089626, 0.0530961538461538, 0.0260400578990258, 0.0712692307692295, 0.132762853933679, 0.241846153846153, 0.243969351795229, 0.570230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 480, '2021-05-23 00:00:00', 0.0178577283420496, 0.0399615384615385, 0.0251198052417728, 0.0562692307692305, 0.023348669868226, 0.0754038461538444, 0.133334316663041, 0.245499999999999, 0.243871729367335, 0.570596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 495, '2021-05-23 00:00:00', 0.015430539150061, 0.0341923076923064, 0.0176743186137837, 0.0476923076923059, 0.0210068212364829, 0.0864423076923072, 0.123666569389693, 0.250096153846153, 0.242874095271286, 0.566615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 510, '2021-05-23 00:00:00', 0.0137504125812227, 0.0329230769230756, 0.0224931870027012, 0.0547115384615363, 0.0365404728191359, 0.0973846153846153, 0.128789775036089, 0.254384615384614, 0.243226766619135, 0.565999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 525, '2021-05-23 00:00:00', 0.019273656792467, 0.0400769230769226, 0.0223469581478435, 0.0714423076923072, 0.067054042498455, 0.109769230769229, 0.129111788176579, 0.254076923076922, 0.242099928510139, 0.565346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 540, '2021-05-23 00:00:00', 0.0251658193098973, 0.0570384615384611, 0.0390224984414803, 0.0771538461538456, 0.0813589860764291, 0.12226923076923, 0.129274450149821, 0.252711538461538, 0.242210995113446, 0.563884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 555, '2021-05-23 00:00:00', 0.0273572940632218, 0.0498076923076913, 0.0587734503116743, 0.0809615384615359, 0.076083044204243, 0.130980769230768, 0.121452125737487, 0.249173076923075, 0.239969579001493, 0.560673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 570, '2021-05-23 00:00:00', 0.0416451123736672, 0.0561538461538465, 0.0514768506597484, 0.0873846153846156, 0.0548681917101179, 0.129461538461539, 0.109747978779356, 0.240326923076922, 0.235479732918535, 0.552730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 585, '2021-05-23 00:00:00', 0.025629640292802, 0.0514615384615388, 0.037815061102076, 0.0863269230769221, 0.0745981877486608, 0.13351923076923, 0.10420781935817, 0.230480769230767, 0.232271691046367, 0.545961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 600, '2021-05-23 00:00:00', 0.0356896882327899, 0.0735769230769224, 0.0399062169823963, 0.0963846153846154, 0.088949330866163, 0.136711538461539, 0.106264309443663, 0.231211538461537, 0.235776968438721, 0.547673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 615, '2021-05-23 00:00:00', 0.0215726678924973, 0.0575000000000002, 0.0674167749040362, 0.0973076923076918, 0.0786688018506395, 0.126903846153845, 0.107162278093337, 0.232076923076922, 0.232648708439272, 0.543307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 630, '2021-05-23 00:00:00', 0.050253097876189, 0.0724230769230762, 0.0605364861372555, 0.0926153846153836, 0.0595818377076042, 0.122153846153845, 0.102288853817924, 0.22951923076923, 0.231095790994525, 0.54176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 645, '2021-05-23 00:00:00', 0.031875792599497, 0.0546153846153847, 0.0336105580939166, 0.0794807692307672, 0.0483667916908028, 0.114442307692307, 0.0992356267445541, 0.225980769230769, 0.234397496869019, 0.543057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 660, '2021-05-23 00:00:00', 0.0211049483807425, 0.055673076923076, 0.0326071311218874, 0.0797499999999998, 0.0530852036461559, 0.114826923076923, 0.101091643495472, 0.231096153846154, 0.231086780236344, 0.5485 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 675, '2021-05-23 00:00:00', 0.0255387187197435, 0.0523846153846179, 0.0403515179392304, 0.0767500000000019, 0.0647678932805458, 0.109000000000001, 0.105738008958282, 0.239557692307693, 0.232815589783318, 0.543826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 690, '2021-05-23 00:00:00', 0.0324404306146142, 0.0576923076923077, 0.0353156535351587, 0.0783461538461535, 0.0632840726103638, 0.109923076923078, 0.119365954751957, 0.253634615384615, 0.23556107569931, 0.544903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 705, '2021-05-23 00:00:00', 0.0253058217686095, 0.0552692307692307, 0.0523524483300804, 0.0756730769230786, 0.0607199403313776, 0.103865384615385, 0.134006866930822, 0.270903846153844, 0.234778832914332, 0.544096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 720, '2021-05-23 00:00:00', 0.0379101620230708, 0.0530961538461543, 0.0462363368591629, 0.0793269230769253, 0.0477026567555573, 0.101788461538461, 0.15342129528248, 0.274576923076922, 0.233984703642059, 0.549807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 735, '2021-05-23 00:00:00', 0.0267558189213838, 0.0559230769230772, 0.0251886803025618, 0.0690192307692291, 0.039487841361419, 0.103480769230766, 0.167334056720267, 0.283557692307691, 0.237354130913156, 0.54778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 750, '2021-05-23 00:00:00', 0.0204800184044396, 0.0463653846153841, 0.0325680589157299, 0.0685384615384603, 0.0510932367946476, 0.106173076923076, 0.179658407711798, 0.285711538461538, 0.236569114961879, 0.548884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 765, '2021-05-23 00:00:00', 0.0274940273234306, 0.0491923076923075, 0.0347537269722458, 0.0758076923076919, 0.0438432566519212, 0.104134615384615, 0.180327203673253, 0.293596153846154, 0.23749974979744, 0.547634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 780, '2021-05-23 00:00:00', 0.024836542556358, 0.0500769230769228, 0.0387477096097304, 0.0717500000000004, 0.0452754305930337, 0.10026923076923, 0.173194745878735, 0.3075, 0.236193366838406, 0.545442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 795, '2021-05-23 00:00:00', 0.0250974791869327, 0.0497884615384621, 0.0301367970836573, 0.0669423076923081, 0.0610266051690691, 0.112442307692309, 0.163647623311138, 0.312730769230771, 0.235624205364913, 0.545615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 810, '2021-05-23 00:00:00', 0.0229669327512394, 0.0454999999999992, 0.03135658439013, 0.0696538461538442, 0.0637785260461173, 0.117596153846153, 0.159950902322699, 0.308365384615383, 0.231611379586251, 0.545134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 825, '2021-05-23 00:00:00', 0.0190729873421527, 0.0456730769230769, 0.0541869449221843, 0.0817500000000023, 0.0731538105637686, 0.117000000000002, 0.151893586232142, 0.309807692307693, 0.220330105488596, 0.545653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 840, '2021-05-23 00:00:00', 0.0497049177260529, 0.0618269230769242, 0.0522065756247369, 0.0860576923076917, 0.0701738938966276, 0.127846153846154, 0.150431258259505, 0.312211538461538, 0.216949973850763, 0.545134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 855, '2021-05-23 00:00:00', 0.0323472742877377, 0.054615384615383, 0.0643409577652829, 0.0883269230769223, 0.0736095024175138, 0.139173076923077, 0.141301060206158, 0.305019230769231, 0.211115670081229, 0.545615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 870, '2021-05-23 00:00:00', 0.0574731542682193, 0.0627884615384635, 0.0565695113589003, 0.0920192307692323, 0.0829501448971703, 0.145942307692308, 0.139348787635143, 0.304230769230769, 0.208763657314641, 0.547269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 885, '2021-05-23 00:00:00', 0.0288887255090722, 0.0575384615384646, 0.0388931870640618, 0.0930000000000019, 0.0957496274345038, 0.159634615384615, 0.135106453754637, 0.303923076923078, 0.20541838731271, 0.544576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 900, '2021-05-23 00:00:00', 0.0290833880684237, 0.0642115384615384, 0.0461906417428401, 0.100346153846155, 0.0970693566477088, 0.1545, 0.11952192750222, 0.301634615384616, 0.196109385685251, 0.539134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 915, '2021-05-23 00:00:00', 0.0381129747743985, 0.0713269230769242, 0.0786095340665115, 0.118326923076922, 0.0920088290077901, 0.156269230769231, 0.115966721022091, 0.303903846153846, 0.193899637997044, 0.53798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 930, '2021-05-23 00:00:00', 0.0746125401916217, 0.0831346153846144, 0.0819808443854667, 0.105326923076922, 0.0958056686936954, 0.153615384615385, 0.103643724066928, 0.296807692307693, 0.185724987962973, 0.537634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 945, '2021-05-23 00:00:00', 0.034389041188234, 0.0673846153846147, 0.0525495846430189, 0.096173076923077, 0.0662679293590679, 0.153038461538462, 0.0861548628030674, 0.274903846153849, 0.188955494352913, 0.535826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 960, '2021-05-23 00:00:00', 0.0376807030801622, 0.0716538461538456, 0.0523533703271858, 0.105653846153846, 0.0536940907792963, 0.168346153846154, 0.0858927887185298, 0.269134615384616, 0.192464447266341, 0.541711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 975, '2021-05-23 00:00:00', 0.0397028191209877, 0.0684230769230784, 0.0458620380975543, 0.118442307692309, 0.0527805033934094, 0.169807692307694, 0.0817242384721092, 0.263134615384617, 0.193098173516438, 0.544730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 990, '2021-05-23 00:00:00', 0.0308272357103014, 0.0824615384615381, 0.039636351807593, 0.120903846153846, 0.0510208743102711, 0.158980769230769, 0.0847348897353469, 0.254692307692309, 0.188508677621115, 0.537692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1005, '2021-05-23 00:00:00', 0.0275207404305591, 0.0756346153846141, 0.0335080759496296, 0.110134615384616, 0.0499058652326108, 0.146346153846154, 0.0846941828898815, 0.241730769230771, 0.185228598888384, 0.535923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1020, '2021-05-23 00:00:00', 0.0329031211986847, 0.0798461538461541, 0.0374983332962928, 0.107249999999998, 0.0434807295954647, 0.153576923076923, 0.0836247203053866, 0.232576923076925, 0.18999006957855, 0.536057692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1035, '2021-05-23 00:00:00', 0.0314293897246094, 0.0739423076923066, 0.0401064161373801, 0.106730769230768, 0.050514308711645, 0.154153846153847, 0.0905753850922837, 0.224903846153848, 0.19919367846009, 0.544307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1050, '2021-05-23 00:00:00', 0.0297426655470927, 0.066615384615384, 0.0313200599272441, 0.108384615384616, 0.0529153932816715, 0.144326923076924, 0.0826227199150072, 0.212076923076924, 0.198471471501574, 0.539750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1065, '2021-05-23 00:00:00', 0.0293617032098727, 0.0854807692307707, 0.0434555652804822, 0.112884615384618, 0.0510638815602577, 0.140000000000003, 0.0889301713965232, 0.201846153846156, 0.200410229279846, 0.545500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1080, '2021-05-23 00:00:00', 0.0463996352770826, 0.0761153846153873, 0.0522845211687571, 0.098634615384619, 0.0495336404725277, 0.124307692307695, 0.0906416040492198, 0.184903846153849, 0.202666167340816, 0.543846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1095, '2021-05-23 00:00:00', 0.0293073960211156, 0.0562115384615396, 0.0323632745324305, 0.0753076923076928, 0.0355500135237458, 0.10721153846154, 0.0842227997634845, 0.167500000000002, 0.208047542643502, 0.541500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1110, '2021-05-23 00:00:00', 0.0236353792828937, 0.0538653846153849, 0.0242069284424, 0.0736538461538469, 0.0337829269579513, 0.0991153846153862, 0.0796103032566477, 0.161096153846156, 0.207013202849108, 0.540615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1125, '2021-05-23 00:00:00', 0.0208787064880809, 0.0465961538461522, 0.0289248961170936, 0.0754807692307684, 0.0343982389978605, 0.0908269230769233, 0.0754927734697417, 0.152673076923078, 0.200212134612648, 0.535826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1140, '2021-05-23 00:00:00', 0.0257920754078893, 0.0508653846153837, 0.0269371419305145, 0.0649807692307685, 0.0284641204650022, 0.0846153846153831, 0.0710693702280757, 0.150153846153847, 0.199517434171706, 0.532557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1155, '2021-05-23 00:00:00', 0.0171055546533864, 0.0379999999999994, 0.0200639362653877, 0.0503076923076926, 0.0334735486845733, 0.0779615384615374, 0.0688316703716663, 0.143173076923077, 0.200646370896276, 0.531384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1170, '2021-05-23 00:00:00', 0.0170922384544739, 0.0352307692307707, 0.0239557605084537, 0.0545384615384612, 0.0360010897270974, 0.0749615384615378, 0.0661971792334204, 0.141557692307693, 0.198164707134862, 0.530634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1185, '2021-05-23 00:00:00', 0.0147412555565865, 0.0387692307692306, 0.0274154995465093, 0.0565192307692301, 0.0418357042948513, 0.0756153846153849, 0.065692468248768, 0.138096153846154, 0.198504525234216, 0.529057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1200, '2021-05-23 00:00:00', 0.0270447847951398, 0.0410961538461539, 0.0314878731235713, 0.0531153846153841, 0.0387469552153661, 0.072057692307692, 0.0615224036741589, 0.144115384615385, 0.201688286719877, 0.52775 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1215, '2021-05-23 00:00:00', 0.016527738921166, 0.0328846153846155, 0.0264888365455828, 0.0495384615384636, 0.0320583902374312, 0.0659038461538482, 0.0542366608910937, 0.135846153846156, 0.198931089730935, 0.521461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1230, '2021-05-23 00:00:00', 0.0136016401725923, 0.0347692307692317, 0.0164000000000015, 0.0475000000000005, 0.0290298056380805, 0.0639807692307692, 0.0446844664112888, 0.130307692307694, 0.199871720399319, 0.51923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1245, '2021-05-23 00:00:00', 0.0146124420114675, 0.0297884615384611, 0.0223786642895554, 0.0447307692307686, 0.0331500319062378, 0.0622692307692302, 0.0445417392841999, 0.126057692307693, 0.198765102957851, 0.521384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1260, '2021-05-23 00:00:00', 0.0217775466584627, 0.0348076923076924, 0.0294822828152778, 0.0452499999999996, 0.0352872007739557, 0.0664423076923101, 0.0457692750484591, 0.125057692307694, 0.198906649925573, 0.521153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1275, '2021-05-23 00:00:00', 0.0158577935219443, 0.0280192307692312, 0.0196189076775819, 0.0413076923076933, 0.0277553667714066, 0.0609038461538495, 0.0593478824714609, 0.124365384615387, 0.198793929833032, 0.522442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1290, '2021-05-23 00:00:00', 0.0142952923934906, 0.0266538461538477, 0.0179694291677678, 0.0400961538461567, 0.0215830061355253, 0.0573846153846183, 0.0629676015594843, 0.127326923076925, 0.200463114773303, 0.527403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1305, '2021-05-23 00:00:00', 0.0134428276558411, 0.0334807692307717, 0.0181061081916063, 0.0471346153846185, 0.0197841136735027, 0.058134615384618, 0.0619672990685114, 0.129384615384617, 0.199859678659417, 0.531865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1320, '2021-05-23 00:00:00', 0.0177416610964567, 0.0345576923076933, 0.0161710686578975, 0.0432884615384622, 0.0256381626606774, 0.0656538461538459, 0.0636398157904796, 0.125884615384616, 0.200032994393808, 0.531673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1335, '2021-05-23 00:00:00', 0.0122196090835114, 0.025326923076921, 0.013601710865236, 0.034057692307691, 0.0288873408526712, 0.0630384615384603, 0.0572166059811311, 0.131000000000001, 0.200167064838732, 0.532076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1350, '2021-05-23 00:00:00', 0.0112368384548981, 0.0239423076923078, 0.0246341539018783, 0.047692307692308, 0.032204329618139, 0.0646730769230775, 0.0553156536476029, 0.133807692307693, 0.200529111640639, 0.532230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1365, '2021-05-23 00:00:00', 0.0206628615190115, 0.0355769230769224, 0.0259149793333146, 0.0466153846153847, 0.0323530583502594, 0.0569038461538462, 0.0551470202835455, 0.132423076923077, 0.200750541717823, 0.532 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1380, '2021-05-23 00:00:00', 0.0141205932540432, 0.0276346153846151, 0.0222140374884535, 0.0377884615384616, 0.0333821232674935, 0.0678846153846154, 0.0581416837098418, 0.147346153846154, 0.201773582169564, 0.530961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1395, '2021-05-23 00:00:00', 0.0140404908965248, 0.0226538461538472, 0.0147830594314514, 0.0301730769230789, 0.0316460290375622, 0.0726346153846162, 0.0538377048316372, 0.160461538461539, 0.203150205891713, 0.529884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1410, '2021-05-23 00:00:00', 0.0085601042409178, 0.0203461538461564, 0.0291339149446144, 0.0537500000000019, 0.0287785243113418, 0.0717884615384638, 0.0595282382894549, 0.178634615384616, 0.203683612119761, 0.530076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 2, 1425, '2021-05-23 00:00:00', 0.0292355684319387, 0.0465384615384624, 0.0295449657302242, 0.0612500000000011, 0.027499062921098, 0.0684615384615412, 0.0617342567910106, 0.190038461538461, 0.205521834887157, 0.530730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 0, '2021-05-23 00:00:00', 0.0251746820314509, 0.0412692307692322, 0.0260244337853139, 0.0493653846153869, 0.0237554528153335, 0.0598076923076948, 0.0668399466003555, 0.202038461538462, 0.210059595939231, 0.531576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 15, '2021-05-23 00:00:00', 0.0214609215516508, 0.0251346153846179, 0.0209185324533057, 0.0357500000000007, 0.0364458977326463, 0.0652115384615399, 0.0773705295713668, 0.218173076923077, 0.206222549688435, 0.529 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 30, '2021-05-23 00:00:00', 0.0125596576386453, 0.0252500000000003, 0.0145172708814756, 0.0358653846153842, 0.0429786395961824, 0.0727884615384598, 0.0796505275466619, 0.221057692307692, 0.206842147170622, 0.530423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 45, '2021-05-23 00:00:00', 0.0146560698898223, 0.0245961538461538, 0.0323113935608824, 0.0508846153846168, 0.0383860601701281, 0.0759807692307697, 0.082651857906429, 0.224519230769231, 0.206986614208595, 0.529961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 60, '2021-05-23 00:00:00', 0.0282102818135517, 0.0420000000000016, 0.0366671305331975, 0.0584615384615372, 0.0403975437181718, 0.0773076923076936, 0.0845643860299081, 0.227846153846153, 0.206579763883476, 0.529673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 75, '2021-05-23 00:00:00', 0.028403602155089, 0.0352692307692281, 0.0292397582332422, 0.0517884615384612, 0.039196315564682, 0.0803653846153852, 0.0833460926129477, 0.222634615384615, 0.205601309484006, 0.528538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 90, '2021-05-23 00:00:00', 0.0143052034642586, 0.0356730769230784, 0.0243352308708672, 0.0492115384615406, 0.0295690651760348, 0.0785192307692302, 0.0797470351510607, 0.222019230769231, 0.202493262945859, 0.526807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 105, '2021-05-23 00:00:00', 0.0209943948563559, 0.0347307692307689, 0.0225087418915067, 0.0627884615384618, 0.0301532496016337, 0.0799615384615388, 0.0735663279998709, 0.22476923076923, 0.197957824762282, 0.525096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 120, '2021-05-23 00:00:00', 0.020064980975283, 0.0522115384615396, 0.0277075107840119, 0.0653846153846149, 0.0355748020157752, 0.105557692307692, 0.0736957179634873, 0.226173076923076, 0.197105989644774, 0.526365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 135, '2021-05-23 00:00:00', 0.0174546885920698, 0.040115384615386, 0.0254795921353643, 0.0575192307692316, 0.0377547348024063, 0.1165, 0.0920989768589284, 0.228692307692307, 0.197477605351554, 0.528730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 150, '2021-05-23 00:00:00', 0.0206035564517743, 0.0429423076923083, 0.0386482410784971, 0.0839423076923073, 0.0511256822410759, 0.132846153846154, 0.097799614597321, 0.228730769230769, 0.197964083766572, 0.527538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 165, '2021-05-23 00:00:00', 0.0339121489462701, 0.066423076923076, 0.0357335922541334, 0.0950192307692308, 0.0501856706487182, 0.139692307692307, 0.101572429632939, 0.224461538461538, 0.195406668652443, 0.526615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 180, '2021-05-23 00:00:00', 0.0290027651201629, 0.0610961538461548, 0.0485184857712875, 0.0947115384615398, 0.0612402331302411, 0.133115384615386, 0.107423677736621, 0.210057692307693, 0.190920511047036, 0.518307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 195, '2021-05-23 00:00:00', 0.0404091621370143, 0.0549038461538465, 0.0397051488620035, 0.0786730769230771, 0.0696989929294869, 0.12901923076923, 0.0872757632229801, 0.187326923076923, 0.200705858256459, 0.516192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 210, '2021-05-23 00:00:00', 0.0198427665564898, 0.0476538461538458, 0.0369165430917651, 0.0821346153846168, 0.0664241383372511, 0.113384615384617, 0.0815469284428405, 0.177192307692308, 0.201856598947028, 0.510557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 225, '2021-05-23 00:00:00', 0.0376166340047348, 0.0596346153846148, 0.0605355712339082, 0.0883461538461521, 0.0619275755652084, 0.102230769230768, 0.0665340890070651, 0.162749999999998, 0.203249982495978, 0.508653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 240, '2021-05-23 00:00:00', 0.0379410524569169, 0.0532115384615373, 0.0413533414146159, 0.0711730769230779, 0.0468063605145201, 0.0923461538461532, 0.0611887370229317, 0.159692307692307, 0.203607110348866, 0.507846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 255, '2021-05-23 00:00:00', 0.0243742928891499, 0.0416153846153855, 0.0350688827660851, 0.0585576923076926, 0.040901330615932, 0.0856730769230755, 0.057529992177994, 0.155499999999999, 0.205901032985791, 0.504653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 270, '2021-05-23 00:00:00', 0.0206336170810189, 0.0411153846153831, 0.0226646115207074, 0.0572692307692287, 0.0375187337821428, 0.0821538461538449, 0.0580539967483863, 0.149942307692307, 0.205552460082953, 0.504423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 285, '2021-05-23 00:00:00', 0.0185812974623564, 0.038769230769229, 0.0259236452802321, 0.0586538461538458, 0.0371948714413491, 0.0859615384615373, 0.0540500658222043, 0.143519230769232, 0.207456786973911, 0.507538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 300, '2021-05-23 00:00:00', 0.0203614738018786, 0.0379807692307686, 0.0279321774744033, 0.0540576923076913, 0.0320680346475098, 0.0768269230769226, 0.0542831607265234, 0.139307692307693, 0.208605443730135, 0.507865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 315, '2021-05-23 00:00:00', 0.0172283308714281, 0.0361538461538439, 0.0249804000091162, 0.0565961538461513, 0.0435780864126054, 0.0755192307692295, 0.0485195281859233, 0.14226923076923, 0.211118986683959, 0.510942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 330, '2021-05-23 00:00:00', 0.0189378030567269, 0.038403846153847, 0.0204946240605828, 0.0489807692307697, 0.0372215043303661, 0.0754038461538455, 0.0502544908058366, 0.146576923076924, 0.21113893803334, 0.511134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 345, '2021-05-23 00:00:00', 0.0135978080812826, 0.0345961538461545, 0.0321076135231792, 0.0521730769230784, 0.0375041792542975, 0.0742115384615381, 0.0482499740932599, 0.151500000000001, 0.210439789488586, 0.510750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 360, '2021-05-23 00:00:00', 0.0143652492012972, 0.0334038461538461, 0.0189326843966085, 0.0485576923076913, 0.028674754374913, 0.0663076923076919, 0.0502323064907912, 0.15723076923077, 0.210121830045187, 0.50971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 375, '2021-05-23 00:00:00', 0.0185960707181338, 0.0330769230769214, 0.0201414708041362, 0.0466730769230751, 0.0277031586646707, 0.0667500000000023, 0.0525361414061444, 0.162384615384615, 0.210125454284962, 0.50844230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 390, '2021-05-23 00:00:00', 0.015065906493189, 0.0316923076923076, 0.0249822167520454, 0.0458653846153855, 0.0282794298713063, 0.066384615384617, 0.0525501811458515, 0.168192307692308, 0.210014044402163, 0.508826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 405, '2021-05-23 00:00:00', 0.0153372472708157, 0.029865384615384, 0.0195970268545618, 0.0482884615384626, 0.0266364484234538, 0.065903846153846, 0.0566147982829192, 0.188846153846155, 0.209815729592934, 0.509096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 420, '2021-05-23 00:00:00', 0.0179267848591043, 0.0330192307692321, 0.0200182320744038, 0.0449807692307698, 0.0260223646415642, 0.0652115384615399, 0.0618754487163235, 0.199865384615386, 0.210121759573238, 0.509076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 435, '2021-05-23 00:00:00', 0.0152553773621471, 0.0304423076923088, 0.0170346818172626, 0.0444038461538467, 0.0242916969037068, 0.0705576923076925, 0.0604870774501599, 0.202057692307693, 0.210061464448274, 0.508673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 450, '2021-05-23 00:00:00', 0.0164672285277321, 0.0305192307692306, 0.0191310058443198, 0.0473461538461547, 0.0322751392775411, 0.0777307692307687, 0.0621944098403117, 0.20673076923077, 0.207474025250984, 0.512365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 465, '2021-05-23 00:00:00', 0.0138595287965183, 0.0325576923076925, 0.0223808984490044, 0.0532692307692299, 0.0313208458477019, 0.0748461538461538, 0.0651590627736342, 0.215288461538461, 0.20581131762257, 0.513538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 480, '2021-05-23 00:00:00', 0.0213023382609653, 0.041980769230768, 0.029111965554761, 0.0610576923076909, 0.0302010188315167, 0.0756923076923067, 0.0761029262552729, 0.228653846153847, 0.20581131762257, 0.513538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 495, '2021-05-23 00:00:00', 0.0159774480488547, 0.0361730769230764, 0.0190782699586571, 0.0474038461538479, 0.0333080089698946, 0.0837115384615397, 0.0836302668802496, 0.230692307692308, 0.204655970237484, 0.511884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 510, '2021-05-23 00:00:00', 0.0122501491356688, 0.0321153846153866, 0.0179941977827867, 0.0493653846153864, 0.0356377554762457, 0.0934807692307701, 0.0809441711684905, 0.232673076923078, 0.204325476592164, 0.509596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 525, '2021-05-23 00:00:00', 0.0155350719836881, 0.0374615384615386, 0.0294354639586608, 0.0680576923076932, 0.0298569731579391, 0.104173076923076, 0.0802872439336507, 0.234807692307692, 0.204343787430737, 0.508788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 540, '2021-05-23 00:00:00', 0.0252578396055272, 0.0555384615384627, 0.0278694483950838, 0.0751153846153853, 0.0371428479501277, 0.107634615384616, 0.0795087029585687, 0.232076923076924, 0.205569452983657, 0.509000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 555, '2021-05-23 00:00:00', 0.0191613894630278, 0.0501730769230744, 0.0248320280159438, 0.0779807692307666, 0.0417192862613191, 0.108173076923075, 0.0843637750368106, 0.228942307692307, 0.204081862345632, 0.513442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 570, '2021-05-23 00:00:00', 0.020397662007806, 0.0497307692307684, 0.0298327904262313, 0.0721538461538458, 0.0345287004366811, 0.108134615384615, 0.0804881955033458, 0.224519230769231, 0.205988984022111, 0.510192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 585, '2021-05-23 00:00:00', 0.027730488636158, 0.0535000000000013, 0.0319978364653232, 0.0783076923076913, 0.0450153990746085, 0.121884615384617, 0.0774707910217705, 0.223288461538464, 0.203601609484344, 0.506846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 600, '2021-05-23 00:00:00', 0.0288010216164937, 0.0653269230769224, 0.0299539710992612, 0.0865961538461547, 0.0534311094919281, 0.137788461538463, 0.073419283256148, 0.221865384615386, 0.200665626967236, 0.511576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 615, '2021-05-23 00:00:00', 0.0225091434413114, 0.0546923076923076, 0.0472962838026257, 0.0924615384615389, 0.0490898117269218, 0.128519230769231, 0.0783949394952361, 0.214557692307693, 0.197065183476081, 0.520057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 630, '2021-05-23 00:00:00', 0.0358467732696586, 0.0643653846153842, 0.0444156633840605, 0.0958653846153849, 0.0423067188699195, 0.119038461538461, 0.0762057967712338, 0.204788461538462, 0.193737356907589, 0.517211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 645, '2021-05-23 00:00:00', 0.0241862643790921, 0.0613461538461543, 0.0239020115020909, 0.0781153846153838, 0.0504582386350697, 0.116923076923075, 0.0708794317567097, 0.197076923076922, 0.193124831092781, 0.518596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 660, '2021-05-23 00:00:00', 0.0221031584934054, 0.0545192307692304, 0.0293022249089616, 0.0734038461538458, 0.0713262843989078, 0.119826923076922, 0.0706350125645914, 0.19225, 0.192272359908062, 0.517096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 675, '2021-05-23 00:00:00', 0.0201519611567078, 0.0488076923076925, 0.045175044165828, 0.0817307692307681, 0.0673481539921766, 0.111923076923077, 0.0737366337300943, 0.202134615384616, 0.192068698647124, 0.51725 where not exists (select 1 from powerstats_trumpet where symbolid = 975795 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 975795, 3, 690, '2021-05-23 00:00:00', 0.0393705522518455, 0.0574038461538448, 0.0642464515631925, 0.0835576923076912, 0.0609347475709759, 0.108788461538462, 0.0698408630663023, 0.21211[...];
Date: 2021-05-23 15:06:46 Duration: 13s512ms 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 975335, 1, 915, '2021-05-23 00:00:00', 0.0374109661010694, 0.067096153846155, 0.041980398356302, 0.0935769230769239, 0.053758290952687, 0.128423076923077, 0.195857503145682, 0.319692307692306, 0.20186426989821, 0.51378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 930, '2021-05-23 00:00:00', 0.0287496688944125, 0.0627884615384629, 0.0417844330600971, 0.0891730769230775, 0.053908658502492, 0.122288461538462, 0.189362222087314, 0.309634615384615, 0.200577819158702, 0.510692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 945, '2021-05-23 00:00:00', 0.0259149496504348, 0.0647307692307695, 0.0369369733464998, 0.0865000000000015, 0.0489249071379965, 0.128057692307694, 0.182205611878447, 0.299750000000001, 0.19138847023387, 0.507442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 960, '2021-05-23 00:00:00', 0.0290633856358022, 0.0634038461538472, 0.0422731638822468, 0.0924038461538474, 0.0814276295010108, 0.167173076923078, 0.180958810655479, 0.296634615384616, 0.193264987477335, 0.512653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 975, '2021-05-23 00:00:00', 0.0248214624871306, 0.0612499999999995, 0.0358420895682062, 0.094346153846154, 0.123245957961492, 0.185615384615384, 0.173137810828431, 0.288692307692308, 0.194528194515701, 0.520538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 990, '2021-05-23 00:00:00', 0.0348011494063054, 0.0775000000000006, 0.0755432555661902, 0.130711538461539, 0.134926961723744, 0.19675, 0.167978342239523, 0.280288461538462, 0.190896646422571, 0.52351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1005, '2021-05-23 00:00:00', 0.0599272924852722, 0.0899038461538453, 0.103587883535596, 0.143480769230768, 0.120918677376414, 0.186557692307692, 0.155580545550674, 0.263384615384615, 0.185109187113567, 0.529134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1020, '2021-05-23 00:00:00', 0.0653461081178811, 0.0919230769230764, 0.0798183032797736, 0.125692307692307, 0.0995685616122827, 0.174038461538461, 0.108708445641754, 0.233615384615386, 0.160828680947722, 0.52176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1035, '2021-05-23 00:00:00', 0.0322735721843528, 0.072711538461538, 0.0328205669570874, 0.0984807692307694, 0.0903835502392228, 0.155884615384614, 0.0886960605317176, 0.206365384615385, 0.1568994692838, 0.52128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1050, '2021-05-23 00:00:00', 0.0240513233283756, 0.0696153846153858, 0.0547916367846272, 0.11728846153846, 0.081494211686851, 0.146442307692306, 0.0808283580282213, 0.191211538461539, 0.155518344206126, 0.512346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1065, '2021-05-23 00:00:00', 0.0477197145197479, 0.0933653846153844, 0.0742107834793246, 0.114903846153846, 0.0729009575752221, 0.134019230769232, 0.0758978665961433, 0.173115384615386, 0.156232904295526, 0.512903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1080, '2021-05-23 00:00:00', 0.038161907104415, 0.0673653846153849, 0.0390532181280066, 0.0840769230769234, 0.0425802816408636, 0.110903846153848, 0.069446373887727, 0.152673076923078, 0.156617957512491, 0.508769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1095, '2021-05-23 00:00:00', 0.0215008407706773, 0.0516153846153829, 0.0220604501662676, 0.0712884615384603, 0.0382821961029068, 0.0919423076923067, 0.0583496358172019, 0.141, 0.157089118508718, 0.504134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1110, '2021-05-23 00:00:00', 0.0204327885065606, 0.0498269230769238, 0.0281000684368191, 0.0684230769230784, 0.0434375944935349, 0.0867307692307707, 0.0577037693742799, 0.13375, 0.157508931370695, 0.506211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1125, '2021-05-23 00:00:00', 0.0124696092098403, 0.0421346153846154, 0.0178648020936733, 0.056134615384614, 0.0360993554172162, 0.0772115384615382, 0.0557909973437963, 0.128653846153845, 0.158788995210625, 0.508249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1140, '2021-05-23 00:00:00', 0.0194042422007302, 0.0427692307692311, 0.0254082739401053, 0.0599038461538469, 0.0358467732696554, 0.0768653846153854, 0.055666990633174, 0.125576923076923, 0.160003347320754, 0.509365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1155, '2021-05-23 00:00:00', 0.0176967619810929, 0.0416538461538466, 0.0294933108452647, 0.0543461538461537, 0.0394233238266191, 0.0759615384615393, 0.0558967764310678, 0.123980769230769, 0.164478416867941, 0.513980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1170, '2021-05-23 00:00:00', 0.0219157565376002, 0.0370961538461555, 0.0259130276116085, 0.0522500000000008, 0.0321369904291944, 0.0736153846153863, 0.0536357945922184, 0.120538461538461, 0.168620599389462, 0.515557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1185, '2021-05-23 00:00:00', 0.0154309878042651, 0.0356538461538464, 0.0179829085522885, 0.0522500000000013, 0.0230268071202641, 0.0709230769230772, 0.0465265019598012, 0.116153846153845, 0.170589286344087, 0.51776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1200, '2021-05-23 00:00:00', 0.0172467276717826, 0.0404807692307701, 0.0217466177741601, 0.0523461538461546, 0.0268208658725586, 0.0688269230769221, 0.0467186381848415, 0.116865384615383, 0.169980351805731, 0.518999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1215, '2021-05-23 00:00:00', 0.0133484657718254, 0.0321923076923078, 0.0206561222066341, 0.0456538461538466, 0.0299523018249888, 0.0654038461538447, 0.0450915351087273, 0.116057692307692, 0.170835282790628, 0.524923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1230, '2021-05-23 00:00:00', 0.015590875043285, 0.0321538461538477, 0.0185473303075764, 0.044288461538462, 0.0301390112644703, 0.0689999999999988, 0.0411097452418049, 0.112365384615383, 0.170147963888448, 0.527980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1245, '2021-05-23 00:00:00', 0.0140368745151403, 0.0309230769230775, 0.0181316128520121, 0.0486538461538451, 0.031140827764304, 0.0658653846153843, 0.0356604985080991, 0.106634615384615, 0.169240499108403, 0.530442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1260, '2021-05-23 00:00:00', 0.0152830348375603, 0.0351346153846148, 0.0184422174538559, 0.0486538461538456, 0.027355466336027, 0.0598076923076915, 0.0320050957481174, 0.103615384615384, 0.169710047977765, 0.531403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1275, '2021-05-23 00:00:00', 0.0130736523058937, 0.0309038461538467, 0.022386190798384, 0.0431923076923073, 0.0270221276848332, 0.0618461538461535, 0.0309988647434816, 0.102519230769231, 0.170863868440526, 0.534307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1290, '2021-05-23 00:00:00', 0.0194725151470948, 0.0323269230769228, 0.0215691018321623, 0.0431153846153828, 0.0263043430166664, 0.0610384615384595, 0.0350715532326958, 0.104576923076923, 0.170776296544744, 0.53478846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1305, '2021-05-23 00:00:00', 0.0168809063737702, 0.0327499999999995, 0.0257336056847553, 0.0495384615384603, 0.0242471965072568, 0.0590576923076917, 0.034876727969323, 0.109115384615386, 0.170645909820486, 0.536942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1320, '2021-05-23 00:00:00', 0.0183681685364826, 0.0360192307692295, 0.0171221965700824, 0.0434807692307686, 0.023486567355701, 0.0611730769230761, 0.0357308743891794, 0.109653846153847, 0.17095970285421, 0.537499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1335, '2021-05-23 00:00:00', 0.00650183406077579, 0.0250769230769237, 0.0165319736827196, 0.0366153846153851, 0.0217286765500195, 0.0603461538461529, 0.0415365686890649, 0.114942307692307, 0.171274345826984, 0.539307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1350, '2021-05-23 00:00:00', 0.0138321948867352, 0.0264807692307694, 0.0179907347949325, 0.0435576923076942, 0.0208715116845918, 0.0565000000000009, 0.0487995941029754, 0.119096153846154, 0.171001524959462, 0.540192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1365, '2021-05-23 00:00:00', 0.0175853522962894, 0.0357307692307709, 0.0196933120236671, 0.0475576923076915, 0.0225882968336727, 0.0566346153846169, 0.0566270796867182, 0.127615384615384, 0.170893547611911, 0.540730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1380, '2021-05-23 00:00:00', 0.0136894260148264, 0.0309038461538456, 0.0141387220617175, 0.0357884615384619, 0.0240102862572241, 0.0560769230769236, 0.0548848199554157, 0.13178846153846, 0.173283845622856, 0.541865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1395, '2021-05-23 00:00:00', 0.0132504281498312, 0.0225769230769238, 0.0194430925048932, 0.0325769230769245, 0.0301776343569979, 0.0710192307692294, 0.0511205061970839, 0.144615384615383, 0.174248619904037, 0.542807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1410, '2021-05-23 00:00:00', 0.0121642761964957, 0.0214807692307696, 0.0201603189840456, 0.0420384615384611, 0.0274150225522156, 0.0667884615384602, 0.0515255164569344, 0.149673076923075, 0.176209849763984, 0.544134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 1, 1425, '2021-05-23 00:00:00', 0.0180467022344382, 0.034711538461537, 0.0261314723303873, 0.0580769230769216, 0.0238967329598389, 0.0629230769230746, 0.0497256937144633, 0.162769230769229, 0.176752782591522, 0.544615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 0, '2021-05-23 00:00:00', 0.0281274571576241, 0.0450769230769219, 0.0259701974163889, 0.0518653846153847, 0.0255296810670379, 0.0587692307692299, 0.0519801774348044, 0.173173076923075, 0.182044500054245, 0.547499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 15, '2021-05-23 00:00:00', 0.0153833784759159, 0.0272600000000017, 0.0148546569577784, 0.0313400000000013, 0.0218196585674488, 0.0510800000000012, 0.0571750091094584, 0.18076, 0.184389946851774, 0.550939999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 30, '2021-05-23 00:00:00', 0.0108956030887075, 0.0196200000000022, 0.0184779598440955, 0.0308199999999999, 0.028790724779577, 0.0595200000000011, 0.0596104157565328, 0.18788, 0.184082913836854, 0.550539999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 45, '2021-05-23 00:00:00', 0.0175398008935284, 0.0252307692307706, 0.019445792505163, 0.0413269230769264, 0.0348803724838972, 0.0679038461538485, 0.0633459245243622, 0.193115384615385, 0.181470455319443, 0.546615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 60, '2021-05-23 00:00:00', 0.0159265139360063, 0.0314230769230783, 0.0204167823125958, 0.0467500000000013, 0.0307570942410662, 0.0666730769230777, 0.0807636461439278, 0.203057692307691, 0.184836498435364, 0.546634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 75, '2021-05-23 00:00:00', 0.0153401058064756, 0.0298269230769245, 0.0239686012556814, 0.0470769230769243, 0.0359542711702591, 0.0745192307692302, 0.0830094341255632, 0.206615384615384, 0.195447861432305, 0.550942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 90, '2021-05-23 00:00:00', 0.0177875929101873, 0.0369615384615379, 0.0205315517042596, 0.0492307692307687, 0.0444482456173641, 0.0800576923076931, 0.0825757298111624, 0.209865384615384, 0.195447861432305, 0.550942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 105, '2021-05-23 00:00:00', 0.0152812101816363, 0.0296538461538451, 0.0333906942356457, 0.0604615384615369, 0.0534076809514841, 0.0854038461538446, 0.0820189096395542, 0.212192307692309, 0.194022167647054, 0.548307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 120, '2021-05-23 00:00:00', 0.0252068137918774, 0.0502115384615377, 0.0389353902688104, 0.0612307692307697, 0.0490844680117864, 0.0947499999999982, 0.0798504949168217, 0.213192307692309, 0.193714583859863, 0.547999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 135, '2021-05-23 00:00:00', 0.0312460459036898, 0.0391538461538467, 0.0456524495930541, 0.0648846153846158, 0.040266133890177, 0.109307692307692, 0.0793520296866095, 0.210230769230771, 0.195877784698678, 0.551057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 150, '2021-05-23 00:00:00', 0.0214355653421708, 0.0472115384615376, 0.0279554315625096, 0.0711153846153837, 0.0289911126965583, 0.109230769230768, 0.0796292756369256, 0.208192307692308, 0.195457833343626, 0.550230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 165, '2021-05-23 00:00:00', 0.020956107976876, 0.0564615384615375, 0.0281010881256611, 0.0903653846153843, 0.036148390750433, 0.115884615384614, 0.0813010076576769, 0.204576923076923, 0.196784599147237, 0.549038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 180, '2021-05-23 00:00:00', 0.0292418298911797, 0.0677307692307707, 0.0313098227398355, 0.082750000000001, 0.0437029703267936, 0.113019230769233, 0.0814779347194924, 0.196076923076925, 0.202316154912211, 0.552557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 195, '2021-05-23 00:00:00', 0.0178930583875848, 0.0508076923076906, 0.0347837550500888, 0.0760192307692297, 0.0453646931502397, 0.107653846153846, 0.074125527628165, 0.186423076923077, 0.211636480787222, 0.555999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 210, '2021-05-23 00:00:00', 0.0252396589639301, 0.0559038461538442, 0.0275140873008739, 0.0777499999999996, 0.0397264540809546, 0.106134615384615, 0.0665843854414481, 0.181903846153846, 0.215829327158147, 0.564038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 225, '2021-05-23 00:00:00', 0.0217912914857153, 0.0519038461538464, 0.0294203749387822, 0.0749615384615384, 0.0446279189952461, 0.102634615384616, 0.0640499684741405, 0.180538461538461, 0.222188029345902, 0.570596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 240, '2021-05-23 00:00:00', 0.02139424796888, 0.0509230769230768, 0.0313288267353808, 0.0706538461538457, 0.0542296541074663, 0.102653846153845, 0.0544177855541305, 0.173346153846154, 0.228525315884259, 0.5745 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 255, '2021-05-23 00:00:00', 0.0185425498205117, 0.0436153846153846, 0.0221339367001491, 0.0616346153846145, 0.046005472082552, 0.0947884615384599, 0.0483551325730143, 0.165173076923076, 0.233008702379581, 0.576153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 270, '2021-05-23 00:00:00', 0.0158941692259975, 0.0402307692307689, 0.0348292317545947, 0.0658461538461523, 0.0413985925067314, 0.0882115384615388, 0.0515521543234107, 0.161269230769231, 0.233610876327414, 0.572307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 285, '2021-05-23 00:00:00', 0.0252282884568391, 0.0484423076923051, 0.0307583384566756, 0.0648461538461525, 0.035500297940245, 0.085365384615385, 0.0500983686207598, 0.153557692307692, 0.235120361975277, 0.570769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 300, '2021-05-23 00:00:00', 0.0208583224489555, 0.0435192307692303, 0.0220499781963961, 0.055692307692308, 0.0299928965949248, 0.0794230769230796, 0.0490625503429434, 0.147076923076923, 0.235090496486911, 0.567807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 315, '2021-05-23 00:00:00', 0.0168180306173509, 0.0376153846153849, 0.022557959536748, 0.0536923076923099, 0.0307929312567772, 0.0747307692307713, 0.0482343358391745, 0.151365384615385, 0.235507884075118, 0.566211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 330, '2021-05-23 00:00:00', 0.0177356659348868, 0.0395769230769246, 0.0213664726580261, 0.0523846153846185, 0.0299429714367411, 0.0736923076923097, 0.0550053738633443, 0.162634615384616, 0.235389981650747, 0.565288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 345, '2021-05-23 00:00:00', 0.0127990384254209, 0.0333461538461546, 0.0217552204168246, 0.049980769230769, 0.0296222694294998, 0.0688269230769227, 0.0716855553522037, 0.172673076923077, 0.235191987860656, 0.565365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 360, '2021-05-23 00:00:00', 0.0163755446180714, 0.0355384615384602, 0.0222535131193662, 0.0496730769230763, 0.0264742545475061, 0.067615384615385, 0.0900644406052615, 0.180288461538461, 0.241872707303784, 0.571057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 375, '2021-05-23 00:00:00', 0.0145117591575302, 0.0326346153846154, 0.0166256983658985, 0.0445769230769233, 0.019892054849962, 0.0669230769230767, 0.101834737914692, 0.188423076923076, 0.248966540847438, 0.575038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 390, '2021-05-23 00:00:00', 0.00905489667783014, 0.0283653846153845, 0.0168540910349819, 0.0445961538461531, 0.0325703262778594, 0.0681153846153836, 0.101414761480537, 0.196076923076923, 0.248579360489842, 0.575038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 405, '2021-05-23 00:00:00', 0.0129360111555072, 0.0335961538461541, 0.0164056275522955, 0.0502307692307691, 0.0402859968036227, 0.0756923076923078, 0.118765847525547, 0.216942307692307, 0.248633090810846, 0.575576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 420, '2021-05-23 00:00:00', 0.0118246157849454, 0.0353076923076904, 0.0224439558421907, 0.0491346153846144, 0.0385861523586653, 0.0746346153846159, 0.133427681362775, 0.220884615384615, 0.250608478738021, 0.576519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 435, '2021-05-23 00:00:00', 0.0161613618047692, 0.0319807692307683, 0.0317560472738897, 0.0524423076923078, 0.0342602707789377, 0.0773846153846165, 0.13093815480835, 0.226096153846154, 0.250628054172836, 0.576307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 450, '2021-05-23 00:00:00', 0.0290760276622391, 0.0388461538461551, 0.030108221468562, 0.0532500000000012, 0.0302333234387798, 0.0765769230769242, 0.130377565613815, 0.235019230769231, 0.25059233903816, 0.575403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 465, '2021-05-23 00:00:00', 0.012786907366522, 0.0347500000000003, 0.0189199528378011, 0.0527692307692308, 0.0257488535965877, 0.0707884615384618, 0.133857727284778, 0.243634615384617, 0.250453720582959, 0.574115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 480, '2021-05-23 00:00:00', 0.0178890705782571, 0.0393269230769234, 0.0243506752394163, 0.0558461538461538, 0.023744157176031, 0.0732499999999994, 0.135138948436841, 0.245346153846155, 0.249524584884013, 0.573961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 495, '2021-05-23 00:00:00', 0.0136718126646935, 0.0344615384615385, 0.0170600748487848, 0.0466153846153858, 0.0218257786890772, 0.0852307692307706, 0.124357815009135, 0.242384615384617, 0.248567975534941, 0.570038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 510, '2021-05-23 00:00:00', 0.0128588939588963, 0.0323653846153839, 0.020222768965089, 0.0534038461538454, 0.0376123598752392, 0.0985192307692322, 0.127973428732446, 0.245461538461539, 0.248856130818902, 0.569423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 525, '2021-05-23 00:00:00', 0.0155819915780512, 0.0384615384615379, 0.0216774963073208, 0.0704230769230787, 0.065018154269521, 0.107903846153848, 0.128008228401386, 0.245557692307692, 0.247763727400492, 0.568769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 540, '2021-05-23 00:00:00', 0.0233509018109507, 0.0587692307692321, 0.0415483268199622, 0.0797884615384632, 0.0839330319132695, 0.121923076923078, 0.127553771466721, 0.244769230769231, 0.248011619609927, 0.567288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 555, '2021-05-23 00:00:00', 0.0314154604270906, 0.0541346153846153, 0.0595896770874327, 0.0810192307692317, 0.078571241558219, 0.132000000000001, 0.120780374424629, 0.248326923076923, 0.245291337769224, 0.563903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 570, '2021-05-23 00:00:00', 0.0369027047163838, 0.0559807692307693, 0.0523478748374772, 0.0884999999999995, 0.0547127920635106, 0.13198076923077, 0.110463561691347, 0.239961538461538, 0.239831941960648, 0.555903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 585, '2021-05-23 00:00:00', 0.0253383336832989, 0.0533653846153853, 0.0355029576232767, 0.0895000000000005, 0.0718697459618102, 0.138096153846155, 0.104129396204174, 0.231134615384617, 0.236335606386668, 0.549673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 600, '2021-05-23 00:00:00', 0.0317603768627134, 0.0748076923076937, 0.0369805198199526, 0.0973269230769254, 0.0876611592790886, 0.140326923076925, 0.106767996141164, 0.23075, 0.239988323433903, 0.551846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 615, '2021-05-23 00:00:00', 0.0195038161946302, 0.0598269230769234, 0.0667821486972036, 0.100846153846154, 0.0770504055797252, 0.13075, 0.107224066256673, 0.228596153846154, 0.236605026281224, 0.548538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 630, '2021-05-23 00:00:00', 0.0484678362818678, 0.0753653846153854, 0.0594882438288952, 0.0953653846153852, 0.0576633632520548, 0.125788461538463, 0.101026883322441, 0.225865384615384, 0.234423519593197, 0.546942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 645, '2021-05-23 00:00:00', 0.0295534522257836, 0.0574423076923081, 0.030212987528291, 0.0822307692307683, 0.0461219995897174, 0.116673076923078, 0.0984416500346208, 0.224461538461538, 0.236871821878417, 0.548500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 660, '2021-05-23 00:00:00', 0.0173730117844192, 0.0593076923076913, 0.0308263124369676, 0.0836923076923083, 0.0513819183999731, 0.114192307692309, 0.10081659089654, 0.23075, 0.233293809473081, 0.554307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 675, '2021-05-23 00:00:00', 0.0242367568914533, 0.0555961538461526, 0.039197944412352, 0.0786730769230771, 0.041477709490946, 0.0995961538461533, 0.103784028710514, 0.238269230769231, 0.235378262671943, 0.548557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 690, '2021-05-23 00:00:00', 0.0300972845695686, 0.0604423076923088, 0.0330114199354383, 0.0779230769230784, 0.0397476849833857, 0.100461538461539, 0.117060898023866, 0.252423076923077, 0.236941667602291, 0.550923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 705, '2021-05-23 00:00:00', 0.0217148300972818, 0.0539230769230781, 0.0237358621888105, 0.0666346153846149, 0.0356924307855979, 0.0944807692307678, 0.130663120863717, 0.268634615384616, 0.236454184861385, 0.549692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 720, '2021-05-23 00:00:00', 0.0171300455789952, 0.0460384615384605, 0.0254378957160685, 0.072442307692306, 0.0363507750419981, 0.0973269230769221, 0.150236260091078, 0.274423076923078, 0.235624417567124, 0.555115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 735, '2021-05-23 00:00:00', 0.0214463642247711, 0.0550576923076918, 0.0216776116339834, 0.0673269230769221, 0.0619782343929036, 0.111692307692308, 0.166660991698258, 0.284384615384616, 0.238620232555029, 0.553846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 750, '2021-05-23 00:00:00', 0.0181344656980546, 0.0451730769230751, 0.0325404186536374, 0.0693269230769223, 0.0682460706110354, 0.112884615384613, 0.179368834656845, 0.288673076923076, 0.238343892629634, 0.554365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 765, '2021-05-23 00:00:00', 0.028037097677077, 0.0538269230769221, 0.0551075905702809, 0.0864423076923067, 0.0611687105785808, 0.115634615384614, 0.180787113436261, 0.301596153846153, 0.238009162719552, 0.554192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 780, '2021-05-23 00:00:00', 0.0391897357048422, 0.057653846153846, 0.0505499790763093, 0.0765961538461534, 0.0543216665938958, 0.106211538461538, 0.175993689790725, 0.310326923076921, 0.236850111641552, 0.551846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 795, '2021-05-23 00:00:00', 0.027077183128122, 0.0504230769230761, 0.0294133669246862, 0.0708846153846155, 0.0577590352572321, 0.109115384615385, 0.163415435670517, 0.318769230769229, 0.236700779141418, 0.550826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 810, '2021-05-23 00:00:00', 0.0224966749679923, 0.0500961538461547, 0.0318565595225752, 0.0709038461538475, 0.0634553901450599, 0.117557692307692, 0.159699844660586, 0.315596153846152, 0.233423764527424, 0.548923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 825, '2021-05-23 00:00:00', 0.01746543839878, 0.0463076923076926, 0.052866628269784, 0.0785961538461542, 0.0726065688912102, 0.117423076923077, 0.151155660979515, 0.315423076923074, 0.223593024007047, 0.548403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 840, '2021-05-23 00:00:00', 0.0472279741092232, 0.0606923076923089, 0.0518238028174463, 0.0865576923076935, 0.068914955951854, 0.129865384615386, 0.149417264217205, 0.318173076923075, 0.220422129979311, 0.547846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 855, '2021-05-23 00:00:00', 0.0304989596291656, 0.0564423076923083, 0.0614019543662901, 0.0889999999999997, 0.0697220084445263, 0.142538461538461, 0.140088209848158, 0.311057692307689, 0.214491965960357, 0.548288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 870, '2021-05-23 00:00:00', 0.0535010136496357, 0.0614615384615373, 0.0535694409155074, 0.0932499999999998, 0.0786689485218815, 0.144288461538461, 0.136180242552062, 0.310038461538458, 0.211833141882946, 0.550500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 885, '2021-05-23 00:00:00', 0.0262492563997243, 0.0597115384615383, 0.0352417420769098, 0.0960961538461536, 0.0940917555449905, 0.157961538461537, 0.131692825866162, 0.308596153846151, 0.208678045175964, 0.547557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 900, '2021-05-23 00:00:00', 0.0245684992184344, 0.0668653846153858, 0.0422767803155124, 0.0988846153846158, 0.0953851080942612, 0.152173076923076, 0.113725438599352, 0.308346153846152, 0.199731084595879, 0.542115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 915, '2021-05-23 00:00:00', 0.0350944933221498, 0.074288461538461, 0.0790507042736098, 0.120423076923076, 0.0925470774171815, 0.159307692307691, 0.113798196889864, 0.306980769230767, 0.198309269925693, 0.540442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 930, '2021-05-23 00:00:00', 0.0759650324415524, 0.0861153846153837, 0.0827581090611948, 0.107230769230767, 0.0981260747123912, 0.159442307692307, 0.10265354166021, 0.29901923076923, 0.19424612856255, 0.53546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 945, '2021-05-23 00:00:00', 0.0322179835113646, 0.0670384615384614, 0.0501864408596009, 0.0998269230769226, 0.0676200385639112, 0.158480769230769, 0.0856437455617526, 0.275865384615385, 0.197559038887502, 0.531576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 960, '2021-05-23 00:00:00', 0.0369907472838207, 0.076846153846154, 0.0542691866106797, 0.110769230769231, 0.0552914967728736, 0.172480769230769, 0.0856477154035419, 0.270865384615384, 0.20092960114275, 0.538269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 975, '2021-05-23 00:00:00', 0.038063433896591, 0.0737500000000018, 0.0466667440475558, 0.122250000000001, 0.051149960523331, 0.17303846153846, 0.0818628496562753, 0.265884615384614, 0.200450090661376, 0.542826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 990, '2021-05-23 00:00:00', 0.0259561168128049, 0.0865000000000004, 0.038189915100516, 0.12101923076923, 0.0457180868096906, 0.157711538461536, 0.0847567378760212, 0.257730769230767, 0.19183562374716, 0.540557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1005, '2021-05-23 00:00:00', 0.0247212770394589, 0.0781923076923061, 0.0326912891244038, 0.112403846153844, 0.0420773509329951, 0.147288461538459, 0.0850035587490322, 0.246249999999998, 0.186903821420373, 0.541961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1020, '2021-05-23 00:00:00', 0.0299948521224249, 0.083134615384615, 0.03375586558716, 0.107038461538462, 0.04158533857762, 0.152403846153846, 0.0829267726092413, 0.237980769230769, 0.190391411611409, 0.542519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1035, '2021-05-23 00:00:00', 0.0280544799658416, 0.0750769230769219, 0.0334213025110999, 0.11078846153846, 0.0502557497667215, 0.154903846153845, 0.0889297410664953, 0.230173076923076, 0.197847463582817, 0.551326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1050, '2021-05-23 00:00:00', 0.0288278778001704, 0.0715576923076913, 0.0317210497934738, 0.10825, 0.0557655704369065, 0.14882692307692, 0.0824928551684696, 0.217134615384615, 0.197805083741158, 0.546865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1065, '2021-05-23 00:00:00', 0.0248306339954377, 0.0869038461538457, 0.0417702185036908, 0.113365384615384, 0.0516002869699817, 0.146519230769228, 0.0881601863742283, 0.20603846153846, 0.201747568853907, 0.550192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1080, '2021-05-23 00:00:00', 0.0448949885844722, 0.0775000000000006, 0.0531327944508257, 0.102576923076921, 0.0488858009902826, 0.132807692307692, 0.0897232668563973, 0.188230769230769, 0.204791226712625, 0.546557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1095, '2021-05-23 00:00:00', 0.0280229370337928, 0.0592499999999987, 0.0320206243632972, 0.0800961538461526, 0.0351129441396436, 0.110326923076924, 0.0831606878278415, 0.168500000000002, 0.212778396821309, 0.540884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1110, '2021-05-23 00:00:00', 0.02053009048652, 0.0572692307692304, 0.0232408791042533, 0.0810384615384621, 0.0342070224459165, 0.101596153846155, 0.0785780185548089, 0.162250000000002, 0.212082629035151, 0.53969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1125, '2021-05-23 00:00:00', 0.026287851830193, 0.0548653846153853, 0.0306366045517704, 0.0783076923076945, 0.0356154244890972, 0.0930384615384636, 0.0746895214563899, 0.153730769230772, 0.204094668833252, 0.53642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1140, '2021-05-23 00:00:00', 0.0218221482408622, 0.0526153846153844, 0.025218125349713, 0.0644230769230779, 0.0277551727680556, 0.0849807692307694, 0.0709124487281004, 0.149846153846154, 0.202945237971687, 0.532519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1155, '2021-05-23 00:00:00', 0.0175060429127075, 0.0403076923076924, 0.0198417198386099, 0.0525769230769227, 0.032851554230882, 0.0812692307692307, 0.0681709643808532, 0.144903846153844, 0.202172764086713, 0.53394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1170, '2021-05-23 00:00:00', 0.0157237204444564, 0.0358461538461545, 0.0213617559059318, 0.0542307692307702, 0.0357995057980489, 0.0787307692307697, 0.0652920333224858, 0.143480769230768, 0.199251989662879, 0.533846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1185, '2021-05-23 00:00:00', 0.0126306708512986, 0.0409230769230767, 0.0283803019445088, 0.0606923076923078, 0.0410433167050844, 0.0810769230769227, 0.0648049499533905, 0.140692307692307, 0.199315131233084, 0.532692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1200, '2021-05-23 00:00:00', 0.0297311866823125, 0.0457884615384605, 0.0332523452035864, 0.0579615384615381, 0.0383903483463464, 0.0768269230769232, 0.063521640770321, 0.143326923076923, 0.202600817258584, 0.531365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1215, '2021-05-23 00:00:00', 0.0165829847921097, 0.0353461538461543, 0.0253369599293515, 0.0523076923076928, 0.0312402169302029, 0.0681346153846161, 0.0547602466702313, 0.136269230769231, 0.200600725706183, 0.522865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1230, '2021-05-23 00:00:00', 0.0115499583748821, 0.036807692307691, 0.0169039481050548, 0.0502115384615383, 0.0248637286021219, 0.0632499999999987, 0.0459841109682289, 0.129538461538461, 0.200113991553276, 0.520019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1245, '2021-05-23 00:00:00', 0.0130974601178404, 0.0302884615384619, 0.0195361597675061, 0.0458076923076924, 0.0289044380409226, 0.0594423076923084, 0.045032778660061, 0.124634615384615, 0.200028382601456, 0.516576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1260, '2021-05-23 00:00:00', 0.0166234773738842, 0.0349999999999999, 0.0208927296887273, 0.0426153846153848, 0.0275626628723607, 0.0615961538461539, 0.0463627544479398, 0.122250000000001, 0.200246594132183, 0.51546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1275, '2021-05-23 00:00:00', 0.0110682498095315, 0.027384615384615, 0.0177561365340382, 0.040096153846154, 0.0259726779520337, 0.0609999999999994, 0.0609337376550575, 0.124903846153846, 0.199547596982623, 0.517788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1290, '2021-05-23 00:00:00', 0.0137516013053592, 0.0285576923076915, 0.0169449447873457, 0.0413653846153826, 0.0273829537093085, 0.0613846153846128, 0.0651130141783088, 0.128269230769231, 0.201381093948764, 0.522750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1305, '2021-05-23 00:00:00', 0.0117391029666477, 0.0345576923076912, 0.0192844796104562, 0.049634615384613, 0.0255411357496984, 0.0610192307692286, 0.0649240976952205, 0.128038461538462, 0.198900242680752, 0.52894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1320, '2021-05-23 00:00:00', 0.0205158569066791, 0.0365961538461526, 0.0261526583440653, 0.0468076923076923, 0.0338590290196548, 0.0699230769230785, 0.0656716423990185, 0.125769230769231, 0.199071959351388, 0.528750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1335, '2021-05-23 00:00:00', 0.015291375145686, 0.0283846153846154, 0.0152076018440165, 0.0363653846153844, 0.0300632474319374, 0.0666730769230766, 0.0585940795118942, 0.127615384615386, 0.199220076413384, 0.529173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1350, '2021-05-23 00:00:00', 0.010598421508011, 0.0240576923076929, 0.0240225615107637, 0.0487884615384622, 0.0316500577226356, 0.0663846153846143, 0.0573655250262601, 0.127788461538463, 0.199162814145769, 0.53144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1365, '2021-05-23 00:00:00', 0.0201166980009546, 0.0378076923076925, 0.0257820748702564, 0.0493461538461512, 0.0318817104550332, 0.0602884615384597, 0.0550782939236363, 0.129538461538462, 0.200189684088329, 0.534980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1380, '2021-05-23 00:00:00', 0.0157050824698453, 0.0309807692307669, 0.0218762691939512, 0.040865384615383, 0.0320219215778594, 0.0607884615384616, 0.0570508983277219, 0.142250000000001, 0.201321829035389, 0.533826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1395, '2021-05-23 00:00:00', 0.0130561656522286, 0.0242884615384605, 0.0139501309616149, 0.0326153846153829, 0.0268385199637785, 0.0686153846153848, 0.0535180774634578, 0.15723076923077, 0.202830929973332, 0.532615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1410, '2021-05-23 00:00:00', 0.00765667129924104, 0.0212307692307689, 0.0238751882795647, 0.0432307692307685, 0.0245340893138818, 0.0681923076923081, 0.0600371679750265, 0.175192307692308, 0.203339375278036, 0.532807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 2, 1425, '2021-05-23 00:00:00', 0.0229474064229165, 0.0352115384615382, 0.025583806476874, 0.0566346153846163, 0.0254594700530981, 0.064730769230769, 0.0705769520016702, 0.190115384615385, 0.205145922736439, 0.53348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 0, '2021-05-23 00:00:00', 0.0235877412751109, 0.0393076923076942, 0.0251184271923111, 0.0473461538461553, 0.0242325908961154, 0.057538461538463, 0.0836158454802953, 0.203480769230772, 0.209860858665928, 0.535000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 15, '2021-05-23 00:00:00', 0.0213496261902063, 0.0235576923076927, 0.0213603244717498, 0.0327884615384629, 0.0361406068230532, 0.0622115384615393, 0.0838750627650814, 0.215384615384617, 0.207604049908623, 0.533192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 30, '2021-05-23 00:00:00', 0.0129982247308555, 0.022423076923079, 0.0145938870237348, 0.034807692307694, 0.0422398326409879, 0.068788461538462, 0.0851570336767059, 0.218903846153849, 0.207661141322553, 0.533019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 45, '2021-05-23 00:00:00', 0.0145772214298681, 0.0256538461538473, 0.0326758909006919, 0.0504230769230788, 0.0385743886735563, 0.070711538461541, 0.0870706521253784, 0.224038461538463, 0.207771854353613, 0.532711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 60, '2021-05-23 00:00:00', 0.0276248007302251, 0.0404807692307712, 0.0361530773240694, 0.0547500000000007, 0.0397102776853342, 0.0718846153846159, 0.0882744082610947, 0.228365384615386, 0.207781517094651, 0.532673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 75, '2021-05-23 00:00:00', 0.0266755794400349, 0.0340576923076937, 0.0262503040275459, 0.0475384615384633, 0.0395847144158561, 0.0775192307692303, 0.0868932700766614, 0.225403846153849, 0.207529705936656, 0.531826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 90, '2021-05-23 00:00:00', 0.0129783843963136, 0.0350384615384627, 0.0227558023031843, 0.0490576923076921, 0.0289964454054968, 0.0769230769230775, 0.0831878527560004, 0.224826923076926, 0.204398430672886, 0.530038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 105, '2021-05-23 00:00:00', 0.0201107032352273, 0.0354038461538452, 0.0243598108493369, 0.0625961538461521, 0.0295889077449382, 0.0802115384615383, 0.0772218009273392, 0.227557692307694, 0.200069822427457, 0.528423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 120, '2021-05-23 00:00:00', 0.0206519881702612, 0.0537692307692295, 0.0274902500198488, 0.0645769230769232, 0.0354660888954275, 0.104788461538462, 0.0966596109272913, 0.234403846153847, 0.199164809990273, 0.529692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 135, '2021-05-23 00:00:00', 0.018043590381245, 0.0406346153846159, 0.0269933040130027, 0.0600384615384618, 0.0382244182931042, 0.121384615384616, 0.111548818219442, 0.235673076923078, 0.199556007175931, 0.532 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 150, '2021-05-23 00:00:00', 0.0189028691350926, 0.0440384615384603, 0.0381369193221564, 0.0832307692307682, 0.0526705435119684, 0.135615384615385, 0.111705051190798, 0.234538461538462, 0.200085897900031, 0.530942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 165, '2021-05-23 00:00:00', 0.0334062868334684, 0.0660000000000003, 0.0369760005325696, 0.100269230769232, 0.0646322258272506, 0.14523076923077, 0.115108585859013, 0.230557692307693, 0.197844648651411, 0.53025 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 180, '2021-05-23 00:00:00', 0.0334241103673108, 0.068865384615386, 0.0505252297981316, 0.099673076923079, 0.0816629870965959, 0.140788461538464, 0.120035417850157, 0.216307692307694, 0.193159328415292, 0.521884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 195, '2021-05-23 00:00:00', 0.0391798859306461, 0.0582115384615382, 0.0447674504007619, 0.0842307692307681, 0.0708820933229699, 0.129865384615385, 0.0966910006949182, 0.192519230769231, 0.200680171302116, 0.519365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 210, '2021-05-23 00:00:00', 0.0279924165554772, 0.0523461538461535, 0.0506919656811135, 0.0876538461538477, 0.0683246323416032, 0.115153846153848, 0.0915707985869179, 0.182865384615386, 0.203517673585218, 0.51821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 225, '2021-05-23 00:00:00', 0.0425744822453711, 0.0659423076923094, 0.0609857234239145, 0.0905384615384631, 0.0623266117999472, 0.108057692307693, 0.074995969122448, 0.168653846153847, 0.204747793263211, 0.516326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 240, '2021-05-23 00:00:00', 0.0404816767667316, 0.0576153846153859, 0.0422759433320579, 0.0718461538461553, 0.0497274920093342, 0.0962884615384633, 0.0724638291733292, 0.163942307692309, 0.205126228492081, 0.515519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 255, '2021-05-23 00:00:00', 0.0237128413766442, 0.0421730769230782, 0.0365285557422609, 0.064653846153846, 0.0430223600182318, 0.0882884615384622, 0.0692625328842256, 0.15846153846154, 0.207638025456286, 0.513019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 270, '2021-05-23 00:00:00', 0.0227264417330602, 0.0463653846153835, 0.0256847455476235, 0.0596153846153851, 0.0376664357832712, 0.0840961538461537, 0.0678366703645903, 0.151923076923078, 0.207271865321483, 0.512884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 285, '2021-05-23 00:00:00', 0.0208313096453028, 0.0417115384615376, 0.0270226970128092, 0.058884615384614, 0.0369997349262841, 0.0854038461538451, 0.0644755678234316, 0.145673076923078, 0.209056323842314, 0.516442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 300, '2021-05-23 00:00:00', 0.0190474407729739, 0.0407499999999994, 0.0255734011456008, 0.0591730769230774, 0.0491092815917885, 0.0863076923076918, 0.0641460712868576, 0.142961538461541, 0.210136297344222, 0.516788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 315, '2021-05-23 00:00:00', 0.0171057008041192, 0.0407500000000016, 0.0247586270900619, 0.0585192307692314, 0.0631082098767378, 0.0813846153846159, 0.0591263867946009, 0.144519230769233, 0.210371619905202, 0.516538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 330, '2021-05-23 00:00:00', 0.017448032730192, 0.0395769230769229, 0.0384523881423019, 0.0568846153846143, 0.0516306147998989, 0.0789038461538469, 0.0578290983449057, 0.147230769230772, 0.210323095772635, 0.516730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 345, '2021-05-23 00:00:00', 0.0355212828943661, 0.0433076923076892, 0.0524822460823305, 0.0581153846153828, 0.0506953495060299, 0.0800384615384606, 0.0574756135578054, 0.152884615384617, 0.209609175701977, 0.516442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 360, '2021-05-23 00:00:00', 0.0242339875762579, 0.0376153846153855, 0.0258423102682414, 0.0517500000000006, 0.0318764260616145, 0.0689423076923078, 0.0603342771565219, 0.160250000000003, 0.209410921028858, 0.515423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 375, '2021-05-23 00:00:00', 0.0188468830314186, 0.0352499999999989, 0.0209524736927683, 0.0486153846153834, 0.0277095928959898, 0.0673076923076923, 0.0608934757146886, 0.165153846153847, 0.209294110321779, 0.51323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 390, '2021-05-23 00:00:00', 0.015661466676577, 0.0343076923076922, 0.025508128417911, 0.0452307692307699, 0.0286105682464482, 0.0662692307692307, 0.0590355857480492, 0.170903846153847, 0.209270120804522, 0.513711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 405, '2021-05-23 00:00:00', 0.0149556395331707, 0.0308653846153866, 0.0206513642685858, 0.0478269230769246, 0.0260411508666859, 0.064807692307694, 0.0601787465677171, 0.189807692307693, 0.209049673890794, 0.513884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 420, '2021-05-23 00:00:00', 0.0176322257419586, 0.034653846153846, 0.0190347455580986, 0.0471923076923067, 0.0254567506537304, 0.0658846153846157, 0.0654964620301077, 0.201557692307694, 0.208978511961252, 0.514538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 435, '2021-05-23 00:00:00', 0.0141046637131656, 0.032307692307693, 0.0175249821683213, 0.0447500000000005, 0.0239131441165426, 0.0705384615384611, 0.0640551595231671, 0.203788461538463, 0.207690524208868, 0.515576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 450, '2021-05-23 00:00:00', 0.0160868316907389, 0.031384615384616, 0.0200185779099948, 0.0482884615384609, 0.0306647128697584, 0.0767692307692311, 0.0685816329975837, 0.209903846153848, 0.205114909633226, 0.519115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 465, '2021-05-23 00:00:00', 0.016658515955697, 0.0366153846153845, 0.0219900064714732, 0.0544038461538452, 0.0283356597838248, 0.0749807692307698, 0.0727392524442868, 0.218673076923079, 0.204513614367208, 0.519038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 480, '2021-05-23 00:00:00', 0.0172544308690655, 0.0403461538461536, 0.0242924568855936, 0.0582115384615382, 0.0267591034114488, 0.0745192307692319, 0.0868116263039599, 0.233538461538463, 0.204513614367208, 0.519038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 495, '2021-05-23 00:00:00', 0.014862239193544, 0.0368846153846155, 0.0180723865011272, 0.0478653846153847, 0.0301711528042674, 0.0864615384615392, 0.0889018559986237, 0.2335, 0.20350714597168, 0.51746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 510, '2021-05-23 00:00:00', 0.0112962893839591, 0.0328846153846161, 0.0168143825797578, 0.0512884615384632, 0.0409028680581751, 0.0997692307692311, 0.0867139173462857, 0.234211538461538, 0.203222308171278, 0.515942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 525, '2021-05-23 00:00:00', 0.013619160710613, 0.0398076923076927, 0.0269141441224895, 0.0726346153846162, 0.0476872987444063, 0.11046153846154, 0.0851407635353633, 0.23798076923077, 0.203201503817877, 0.515634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 540, '2021-05-23 00:00:00', 0.02494165499413, 0.0611153846153846, 0.0396817144480723, 0.0839615384615387, 0.0515748634361877, 0.114557692307695, 0.084637846144618, 0.23625, 0.204178070848426, 0.51673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 555, '2021-05-23 00:00:00', 0.0259440003439375, 0.0558653846153835, 0.0375313663691913, 0.0807115384615391, 0.0481136195335105, 0.112903846153847, 0.085214112680942, 0.23025, 0.20226719951589, 0.520000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 570, '2021-05-23 00:00:00', 0.0218342708743702, 0.0516538461538468, 0.0289782411739994, 0.0749615384615417, 0.0325654666078137, 0.113519230769232, 0.081777194959137, 0.225480769230769, 0.201746116157451, 0.519153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 585, '2021-05-23 00:00:00', 0.0265659484186919, 0.0544807692307725, 0.0303717543375156, 0.0832884615384624, 0.0409090595570975, 0.125634615384617, 0.0783220201868795, 0.223826923076924, 0.198767692004048, 0.516846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 600, '2021-05-23 00:00:00', 0.026942138856329, 0.0703269230769227, 0.0280486185043033, 0.0907500000000004, 0.049393229838169, 0.139865384615384, 0.0736521449893917, 0.220961538461539, 0.198128186943552, 0.515538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 615, '2021-05-23 00:00:00', 0.0201098139072591, 0.0562692307692322, 0.0423498478791202, 0.0939807692307698, 0.0476966052654292, 0.128615384615386, 0.078664360027025, 0.213307692307694, 0.195668227836345, 0.520153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 630, '2021-05-23 00:00:00', 0.0334868573530663, 0.0669807692307688, 0.042926036567387, 0.0982692307692305, 0.0432300687734098, 0.120826923076924, 0.0752557409003561, 0.206057692307694, 0.19202257980208, 0.517865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 645, '2021-05-23 00:00:00', 0.0212434605322346, 0.0627307692307709, 0.0216547116919528, 0.079557692307695, 0.0530302852514108, 0.118634615384617, 0.0699479174375199, 0.198134615384619, 0.191460636645279, 0.518153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 660, '2021-05-23 00:00:00', 0.0205225579452323, 0.0566538461538467, 0.0341512247781272, 0.0751153846153853, 0.0748323048298912, 0.124076923076924, 0.070553983696064, 0.195269230769233, 0.189553861840011, 0.519057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 675, '2021-05-23 00:00:00', 0.0200614440771737, 0.0523076923076928, 0.0461954917880339, 0.0847884615384619, 0.0681687724582262, 0.113307692307693, 0.07614056838405, 0.206384615384618, 0.189503314361112, 0.520115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975335 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 975335, 3, 690, '2021-05-23 00:00:00', 0.0393552264147175, 0.0594230769230781, 0.0654643443762733, 0.0885961538461549, 0.062104418893938, 0.108326923076924, 0.0719420172510746, 0.2094230769230[...];
Date: 2021-05-23 15:04:42 Duration: 13s133ms Database: acaweb_fx User: pgperfstats
13 6s458ms 6s740ms 6s552ms 14 1m31s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #13
Day Hour Count Duration Avg duration May 23 15 14 1m31s 6s552ms [ User: pgperfstats - Total duration: 1m31s - Times executed: 14 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983355, 1, 960, '2021-05-23 00:00:00', 0.0647891075605923, 0.156086956521739, 0.0998833311513846, 0.23304347826087, 0.202673826237868, 0.406956521739131, 0.543128472416432, 1.09608695652174, 1.38249073501817, 2.51478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 975, '2021-05-23 00:00:00', 0.0525025879279346, 0.147391304347827, 0.141993152426335, 0.295652173913044, 0.175515052336938, 0.406521739130435, 0.523669026210122, 1.08260869565217, 1.36192682036577, 2.50913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 990, '2021-05-23 00:00:00', 0.131684135196503, 0.250434782608696, 0.158772465031485, 0.322173913043478, 0.200745645604704, 0.414782608695652, 0.519330672910899, 1.0795652173913, 1.34165743169843, 2.51913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 1005, '2021-05-23 00:00:00', 0.0845003917478117, 0.186956521739131, 0.131481374265164, 0.296521739130435, 0.244706810131842, 0.422173913043478, 0.502781590815774, 1.05565217391304, 1.33923537266577, 2.52826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 1020, '2021-05-23 00:00:00', 0.0949786745359231, 0.218695652173914, 0.149011233892237, 0.289565217391305, 0.197999880225141, 0.39695652173913, 0.495459622122883, 1.05434782608696, 1.33720698833212, 2.53043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 1035, '2021-05-23 00:00:00', 0.0840924580564537, 0.175217391304348, 0.164585957935078, 0.273913043478261, 0.137442765666266, 0.377826086956521, 0.488341146227526, 1.0404347826087, 1.33305809082642, 2.53434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 1050, '2021-05-23 00:00:00', 0.106979736546789, 0.17913043478261, 0.0834057656228293, 0.252608695652175, 0.119238360275814, 0.342173913043478, 0.469446735161882, 1.02565217391304, 1.32519608512538, 2.53913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 1065, '2021-05-23 00:00:00', 0.0580479561861676, 0.168260869565219, 0.0790706893421538, 0.246086956521739, 0.311287648325468, 0.789999999999999, 0.447764319006655, 1.01739130434783, 1.31767611943574, 2.54608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 1080, '2021-05-23 00:00:00', 0.0648226525574592, 0.167391304347826, 0.0803205042265646, 0.218260869565217, 0.367183624674697, 0.820217391304348, 0.431450353012516, 0.996956521739131, 1.31158926618132, 2.55130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 1095, '2021-05-23 00:00:00', 0.0775463650674735, 0.130434782608696, 0.315684368560371, 0.724565217391304, 0.46555430432623, 0.84108695652174, 0.436846406198673, 0.974347826086957, 1.31306583887983, 2.55652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 600, '2021-05-23 00:00:00', 0.375442917918804, 0.619230769230768, 0.503010972506107, 0.725961538461538, 0.553432957512958, 0.815961538461537, 0.504814360395521, 0.941538461538461, 1.2895614042707, 2.50384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 615, '2021-05-23 00:00:00', 0.196018837399329, 0.349230769230769, 0.257139291794575, 0.453846153846153, 0.262667968238348, 0.537692307692307, 0.242558161145862, 0.707692307692308, 1.17906742809731, 2.33 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 630, '2021-05-23 00:00:00', 0.138602364282198, 0.278846153846154, 0.202189553104544, 0.393846153846153, 0.192967514205013, 0.502692307692308, 0.183002311881151, 0.674615384615385, 1.17063855027272, 2.30115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 645, '2021-05-23 00:00:00', 0.107711866355783, 0.274615384615385, 0.12471567664091, 0.345000000000001, 0.119161816290029, 0.426538461538463, 0.151737120857599, 0.631923076923078, 1.17794064105377, 2.28807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 660, '2021-05-23 00:00:00', 0.104008875360933, 0.225384615384615, 0.0886557733813549, 0.290384615384615, 0.0831717407629451, 0.368461538461539, 0.155123771922245, 0.600769230769231, 1.18063431451715, 2.27576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 675, '2021-05-23 00:00:00', 0.0612899791031251, 0.202692307692308, 0.0656060503776431, 0.268076923076924, 0.124418648119966, 0.360000000000001, 0.16156589510642, 0.603461538461539, 1.17861385338228, 2.27884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 690, '2021-05-23 00:00:00', 0.05224792966086, 0.185384615384616, 0.0803501950598377, 0.268076923076924, 0.114644601335539, 0.340769230769232, 0.198014762464434, 0.614615384615384, 1.18218415850297, 2.26923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 705, '2021-05-23 00:00:00', 0.0654792979615574, 0.176538461538461, 0.110082486555101, 0.243076923076923, 0.107366374911042, 0.306538461538461, 0.20655116706372, 0.609230769230769, 1.1685762705104, 2.3675 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 720, '2021-05-23 00:00:00', 0.0665882872583454, 0.165000000000001, 0.0635658350422251, 0.223846153846154, 0.0733337995323176, 0.285384615384614, 0.211828668067815, 0.620769230769231, 1.16442446992231, 2.37788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 735, '2021-05-23 00:00:00', 0.0612535713244537, 0.16, 0.0710362854191697, 0.203076923076922, 0.106393319628342, 0.296538461538461, 0.210561520335872, 0.618076923076923, 1.16265586217339, 2.39057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 750, '2021-05-23 00:00:00', 0.046469179198524, 0.129230769230769, 0.0673189880631472, 0.189615384615383, 0.13485490778554, 0.294615384615385, 0.215546889419591, 0.602692307692308, 1.16622509042571, 2.40019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 765, '2021-05-23 00:00:00', 0.0600819952552021, 0.134615384615383, 0.0830912380829286, 0.218076923076923, 0.137314910389894, 0.31923076923077, 0.190357154196647, 0.620384615384616, 1.17160535820925, 2.40134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 780, '2021-05-23 00:00:00', 0.0719315914334859, 0.163076923076923, 0.112881149206384, 0.223076923076924, 0.14756745524049, 0.328076923076924, 0.19219381243542, 0.622307692307693, 1.16167056431675, 2.3925 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 795, '2021-05-23 00:00:00', 0.0714293626329813, 0.143076923076923, 0.108250421921366, 0.223076923076924, 0.136859276406321, 0.322307692307693, 0.20071257673982, 0.618461538461539, 1.16710755222539, 2.37903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 810, '2021-05-23 00:00:00', 0.09312026962689, 0.149230769230769, 0.0911735454208912, 0.216153846153847, 0.111920301313719, 0.296923076923077, 0.208633650210123, 0.62, 1.16752072951454, 2.37942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 825, '2021-05-23 00:00:00', 0.0377949935634538, 0.132692307692308, 0.0797650395753776, 0.197692307692308, 0.114789439342717, 0.283846153846155, 0.205938004114009, 0.617692307692308, 1.17022221755594, 2.37096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 840, '2021-05-23 00:00:00', 0.0576141008381155, 0.129230769230769, 0.0768905315767403, 0.178076923076923, 0.102944346428244, 0.268461538461538, 0.215076372839617, 0.614615384615385, 1.16879874229912, 2.3675 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 855, '2021-05-23 00:00:00', 0.049016480744903, 0.131153846153848, 0.0870720303055954, 0.198461538461539, 0.108256106596278, 0.279230769230769, 0.227959510574879, 0.648461538461539, 1.17148415071849, 2.36365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 870, '2021-05-23 00:00:00', 0.0747138129541904, 0.146923076923076, 0.0807503274582543, 0.196153846153846, 0.156331009768966, 0.309230769230768, 0.271034769271114, 0.680384615384614, 1.17558523886878, 2.35942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 885, '2021-05-23 00:00:00', 0.0560549181263682, 0.126923076923076, 0.093595693523548, 0.191923076923076, 0.132221841556588, 0.308846153846153, 0.56471626640151, 1.16769230769231, 1.18200639396943, 2.36134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 900, '2021-05-23 00:00:00', 0.0774249015796305, 0.138846153846153, 0.113901441876469, 0.221538461538461, 0.116980603257385, 0.307307692307692, 0.561784793178094, 1.17192307692308, 1.18996407508798, 2.3725 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 915, '2021-05-23 00:00:00', 0.10204976161733, 0.163076923076922, 0.109089236583916, 0.237307692307693, 0.114583526806363, 0.305769230769231, 0.571438131788157, 1.17653846153846, 1.1975081981412, 2.37826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 930, '2021-05-23 00:00:00', 0.0702314853784367, 0.152692307692308, 0.0803080607123883, 0.20423076923077, 0.0945401827470529, 0.274615384615385, 0.590327028010746, 1.18, 1.19849586822561, 2.37711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 945, '2021-05-23 00:00:00', 0.0521713154314341, 0.134615384615384, 0.0792425682028579, 0.199230769230769, 0.127904411423291, 0.343461538461538, 0.59313755052783, 1.17692307692308, 1.19725045577196, 2.37057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 960, '2021-05-23 00:00:00', 0.0630908990145286, 0.147307692307693, 0.0795525950841041, 0.196153846153847, 0.159078113371532, 0.394615384615385, 0.613769187386118, 1.18115384615385, 1.20421006664759, 2.37673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 975, '2021-05-23 00:00:00', 0.0607896752367101, 0.130769230769232, 0.0991564420499246, 0.28, 0.175415112058401, 0.397692307692308, 0.651874575005393, 1.19230769230769, 1.22071418251146, 2.38634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 990, '2021-05-23 00:00:00', 0.0835675682399484, 0.236538461538461, 0.153388897401845, 0.331923076923078, 0.193141239670709, 0.413461538461539, 0.685387818347, 1.19230769230769, 1.23296741799861, 2.38442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 1005, '2021-05-23 00:00:00', 0.108039878677344, 0.213846153846154, 0.142639405495114, 0.284999999999999, 0.175967217226565, 0.387307692307692, 0.68165341971957, 1.17423076923077, 1.23558346541219, 2.3675 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 1020, '2021-05-23 00:00:00', 0.0667578863102734, 0.173846153846153, 0.109844645540173, 0.254615384615384, 0.12315593617599, 0.329230769230769, 0.679445701685177, 1.16269230769231, 1.23005229719966, 2.36057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 1035, '2021-05-23 00:00:00', 0.100836501327645, 0.19, 0.0999168885393497, 0.250769230769231, 0.156699123751906, 0.351153846153846, 0.688606843282424, 1.16423076923077, 1.21405514068159, 2.37826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 1050, '2021-05-23 00:00:00', 0.0723463889907435, 0.155, 0.0894117527982845, 0.212307692307692, 0.214755675128737, 0.339999999999999, 0.68100773744616, 1.14846153846154, 1.21286236456764, 2.37365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 1065, '2021-05-23 00:00:00', 0.054587967115895, 0.149615384615385, 0.11981074820155, 0.241153846153846, 0.530532134892737, 0.922884615384615, 0.676576336019475, 1.15153846153846, 1.21300962327339, 2.37711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 1080, '2021-05-23 00:00:00', 0.113134365315693, 0.169230769230768, 0.193989690447715, 0.239999999999999, 0.572165656485549, 0.953461538461537, 0.672463667877592, 1.14423076923077, 1.2161054009229, 2.36788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 2, 1095, '2021-05-23 00:00:00', 0.0819305522049941, 0.136153846153845, 0.507440674819764, 0.850961538461538, 0.561172124972502, 0.948076923076922, 0.665237956269437, 1.11653846153846, 1.2174407109241, 2.35826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 600, '2021-05-23 00:00:00', 0.344016155702919, 0.626346153846153, 0.479159520571017, 0.729615384615384, 0.499274088437019, 0.826153846153846, 0.589615128706854, 0.999999999999999, 1.23080988033833, 2.25480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 615, '2021-05-23 00:00:00', 0.17936983710072, 0.328461538461539, 0.188137838176819, 0.429615384615386, 0.257542528228164, 0.531923076923078, 0.386763493623687, 0.775, 1.13228660750645, 2.14480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 630, '2021-05-23 00:00:00', 0.180206718904878, 0.292307692307693, 0.207466772131013, 0.372307692307693, 0.282280820351759, 0.462307692307694, 0.373577507146983, 0.721923076923077, 1.12839615588471, 2.11326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 645, '2021-05-23 00:00:00', 0.0903906053661643, 0.217692307692308, 0.134611120811595, 0.291923076923077, 0.212847363150217, 0.4, 0.382200913737184, 0.701538461538461, 1.11791786198891, 2.09288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 660, '2021-05-23 00:00:00', 0.0955220473946282, 0.192692307692308, 0.130803434440915, 0.261538461538461, 0.211887125248689, 0.381923076923077, 0.374398389214155, 0.673076923076922, 1.11328787140406, 2.07826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 675, '2021-05-23 00:00:00', 0.0983439803014838, 0.183461538461539, 0.133858708518176, 0.266923076923077, 0.19574080192556, 0.347692307692307, 0.369209759017616, 0.660384615384615, 1.11300177966545, 2.07019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 690, '2021-05-23 00:00:00', 0.103962271262963, 0.178076923076925, 0.168947875439096, 0.24923076923077, 0.189173099404913, 0.337692307692308, 0.356950330524484, 0.631538461538461, 1.11028660541044, 2.07288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 705, '2021-05-23 00:00:00', 0.0998591315496284, 0.170384615384616, 0.111065469258173, 0.223461538461539, 0.192215023826483, 0.358846153846153, 0.324997514783398, 0.660769230769231, 1.3214114976622, 2.30788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 720, '2021-05-23 00:00:00', 0.0932127426085902, 0.163846153846154, 0.124954145435589, 0.241538461538462, 0.189947766099405, 0.358076923076923, 0.336800328887105, 0.682307692307692, 1.30443245837473, 2.32096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 735, '2021-05-23 00:00:00', 0.0755869341578585, 0.164230769230769, 0.14884426554159, 0.261153846153846, 0.194444376068364, 0.353846153846154, 0.315287414665022, 0.673076923076923, 1.29342968349804, 2.31711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 750, '2021-05-23 00:00:00', 0.0788377106173476, 0.169230769230769, 0.0923113460815329, 0.225769230769231, 0.138730507986361, 0.323076923076924, 0.334185807367928, 0.668076923076924, 1.28408568190037, 2.31596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 765, '2021-05-23 00:00:00', 0.0616890465280379, 0.148461538461538, 0.108160137687668, 0.231153846153847, 0.148703111549878, 0.306153846153847, 0.392106932040032, 0.699615384615385, 1.27436598112401, 2.31942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 780, '2021-05-23 00:00:00', 0.0950020242699308, 0.165769230769231, 0.100886074361133, 0.215, 0.147939696654258, 0.306923076923077, 0.412184611365047, 0.708076923076923, 1.27171696476124, 2.32403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 795, '2021-05-23 00:00:00', 0.0654075977708549, 0.143076923076922, 0.104968859851202, 0.217692307692308, 0.141271152262372, 0.308461538461539, 0.46046732114902, 0.743076923076923, 1.2615064407287, 2.3375 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 810, '2021-05-23 00:00:00', 0.107937303739075, 0.142307692307694, 0.13258379063242, 0.222307692307693, 0.133035564938333, 0.292307692307693, 0.455530966607609, 0.742692307692308, 1.26063038260168, 2.33519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 825, '2021-05-23 00:00:00', 0.0909073915925094, 0.161923076923076, 0.0953406846726317, 0.215384615384616, 0.132876460842972, 0.301923076923077, 0.441721109368274, 0.778461538461538, 1.25640991902141, 2.34173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 840, '2021-05-23 00:00:00', 0.0582936861602854, 0.133076923076924, 0.085906030951536, 0.189615384615385, 0.134386927019879, 0.279615384615384, 0.450147326310637, 0.803846153846154, 1.25024872909969, 2.33826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 855, '2021-05-23 00:00:00', 0.0576247809940776, 0.126153846153846, 0.106331846304207, 0.202307692307692, 0.107631851162263, 0.273846153846153, 0.467600750147453, 0.822307692307692, 1.246963712383, 2.3375 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 870, '2021-05-23 00:00:00', 0.0616491312559665, 0.133846153846154, 0.0810925397308525, 0.19, 0.0918234091152068, 0.263461538461539, 0.46355416246482, 0.812307692307692, 1.25073456877887, 2.32980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 885, '2021-05-23 00:00:00', 0.0733170145013053, 0.150769230769231, 0.0896874916242294, 0.210384615384616, 0.134341127215528, 0.323461538461539, 0.867739858217001, 1.12269230769231, 1.23502141058987, 2.34673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 900, '2021-05-23 00:00:00', 0.0581880241445435, 0.134615384615385, 0.0834828402450739, 0.195769230769231, 0.171441400618852, 0.361923076923077, 0.879408542496252, 1.15923076923077, 1.24195777520197, 2.35365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 915, '2021-05-23 00:00:00', 0.0834754685291068, 0.151923076923077, 0.147038979656626, 0.272692307692309, 0.208844439715304, 0.38, 0.878087782540079, 1.17307692307692, 1.2392790863426, 2.35942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 930, '2021-05-23 00:00:00', 0.138007803569776, 0.196923076923077, 0.168320664666718, 0.270384615384615, 0.295841953648331, 0.387692307692308, 0.889083884594785, 1.16307692307692, 1.22780255553758, 2.37634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 945, '2021-05-23 00:00:00', 0.0887381628075635, 0.167692307692307, 0.143865856322424, 0.244230769230769, 0.369849241635645, 0.447307692307692, 0.850642924272802, 1.15423076923077, 1.2035879853428, 2.36903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 960, '2021-05-23 00:00:00', 0.0967574286553751, 0.174999999999999, 0.188426684375158, 0.263846153846154, 0.32668121370017, 0.446153846153846, 0.792909442884485, 1.13576923076923, 1.17012321836371, 2.34288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 975, '2021-05-23 00:00:00', 0.129963308431501, 0.182307692307693, 0.242970400223187, 0.348846153846154, 0.302121727887185, 0.461538461538462, 0.735634524642606, 1.12307692307692, 1.16234790568321, 2.33557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 990, '2021-05-23 00:00:00', 0.204904480560691, 0.295384615384615, 0.220691221811417, 0.353846153846153, 0.25422007425427, 0.439615384615384, 0.707442305339888, 1.11884615384615, 1.16317167527147, 2.33711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 1005, '2021-05-23 00:00:00', 0.105934667820095, 0.203076923076923, 0.122245654319488, 0.29, 0.120023074704569, 0.391538461538461, 0.587632014627679, 1.08076923076923, 1.16831886124399, 2.32980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 1020, '2021-05-23 00:00:00', 0.0901690719618513, 0.202307692307692, 0.119068823020069, 0.26576923076923, 0.154362709725652, 0.399615384615384, 0.596348923417774, 1.07596153846154, 1.1667908816658, 2.32980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 1035, '2021-05-23 00:00:00', 0.0915448607976519, 0.192692307692307, 0.113783194649365, 0.288846153846153, 0.185873509512414, 0.419807692307692, 0.630680493289102, 1.07173076923077, 1.16908815552319, 2.33134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 1050, '2021-05-23 00:00:00', 0.0952373553084808, 0.213076923076922, 0.131584573563925, 0.2975, 0.162039050374143, 0.390576923076923, 0.648888546788927, 1.07788461538462, 1.16837363952567, 2.32480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 1065, '2021-05-23 00:00:00', 0.135528736663256, 0.194038461538462, 0.164863696614927, 0.290961538461539, 0.552228805701181, 0.804423076923077, 0.640987249363163, 1.06942307692308, 1.14818815464258, 2.32096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 1080, '2021-05-23 00:00:00', 0.156684027952387, 0.206730769230769, 0.146884700988956, 0.246346153846154, 0.56843648586411, 0.830961538461538, 0.639198807402372, 1.08865384615385, 1.13638551489428, 2.31596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 3, 1095, '2021-05-23 00:00:00', 0.0680135733059667, 0.134615384615385, 0.498108421932414, 0.74, 0.510820757363918, 0.824615384615385, 0.591560257675868, 1.06653846153846, 1.12009644158954, 2.32596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 600, '2021-05-23 00:00:00', 0.407289020418972, 0.582884615384615, 0.402785732311667, 0.672115384615384, 0.381440639600006, 0.749807692307692, 0.473653719666431, 0.989615384615384, 1.09528656243293, 2.30057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 615, '2021-05-23 00:00:00', 0.211341866688511, 0.324230769230769, 0.235898609250147, 0.401923076923076, 0.245217956426208, 0.500384615384615, 0.316843081763731, 0.808461538461538, 1.10692910272589, 2.24596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 630, '2021-05-23 00:00:00', 0.146384635595616, 0.247307692307692, 0.175250150883289, 0.326153846153847, 0.177044105760726, 0.423846153846154, 0.268163268292916, 0.746538461538461, 1.08153269092453, 2.21980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 645, '2021-05-23 00:00:00', 0.178654802514621, 0.221538461538462, 0.17123847518772, 0.311153846153847, 0.183209002130185, 0.391538461538462, 0.444791091844941, 0.781346153846154, 1.08688943956879, 2.21442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 660, '2021-05-23 00:00:00', 0.0991160935469111, 0.220000000000001, 0.120289394634516, 0.281538461538463, 0.15038003140761, 0.373076923076923, 0.596320512682696, 0.826923076923077, 1.07435950507912, 2.20288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 675, '2021-05-23 00:00:00', 0.0816182483366218, 0.198461538461538, 0.100787667133206, 0.266923076923077, 0.148297518004023, 0.361923076923076, 0.653182622596114, 0.826538461538462, 1.07556798948277, 2.2075 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 690, '2021-05-23 00:00:00', 0.0945434373103792, 0.182307692307692, 0.12803364942317, 0.243846153846153, 0.153895568987044, 0.349615384615384, 0.652893206015761, 0.801538461538461, 1.07019712418572, 2.20673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 705, '2021-05-23 00:00:00', 0.0925344010874624, 0.178846153846153, 0.102822475842888, 0.247307692307692, 0.157970299058448, 0.351153846153846, 0.642388811091371, 0.810769230769231, 1.03726689689039, 2.32115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 720, '2021-05-23 00:00:00', 0.0886028303072848, 0.172307692307691, 0.106320270880017, 0.25, 0.148902136162803, 0.359615384615384, 0.651800464984374, 0.819615384615384, 1.03581205601432, 2.32115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 735, '2021-05-23 00:00:00', 0.05767281722054, 0.163076923076925, 0.097220605603165, 0.230384615384616, 0.163274191280991, 0.357692307692308, 0.669196073371164, 0.810769230769231, 1.03364039275681, 2.32269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 750, '2021-05-23 00:00:00', 0.0820693890277285, 0.15076923076923, 0.146257938640556, 0.240769230769231, 0.168198143225825, 0.368846153846154, 0.704194138441513, 0.805769230769231, 1.04695345572835, 2.33346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 765, '2021-05-23 00:00:00', 0.108242605005892, 0.172692307692308, 0.13246363797139, 0.248846153846154, 0.142928169156614, 0.347307692307692, 0.708152960443304, 0.826153846153847, 1.04490978631577, 2.33730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 780, '2021-05-23 00:00:00', 0.0882234924234157, 0.170769230769231, 0.103926009182568, 0.253846153846153, 0.135420143939575, 0.321153846153846, 0.691981324781352, 0.826923076923076, 1.03395380048553, 2.34269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 795, '2021-05-23 00:00:00', 0.0569858281977594, 0.160769230769231, 0.0928522399381863, 0.211538461538462, 0.141027002324432, 0.293846153846154, 0.694198486357856, 0.816538461538462, 1.04491825223132, 2.33307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 810, '2021-05-23 00:00:00', 0.0865829970872778, 0.143846153846154, 0.107403624061474, 0.203461538461539, 0.158372491783915, 0.305384615384616, 0.684500154520408, 0.837307692307693, 1.04858123928698, 2.33115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 825, '2021-05-23 00:00:00', 0.0731405391116203, 0.148461538461538, 0.118693529082903, 0.218076923076923, 0.418308360680712, 0.393269230769231, 0.677965735462743, 0.848461538461539, 1.04858123928698, 2.33115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 840, '2021-05-23 00:00:00', 0.102531045954946, 0.156153846153847, 0.144115872184103, 0.24576923076923, 0.622302548233946, 0.452692307692307, 0.665776585303555, 0.862307692307693, 1.0431487835469, 2.32923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 855, '2021-05-23 00:00:00', 0.103042933546392, 0.164615384615384, 0.433289785780301, 0.309038461538461, 0.66866583582534, 0.455, 0.690786842331599, 0.902307692307692, 1.02008204798211, 2.31923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 870, '2021-05-23 00:00:00', 0.0461075459887149, 0.127083333333333, 0.0888411707666463, 0.196666666666666, 0.148468022224278, 0.284166666666667, 0.469453698848266, 0.760416666666667, 0.951928534493325, 2.19125 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 885, '2021-05-23 00:00:00', 0.0728259788015635, 0.154166666666667, 0.116718415024353, 0.201666666666667, 0.140310215314991, 0.315000000000001, 0.547490280173135, 1.06604166666667, 0.935934393216638, 2.18916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 900, '2021-05-23 00:00:00', 0.0750024154200424, 0.130833333333333, 0.101306680323961, 0.202500000000001, 0.150457635233313, 0.32125, 0.510127461693559, 1.083125, 0.920673095770351, 2.17958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 915, '2021-05-23 00:00:00', 0.0644359585450802, 0.139583333333334, 0.0758096395537883, 0.224166666666666, 0.144853749332395, 0.329999999999999, 0.534190731217644, 1.09520833333333, 0.908782829879646, 2.16916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 930, '2021-05-23 00:00:00', 0.072391848368065, 0.176666666666667, 0.114890464532875, 0.255416666666666, 0.187813023733867, 0.349583333333333, 0.538774735469019, 1.10229166666667, 0.902069681424294, 2.17083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 945, '2021-05-23 00:00:00', 0.0989281323098691, 0.167083333333333, 0.127481172238735, 0.234166666666667, 0.240107162065945, 0.389166666666667, 0.555572193289515, 1.096875, 0.891308169839808, 2.17958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 960, '2021-05-23 00:00:00', 0.0988181978781434, 0.164583333333334, 0.176548531735528, 0.242916666666668, 0.249587703501455, 0.413750000000001, 0.559347081523355, 1.096875, 0.890890187445656, 2.17625 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 975, '2021-05-23 00:00:00', 0.100562728278626, 0.165416666666667, 0.158644050574261, 0.301250000000001, 0.195351782281554, 0.423333333333334, 0.549362237283947, 1.07145833333333, 0.876304824206472, 2.15833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 990, '2021-05-23 00:00:00', 0.122684348127062, 0.254166666666668, 0.137550386025094, 0.32625, 0.159750144587266, 0.436250000000001, 0.559293639334474, 1.079375, 0.874587687535335, 2.15083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 1005, '2021-05-23 00:00:00', 0.108746980634413, 0.227916666666665, 0.1244203953643, 0.297499999999999, 0.13722931194891, 0.413333333333334, 0.555640665280218, 1.061875, 0.874021191664287, 2.13 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 1020, '2021-05-23 00:00:00', 0.0951648074642623, 0.199583333333332, 0.129965853932508, 0.290416666666667, 0.152512769719575, 0.395833333333333, 0.558764123771823, 1.06104166666667, 0.881289815628454, 2.1125 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 1035, '2021-05-23 00:00:00', 0.0888075186136788, 0.192083333333334, 0.130949016519926, 0.267916666666667, 0.274162426732555, 0.397916666666666, 0.553292148043831, 1.051875, 0.875416981389067, 2.09375 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 1050, '2021-05-23 00:00:00', 0.0791073385628207, 0.176666666666667, 0.0931328721991218, 0.249583333333333, 0.264146149708447, 0.355833333333333, 0.543039911990356, 1.02354166666667, 0.861595987065594, 2.06541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 1065, '2021-05-23 00:00:00', 0.0722904267320476, 0.155416666666666, 0.272981392368986, 0.256666666666665, 0.406971794681975, 0.802291666666667, 0.545930556116297, 1.00645833333333, 0.855468343632025, 2.045 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 1080, '2021-05-23 00:00:00', 0.226244945495626, 0.190416666666665, 0.223207432607014, 0.229583333333333, 0.428023294012594, 0.846875, 0.560546083058194, 1.00145833333333, 0.86095834705421, 2.03833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 4, 1095, '2021-05-23 00:00:00', 0.0747120074551007, 0.125833333333334, 0.36520591769417, 0.734166666666668, 0.441843962227077, 0.832500000000001, 0.498828337351567, 0.968333333333333, 0.859061566689093, 2.03291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 600, '2021-05-23 00:00:00', 0.294758057146815, 0.511304347826087, 0.345246804085462, 0.606086956521739, 0.436531310423706, 0.681304347826088, 0.494659522781339, 0.84304347826087, 0.7874911380391, 2.02826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 615, '2021-05-23 00:00:00', 0.149351695182059, 0.338260869565217, 0.216381488618137, 0.418695652173913, 0.239601942623783, 0.5, 0.285815524130499, 0.702173913043477, 0.806869958812931, 1.99869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 630, '2021-05-23 00:00:00', 0.132834706641516, 0.252173913043478, 0.15229470079201, 0.321304347826087, 0.165239077004108, 0.423043478260869, 0.237055387867468, 0.639565217391304, 0.822746533087505, 1.99130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 645, '2021-05-23 00:00:00', 0.0863900521282354, 0.202173913043478, 0.0812744338450765, 0.286521739130434, 0.117545718966836, 0.395217391304347, 0.187235980123918, 0.611304347826086, 0.809098703164484, 2.0004347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 660, '2021-05-23 00:00:00', 0.0621072640917671, 0.208695652173913, 0.101755344811113, 0.282173913043477, 0.15622903021341, 0.405652173913042, 0.224184071743992, 0.59695652173913, 0.790709142868982, 1.98130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 675, '2021-05-23 00:00:00', 0.0704474687253015, 0.19086956521739, 0.086689213647637, 0.278260869565216, 0.151550615085542, 0.366956521739129, 0.222352673612104, 0.579565217391304, 0.783094096284964, 1.96 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 690, '2021-05-23 00:00:00', 0.0778084198376266, 0.177826086956521, 0.154446608705764, 0.270869565217391, 0.145812430273055, 0.353913043478261, 0.214431871856738, 0.550869565217391, 0.807913430184161, 1.95826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 705, '2021-05-23 00:00:00', 0.13019747846717, 0.181739130434782, 0.128195132882888, 0.236086956521738, 0.132679887583499, 0.313043478260868, 0.216532136201316, 0.579565217391304, 1.00287615044059, 2.18586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 720, '2021-05-23 00:00:00', 0.0615318292260603, 0.149565217391304, 0.095605000944164, 0.23304347826087, 0.110719886563491, 0.289565217391305, 0.213006893688662, 0.589130434782609, 1.00220700133145, 2.19065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 735, '2021-05-23 00:00:00', 0.0754643071927323, 0.166956521739131, 0.0850644954105212, 0.217826086956522, 0.106618895758708, 0.283043478260869, 0.228786107541417, 0.586086956521739, 1.02728339128397, 2.1945652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 750, '2021-05-23 00:00:00', 0.0684786686731064, 0.155652173913043, 0.0952736852379205, 0.210434782608695, 0.118761727109735, 0.280434782608695, 0.228817202703303, 0.578695652173913, 1.03533285972907, 2.18630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 765, '2021-05-23 00:00:00', 0.0632924075522095, 0.138260869565217, 0.0735250219568483, 0.191739130434782, 0.0857932066558917, 0.258260869565217, 0.219914643880041, 0.594782608695652, 1.02561371774353, 2.19195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 780, '2021-05-23 00:00:00', 0.0647891075605924, 0.146086956521738, 0.06711443828333, 0.190434782608695, 0.0730639440555225, 0.262608695652174, 0.211248874450307, 0.604782608695653, 1.02802840004756, 2.20413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 795, '2021-05-23 00:00:00', 0.0550745093580297, 0.141739130434783, 0.0760226718835648, 0.203913043478261, 0.0872754034504035, 0.254782608695652, 0.22411265518359, 0.639130434782609, 1.02736890049656, 2.20369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 810, '2021-05-23 00:00:00', 0.0725509225553773, 0.150000000000001, 0.0805440983477754, 0.193478260869566, 0.098348014803606, 0.242173913043479, 0.249532368966544, 0.668695652173914, 1.02773980689274, 2.20326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 825, '2021-05-23 00:00:00', 0.0539066679897302, 0.118260869565218, 0.0678844635778828, 0.160869565217392, 0.12170397572598, 0.228695652173914, 0.261298067045849, 0.69304347826087, 1.02377184688113, 2.20239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 840, '2021-05-23 00:00:00', 0.0515414565095933, 0.107391304347826, 0.0845962276885347, 0.162608695652174, 0.159980235933467, 0.248695652173914, 0.288028599809637, 0.711739130434783, 1.01849444223017, 2.20326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 855, '2021-05-23 00:00:00', 0.0686429727467399, 0.121304347826088, 0.102334412666562, 0.172173913043479, 0.174446612329846, 0.280434782608697, 0.292819198489361, 0.71608695652174, 1.02179756161237, 2.2054347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 870, '2021-05-23 00:00:00', 0.0569654218674589, 0.122173913043478, 0.126809433446676, 0.194782608695652, 0.161343176345824, 0.290434782608697, 0.278073553553319, 0.743913043478262, 1.0118820272908, 2.20065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 885, '2021-05-23 00:00:00', 0.12574206612616, 0.147391304347827, 0.142856239409903, 0.215217391304349, 0.182066529993497, 0.341304347826088, 0.902187504064493, 1.26173913043478, 1.04920688095884, 2.17847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 900, '2021-05-23 00:00:00', 0.0857586465293474, 0.15, 0.10083642293201, 0.200434782608697, 0.184110939231388, 0.348260869565219, 0.856025377334292, 1.27608695652174, 1.01140028356573, 2.16847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 915, '2021-05-23 00:00:00', 0.0783324222748577, 0.137826086956523, 0.13908509636773, 0.259130434782609, 0.198172480470448, 0.377826086956523, 0.852795449713109, 1.30347826086957, 1.00460397679764, 2.16282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 930, '2021-05-23 00:00:00', 0.121642253944359, 0.191739130434782, 0.166103924800084, 0.267826086956522, 0.174311746535444, 0.351304347826087, 0.837455443921264, 1.2995652173913, 0.972705621088129, 2.15804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 945, '2021-05-23 00:00:00', 0.0912993599239861, 0.15913043478261, 0.106372081688974, 0.231739130434783, 0.110367693044587, 0.339130434782609, 0.837391253042411, 1.29826086956522, 0.96790761857874, 2.14760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 960, '2021-05-23 00:00:00', 0.0706015933264768, 0.158695652173913, 0.0683313248845241, 0.196521739130435, 0.103082913019189, 0.374782608695652, 0.831602339218023, 1.30521739130435, 0.962109784356313, 2.15065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 975, '2021-05-23 00:00:00', 0.0353748978685383, 0.128260869565217, 0.0947390841793714, 0.271304347826086, 0.145661907526805, 0.420869565217391, 0.828644304511418, 1.30826086956522, 0.961693838768707, 2.15369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 990, '2021-05-23 00:00:00', 0.0936290722054596, 0.228695652173912, 0.117230896115112, 0.326086956521739, 0.190917278198241, 0.443043478260869, 0.829281559627574, 1.30521739130435, 0.963577870362829, 2.15630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 1005, '2021-05-23 00:00:00', 0.074809375667405, 0.236521739130434, 0.119751059308607, 0.32304347826087, 0.202143650248946, 0.424347826086956, 0.83139151890521, 1.30130434782609, 0.966535467676526, 2.14891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 1020, '2021-05-23 00:00:00', 0.0850830796033063, 0.218695652173913, 0.125165503083139, 0.281304347826087, 0.192158531389503, 0.38391304347826, 0.819580293630534, 1.28869565217391, 0.956015642701996, 2.135 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 1035, '2021-05-23 00:00:00', 0.0729394139184487, 0.182608695652174, 0.121541482695458, 0.277826086956521, 0.154019915554293, 0.35695652173913, 0.815127478572592, 1.29347826086957, 0.953924751136084, 2.14760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 1050, '2021-05-23 00:00:00', 0.0678844635778829, 0.179130434782609, 0.105611339072618, 0.240869565217391, 0.139673532396706, 0.387826086956521, 0.787762127777462, 1.25652173913044, 0.967514285827673, 2.1345652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 1065, '2021-05-23 00:00:00', 0.077163140148833, 0.162173913043478, 0.102224274864347, 0.219565217391305, 0.802869114008784, 1.02478260869565, 0.790265878108607, 1.23739130434783, 0.994311637471405, 2.14021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 1080, '2021-05-23 00:00:00', 0.0770272781618804, 0.141739130434783, 0.124638608018124, 0.284347826086957, 0.783207149313116, 1.06956521739131, 0.780395156821539, 1.23434782608696, 1.05664025872746, 2.165 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 5, 1095, '2021-05-23 00:00:00', 0.0622947221766598, 0.125217391304348, 0.798253280854678, 0.950869565217392, 0.775974460685636, 1.08, 0.77159580030699, 1.22652173913044, 1.11172457098831, 2.19239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 600, '2021-05-23 00:00:00', 0.456105111015402, 0.673409090909091, 0.552591151322097, 0.813863636363637, 0.613942444106388, 0.91909090909091, 0.581303766772649, 1.08545454545455, 1.05023693471884, 2.2 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 615, '2021-05-23 00:00:00', 0.262894724868409, 0.407727272727274, 0.340634514244185, 0.518409090909093, 0.355187058210665, 0.615681818181819, 0.331972737236657, 0.835227272727273, 1.06404492976289, 2.13522727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 630, '2021-05-23 00:00:00', 0.22376899904827, 0.314772727272729, 0.218940408781483, 0.407954545454546, 0.240477181644694, 0.504318181818182, 0.269036781952375, 0.746136363636364, 0.980424774317357, 2.0975 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 645, '2021-05-23 00:00:00', 0.106319782279199, 0.239090909090909, 0.161331043595788, 0.329090909090909, 0.200907034131801, 0.432727272727273, 0.238866370293398, 0.69, 0.98091175892018, 2.09545454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 660, '2021-05-23 00:00:00', 0.11533594822249, 0.215, 0.148215941679582, 0.281818181818182, 0.179303607185643, 0.364545454545454, 0.213773051970817, 0.643181818181818, 0.995507658351004, 2.09454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 675, '2021-05-23 00:00:00', 0.0833199123391745, 0.187727272727272, 0.109962606788739, 0.278181818181817, 0.12219847598259, 0.360909090909089, 0.168689884273708, 0.619090909090909, 1.02504788189292, 2.11227272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 690, '2021-05-23 00:00:00', 0.0881962098310998, 0.195, 0.107144155836284, 0.253181818181818, 0.151845786431968, 0.359999999999999, 0.176694027122535, 0.607272727272727, 1.02645156429946, 2.10863636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 705, '2021-05-23 00:00:00', 0.0541282747727108, 0.141818181818182, 0.0747636970033621, 0.220909090909091, 0.124146436365842, 0.301363636363637, 0.175523952806044, 0.590909090909092, 1.38319568501001, 2.24727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 720, '2021-05-23 00:00:00', 0.0692585969158596, 0.175909090909089, 0.112658738418249, 0.245909090909089, 0.12738886167135, 0.292272727272727, 0.177130201335369, 0.593181818181818, 1.37634318495445, 2.28409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 735, '2021-05-23 00:00:00', 0.0729837199423493, 0.168636363636363, 0.0864499454805681, 0.215454545454546, 0.0986894644306594, 0.285909090909091, 0.160162931111304, 0.610454545454545, 1.3710176490255, 2.30681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 750, '2021-05-23 00:00:00', 0.0666709955304536, 0.135454545454546, 0.0682004303600705, 0.173181818181819, 0.105125157318784, 0.266818181818182, 0.179361542061176, 0.620909090909091, 1.36776209926038, 2.32272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 765, '2021-05-23 00:00:00', 0.0681496316525062, 0.13409090909091, 0.0961735444358301, 0.202727272727273, 0.117373861556241, 0.306363636363636, 0.246513787888319, 0.675, 1.35049365673561, 2.34045454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 780, '2021-05-23 00:00:00', 0.0734552312342084, 0.146363636363635, 0.0882979999577396, 0.198181818181817, 0.101637033506919, 0.334090909090908, 0.263969449235834, 0.696818181818182, 1.31792216430593, 2.34954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 795, '2021-05-23 00:00:00', 0.0557126206877409, 0.120909090909091, 0.0713096412490278, 0.202272727272727, 0.107321784219073, 0.316818181818182, 0.274068276006946, 0.700909090909092, 1.30436604495087, 2.34772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 810, '2021-05-23 00:00:00', 0.0510071720616969, 0.147272727272727, 0.0879885864302378, 0.23909090909091, 0.0965340932978152, 0.319545454545455, 0.299232785202857, 0.704545454545455, 1.30162768564388, 2.35181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 825, '2021-05-23 00:00:00', 0.0855451072123083, 0.173181818181818, 0.0878605743179522, 0.233636363636364, 0.118116532083849, 0.320909090909092, 0.348154068497346, 0.727272727272728, 1.29977653757061, 2.35 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 840, '2021-05-23 00:00:00', 0.056376901106348, 0.145454545454545, 0.0720764985624418, 0.220454545454546, 0.111599934832173, 0.294545454545455, 0.340177251988669, 0.725909090909091, 1.29940179376705, 2.35454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 855, '2021-05-23 00:00:00', 0.0644742305648267, 0.150454545454546, 0.0909985490584107, 0.210454545454546, 0.120140610260503, 0.273636363636364, 0.325470023090816, 0.714545454545454, 1.30092973746401, 2.35090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 870, '2021-05-23 00:00:00', 0.0656321244329013, 0.131363636363636, 0.0820305085258177, 0.176363636363637, 0.120274757601157, 0.277727272727273, 0.327307327415821, 0.704090909090909, 1.3002633765837, 2.37090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 885, '2021-05-23 00:00:00', 0.0550481882563184, 0.107272727272727, 0.0875755703348858, 0.178636363636364, 0.102640464413725, 0.282727272727272, 0.454010507725913, 0.997272727272727, 1.30631905770355, 2.37863636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 900, '2021-05-23 00:00:00', 0.049115554179279, 0.128636363636363, 0.0853221549767133, 0.196818181818181, 0.106437795585048, 0.296363636363636, 0.466326948085591, 1.02318181818182, 1.31508011705969, 2.395 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 915, '2021-05-23 00:00:00', 0.0573607857360737, 0.130454545454547, 0.0660004591352261, 0.193181818181818, 0.106966232483785, 0.293181818181819, 0.540215805843477, 1.02954545454545, 1.313463828751, 2.39590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 930, '2021-05-23 00:00:00', 0.0555745277850217, 0.141363636363636, 0.100781577716002, 0.210454545454546, 0.126737278108447, 0.313636363636364, 0.541487649405667, 1.02772727272727, 1.313463828751, 2.39590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 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 983355, 1, 945, '2021-05-23 00:00:00', 0.0722549598351504, 0.142727272727273, 0.0850477329687088, 0.209545454545455, 0.187861052088438, 0.391818181818182, 0.539178668312866, 1.03227272727273, 1.313463828751, 2.39590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983355 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945);
Date: 2021-05-23 15:55:38 Duration: 6s740ms 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 983210, 1, 960, '2021-05-23 00:00:00', 0.0655057249406498, 0.1208, 0.111989582848883, 0.196, 0.125899430763871, 0.2944, 1.17286216865694, 1.0684, 1.41028956837476, 2.248 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 975, '2021-05-23 00:00:00', 0.0721156478627676, 0.1356, 0.087582342208157, 0.200400000000002, 0.117405280971513, 0.295600000000001, 1.17749635526683, 1.0632, 1.41239005471812, 2.2504 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 990, '2021-05-23 00:00:00', 0.0844649828824551, 0.164800000000001, 0.0972248253619766, 0.2212, 0.132423562857975, 0.301200000000001, 1.17091488446713, 1.078, 1.40759250732116, 2.262 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 1005, '2021-05-23 00:00:00', 0.0662117814289871, 0.154399999999999, 0.104909484795227, 0.2132, 0.125998677241734, 0.2956, 1.17038697304211, 1.0884, 1.40740695370363, 2.2688 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 1020, '2021-05-23 00:00:00', 0.0871053002597048, 0.1596, 0.11034038245357, 0.228, 0.106517604178839, 0.3028, 1.16743665067246, 1.088, 1.40738149293881, 2.2668 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 1035, '2021-05-23 00:00:00', 0.056985378241557, 0.1416, 0.0711734969399893, 0.193600000000001, 0.0838788809335621, 0.272400000000001, 1.15507027203254, 1.0896, 1.45660850379686, 2.28 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 1050, '2021-05-23 00:00:00', 0.0619758017293845, 0.1308, 0.0965884741226052, 0.192800000000001, 0.0937852156081471, 0.2596, 1.13916299682413, 1.0956, 1.44592796040006, 2.2892 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 1065, '2021-05-23 00:00:00', 0.077560728894632, 0.1364, 0.0713979458154556, 0.1832, 1.11650750109437, 0.698399999999999, 1.1418228117065, 1.0948, 1.45364117534785, 2.2968 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 1080, '2021-05-23 00:00:00', 0.0466082968293561, 0.128400000000001, 0.0626843946555548, 0.1828, 1.15410860263091, 0.786, 1.14563912293532, 1.0984, 1.48699114545671, 2.3152 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 1095, '2021-05-23 00:00:00', 0.0484148737476405, 0.1124, 1.12484072946647, 0.664, 1.16018676657396, 0.822000000000001, 1.15068284075153, 1.1028, 1.51594063208293, 2.3352 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 600, '2021-05-23 00:00:00', 0.173012523631479, 0.366, 0.265095580247326, 0.485600000000001, 0.31602109634221, 0.5888, 0.433310127583774, 0.8592, 1.0757056598655, 2.0952 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 615, '2021-05-23 00:00:00', 0.0998866023715557, 0.2676, 0.150524638071866, 0.350800000000001, 0.259693408978099, 0.4964, 0.324179477039083, 0.754400000000001, 1.07159429511982, 2.0732 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 630, '2021-05-23 00:00:00', 0.0967089209153704, 0.216153846153846, 0.169970133122988, 0.334615384615384, 0.238202564088764, 0.437307692307692, 0.265183825936768, 0.687692307692307, 1.04747197502441, 2.07846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 645, '2021-05-23 00:00:00', 0.111307382205015, 0.2268, 0.139949991068238, 0.3112, 0.176150503831241, 0.4004, 0.22635738703799, 0.6372, 1.06888680410977, 2.0424 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 660, '2021-05-23 00:00:00', 0.0955196314900759, 0.206399999999999, 0.126369827622473, 0.268799999999999, 0.15334927453366, 0.370799999999999, 0.251088961658346, 0.600399999999999, 1.06393185872029, 2.0252 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 675, '2021-05-23 00:00:00', 0.0611882341631134, 0.1676, 0.0777538852191106, 0.2404, 0.164962622028951, 0.3428, 0.243772434864977, 0.548, 1.06704076773102, 2.0152 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 690, '2021-05-23 00:00:00', 0.0638857152686311, 0.164230769230769, 0.117046341907153, 0.229615384615384, 0.159682858768921, 0.318846153846154, 0.246259712811183, 0.549615384615385, 1.04489999521485, 2.03 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 705, '2021-05-23 00:00:00', 0.087057452294447, 0.160399999999999, 0.128066389033188, 0.2348, 0.140501482791701, 0.3036, 0.223037366077227, 0.530399999999999, 1.06326807532249, 2.0616 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 720, '2021-05-23 00:00:00', 0.0702780193232564, 0.1616, 0.0715704780851251, 0.201599999999999, 0.0968039255402386, 0.2772, 0.190334792755643, 0.512399999999999, 1.06088532210917, 2.0688 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 735, '2021-05-23 00:00:00', 0.0705974503788922, 0.14, 0.0991168696345581, 0.201923076923077, 0.101703188059857, 0.266538461538462, 0.195896361924833, 0.51076923076923, 1.04137867198322, 2.07846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 750, '2021-05-23 00:00:00', 0.0744415103389125, 0.148461538461539, 0.0803463655776564, 0.193461538461539, 0.108919871747714, 0.273461538461539, 0.195618545605, 0.511153846153846, 1.03872977162568, 2.08653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 765, '2021-05-23 00:00:00', 0.0570905713172793, 0.1452, 0.0693012746395521, 0.2012, 0.123088044369331, 0.2756, 0.196860356598276, 0.530399999999999, 1.08587338120059, 2.1228 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 780, '2021-05-23 00:00:00', 0.0488010088168112, 0.131538461538461, 0.0789206027502421, 0.197307692307692, 0.0928663224541267, 0.261923076923077, 0.193314809015284, 0.518846153846153, 1.08439653547669, 2.14961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 795, '2021-05-23 00:00:00', 0.0624152759079587, 0.1304, 0.0807774721070166, 0.178, 0.091923881554251, 0.26, 0.212992175130136, 0.5336, 1.10404755332368, 2.1428 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 810, '2021-05-23 00:00:00', 0.0545374489074552, 0.119199999999999, 0.0732757349559419, 0.1912, 0.0918785430155847, 0.252, 0.22133082327894, 0.5296, 1.1028550826529, 2.1368 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 825, '2021-05-23 00:00:00', 0.0441889880701808, 0.138800000000001, 0.0727965200633458, 0.189200000000001, 0.105084093309437, 0.2452, 0.230019564385292, 0.535599999999999, 1.10754984838908, 2.14 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 840, '2021-05-23 00:00:00', 0.0575673518584968, 0.115000000000001, 0.0672949878119873, 0.153846153846154, 0.116650694877418, 0.249230769230769, 0.228115018222084, 0.537307692307692, 1.08683110286458, 2.15538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 855, '2021-05-23 00:00:00', 0.0480000000000018, 0.11, 0.0883846488585338, 0.170384615384615, 0.120496409138964, 0.24923076923077, 0.235964795288163, 0.559230769230769, 1.08842638703773, 2.16 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 870, '2021-05-23 00:00:00', 0.0785326977467638, 0.119230769230768, 0.0933941193997853, 0.187692307692307, 0.12381375591527, 0.255384615384615, 0.252512299776588, 0.557692307692307, 1.09633999499032, 2.17576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 885, '2021-05-23 00:00:00', 0.0520192272145597, 0.1368, 0.0593014895821908, 0.18, 0.0895358401237561, 0.256, 0.280289731052234, 0.6896, 1.13548124892781, 2.1748 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 900, '2021-05-23 00:00:00', 0.05388877434123, 0.120399999999999, 0.0679141615079898, 0.169599999999999, 0.0905115093970566, 0.2656, 0.271436303148026, 0.728799999999999, 1.13595877272608, 2.1724 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 915, '2021-05-23 00:00:00', 0.0566609348534025, 0.107692307692308, 0.0761738901360665, 0.177692307692308, 0.123687571665934, 0.268846153846154, 0.285593848242301, 0.740384615384614, 1.11307868268427, 2.18192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 930, '2021-05-23 00:00:00', 0.0572403838077762, 0.132692307692308, 0.0685554239564328, 0.200384615384616, 0.114623799381347, 0.281153846153847, 0.294822241098181, 0.761923076923076, 1.11281265269586, 2.18 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 945, '2021-05-23 00:00:00', 0.0493542921522154, 0.129615384615385, 0.0705680250102418, 0.180384615384616, 0.0885924115520929, 0.273846153846154, 0.287673158556453, 0.760384615384614, 1.1133393290181, 2.17730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 960, '2021-05-23 00:00:00', 0.0567111439326868, 0.131923076923076, 0.0817585563623858, 0.207307692307693, 0.0831837632085644, 0.273461538461539, 0.285590346744854, 0.754615384615383, 1.11402416767045, 2.17538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 975, '2021-05-23 00:00:00', 0.0486573577328073, 0.136538461538461, 0.0608819791450269, 0.201153846153845, 0.0823500969127441, 0.278461538461537, 0.279346490113016, 0.742307692307691, 1.11675002367791, 2.16884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 990, '2021-05-23 00:00:00', 0.0475621051484672, 0.146923076923076, 0.0763191678716118, 0.203846153846154, 0.0762193191742389, 0.284230769230768, 0.267155097562906, 0.739615384615384, 1.11880210665075, 2.16307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 1005, '2021-05-23 00:00:00', 0.0487694734281751, 0.152307692307693, 0.0596038202182987, 0.216153846153846, 0.0998622127656976, 0.287307692307692, 0.250714977614023, 0.734999999999999, 1.11848193823318, 2.15461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 1020, '2021-05-23 00:00:00', 0.0540384478510792, 0.148076923076924, 0.0643117407632532, 0.2, 0.112892051910732, 0.293846153846153, 0.245210113983905, 0.74, 1.11719656007623, 2.15192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 1035, '2021-05-23 00:00:00', 0.0567762138711134, 0.143461538461539, 0.0919230447376834, 0.204615384615384, 0.133948325283125, 0.306923076923077, 0.245502624143894, 0.746538461538461, 1.12170673529225, 2.145 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 1050, '2021-05-23 00:00:00', 0.054462407641912, 0.133076923076922, 0.0611341526103416, 0.194230769230769, 0.110601154535634, 0.273846153846153, 0.251594606766214, 0.749615384615384, 1.1170709639327, 2.14346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 1065, '2021-05-23 00:00:00', 0.0527767431297596, 0.134230769230769, 0.0939787209957666, 0.2, 0.168814873570018, 0.507692307692307, 0.255233528060389, 0.758076923076923, 1.11470292696512, 2.13115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 1080, '2021-05-23 00:00:00', 0.0740685752944794, 0.133076923076923, 0.0851966052050292, 0.167692307692307, 0.165116276046259, 0.560769230769231, 0.250390771518317, 0.776538461538462, 1.11436501408443, 2.12576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 2, 1095, '2021-05-23 00:00:00', 0.0462368484419755, 0.0953846153846155, 0.141208520117753, 0.459615384615384, 0.15920233859898, 0.574230769230769, 0.27969901405178, 0.796538461538462, 1.11197184524402, 2.11423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 600, '2021-05-23 00:00:00', 0.114727771435086, 0.367692307692307, 0.152218971828794, 0.468846153846154, 0.1929543588919, 0.549230769230769, 0.305290781941514, 0.772307692307692, 1.12015273683822, 2.07692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 615, '2021-05-23 00:00:00', 0.10065707205083, 0.240384615384616, 0.121655882908119, 0.318076923076923, 0.142477528592568, 0.409615384615385, 0.31093110787786, 0.726923076923077, 1.11990741375554, 2.02615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 630, '2021-05-23 00:00:00', 0.0760172045303919, 0.191153846153846, 0.0829615295460214, 0.261153846153846, 0.105912155182418, 0.354230769230769, 0.301158787659625, 0.706153846153846, 1.1243476057081, 2.01846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 645, '2021-05-23 00:00:00', 0.0624819974072528, 0.190000000000001, 0.0719829039532192, 0.268461538461539, 0.132142114640028, 0.368461538461538, 0.315277899393779, 0.698076923076923, 1.12893114868071, 2.01153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 660, '2021-05-23 00:00:00', 0.06413927154128, 0.174615384615385, 0.101007996636975, 0.268846153846154, 0.155538271323022, 0.371923076923077, 0.341053571248768, 0.698461538461539, 1.12806982871697, 2.02153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 675, '2021-05-23 00:00:00', 0.0781320381445115, 0.186153846153846, 0.105223571503727, 0.26, 0.143496984690915, 0.349230769230769, 0.334060565674043, 0.662692307692308, 1.13292385513699, 2.00730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 690, '2021-05-23 00:00:00', 0.0547891061603134, 0.155384615384615, 0.0853382410447708, 0.221153846153846, 0.114158459371847, 0.318076923076923, 0.305323031961486, 0.623076923076923, 1.13177002284713, 1.97923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 705, '2021-05-23 00:00:00', 0.0578233383811285, 0.146538461538462, 0.0861769199870908, 0.212307692307692, 0.117821246614717, 0.305384615384615, 0.30716670492647, 0.610769230769231, 1.22705852158103, 2.09615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 720, '2021-05-23 00:00:00', 0.0639374694525838, 0.139999999999999, 0.0865021120240158, 0.201153846153846, 0.120358439031726, 0.296923076923078, 1.14307850191422, 0.827307692307693, 1.21457912938534, 2.09769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 735, '2021-05-23 00:00:00', 0.0479567112492724, 0.140384615384616, 0.0762798491386506, 0.201153846153846, 0.130888678478492, 0.299615384615386, 1.16915018446996, 0.841923076923077, 1.20323001190066, 2.09769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 750, '2021-05-23 00:00:00', 0.0633039067940089, 0.139230769230769, 0.0968686660460365, 0.196538461538463, 0.120662912535454, 0.29346153846154, 1.17004588996132, 0.819230769230769, 1.18843096301222, 2.09807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 765, '2021-05-23 00:00:00', 0.0610233246705401, 0.129615384615385, 0.0988806584493887, 0.205769230769232, 0.163302927572797, 0.309615384615385, 1.17468215013516, 0.806923076923077, 1.17969468018701, 2.10653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 780, '2021-05-23 00:00:00', 0.0938214343231947, 0.152307692307692, 0.0968940738046528, 0.202692307692308, 0.157488461115776, 0.311153846153845, 1.163994779264, 0.820384615384616, 1.18026541995369, 2.10230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 795, '2021-05-23 00:00:00', 0.0591230789247181, 0.123461538461538, 0.125832611646767, 0.204615384615384, 0.146093752828055, 0.29076923076923, 1.16096776606681, 0.826923076923076, 1.18070936956756, 2.10115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 810, '2021-05-23 00:00:00', 0.106317376827048, 0.15076923076923, 0.111499568816, 0.211923076923076, 0.123318224992839, 0.270769230769231, 1.15449922543866, 0.842692307692308, 1.17912744792984, 2.10846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 825, '2021-05-23 00:00:00', 0.0778163518509104, 0.129230769230769, 0.103007841374408, 0.181153846153846, 0.102654011874091, 0.234615384615384, 1.1582806887133, 0.836923076923077, 1.20516561262183, 2.10807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 840, '2021-05-23 00:00:00', 0.0733379951898152, 0.122307692307692, 0.0707715718676308, 0.166153846153846, 0.119825514170204, 0.253076923076923, 1.15665379435681, 0.84, 1.21111823725654, 2.11923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 855, '2021-05-23 00:00:00', 0.0557977115604627, 0.115769230769231, 0.0688465406091411, 0.160384615384615, 0.0884985875593502, 0.24, 1.15504352232353, 0.828461538461538, 1.23173448687363, 2.13461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 870, '2021-05-23 00:00:00', 0.0489473814809952, 0.110384615384615, 0.0840951841665149, 0.169999999999999, 0.083357432412842, 0.247307692307691, 1.15416489956358, 0.826153846153846, 1.23404276200687, 2.13846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 885, '2021-05-23 00:00:00', 0.0661804061172657, 0.119615384615384, 0.0589876127804685, 0.166538461538461, 0.0928729487815734, 0.25576923076923, 1.17423736297879, 1.10576923076923, 1.19601833019141, 2.16961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 900, '2021-05-23 00:00:00', 0.0504136733589059, 0.128461538461537, 0.0634313681197123, 0.18653846153846, 1.18048966372173, 0.499615384615384, 1.16904984430158, 1.12846153846154, 1.19593619587977, 2.16923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 915, '2021-05-23 00:00:00', 0.0636081755751582, 0.1228, 0.0920380356157179, 0.1872, 0.116114885637745, 0.270799999999999, 0.46193181314995, 0.9368, 0.789476197656818, 1.9932 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 930, '2021-05-23 00:00:00', 0.0853287759199683, 0.1432, 0.0849509662491647, 0.2, 0.110736925488595, 0.292799999999999, 0.455227781811845, 0.9536, 0.790246375083957, 1.9932 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 945, '2021-05-23 00:00:00', 0.0440378624973252, 0.126800000000001, 0.0723256524339742, 0.1832, 0.111858541619911, 0.2904, 0.45576565615822, 0.958400000000001, 0.79093762923086, 1.9936 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 960, '2021-05-23 00:00:00', 0.0657723346096208, 0.1352, 0.0870095780168286, 0.1996, 0.118382149555299, 0.3332, 0.457584964787961, 0.965600000000001, 0.791686596240372, 1.9948 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 975, '2021-05-23 00:00:00', 0.0438254111979179, 0.130399999999999, 0.085299472448544, 0.214799999999999, 0.133541504160067, 0.336, 0.458378664424949, 0.968800000000001, 0.793979848610782, 1.9896 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 990, '2021-05-23 00:00:00', 0.0601885924961416, 0.1768, 0.0854829417681296, 0.2564, 0.15678860502813, 0.3792, 0.455030401914714, 0.971200000000001, 0.793905535942406, 1.9912 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 1005, '2021-05-23 00:00:00', 0.0771902411793971, 0.187999999999999, 0.121803119828681, 0.268799999999999, 0.189298705753632, 0.3644, 0.470217325641382, 0.9828, 0.79245651826036, 1.9904 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 1020, '2021-05-23 00:00:00', 0.118417341072441, 0.1868, 0.154269245152754, 0.2636, 0.176250768319838, 0.3368, 0.474706224943385, 0.9772, 0.769737401109408, 1.9996 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 1035, '2021-05-23 00:00:00', 0.0956242647030557, 0.167600000000001, 0.122449989791751, 0.2276, 0.133731073427233, 0.3144, 0.476127433922194, 0.9716, 0.775303811418466, 2.0072 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 1050, '2021-05-23 00:00:00', 0.0868907359849134, 0.152, 0.107082522694726, 0.212, 0.107436803129406, 0.2848, 0.476103980239611, 0.949999999999999, 1.22588226732151, 2.2304 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 1065, '2021-05-23 00:00:00', 0.0544762945386956, 0.134799999999999, 0.0718795288428264, 0.204, 0.484213451554856, 0.677199999999999, 0.490024829302897, 0.9508, 1.2350651804662, 2.2412 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 1080, '2021-05-23 00:00:00', 0.0551603722491676, 0.1448, 0.0549484607003094, 0.181199999999999, 0.450027776920492, 0.682, 0.455695439228147, 0.926, 1.23409886151799, 2.236 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 3, 1095, '2021-05-23 00:00:00', 0.0480867272054699, 0.0995999999999989, 0.438368946588754, 0.604399999999998, 0.42647899518421, 0.684799999999999, 0.447246017310384, 0.909599999999999, 1.23376159231298, 2.2352 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 600, '2021-05-23 00:00:00', 0.274194142053094, 0.445416666666666, 0.27433417419351, 0.49375, 0.257107305743471, 0.574583333333334, 0.302238028856325, 0.78, 0.790191226168098, 1.9875 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 615, '2021-05-23 00:00:00', 0.100159293417889, 0.241666666666667, 0.124245549303542, 0.3325, 0.179902852206084, 0.447916666666668, 0.284074584511212, 0.698750000000001, 0.78653846290133, 1.95583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 630, '2021-05-23 00:00:00', 0.0928289294612809, 0.235416666666666, 0.121866522373301, 0.319166666666667, 0.204455799411617, 0.422500000000001, 0.300187139698855, 0.665833333333334, 0.786243015682902, 1.94958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 645, '2021-05-23 00:00:00', 0.0742486519664863, 0.204583333333333, 0.16168888985162, 0.290416666666668, 0.248100026578809, 0.416666666666668, 0.2941799582332, 0.62125, 0.780352832684204, 1.92875 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 660, '2021-05-23 00:00:00', 0.121437644284117, 0.204166666666667, 0.151090240815101, 0.2775, 0.203719044950055, 0.393333333333334, 0.267679236985321, 0.6, 0.775112778143013, 1.92208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 675, '2021-05-23 00:00:00', 0.0725718035235913, 0.168333333333333, 0.124058775224266, 0.259166666666667, 0.114916478807216, 0.358333333333333, 0.226970837046449, 0.56875, 0.780312089180822, 1.915 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 690, '2021-05-23 00:00:00', 0.112633173994424, 0.185833333333335, 0.0958249838832857, 0.244583333333334, 0.116580972668811, 0.334583333333334, 0.220670503272398, 0.564583333333333, 0.785159450251247, 1.91166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 705, '2021-05-23 00:00:00', 0.0776267080140688, 0.162083333333333, 0.090777638822262, 0.238333333333333, 0.137237232451745, 0.324166666666666, 0.206881170821755, 0.564583333333332, 0.778967637139147, 1.94916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 720, '2021-05-23 00:00:00', 0.0712809810599541, 0.158749999999999, 0.105322142131598, 0.221666666666666, 0.119999245166708, 0.292083333333331, 0.181055180154752, 0.556249999999999, 0.796355716709708, 1.97208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 735, '2021-05-23 00:00:00', 0.0858546125304501, 0.158333333333334, 0.112423081595206, 0.222916666666666, 0.105376309798107, 0.282083333333332, 0.162996732429238, 0.538749999999999, 0.79345134459013, 1.97458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 750, '2021-05-23 00:00:00', 0.0589767824619593, 0.149999999999999, 0.0607426860868323, 0.188749999999999, 0.0804054490186087, 0.260416666666666, 0.142105671030859, 0.52875, 0.802760522523211, 1.98375 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 765, '2021-05-23 00:00:00', 0.0415200318337808, 0.1325, 0.0705413847079972, 0.1925, 0.0793040379475256, 0.2425, 0.155786922485141, 0.54, 0.818789757304442, 1.98916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 780, '2021-05-23 00:00:00', 0.0568687785257825, 0.149166666666666, 0.0633771778061048, 0.184166666666666, 0.0940513273373262, 0.2475, 0.170714079974234, 0.557083333333332, 0.819896489578526, 1.99958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 795, '2021-05-23 00:00:00', 0.0357527742918681, 0.105, 0.0511604466785415, 0.144999999999999, 0.0966804088183096, 0.240833333333333, 0.181275173164438, 0.545416666666666, 0.820169653711697, 2.005 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 810, '2021-05-23 00:00:00', 0.0396634391574536, 0.105833333333332, 0.0614793473040122, 0.168333333333333, 0.109729575366649, 0.256666666666667, 0.186172352747492, 0.554166666666667, 0.839435520307322, 2.01208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 825, '2021-05-23 00:00:00', 0.0351291612626094, 0.110833333333334, 0.0696770500548627, 0.16875, 0.108085278998724, 0.232916666666668, 0.190878973720773, 0.565, 0.832004738002117, 2.01333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 840, '2021-05-23 00:00:00', 0.0750543281491017, 0.12375, 0.0937841725159043, 0.172916666666667, 0.125645435103384, 0.237083333333334, 0.191390317475018, 0.572916666666667, 0.832110987580487, 2.02 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 855, '2021-05-23 00:00:00', 0.0485719994486004, 0.108750000000001, 0.0703201787272469, 0.151666666666667, 0.099618838798082, 0.2225, 0.219167975419026, 0.567916666666667, 0.851203644803954, 2.03208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 870, '2021-05-23 00:00:00', 0.06123724356958, 0.107500000000001, 0.0772723397649739, 0.153333333333334, 0.0781847959570183, 0.217916666666667, 0.237428478933542, 0.57375, 0.85126238312728, 2.03041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 885, '2021-05-23 00:00:00', 0.0417354504718347, 0.10875, 0.0631939732954779, 0.1525, 0.0891007815642615, 0.242083333333333, 0.29782788532198, 0.813333333333333, 0.808690904030007, 2.05375 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 900, '2021-05-23 00:00:00', 0.0558660406038734, 0.109166666666667, 0.0589522036809531, 0.161666666666667, 0.128823410195868, 0.290416666666666, 0.316740361371486, 0.87875, 0.823560558036641, 2.05791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 915, '2021-05-23 00:00:00', 0.0514975024017981, 0.115416666666667, 0.0919317642350142, 0.189166666666666, 0.131759965110034, 0.290416666666666, 0.315718355041556, 0.887916666666667, 0.836897306393846, 2.06666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 930, '2021-05-23 00:00:00', 0.0736767322128573, 0.142499999999999, 0.120683440262628, 0.225833333333333, 0.12679365297515, 0.29625, 0.305888762105785, 0.91125, 0.838541586776483, 2.06291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 945, '2021-05-23 00:00:00', 0.0800984448635884, 0.15375, 0.0906977781234022, 0.19, 0.12905172538981, 0.2825, 0.411080010900944, 0.969583333333334, 0.842580147136061, 2.0525 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 960, '2021-05-23 00:00:00', 0.0626801750781388, 0.12375, 0.0712301332587408, 0.190416666666667, 0.117688331954619, 0.296249999999999, 0.483708312812649, 0.987916666666667, 0.841437585412565, 2.04791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 975, '2021-05-23 00:00:00', 0.0491061405883026, 0.13125, 0.0683328914796587, 0.202083333333334, 0.114776878699752, 0.302083333333333, 0.487611005570655, 0.985833333333334, 0.83870457392269, 2.05083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 990, '2021-05-23 00:00:00', 0.0508763775941383, 0.151666666666667, 0.0892602448145172, 0.2325, 0.118697642920079, 0.3225, 0.49957790154304, 0.977083333333334, 0.845815681260798, 2.05708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 1005, '2021-05-23 00:00:00', 0.0759850767194305, 0.172083333333334, 0.0983339474311445, 0.225, 0.123311788169052, 0.311666666666668, 0.505046274246664, 0.982500000000001, 0.835738738560345, 2.06625 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 1020, '2021-05-23 00:00:00', 0.0635883500404714, 0.14, 0.0886605233787697, 0.204583333333333, 0.0904898104600816, 0.288333333333334, 0.506934342431279, 0.987916666666667, 0.850332309295539, 2.08041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 1035, '2021-05-23 00:00:00', 0.0507319611690497, 0.137916666666668, 0.0666906659701065, 0.207083333333334, 0.0917305442784636, 0.266666666666667, 0.49774273082282, 1.005, 0.851637808297482, 2.085 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 1050, '2021-05-23 00:00:00', 0.0606964411725643, 0.151666666666667, 0.0539457591246632, 0.196666666666668, 0.0765137100530817, 0.257500000000001, 0.511584636770605, 1.01833333333333, 0.845571584401833, 2.1 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 1065, '2021-05-23 00:00:00', 0.0482276455687144, 0.129583333333333, 0.0751797363231819, 0.187916666666667, 0.306605716217738, 0.616249999999999, 0.551540661646335, 1.04666666666667, 0.850492504376141, 2.10625 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 1080, '2021-05-23 00:00:00', 0.0619241588499626, 0.134583333333333, 0.0609689277003265, 0.177083333333333, 0.309656190833865, 0.69, 0.557340345632331, 1.0325, 0.856917186907458, 2.09875 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 4, 1095, '2021-05-23 00:00:00', 0.0471737460759748, 0.119166666666667, 0.306926972856193, 0.577083333333333, 0.30695530288792, 0.700416666666666, 0.558463050040797, 1.02875, 0.859331978501534, 2.09583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 600, '2021-05-23 00:00:00', 0.140383438771897, 0.375652173913043, 0.211545227786424, 0.498260869565217, 0.233583528576257, 0.576086956521739, 0.519571121404596, 0.912173913043479, 0.889673075808289, 2.05 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 615, '2021-05-23 00:00:00', 0.11877670284336, 0.285217391304347, 0.111396099164606, 0.339999999999999, 0.36668583013762, 0.496956521739131, 0.529356011169482, 0.817826086956521, 0.881250683289618, 2.00869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 630, '2021-05-23 00:00:00', 0.0731396411983583, 0.19695652173913, 0.138531256728975, 0.3, 0.38596166022295, 0.478695652173913, 0.490091545856647, 0.784782608695653, 0.879723501297525, 1.9895652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 645, '2021-05-23 00:00:00', 0.0918475278896862, 0.212173913043479, 0.304197252419293, 0.342173913043479, 0.382287684235036, 0.465652173913044, 0.48236735054268, 0.746521739130436, 0.890149652115898, 1.96869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 660, '2021-05-23 00:00:00', 0.249142402571087, 0.240869565217391, 0.328968323859254, 0.327391304347826, 0.318146186598914, 0.425217391304348, 0.431092462776201, 0.709565217391305, 0.884404625441305, 1.94521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 675, '2021-05-23 00:00:00', 0.177301913073286, 0.197826086956522, 0.233194010729942, 0.293913043478261, 0.267133813487361, 0.418260869565218, 0.359742441902437, 0.693478260869566, 0.899062533272951, 1.9495652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 690, '2021-05-23 00:00:00', 0.113005998651511, 0.18391304347826, 0.152880123023924, 0.272173913043478, 0.242503412632358, 0.425217391304347, 0.353598105981012, 0.689565217391305, 0.889211135044848, 1.94347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 705, '2021-05-23 00:00:00', 0.102291917391534, 0.19, 0.182805324214764, 0.292173913043479, 0.248345513491076, 0.421304347826086, 0.320790771948928, 0.653913043478262, 0.876487329928786, 1.95869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 720, '2021-05-23 00:00:00', 0.086124278251535, 0.16913043478261, 0.122114117560214, 0.258695652173913, 0.227992614816944, 0.384782608695653, 0.276445536023556, 0.62304347826087, 0.875991589469975, 1.96608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 735, '2021-05-23 00:00:00', 0.0986189216104331, 0.194347826086956, 0.115483174689491, 0.269999999999999, 0.249151921208521, 0.403043478260869, 0.277102455331937, 0.626956521739131, 0.870579290125407, 1.97913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 750, '2021-05-23 00:00:00', 0.0873727193971993, 0.186086956521738, 0.148062586916037, 0.280434782608696, 0.206209916454736, 0.379565217391304, 0.292018327433933, 0.622608695652175, 0.872381457342271, 1.99304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 765, '2021-05-23 00:00:00', 0.090876278663441, 0.196956521739131, 0.172303620244633, 0.293913043478261, 0.177544739114825, 0.356956521739131, 0.310584047550554, 0.635217391304349, 0.875438681676503, 1.99260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 780, '2021-05-23 00:00:00', 0.0843482335673294, 0.183478260869565, 0.114121494097387, 0.233478260869566, 0.238202259026932, 0.32304347826087, 0.324859957666163, 0.646086956521741, 0.899890419328052, 1.96869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 795, '2021-05-23 00:00:00', 0.092255445333466, 0.157391304347827, 0.123910269714465, 0.210869565217392, 0.260180083575449, 0.308695652173913, 0.323804581676393, 0.646956521739132, 0.898024181651051, 1.94260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 810, '2021-05-23 00:00:00', 0.123172811537191, 0.154782608695653, 0.224701822624804, 0.22, 0.25053460625791, 0.296956521739131, 0.338891473528089, 0.657391304347828, 0.894881801544303, 1.9295652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 825, '2021-05-23 00:00:00', 0.112404548879018, 0.145652173913043, 0.143082938440357, 0.21, 0.153205537624764, 0.26913043478261, 0.326648449385829, 0.640869565217393, 0.895576083724398, 1.90739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 840, '2021-05-23 00:00:00', 0.0584618385039751, 0.142173913043479, 0.130982906286013, 0.207391304347827, 0.155271024048567, 0.290000000000001, 0.330808089524518, 0.663913043478262, 0.894705330518656, 1.90391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 855, '2021-05-23 00:00:00', 0.103564915389357, 0.135652173913044, 0.132415981266846, 0.186086956521739, 0.136648187959911, 0.29, 0.317842280722718, 0.646521739130435, 0.886694131148638, 1.89086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 870, '2021-05-23 00:00:00', 0.0714142842854278, 0.120000000000001, 0.0710257983525738, 0.189130434782609, 0.112121123099348, 0.284347826086957, 0.316683655324059, 0.64608695652174, 0.876723373429604, 1.88434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 885, '2021-05-23 00:00:00', 0.0512762031731848, 0.132608695652173, 0.0846335976418497, 0.209130434782607, 0.0906411069916949, 0.293913043478261, 0.767794953688216, 1.05, 0.891267250746353, 1.87130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 900, '2021-05-23 00:00:00', 0.0577407316793064, 0.133913043478259, 0.059864801564886, 0.187391304347826, 0.133631254775837, 0.311304347826087, 0.768661636523152, 1.0504347826087, 0.887723027702359, 1.85608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 915, '2021-05-23 00:00:00', 0.041702882811416, 0.128695652173914, 0.0855971814393197, 0.202173913043479, 0.118214650349745, 0.302608695652175, 0.750314295147025, 1.04478260869565, 0.87760341102093, 1.83826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 930, '2021-05-23 00:00:00', 0.0696234933771602, 0.152608695652174, 0.112892267368587, 0.240869565217391, 0.133891289747898, 0.307826086956522, 0.746037490183231, 1.07913043478261, 0.884357250796064, 1.84173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 945, '2021-05-23 00:00:00', 0.0743854930818358, 0.158260869565216, 0.0783526032419006, 0.198695652173913, 0.122522886464162, 0.308695652173913, 0.740339095472193, 1.08739130434783, 0.881761173333471, 1.83869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 960, '2021-05-23 00:00:00', 0.0454011544141149, 0.133913043478261, 0.0780341467771703, 0.195652173913044, 0.159280745010893, 0.34608695652174, 0.743003199818622, 1.06913043478261, 0.888204210397355, 1.82391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 975, '2021-05-23 00:00:00', 0.0751756835633, 0.138260869565218, 0.09379145987063, 0.238260869565218, 0.193549127670817, 0.363913043478262, 0.748267300213747, 1.05304347826087, 0.891946842564329, 1.81652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 990, '2021-05-23 00:00:00', 0.0886994302845639, 0.196956521739131, 0.149534191101233, 0.288260869565218, 0.203926864360498, 0.379565217391305, 0.760416985669614, 1.04391304347826, 0.884969573626721, 1.81434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 1005, '2021-05-23 00:00:00', 0.0893830412507942, 0.174347826086957, 0.132590486665335, 0.235652173913044, 0.151503662278489, 0.315217391304349, 0.767497859558499, 0.995652173913043, 0.898259626016457, 1.78391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 1020, '2021-05-23 00:00:00', 0.0751204566276891, 0.156086956521739, 0.0891793946317049, 0.215652173913044, 0.124091958761431, 0.294782608695653, 0.78100067563093, 0.984347826086956, 0.897953316215696, 1.77739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 1035, '2021-05-23 00:00:00', 0.0480982196674447, 0.149565217391305, 0.0842732240073016, 0.207391304347827, 0.104543048606101, 0.277391304347826, 0.785038706530441, 0.993043478260869, 0.898909967924921, 1.78130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 1050, '2021-05-23 00:00:00', 0.069558176521159, 0.152608695652175, 0.0964836302648842, 0.210000000000001, 0.0958898412767433, 0.256956521739131, 0.787117621577378, 0.987826086956521, 0.904864980210344, 1.78521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 1065, '2021-05-23 00:00:00', 0.0608503639957795, 0.131304347826087, 0.0675517661258334, 0.182173913043478, 0.731373173809095, 0.753913043478261, 0.785429063779313, 1.00478260869565, 0.907403671430142, 1.79217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 1080, '2021-05-23 00:00:00', 0.0505386010652103, 0.122173913043478, 0.0580139004741214, 0.172608695652174, 0.732917447049613, 0.759565217391304, 0.783227083310849, 0.999130434782608, 0.91158355896771, 1.78869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 5, 1095, '2021-05-23 00:00:00', 0.0410340647073031, 0.102608695652175, 0.726160241029604, 0.707826086956522, 0.725977329538569, 0.766086956521739, 0.786263993321375, 1.00260869565217, 0.924097679760711, 1.79260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 600, '2021-05-23 00:00:00', 0.188057471662845, 0.372608695652175, 0.218908539387117, 0.438695652173914, 0.228391003747708, 0.544782608695653, 0.332632926860256, 0.779130434782608, 1.30028075411647, 1.93869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 615, '2021-05-23 00:00:00', 0.173230181123769, 0.270000000000001, 0.179120233282045, 0.333333333333334, 1.20255494917991, 0.700833333333333, 1.17774255940417, 0.925833333333333, 1.59949720360738, 2.11 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 630, '2021-05-23 00:00:00', 0.118075602162711, 0.22125, 1.18774166114656, 0.557916666666666, 1.20120765017568, 0.639583333333333, 1.1675143142219, 0.90125, 1.59044787922199, 2.11125 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 645, '2021-05-23 00:00:00', 0.0937598479676083, 0.199999999999999, 0.121352718195509, 0.28086956521739, 0.166049185531909, 0.362173913043478, 0.275457937077178, 0.660434782608695, 1.27817928808525, 1.92826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 660, '2021-05-23 00:00:00', 0.0594274393976357, 0.180434782608695, 0.134293643217748, 0.265652173913043, 0.146666516948061, 0.312608695652174, 0.248557896008122, 0.619130434782609, 1.23877728828086, 1.90652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 675, '2021-05-23 00:00:00', 0.122852568647092, 0.178333333333333, 0.120955585332751, 0.217083333333333, 0.130965616684775, 0.299583333333334, 0.238700816316461, 0.577083333333334, 1.54428821369475, 2.095 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 690, '2021-05-23 00:00:00', 0.0725318520735365, 0.135, 0.0952646960780357, 0.193333333333333, 0.152728208910802, 0.320416666666667, 0.253958515384368, 0.585833333333333, 1.53808834624984, 2.09875 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 705, '2021-05-23 00:00:00', 0.0673031213609551, 0.130833333333333, 0.0870115767743214, 0.201666666666667, 0.141727821412448, 0.325416666666666, 0.256655961568588, 0.60875, 1.48484298686837, 2.2425 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 720, '2021-05-23 00:00:00', 0.0563310607551211, 0.135833333333334, 0.100072437532136, 0.221666666666667, 0.126697174053108, 0.3, 0.25982121779676, 0.59875, 1.47543306096593, 2.24625 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 735, '2021-05-23 00:00:00', 0.0728297100548027, 0.152083333333334, 0.0820877932283567, 0.225833333333333, 0.137918664331607, 0.297083333333334, 0.274125751319047, 0.591666666666667, 1.47429939145757, 2.2425 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 750, '2021-05-23 00:00:00', 0.0499274836456672, 0.143333333333333, 0.0727513135495741, 0.173333333333333, 0.142371223277007, 0.27, 0.316722344456878, 0.605, 1.47444290634055, 2.24916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 765, '2021-05-23 00:00:00', 0.0513230744501387, 0.110833333333334, 0.10409026183412, 0.185, 0.176774645699883, 0.276666666666666, 0.306092720630839, 0.601666666666667, 1.47204229371739, 2.24958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 780, '2021-05-23 00:00:00', 0.0959784231351498, 0.151304347826088, 0.124163604935239, 0.215652173913043, 0.183278228633161, 0.31, 0.313598897916915, 0.624782608695652, 1.15983115167478, 2.05913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 795, '2021-05-23 00:00:00', 0.0722202247958649, 0.13375, 0.107736090598237, 0.203749999999999, 0.149955911395046, 0.295416666666666, 0.291656625085942, 0.59875, 1.47143231019244, 2.245 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 810, '2021-05-23 00:00:00', 0.0490341495907388, 0.140434782608696, 0.0903484689953426, 0.209130434782609, 0.113082921060491, 0.288260869565218, 0.29552659504594, 0.627826086956522, 1.15586816951434, 2.06304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 825, '2021-05-23 00:00:00', 0.085308476905195, 0.144166666666667, 0.0960289434025735, 0.199583333333333, 0.104701092833743, 0.261666666666667, 0.292180396429964, 0.610416666666667, 1.46923073384522, 2.27041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 840, '2021-05-23 00:00:00', 0.068137754755997, 0.130833333333333, 0.080253222428417, 0.178333333333334, 0.113347452232224, 0.247083333333334, 0.290022487883717, 0.600000000000001, 1.46279208652693, 2.27291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 855, '2021-05-23 00:00:00', 0.0649191247139339, 0.118333333333334, 0.0661300869937216, 0.155833333333335, 0.10179547554081, 0.238333333333334, 0.294972057138898, 0.587916666666668, 1.45375974332224, 2.295 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 870, '2021-05-23 00:00:00', 0.0474494391469736, 0.100833333333335, 0.0795264517109815, 0.161250000000001, 0.151111821538541, 0.275, 1.17139757666161, 0.83625, 1.45468558284171, 2.29333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 885, '2021-05-23 00:00:00', 0.0573556789955746, 0.111250000000001, 0.073246407638082, 0.177916666666667, 0.15769570312031, 0.313750000000001, 1.19401284191866, 0.948333333333334, 1.45211065773888, 2.29916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 900, '2021-05-23 00:00:00', 0.0561571294530425, 0.133333333333334, 0.154673569311238, 0.2175, 0.173267302082691, 0.317083333333334, 1.20224058637871, 1.01791666666667, 1.45164973616976, 2.3 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 915, '2021-05-23 00:00:00', 0.155697937770823, 0.15375, 0.156718500521787, 0.230416666666667, 0.192397158676179, 0.310833333333334, 1.20673585056692, 1.04875, 1.45178525780592, 2.3025 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 930, '2021-05-23 00:00:00', 0.0702583225252208, 0.136666666666667, 0.103691816232638, 0.212916666666667, 0.185901154193391, 0.28875, 1.1928882711873, 1.05458333333333, 1.44222597427365, 2.28375 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 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 983210, 1, 945, '2021-05-23 00:00:00', 0.087693321165726, 0.159130434782609, 0.116644454877868, 0.198260869565217, 0.169087296489098, 0.297826086956523, 0.430076287009899, 0.862608695652174, 1.13326489756951, 2.09565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983210 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945);
Date: 2021-05-23 15:52:13 Duration: 6s662ms 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 983335, 1, 960, '2021-05-23 00:00:00', 0.257915021087886, 0.557391304347826, 0.339082113715683, 0.813043478260868, 0.59264030376297, 1.56043478260869, 1.98936115532704, 4.63847826086956, 4.44364657254153, 11.0330434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 975, '2021-05-23 00:00:00', 0.185266606313766, 0.533478260869564, 0.54201288215953, 1.16934782608695, 0.640977514358375, 1.57608695652173, 1.95856644254961, 4.64934782608695, 4.41675372176616, 11.0395652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 990, '2021-05-23 00:00:00', 0.542027831352297, 1.06847826086956, 0.617114284007175, 1.33869565217391, 0.735026013897957, 1.62782608695652, 1.95599524317018, 4.64913043478261, 4.41736740407776, 11.034347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 1005, '2021-05-23 00:00:00', 0.355173508786717, 0.848695652173912, 0.447926712667311, 1.21739130434782, 0.804254743038298, 1.72565217391304, 1.92088637004908, 4.61108695652174, 4.46662843375374, 11.0017391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 1020, '2021-05-23 00:00:00', 0.29250992348289, 0.834347826086954, 0.444917277029348, 1.08173913043478, 0.639882338492495, 1.69695652173913, 1.81554750613571, 4.54326086956522, 4.47589145845005, 10.9595652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 1035, '2021-05-23 00:00:00', 0.285767118209568, 0.720869565217391, 0.55823762772842, 1.20260869565217, 0.498924931183561, 1.56521739130435, 1.7785973956048, 4.46782608695652, 4.49864314194593, 10.9208695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 1050, '2021-05-23 00:00:00', 0.362933807486437, 0.781304347826086, 0.369925214106338, 1.11913043478261, 0.41893710792344, 1.38086956521739, 1.70425658685364, 4.41217391304348, 4.46050033528827, 10.9078260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 1065, '2021-05-23 00:00:00', 0.28193010655167, 0.761304347826085, 0.36744605153752, 1.05565217391305, 1.37116136833843, 3.43304347826087, 1.66257158305281, 4.35478260869565, 4.43325409797738, 10.8565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 1080, '2021-05-23 00:00:00', 0.266282228653067, 0.651956521739136, 0.287682404758979, 0.794565217391308, 1.53672898338629, 3.57717391304348, 1.60940946133333, 4.31478260869565, 4.45414582380987, 10.8517391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 1095, '2021-05-23 00:00:00', 0.16699151477816, 0.449565217391306, 1.24725556430419, 3.18847826086956, 1.62115461708318, 3.61326086956522, 1.58878119692411, 4.18565217391304, 4.46123500687437, 10.8378260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 600, '2021-05-23 00:00:00', 1.2602930214835, 2.3825, 1.73456840120577, 2.75346153846154, 1.79028953395383, 3.14615384615385, 1.58594452565704, 3.83403846153846, 4.49987837442474, 10.3542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 615, '2021-05-23 00:00:00', 0.588189922232083, 1.22923076923077, 0.753163686366738, 1.65653846153846, 0.708867379372518, 2.1748076923077, 0.761130965178691, 2.97711538461538, 4.06326273313227, 9.74903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 630, '2021-05-23 00:00:00', 0.424251059560798, 1.06480769230769, 0.636069450731479, 1.51788461538462, 0.540739664362975, 1.89923076923077, 0.602273928221526, 2.76173076923077, 4.03050129063944, 9.54942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 645, '2021-05-23 00:00:00', 0.41774196120793, 0.992115384615386, 0.401190583906684, 1.33673076923077, 0.38704924155024, 1.65365384615385, 0.677339166262995, 2.57211538461538, 4.02070698433076, 9.42057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 660, '2021-05-23 00:00:00', 0.334787418199395, 0.876153846153845, 0.318474307622115, 1.06826923076923, 0.398575540567233, 1.45269230769231, 0.709154859945709, 2.42884615384615, 4.03810786326773, 9.36134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 675, '2021-05-23 00:00:00', 0.200947850104297, 0.715961538461534, 0.389070737092292, 1.07096153846153, 0.427537672654076, 1.3776923076923, 0.715765566476792, 2.42211538461538, 4.05222875521797, 9.34326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 690, '2021-05-23 00:00:00', 0.336250135830687, 0.781923076923077, 0.389521995034151, 1.03923076923077, 0.432347127273376, 1.34403846153846, 0.851511800360889, 2.47288461538461, 4.07317147743812, 9.30326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 705, '2021-05-23 00:00:00', 0.223261144092605, 0.738461538461537, 0.269271452970073, 0.981346153846151, 0.368585654380882, 1.27923076923077, 0.952185037770414, 2.52788461538461, 4.10410972731556, 9.96057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 720, '2021-05-23 00:00:00', 0.201851811599881, 0.603076923076918, 0.320138431595796, 0.841153846153843, 0.344359382935017, 1.13923076923077, 1.09987838488556, 2.54269230769231, 4.11046481088678, 10.0648076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 735, '2021-05-23 00:00:00', 0.305922312913693, 0.65730769230769, 0.314144075226641, 0.897500000000003, 0.354954005687845, 1.16288461538461, 1.12390830792168, 2.60173076923077, 4.1407843599232, 10.1463461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 750, '2021-05-23 00:00:00', 0.231999005302907, 0.613461538461541, 0.264677452470278, 0.816923076923075, 0.294570613187816, 1.10038461538461, 1.10090682900682, 2.58961538461539, 4.1570488468846, 10.1436538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 765, '2021-05-23 00:00:00', 0.202073958281082, 0.541730769230768, 0.257339046037295, 0.759230769230772, 0.425018370643689, 1.14384615384615, 1.03427360239706, 2.69326923076923, 4.16229556208516, 10.1328846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 780, '2021-05-23 00:00:00', 0.194567864371675, 0.570576923076922, 0.258267601232045, 0.806923076923074, 0.433281619202182, 1.23019230769231, 1.11141934549406, 2.81980769230769, 4.13108080940644, 10.1605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 795, '2021-05-23 00:00:00', 0.222640102822056, 0.576153846153847, 0.400362335890877, 0.894999999999998, 0.563734389174958, 1.33269230769231, 1.17981877682712, 2.86288461538462, 4.0996149959947, 10.1686538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 810, '2021-05-23 00:00:00', 0.280290028363478, 0.612499999999996, 0.334735027240264, 0.883461538461538, 0.58660040782592, 1.25403846153846, 1.19808205703308, 2.87384615384615, 4.11053098291918, 10.2498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 825, '2021-05-23 00:00:00', 0.224036483979385, 0.602884615384618, 0.404467551232477, 0.875000000000002, 0.595126877228715, 1.24, 1.13254799524721, 2.84480769230769, 4.13150723567823, 10.2409615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 840, '2021-05-23 00:00:00', 0.317724663094417, 0.570192307692307, 0.36827419759655, 0.811730769230767, 0.527934181503714, 1.1475, 1.15338431782965, 2.88076923076923, 4.16093935862491, 10.1878846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 855, '2021-05-23 00:00:00', 0.221666763061474, 0.561923076923075, 0.374971793811005, 0.860384615384617, 0.395094973976553, 1.07096153846154, 1.2335742314978, 3.02576923076923, 4.18509266968441, 10.1594230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 870, '2021-05-23 00:00:00', 0.335627598113426, 0.58173076923077, 0.357747278654379, 0.736346153846158, 0.6264061105901, 1.12384615384616, 1.28424943659112, 3.13384615384615, 4.19360810776811, 10.1551923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 885, '2021-05-23 00:00:00', 0.214850305669208, 0.490576923076924, 0.250709224769681, 0.693653846153847, 0.579551152584083, 1.25346153846154, 3.38427938585727, 4.9398076923077, 4.17839001475265, 10.1836538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 900, '2021-05-23 00:00:00', 0.176545047639841, 0.521923076923074, 0.446690436604419, 0.812884615384614, 0.709315406680164, 1.37211538461538, 3.29917976402993, 5.11865384615385, 4.17839406489365, 10.1851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 915, '2021-05-23 00:00:00', 0.326803693134205, 0.575576923076921, 0.495851753590188, 0.980192307692307, 0.709609020192432, 1.39519230769231, 3.22256541975728, 5.27673076923077, 4.19283411126834, 10.2132692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 930, '2021-05-23 00:00:00', 0.447945738472179, 0.690769230769232, 0.603640748994098, 1.01692307692308, 0.676905742785051, 1.38576923076923, 3.1939333177857, 5.25903846153846, 4.18953599413513, 10.2503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 945, '2021-05-23 00:00:00', 0.304092154554398, 0.645961538461538, 0.517546616257896, 0.902499999999999, 0.604926568970278, 1.54192307692308, 3.19902889110959, 5.25038461538461, 4.16720906418377, 10.2592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 960, '2021-05-23 00:00:00', 0.400720121012927, 0.623846153846155, 0.446549549322356, 0.917500000000001, 0.601815202916591, 1.74846153846154, 3.31600949358389, 5.28480769230769, 4.15446951626059, 10.2401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 975, '2021-05-23 00:00:00', 0.296327261914669, 0.645384615384614, 0.491848162937115, 1.25884615384615, 0.568218572517521, 1.79288461538462, 3.35181018831042, 5.28846153846154, 4.1259372455051, 10.2030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 990, '2021-05-23 00:00:00', 0.288905893648117, 1.05115384615385, 0.460101034054983, 1.4648076923077, 0.739024122641579, 1.79942307692308, 3.42646883158831, 5.33942307692308, 4.22791479791889, 10.3465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 1005, '2021-05-23 00:00:00', 0.342511145242581, 0.971730769230772, 0.401794867295011, 1.23134615384615, 0.75127215185567, 1.69538461538462, 3.35809073501825, 5.24923076923077, 4.21855666622529, 10.2971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 1020, '2021-05-23 00:00:00', 0.241415377752503, 0.804230769230769, 0.501307252629027, 1.20480769230769, 0.716783010830605, 1.67826923076923, 3.44187965194333, 5.23153846153846, 4.21374929432028, 10.2463461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 1035, '2021-05-23 00:00:00', 0.497896536981788, 0.870192307692311, 0.617359669510782, 1.19019230769231, 0.839802563793326, 1.73711538461538, 3.42539109502056, 5.22307692307692, 4.11879859723869, 10.3717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 1050, '2021-05-23 00:00:00', 0.41074266696016, 0.788461538461536, 0.552971413922445, 1.12423076923077, 0.851690445751633, 1.62384615384615, 3.40458207646469, 5.10134615384615, 4.12589123239313, 10.3276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 1065, '2021-05-23 00:00:00', 0.266457097138332, 0.72076923076923, 0.533475253553386, 1.11038461538461, 3.00035990148874, 3.85346153846154, 3.35821487034177, 5.11134615384615, 4.11341432202196, 10.3457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 1080, '2021-05-23 00:00:00', 0.414324287707847, 0.753846153846154, 0.643221220468929, 1.00153846153846, 2.98905194643076, 4.05153846153846, 3.36266945812629, 5.05326923076923, 4.1362231006634, 10.2915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 2, 1095, '2021-05-23 00:00:00', 0.275948991942069, 0.610384615384614, 3.02008378004014, 3.52403846153846, 2.96544608137434, 4.11730769230769, 3.3490405572113, 4.89942307692307, 4.16184220027622, 10.2475 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 600, '2021-05-23 00:00:00', 2.85587146877339, 2.66461538461539, 2.84032430434381, 3.11192307692308, 2.87399901638011, 3.57211538461538, 3.27212292885498, 4.53230769230769, 3.97412500287316, 10.0234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 615, '2021-05-23 00:00:00', 0.461667212810931, 1.31884615384616, 0.604334249083555, 1.78173076923077, 0.695139941638763, 2.13153846153846, 1.35362250447286, 3.22673076923077, 3.20756634921483, 9.21326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 630, '2021-05-23 00:00:00', 0.465771361870244, 1.06480769230769, 0.387895158317493, 1.34942307692308, 0.62201817930396, 1.70384615384615, 1.01452740039579, 2.85461538461538, 3.1341860923593, 9.03230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 645, '2021-05-23 00:00:00', 0.343975457532387, 0.858653846153845, 0.410180870048622, 1.15211538461538, 0.717735568405139, 1.54211538461538, 1.00853137703372, 2.73653846153846, 3.13249973908772, 8.96115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 660, '2021-05-23 00:00:00', 0.339061374067609, 0.808846153846151, 0.564106372947514, 1.16, 0.87089414706072, 1.55384615384615, 1.03090080101747, 2.65730769230769, 3.14877111560392, 8.93653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 675, '2021-05-23 00:00:00', 0.349556202150008, 0.821538461538462, 0.472773160763658, 1.07769230769231, 0.750731745596357, 1.44307692307693, 0.818901703502924, 2.6, 3.14552497758568, 8.85923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 690, '2021-05-23 00:00:00', 0.314972037830954, 0.72923076923077, 0.59119748099807, 1.03230769230769, 0.720728691085517, 1.44461538461539, 0.700908448976149, 2.52557692307693, 3.15228918650948, 8.78865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 705, '2021-05-23 00:00:00', 0.374607281542441, 0.648846153846154, 0.398995662208926, 0.93846153846154, 0.455244482076982, 1.38346153846154, 0.731870101967451, 2.62461538461539, 3.22606294945498, 9.18807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 720, '2021-05-23 00:00:00', 0.263890420148503, 0.65692307692308, 0.418958415413931, 0.973076923076925, 0.428364510488616, 1.38807692307692, 0.709051913039246, 2.63884615384616, 3.14102364500198, 9.24653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 735, '2021-05-23 00:00:00', 0.257786509762218, 0.646730769230769, 0.366859436506472, 0.964615384615385, 0.451273752837452, 1.36, 0.733431555193698, 2.63461538461539, 3.13392089144671, 9.25307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 750, '2021-05-23 00:00:00', 0.343301840726427, 0.718076923076924, 0.421454806410074, 0.971923076923077, 0.466770409714043, 1.28884615384615, 0.804015331847695, 2.72557692307693, 3.07094803703251, 9.23961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 765, '2021-05-23 00:00:00', 0.361577739273952, 0.677692307692309, 0.41230981629763, 0.93076923076923, 0.424275672356836, 1.23461538461539, 1.11682491224694, 2.93326923076923, 2.96258400724772, 9.305 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 780, '2021-05-23 00:00:00', 0.332014828213811, 0.615384615384612, 0.302672264999626, 0.862499999999999, 0.437009593276149, 1.22923076923077, 1.13019496275915, 3.04557692307693, 2.95506990676128, 9.31807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 795, '2021-05-23 00:00:00', 0.283382929294246, 0.643269230769234, 0.350211858956617, 0.837884615384616, 0.376574080974166, 1.20596153846154, 1.28518710101502, 3.25173076923077, 2.9340907384637, 9.37769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 810, '2021-05-23 00:00:00', 0.277460530803658, 0.557884615384612, 0.367882924520624, 0.890384615384615, 0.345925069698849, 1.16192307692308, 1.29140723780152, 3.26442307692308, 2.92161283171839, 9.38346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 825, '2021-05-23 00:00:00', 0.306213914671528, 0.674807692307692, 0.332957435487113, 0.875576923076923, 0.434171226414368, 1.21942307692308, 1.22286877401524, 3.35596153846154, 2.8813830813584, 9.40230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 840, '2021-05-23 00:00:00', 0.245495104134167, 0.570384615384616, 0.327037283219185, 0.805769230769234, 0.463622027750395, 1.07423076923077, 1.16020026454322, 3.42057692307692, 2.83654695279042, 9.34384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 855, '2021-05-23 00:00:00', 0.251394877862271, 0.55076923076923, 0.363859017499065, 0.78423076923077, 0.465543354999951, 1.03884615384615, 1.13725392942825, 3.3975, 2.83564780280247, 9.34269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 870, '2021-05-23 00:00:00', 0.214490451643317, 0.513076923076923, 0.268571434416645, 0.638846153846154, 0.39861379998497, 1.00019230769231, 1.17891816444634, 3.35403846153846, 2.8701615875176, 9.34153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 885, '2021-05-23 00:00:00', 0.202305176936687, 0.47076923076923, 0.261853746613225, 0.730769230769231, 0.650008757337458, 1.35076923076923, 2.22900720397773, 4.60634615384615, 2.84897970940745, 9.37076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 900, '2021-05-23 00:00:00', 0.16576953417784, 0.543461538461538, 0.273135708732149, 0.751346153846155, 0.663480334181921, 1.41307692307693, 2.20311154087542, 4.67769230769231, 2.84382145387829, 9.38769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 915, '2021-05-23 00:00:00', 0.240212165835509, 0.556730769230772, 0.692038682778312, 1.11846153846154, 0.764154736645966, 1.47269230769231, 2.18875577581279, 4.78461538461538, 2.86665551578034, 9.40038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 930, '2021-05-23 00:00:00', 0.664835231177911, 0.868269230769229, 0.672638461582445, 1.0875, 0.875193956525328, 1.61230769230769, 2.22106468752124, 4.80711538461538, 2.8706561029734, 9.41730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 945, '2021-05-23 00:00:00', 0.302630772750204, 0.624230769230771, 0.45666836982651, 0.924999999999998, 1.01485521892761, 1.84365384615385, 2.20421059478305, 4.84711538461538, 2.83040817931592, 9.41730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 960, '2021-05-23 00:00:00', 0.368632608432841, 0.684999999999999, 0.607511221802017, 1.08326923076923, 0.935727462787846, 1.92173076923077, 2.30713502822473, 4.89903846153846, 2.79356502313111, 9.38653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 975, '2021-05-23 00:00:00', 0.471685398740108, 0.798653846153847, 0.807303226798953, 1.5175, 0.985407861672592, 2.03557692307692, 2.31164065113936, 4.9125, 2.8208286834791, 9.39269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 990, '2021-05-23 00:00:00', 0.621352649776771, 1.24134615384615, 0.684924729160353, 1.56673076923077, 0.811867197362873, 1.94711538461538, 2.17869700827035, 4.86057692307692, 2.94931019314425, 9.51615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 1005, '2021-05-23 00:00:00', 0.340515954669695, 0.898653846153845, 0.411299301463803, 1.32634615384615, 0.477009272607824, 1.68461538461538, 2.14267497265954, 4.59903846153846, 2.9619909104935, 9.48192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 1020, '2021-05-23 00:00:00', 0.32924178630021, 0.968076923076923, 0.413613160034645, 1.17961538461538, 0.531854809568873, 1.66846153846154, 2.15070822861107, 4.56326923076923, 3.15078871688686, 9.55346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 1035, '2021-05-23 00:00:00', 0.321530953169606, 0.783076923076926, 0.372752753691525, 1.13615384615385, 0.518499165491504, 1.59423076923077, 2.17737040592899, 4.47826923076923, 3.18397494675106, 9.49769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 1050, '2021-05-23 00:00:00', 0.283881069355567, 0.882692307692309, 0.459236155103065, 1.22461538461539, 0.502776445198215, 1.51807692307693, 2.19366459290244, 4.47288461538461, 3.31570834757127, 9.49038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 1065, '2021-05-23 00:00:00', 0.340378974312235, 0.744615384615388, 0.382737708941978, 1.05807692307693, 1.82172991538685, 3.18173076923077, 2.07624995716204, 4.35173076923077, 3.38275746077982, 9.47596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 1080, '2021-05-23 00:00:00', 0.287123934645222, 0.721923076923076, 0.3610454904217, 0.844615384615383, 1.76515878562285, 3.26346153846154, 2.09862549339763, 4.34019230769231, 3.46438131339715, 9.48673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 3, 1095, '2021-05-23 00:00:00', 0.147452208685232, 0.473076923076921, 1.79074841466226, 3.01673076923077, 1.70392195785533, 3.34403846153846, 2.05363116492189, 4.31980769230769, 3.48978633355198, 9.55557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 600, '2021-05-23 00:00:00', 1.61217503583012, 2.29711538461538, 1.55423304113439, 2.51211538461538, 1.46627116025127, 2.91634615384615, 1.70500737647852, 3.95692307692307, 3.61699525211827, 9.55057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 615, '2021-05-23 00:00:00', 0.646197040680791, 1.20884615384616, 0.704321413735341, 1.60942307692308, 0.871596589819288, 2.09615384615385, 1.20160949755542, 3.21576923076923, 3.8763183563789, 9.395 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 630, '2021-05-23 00:00:00', 0.369409143612628, 0.958653846153846, 0.41904176402836, 1.285, 1.14071401391342, 1.83230769230769, 1.1379347689835, 2.93346153846154, 3.91146353191979, 9.35480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 645, '2021-05-23 00:00:00', 0.277918153419311, 0.832499999999996, 0.635744536260132, 1.22134615384615, 1.11571103579045, 1.73365384615385, 1.1201293881306, 2.77538461538461, 3.90398323707782, 9.39865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 660, '2021-05-23 00:00:00', 0.601623956151501, 0.91423076923077, 1.14868729426245, 1.2775, 1.10384307691879, 1.62846153846154, 1.3392538824056, 2.95019230769231, 3.92512077717165, 9.44134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 675, '2021-05-23 00:00:00', 0.64642079650476, 0.839615384615385, 0.651639943054917, 1.10115384615385, 0.820459908550358, 1.48230769230769, 1.68175329755769, 3.03692307692308, 3.93358527496031, 9.47634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 690, '2021-05-23 00:00:00', 0.350925863307999, 0.705192307692308, 0.383585513482779, 0.974615384615383, 0.715195508504228, 1.42615384615384, 1.72905856999164, 3.02846153846154, 3.9398566403048, 9.46711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 705, '2021-05-23 00:00:00', 0.210103271310526, 0.629230769230763, 0.387073437675396, 0.964615384615377, 0.555337735076595, 1.32999999999999, 1.67698714503582, 3.09673076923077, 4.08305449859067, 9.87096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 720, '2021-05-23 00:00:00', 0.24411094577293, 0.636923076923069, 0.378607163977898, 0.939230769230762, 0.620326247910049, 1.35557692307692, 1.65136560039073, 3.14711538461538, 4.08836542943697, 9.83326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 735, '2021-05-23 00:00:00', 0.214426246958288, 0.631153846153847, 0.504121017217099, 0.895, 0.607163518717606, 1.32653846153846, 1.62047539321027, 3.2025, 4.07048651883285, 9.8075 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 750, '2021-05-23 00:00:00', 0.366120829151332, 0.597307692307691, 0.484733431898401, 0.9325, 0.509786682386329, 1.30769230769231, 1.65524722764165, 3.23576923076923, 4.06510897289832, 9.81019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 765, '2021-05-23 00:00:00', 0.248714927948882, 0.646346153846155, 0.328503600261272, 0.928846153846153, 0.440481729298905, 1.32807692307692, 1.65796817265545, 3.43730769230769, 4.02074649115731, 9.84211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 780, '2021-05-23 00:00:00', 0.259028065007517, 0.65653846153846, 0.34943030558545, 0.93153846153846, 0.529858036139438, 1.31846153846154, 1.65623879967185, 3.52019230769231, 3.98867724362929, 9.85307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 795, '2021-05-23 00:00:00', 0.267690981429078, 0.632307692307693, 0.391578266074025, 0.878461538461538, 0.537080175937095, 1.32134615384615, 1.70659378475191, 3.47288461538462, 4.0108587465299, 9.87826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 810, '2021-05-23 00:00:00', 0.26618905947581, 0.586153846153849, 0.353843946481413, 0.871538461538465, 0.62701272837038, 1.2698076923077, 1.72491985321057, 3.48750000000001, 3.99381370179123, 9.87326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 825, '2021-05-23 00:00:00', 0.225373877402386, 0.615769230769234, 0.398223410431112, 0.936730769230771, 0.59947698358332, 1.19942307692308, 1.71748686032371, 3.55134615384616, 3.99461717141378, 9.87211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 840, '2021-05-23 00:00:00', 0.293701640863913, 0.670576923076924, 0.476183909203806, 0.921346153846156, 1.04833875910707, 1.46192307692308, 1.6469578132003, 3.61403846153846, 4.02109126500984, 9.83519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 855, '2021-05-23 00:00:00', 0.279972526124652, 0.593846153846156, 0.323384267730182, 0.784230769230773, 1.58162507713281, 1.59673076923077, 1.77839846923703, 3.71365384615385, 4.01593210274354, 9.77442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 870, '2021-05-23 00:00:00', 0.262850937576065, 0.498846153846155, 1.07046876863147, 1.13576923076923, 1.7139394680093, 1.7425, 1.75673294892711, 3.70942307692308, 4.0221777731052, 9.76403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 885, '2021-05-23 00:00:00', 0.277863223573204, 0.590833333333334, 0.382765904070415, 0.840208333333335, 0.616605032662192, 1.42187500000001, 2.91442830517659, 5.12354166666667, 3.82585378720711, 9.325625 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 900, '2021-05-23 00:00:00', 0.293597670956882, 0.643124999999998, 0.498032360277989, 0.984166666666663, 0.619776980400842, 1.511875, 2.9582717410408, 5.31270833333334, 3.84025233522335, 9.28354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 915, '2021-05-23 00:00:00', 0.323220882881099, 0.699999999999999, 0.543286930089246, 1.05708333333333, 0.727232569502307, 1.52541666666667, 3.01436497386302, 5.40875, 3.81804055116788, 9.28354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 930, '2021-05-23 00:00:00', 0.413381250144479, 0.776666666666665, 0.512553814777999, 1.04375, 0.802503527239525, 1.51520833333333, 3.01447603421715, 5.41125, 3.8096898707417, 9.27229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 945, '2021-05-23 00:00:00', 0.325028426850437, 0.714999999999998, 0.591728614842302, 1.05166666666667, 0.661134256739718, 1.815625, 3.00812052370661, 5.40229166666667, 3.80233975807917, 9.274375 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 960, '2021-05-23 00:00:00', 0.488058858412962, 0.735833333333332, 0.619034976827827, 1.03770833333333, 0.648787016201234, 1.874375, 2.98385000029749, 5.39395833333334, 3.83128255831734, 9.23604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 975, '2021-05-23 00:00:00', 0.336387188489263, 0.664583333333334, 0.407087347746957, 1.37375, 0.659017576902669, 1.86458333333334, 3.00160843808444, 5.33020833333334, 3.90418532391564, 9.16 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 990, '2021-05-23 00:00:00', 0.358381021430739, 1.1425, 0.492417873679297, 1.49666666666667, 0.595733015777163, 1.8225, 3.01990821166539, 5.50604166666667, 3.90849233322014, 9.12666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 1005, '2021-05-23 00:00:00', 0.261580688357797, 0.986249999999997, 0.420367118710245, 1.32291666666667, 0.557254527748005, 1.7125, 3.07452505316451, 5.35104166666667, 3.91843328181787, 9.02958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 1020, '2021-05-23 00:00:00', 0.419466318974029, 0.899583333333331, 0.469205310273022, 1.14333333333333, 0.650459703661153, 1.7075, 3.00203933553534, 5.28020833333334, 3.8417005170001, 8.96791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 1035, '2021-05-23 00:00:00', 0.265247696652977, 0.752083333333334, 0.502091278727193, 1.12, 0.981329695369753, 1.68416666666667, 2.99106252478512, 5.215625, 3.81288880174767, 8.93833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 1050, '2021-05-23 00:00:00', 0.29530842388491, 0.773749999999998, 0.446089084168726, 1.08708333333333, 0.982493131590845, 1.48333333333333, 2.93557193122665, 5.05895833333334, 3.77787926476356, 8.805 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 1065, '2021-05-23 00:00:00', 0.267987332060543, 0.694583333333333, 0.971945512726995, 1.09458333333334, 2.72047129834978, 3.85479166666667, 2.86762582169656, 4.986875, 3.68827951721415, 8.71916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 1080, '2021-05-23 00:00:00', 0.75971915100634, 0.795833333333337, 0.796170066859032, 0.922083333333337, 2.87906743626061, 4.04854166666667, 2.88801815571745, 4.92979166666667, 3.68461981599266, 8.72583333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 4, 1095, '2021-05-23 00:00:00', 0.237668323265969, 0.505833333333336, 2.60289648443722, 3.49625, 2.68731521103838, 4.00500000000001, 2.63384035891165, 4.76708333333334, 3.57286472159814, 8.74083333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 600, '2021-05-23 00:00:00', 1.11052501560148, 2.24608695652174, 1.38226085066768, 2.64217391304348, 1.50319876321767, 3.06239130434783, 1.78648253886235, 3.92304347826087, 2.72679713738637, 8.40391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 615, '2021-05-23 00:00:00', 0.616542059126492, 1.48173913043478, 0.747883707220375, 1.95130434782609, 0.833376626016421, 2.33565217391304, 1.38909701383093, 3.28217391304348, 2.70883901228301, 8.24239130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 630, '2021-05-23 00:00:00', 0.370068896480499, 1.11652173913044, 0.436785328193272, 1.35782608695653, 0.710530058777868, 1.83434782608696, 1.29410139439394, 2.79434782608696, 2.8459607844384, 8.24282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 645, '2021-05-23 00:00:00', 0.277061800157872, 0.822173913043481, 0.416401391180519, 1.25086956521739, 0.704018673395896, 1.65826086956522, 1.17348977876655, 2.66347826086956, 2.7759841576418, 8.26195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 660, '2021-05-23 00:00:00', 0.317153221657775, 0.910434782608698, 0.544317028640464, 1.19913043478261, 0.998078390863315, 1.70173913043479, 1.24145426643601, 2.63782608695652, 2.71410775925602, 8.27326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 675, '2021-05-23 00:00:00', 0.417865836971044, 0.751304347826087, 0.514198405287295, 1.01, 0.862076555847729, 1.46847826086957, 1.26501464629307, 2.62434782608696, 2.70759995746127, 8.2645652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 690, '2021-05-23 00:00:00', 0.349204629863044, 0.754347826086957, 0.732968138796034, 1.19173913043479, 0.69175979975231, 1.4904347826087, 1.18527793975355, 2.65739130434783, 2.69167852842706, 8.24413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 705, '2021-05-23 00:00:00', 0.631246962188913, 0.890000000000001, 0.630199714250884, 1.08195652173913, 0.652352386646692, 1.42, 1.27594481771965, 2.78521739130434, 3.62920850156423, 9.3145652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 720, '2021-05-23 00:00:00', 0.234969723051684, 0.62195652173913, 0.336044181172062, 0.945652173913041, 0.578987121580888, 1.28478260869565, 1.15330732528727, 2.70217391304348, 3.73369370408036, 9.35869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 735, '2021-05-23 00:00:00', 0.341235982931798, 0.690217391304348, 0.565586459772741, 0.978043478260867, 0.579107600233515, 1.32739130434783, 1.19462796232946, 2.70782608695652, 3.79572179599206, 9.46195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 750, '2021-05-23 00:00:00', 0.370587611592203, 0.694782608695653, 0.483500493559965, 0.980000000000003, 0.477569190815124, 1.39217391304348, 1.20157554671623, 2.66739130434783, 3.78080193095416, 9.44282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 765, '2021-05-23 00:00:00', 0.282821051259581, 0.65826086956522, 0.355548899256976, 0.891739130434783, 0.492465363642312, 1.39304347826087, 1.21622333865379, 2.89913043478261, 3.76144910999931, 9.45195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 780, '2021-05-23 00:00:00', 0.239069341818702, 0.637826086956524, 0.294193477785524, 0.939565217391307, 0.562720312586661, 1.41217391304348, 1.2609546856916, 2.93391304347826, 3.72374561737572, 9.46717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 795, '2021-05-23 00:00:00', 0.313381405221082, 0.675217391304353, 0.478053943737034, 0.980869565217393, 0.670021458567348, 1.36586956521739, 1.41417135892758, 3.02521739130435, 3.72615806865049, 9.47195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 810, '2021-05-23 00:00:00', 0.306959460958504, 0.631739130434786, 0.430801716079535, 0.900869565217395, 0.513672836160037, 1.21934782608696, 1.40178330803579, 3.02652173913043, 3.74919768755867, 9.49913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 825, '2021-05-23 00:00:00', 0.288198712737782, 0.593043478260873, 0.456131806933526, 0.861956521739132, 0.474930304851568, 1.03760869565217, 1.26788626190307, 3.05086956521739, 3.77612369737349, 9.46478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 840, '2021-05-23 00:00:00', 0.381142058522415, 0.560217391304347, 0.436392075407265, 0.758043478260868, 0.58119365722079, 1.00760869565217, 1.23032018069914, 3.02826086956521, 3.80602760713123, 9.44434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 855, '2021-05-23 00:00:00', 0.437539382755941, 0.599565217391305, 0.487881501682322, 0.730217391304347, 0.737884287232003, 1.10369565217391, 1.26547496121826, 3.03217391304348, 3.79941688629839, 9.44130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 870, '2021-05-23 00:00:00', 0.191089811883141, 0.44804347826087, 0.360409982840692, 0.69108695652174, 0.597370969414164, 1.11543478260869, 1.16178528966782, 2.92782608695652, 3.81461609452598, 9.44869565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 885, '2021-05-23 00:00:00', 0.239553273304686, 0.476956521739132, 0.471985441424834, 0.745434782608691, 0.929994687391853, 1.33086956521739, 2.05071618165643, 4.65869565217391, 3.98420541470458, 9.38782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 900, '2021-05-23 00:00:00', 0.408467806095658, 0.563695652173909, 0.463199476403753, 0.800869565217388, 0.893728920534186, 1.38173913043478, 2.0169046696957, 4.81391304347826, 3.98420541470458, 9.38782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 915, '2021-05-23 00:00:00', 0.329623092939812, 0.578260869565215, 0.811318889168091, 1.07739130434783, 0.938288114056782, 1.45130434782609, 2.13113659389026, 4.91, 3.9864903903573, 9.37978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 930, '2021-05-23 00:00:00', 0.66008922621208, 0.84217391304348, 0.693525962649964, 1.06652173913044, 0.839685147090894, 1.42434782608696, 2.15453848125154, 4.94739130434783, 3.96794506558222, 9.37695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 945, '2021-05-23 00:00:00', 0.41813060349731, 0.641739130434783, 0.533063337455435, 0.917391304347828, 0.667143637016097, 1.66521739130435, 2.13066443365767, 5.05826086956522, 3.88694969924064, 9.40065217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 960, '2021-05-23 00:00:00', 0.287190975008757, 0.60826086956522, 0.368279838608754, 0.808695652173914, 0.580944780460814, 1.70826086956522, 2.03740837956909, 5.03521739130435, 3.79745157161157, 9.3954347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 975, '2021-05-23 00:00:00', 0.194862878717252, 0.564782608695654, 0.528246035023251, 1.30434782608696, 0.69191748234276, 1.8495652173913, 2.07186152478046, 5.05478260869565, 3.80664458338176, 9.42456521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 990, '2021-05-23 00:00:00', 0.569023155749091, 1.19347826086957, 0.607311186683033, 1.53217391304348, 0.8726152143144, 1.92869565217391, 2.08056888788456, 5.04652173913043, 3.83131285613444, 9.42326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 1005, '2021-05-23 00:00:00', 0.311052020864349, 0.984782608695654, 0.519018913346196, 1.33521739130435, 0.718908922969865, 1.77130434782608, 2.07165977165319, 4.93086956521739, 3.8361711369665, 9.36108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 1020, '2021-05-23 00:00:00', 0.379456653359321, 0.906521739130436, 0.574817035678248, 1.16652173913043, 0.597805274520943, 1.50565217391304, 2.11839988741596, 4.97391304347826, 3.85110280134941, 9.34717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 1035, '2021-05-23 00:00:00', 0.347309819429188, 0.808260869565213, 0.537279782997079, 1.13826086956522, 0.631325852484919, 1.42217391304348, 2.1187757717019, 5.00304347826087, 3.83736789887344, 9.39586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 1050, '2021-05-23 00:00:00', 0.407752928368254, 0.795217391304347, 0.502031052690579, 1.00521739130434, 0.695630632077529, 1.32739130434783, 2.18569638236634, 4.93130434782609, 3.90684504953891, 9.34717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 1065, '2021-05-23 00:00:00', 0.504416855028021, 0.709999999999994, 0.59152846833754, 0.981739130434782, 2.13326812781196, 3.91478260869565, 2.20525752934912, 4.89695652173913, 3.93559359395236, 9.38586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 1080, '2021-05-23 00:00:00', 0.331116807065041, 0.642608695652176, 0.436920593178072, 0.827826086956524, 2.1540073417838, 4.03108695652174, 2.20302567719656, 4.89195652173913, 4.04582626639671, 9.48978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 5, 1095, '2021-05-23 00:00:00', 0.273899522848437, 0.508695652173915, 2.13466476897178, 3.66869565217391, 2.18373478894725, 4.06608695652174, 2.17012777168869, 4.88, 4.1421631919917, 9.605 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 600, '2021-05-23 00:00:00', 1.38745102483667, 2.80818181818182, 1.59041679921903, 3.2225, 1.77703162495885, 3.63340909090909, 1.58338541153816, 4.50113636363636, 3.95411367934427, 10.1456818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 615, '2021-05-23 00:00:00', 0.553084816147409, 1.35636363636363, 0.864438517314243, 1.87295454545454, 0.878898766141775, 2.27522727272727, 0.883590330579941, 3.20340909090909, 3.89980177651428, 9.76590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 630, '2021-05-23 00:00:00', 0.461670690904056, 1.09772727272727, 0.526017258123873, 1.48181818181818, 0.820215267119301, 1.82068181818182, 0.892773203846582, 2.90522727272727, 3.9459426254652, 9.72818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 645, '2021-05-23 00:00:00', 0.336781622823844, 0.893636363636363, 0.492770296319761, 1.20522727272727, 0.675150135620002, 1.54590909090909, 0.828509327423477, 2.73090909090909, 4.011808139163, 9.65045454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 660, '2021-05-23 00:00:00', 0.298304461830615, 0.778863636363639, 0.536629139474679, 1.0075, 0.589818190492202, 1.39545454545454, 0.821975763538166, 2.63818181818182, 4.07963063857332, 9.61363636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 675, '2021-05-23 00:00:00', 0.319816387392862, 0.697954545454548, 0.404728544589077, 1.07363636363637, 0.497836227178085, 1.44863636363637, 0.790582556865999, 2.57727272727273, 4.15506505176701, 9.64318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 690, '2021-05-23 00:00:00', 0.267686901166783, 0.739090909090911, 0.334601915054948, 0.951818181818182, 0.602818236983444, 1.40227272727273, 0.812299392484263, 2.46727272727273, 4.17175671780535, 9.63727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 705, '2021-05-23 00:00:00', 0.20234127443997, 0.569090909090906, 0.284921573472952, 0.867727272727273, 0.389959482854818, 1.31727272727273, 0.649647423524313, 2.42681818181818, 4.90158038389051, 10.2804545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 720, '2021-05-23 00:00:00', 0.252030713444775, 0.646363636363638, 0.26749570130462, 1.03704545454546, 0.429213516124834, 1.35363636363637, 0.639058425338149, 2.44636363636364, 4.87732648449574, 10.3077272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 735, '2021-05-23 00:00:00', 0.280503277600436, 0.760227272727278, 0.320768827495192, 0.964545454545457, 0.473235158405961, 1.28090909090909, 0.711224174813987, 2.43272727272727, 4.82403667794202, 10.4081818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 750, '2021-05-23 00:00:00', 0.187260958735841, 0.539999999999998, 0.340513045563799, 0.79409090909091, 0.362972337443116, 1.19181818181819, 0.805884204243613, 2.38272727272727, 4.81280005529986, 10.4459090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 765, '2021-05-23 00:00:00', 0.301590660344322, 0.580454545454549, 0.32407978281236, 0.869090909090908, 0.480691466238255, 1.275, 0.814830075505352, 2.54636363636364, 4.74364135800055, 10.57 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 780, '2021-05-23 00:00:00', 0.288122749214148, 0.646363636363635, 0.353157679118475, 0.901818181818183, 0.367973566244294, 1.35045454545454, 0.83157858541628, 2.54909090909091, 4.66035246144914, 10.7322727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 795, '2021-05-23 00:00:00', 0.212001388544015, 0.592727272727275, 0.357130216226501, 0.880909090909096, 0.443966770723325, 1.34272727272727, 0.779415504168686, 2.51863636363636, 4.61452095884868, 10.7468181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 810, '2021-05-23 00:00:00', 0.13932369889431, 0.582954545454548, 0.286135620071316, 0.905454545454544, 0.468197242632483, 1.24090909090909, 0.7966913452317, 2.52136363636364, 4.53008060668133, 10.7472727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 825, '2021-05-23 00:00:00', 0.273662528771626, 0.654318181818182, 0.441715773632011, 0.928409090909091, 0.42544279199919, 1.13295454545455, 0.883395652461499, 2.63545454545454, 4.51052439335276, 10.7727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 840, '2021-05-23 00:00:00', 0.251843420055216, 0.581818181818182, 0.321151877059012, 0.783636363636364, 0.398766496354339, 0.996363636363634, 0.841147047179242, 2.60045454545454, 4.48617976394826, 10.7822727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 855, '2021-05-23 00:00:00', 0.219233217061657, 0.511818181818181, 0.254546961962142, 0.68318181818182, 0.352513547067061, 0.909090909090908, 0.83395176186968, 2.61772727272727, 4.48057703457608, 10.7909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 870, '2021-05-23 00:00:00', 0.166718390242414, 0.449545454545455, 0.21825359569691, 0.621818181818179, 0.40878899393017, 0.93318181818182, 0.8145271913537, 2.63545454545454, 4.46223763582967, 10.8286363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 885, '2021-05-23 00:00:00', 0.146293306756431, 0.447272727272729, 0.212645671994946, 0.629090909090912, 0.400151756926578, 1.11500000000001, 1.81419075492025, 4.2, 4.48259558776645, 10.8481818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 900, '2021-05-23 00:00:00', 0.208438847738982, 0.479090909090909, 0.415771592723721, 0.737727272727277, 0.407170577016413, 1.13454545454546, 1.93780230151073, 4.29295454545455, 4.49107930124189, 10.8813636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 915, '2021-05-23 00:00:00', 0.269817960117062, 0.522727272727275, 0.313783295779041, 0.821363636363639, 0.486549828826129, 1.12454545454546, 2.01256320650388, 4.45977272727273, 4.49107930124189, 10.8813636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 930, '2021-05-23 00:00:00', 0.273491138060091, 0.585454545454548, 0.335167141866583, 0.77318181818182, 0.562625454985286, 1.13045454545455, 2.03119978459409, 4.49977272727273, 4.49107930124189, 10.8813636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 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 983335, 1, 945, '2021-05-23 00:00:00', 0.228289328081754, 0.502727272727274, 0.444315710071623, 0.734545454545457, 0.607799460334315, 1.48977272727273, 2.04611167775259, 4.60204545454546, 4.49107930124189, 10.8813636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-23 00:00:00' and dayofweek = 1 and fromtime = 945);
Date: 2021-05-23 15:55:18 Duration: 6s613ms Database: acaweb_fx User: pgperfstats
14 5s726ms 5s962ms 5s835ms 6 35s13ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #14
Day Hour Count Duration Avg duration May 23 15 6 35s13ms 5s835ms [ User: pgperfstats - Total duration: 35s13ms - Times executed: 6 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 990, '2021-05-23 00:00:00', 0.249070736707581, 0.615833333333333, 0.301238987410712, 0.770833333333333, 0.308766538605333, 0.947916666666666, 0.592407884357792, 1.37666666666667, 1.68833267164529, 3.54041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1005, '2021-05-23 00:00:00', 0.180979620920163, 0.408333333333332, 0.212437544103973, 0.560833333333333, 0.257056569085766, 0.755416666666666, 0.64952477053322, 1.22041666666667, 1.74456888854641, 3.43854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1020, '2021-05-23 00:00:00', 0.151197514549005, 0.367916666666667, 0.190292966353142, 0.508749999999999, 0.257085109687801, 0.678333333333334, 0.679286576949073, 1.13291666666667, 1.76255094232064, 3.40854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1035, '2021-05-23 00:00:00', 0.125686520555211, 0.326666666666667, 0.149016096786386, 0.461666666666668, 0.273010258871851, 0.612916666666667, 0.628424386975019, 1.06708333333333, 1.7665800370133, 3.389375 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1050, '2021-05-23 00:00:00', 0.12665141021775, 0.283333333333334, 0.160690877062184, 0.390416666666667, 0.23064496840225, 0.538333333333334, 0.607748875484089, 1.0125, 1.76246676142982, 3.38729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1065, '2021-05-23 00:00:00', 0.119472724435571, 0.247083333333334, 0.185467974500228, 0.37625, 0.204797089398476, 0.51125, 0.61509926146052, 0.969166666666668, 1.76522105966725, 3.37979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1080, '2021-05-23 00:00:00', 0.136442906252639, 0.264166666666666, 0.156390444127808, 0.351666666666667, 0.209502083971511, 0.480416666666667, 0.615062150741991, 0.963333333333333, 1.76422509110982, 3.38145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1095, '2021-05-23 00:00:00', 0.147527938891666, 0.245833333333334, 0.167883241000094, 0.3425, 0.197636395756288, 0.449166666666667, 0.668060002295203, 0.995416666666667, 1.77323333953805, 3.36770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1110, '2021-05-23 00:00:00', 0.103082913019189, 0.214999999999999, 0.149694737692257, 0.287916666666666, 0.512457668806743, 0.502916666666665, 0.691205494937566, 0.975416666666666, 1.77880016504775, 3.356875 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1125, '2021-05-23 00:00:00', 0.0951419610562193, 0.204583333333333, 0.140335390187687, 0.273749999999999, 0.554854563788136, 0.521249999999999, 0.737539485555603, 0.975833333333334, 1.76268876828571, 3.61395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1140, '2021-05-23 00:00:00', 0.0745603053268608, 0.18125, 0.518924298463882, 0.380416666666666, 0.548169384326637, 0.50125, 0.741758584110391, 0.963333333333334, 1.7482228942682, 3.629375 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1155, '2021-05-23 00:00:00', 0.497270083789367, 0.309166666666666, 0.531363947711487, 0.402083333333334, 0.525247871092265, 0.47375, 0.752647501071759, 1.295, 1.73856417468345, 3.64354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1170, '2021-05-23 00:00:00', 0.187507970845067, 0.21875, 0.199157191576205, 0.27125, 0.218402881942019, 0.352916666666666, 0.608278039972711, 1.2875, 1.73449433751859, 3.58979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1185, '2021-05-23 00:00:00', 0.125293134549411, 0.181249999999998, 0.127568537986673, 0.227083333333332, 0.233012719687641, 0.325833333333333, 0.617449170588858, 1.325, 1.73913614186111, 3.63479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1200, '2021-05-23 00:00:00', 0.0537843250695634, 0.138333333333332, 0.120865687822284, 0.215416666666666, 0.232805432851594, 0.326250000000001, 0.646636643931785, 1.36458333333333, 1.7490851516589, 3.62854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1215, '2021-05-23 00:00:00', 0.100857734501107, 0.166249999999999, 0.16784223095739, 0.233333333333334, 0.227647069837934, 0.368333333333334, 0.628365143545684, 1.38583333333333, 1.75413516357818, 3.62520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1230, '2021-05-23 00:00:00', 0.109265499016672, 0.167916666666667, 0.176302091695567, 0.242916666666667, 0.210442942110344, 0.349166666666667, 0.626810276868851, 1.39291666666667, 1.7506942592848, 3.62770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1245, '2021-05-23 00:00:00', 0.12652475841808, 0.175416666666665, 0.178105468672398, 0.264583333333333, 0.222110675506408, 0.35875, 0.647050022706172, 1.41041666666667, 1.75609341583668, 3.64145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1260, '2021-05-23 00:00:00', 0.0989647499826611, 0.171250000000001, 0.133676415488937, 0.225416666666667, 0.164152964189422, 0.353749999999999, 0.614397312796056, 1.40166666666667, 1.75755696250485, 3.64395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1275, '2021-05-23 00:00:00', 0.0825049405635282, 0.15375, 0.128883162458163, 0.2375, 0.292871527950495, 0.414583333333332, 0.597381817794854, 1.38291666666667, 1.75782998582285, 3.64020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1290, '2021-05-23 00:00:00', 0.0965941757178384, 0.175000000000001, 0.09317954462344, 0.249583333333333, 0.32963308543666, 0.418333333333334, 0.58923433492056, 1.37333333333333, 1.75855052662986, 3.63895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1305, '2021-05-23 00:00:00', 0.0605754410464423, 0.164583333333333, 0.272103986942758, 0.318333333333333, 0.374732513296803, 0.42375, 0.575698063979344, 1.3675, 1.75815922707633, 3.64270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1320, '2021-05-23 00:00:00', 0.091250333569928, 0.181363636363636, 0.0962230453627111, 0.242727272727273, 0.123741281559167, 0.335, 0.5932448010218, 1.38181818181818, 1.72093031130364, 3.53522727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1335, '2021-05-23 00:00:00', 0.0576675049359798, 0.172727272727274, 0.0851138783887351, 0.235909090909092, 0.402887037974623, 0.866818181818183, 0.790454551677957, 1.48227272727273, 1.70266834449402, 3.58659090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1350, '2021-05-23 00:00:00', 0.0829175776016446, 0.180909090909091, 0.102758490448758, 0.264545454545454, 0.457383155187585, 0.967727272727273, 0.793832830494282, 1.46909090909091, 1.69684576551555, 3.58886363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 1365, '2021-05-23 00:00:00', 0.0859779494533794, 0.212727272727271, 0.403593168781938, 0.842727272727273, 0.498108109060361, 1.04454545454545, 0.780460098511106, 1.48681818181818, 1.68354316445409, 3.59840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 990, '2021-05-23 00:00:00', 0.228884334242294, 0.554038461538462, 0.290724360599785, 0.704423076923077, 0.382936879715383, 0.850576923076922, 0.70106216118555, 1.27192307692308, 1.83276202870044, 3.70442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1005, '2021-05-23 00:00:00', 0.140983905246173, 0.402692307692307, 0.190776953937959, 0.519615384615385, 0.289094341801319, 0.686538461538461, 0.725379900465956, 1.11, 1.81589436536211, 3.61788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1020, '2021-05-23 00:00:00', 0.109808924956035, 0.345000000000001, 0.200804918726149, 0.458846153846153, 0.291719833981959, 0.607307692307693, 0.724050996928978, 1.02461538461538, 1.76241513707316, 3.55865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1035, '2021-05-23 00:00:00', 0.145994731201032, 0.302307692307691, 0.210708694282305, 0.433076923076922, 0.302179773288378, 0.563846153846154, 0.714787972865973, 0.994615384615384, 1.73128943720702, 3.53865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1050, '2021-05-23 00:00:00', 0.144324420877198, 0.288461538461539, 0.172790669263753, 0.383846153846155, 0.209822269112182, 0.50423076923077, 0.729143227462099, 0.974615384615384, 1.72205835021304, 3.52980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1065, '2021-05-23 00:00:00', 0.097926188844141, 0.238461538461539, 0.162267111222871, 0.331153846153846, 0.187588748227442, 0.448461538461538, 0.730825139561705, 0.964230769230769, 1.71725882866136, 3.52826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1080, '2021-05-23 00:00:00', 0.146678612567121, 0.248846153846154, 0.177861225073413, 0.378846153846154, 0.201518848135469, 0.444615384615384, 0.732704998880597, 0.976153846153846, 1.70751994019216, 3.59211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1095, '2021-05-23 00:00:00', 0.124769325618858, 0.250769230769231, 0.143490551819757, 0.321538461538461, 0.224676519604382, 0.416538461538462, 0.992464918969238, 1.06884615384615, 1.70998875389914, 3.58346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1110, '2021-05-23 00:00:00', 0.116111352390048, 0.214615384615384, 0.134020090342398, 0.275769230769231, 0.446591363725102, 0.459615384615384, 1.00830550925798, 1.06, 1.68840238550667, 3.63615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1125, '2021-05-23 00:00:00', 0.0929491175941898, 0.18653846153846, 0.140592154283778, 0.273076923076923, 0.770120869634211, 0.553076923076923, 1.01271394700653, 1.05153846153846, 1.93604704329367, 3.69807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1140, '2021-05-23 00:00:00', 0.0806511958040014, 0.166153846153847, 0.445504726729652, 0.307692307692308, 0.776989159413537, 0.521923076923077, 1.01465386291999, 1.05230769230769, 1.9675582681236, 3.73346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1155, '2021-05-23 00:00:00', 0.456929551883674, 0.243846153846153, 0.797913143528407, 0.425769230769231, 0.781002216090621, 0.522692307692308, 1.54768940682554, 1.5625, 1.92922714697243, 3.79076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1170, '2021-05-23 00:00:00', 0.494714214315855, 0.296923076923077, 0.482176475832401, 0.356923076923077, 0.469608183652975, 0.470384615384616, 1.45450451515813, 1.52423076923077, 1.93456221443986, 3.72519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1185, '2021-05-23 00:00:00', 0.116608483660232, 0.181538461538461, 0.15834188910757, 0.271923076923077, 0.217817231076529, 0.397115384615384, 1.44045067733892, 1.48807692307692, 1.96382434002167, 3.71903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1200, '2021-05-23 00:00:00', 0.108859825181109, 0.192307692307692, 0.175154547142275, 0.281346153846153, 0.19604169493719, 0.387115384615384, 1.43695854016525, 1.49961538461538, 1.99910677168964, 3.73326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1215, '2021-05-23 00:00:00', 0.116914334187308, 0.190192307692307, 0.116021383970635, 0.255192307692307, 0.147757727898902, 0.362115384615384, 1.42166781795727, 1.50423076923077, 2.04226470257521, 3.74865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1230, '2021-05-23 00:00:00', 0.059459100358017, 0.15923076923077, 0.122800651464071, 0.250000000000001, 0.177469390643527, 0.37923076923077, 1.41309948476608, 1.51807692307692, 2.04402405713677, 3.75288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1245, '2021-05-23 00:00:00', 0.104642982785059, 0.173076923076924, 0.107877423317108, 0.248461538461538, 0.160936203318152, 0.367307692307693, 1.41643077975811, 1.57692307692308, 2.04424216727411, 3.75403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1260, '2021-05-23 00:00:00', 0.0759878532803362, 0.183076923076922, 0.128086509227763, 0.273076923076923, 0.144863330816961, 0.365769230769231, 1.40775210886008, 1.58, 2.0402054666513, 3.75211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1275, '2021-05-23 00:00:00', 0.0824509178005543, 0.176923076923078, 0.0848056601884559, 0.24, 0.801070437698113, 0.524615384615386, 1.40615810468973, 1.57115384615385, 2.03724909734067, 3.74673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1290, '2021-05-23 00:00:00', 0.0880314629069537, 0.178461538461538, 0.119339206272901, 0.244615384615384, 0.80825205512599, 0.550769230769231, 1.40688964085264, 1.57730769230769, 2.03617451458517, 3.74942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1305, '2021-05-23 00:00:00', 0.0693264296365671, 0.163076923076923, 0.780248579719212, 0.420384615384616, 0.767484302019367, 0.531923076923077, 1.40684179855229, 1.57461538461538, 2.02925136821061, 3.74865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1320, '2021-05-23 00:00:00', 0.0665601504144066, 0.157083333333334, 0.141651107414959, 0.240416666666666, 0.176610088014263, 0.385416666666667, 1.29694371434862, 1.40770833333333, 2.03225831718156, 3.64729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1335, '2021-05-23 00:00:00', 0.0915526299893741, 0.160833333333333, 0.112674984685659, 0.24, 1.37774414904125, 1.085625, 1.29627055278383, 1.41270833333333, 2.03111501781157, 3.64229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1350, '2021-05-23 00:00:00', 0.0896975594646437, 0.182499999999999, 0.133912690569834, 0.2975, 1.35160571106681, 1.13354166666667, 1.28655419389957, 1.39395833333333, 2.02245356756861, 3.64479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 1365, '2021-05-23 00:00:00', 0.0989803083914937, 0.211666666666667, 1.32130821139231, 1.01020833333333, 1.29138770363008, 1.131875, 1.23912353243056, 1.35479166666667, 1.99985623351033, 3.64979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 990, '2021-05-23 00:00:00', 0.425716997004422, 0.560192307692308, 0.518526907543045, 0.711923076923076, 0.538137421682775, 0.836730769230769, 0.596380783108862, 1.16403846153846, 1.79946518764283, 3.51980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1005, '2021-05-23 00:00:00', 0.188739238103791, 0.4425, 0.247629996940223, 0.576153846153846, 0.326607032756726, 0.691923076923077, 0.467386843565864, 1.07769230769231, 1.80405331023056, 3.49788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1020, '2021-05-23 00:00:00', 0.22529194734491, 0.387307692307692, 0.259599691833408, 0.5, 0.276325616173829, 0.650384615384616, 0.473373003032493, 1.025, 1.80780616089906, 3.49134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1035, '2021-05-23 00:00:00', 0.175571593987708, 0.32576923076923, 0.18079142253309, 0.421538461538461, 0.429548600277082, 0.67, 0.451669722763812, 0.961538461538462, 1.81597044410039, 3.47942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1050, '2021-05-23 00:00:00', 0.146375702060986, 0.294615384615385, 0.180498881309127, 0.420384615384615, 0.439039686308478, 0.629615384615386, 0.439731561471139, 0.909615384615385, 1.81104917530823, 3.47865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1065, '2021-05-23 00:00:00', 0.140458589572212, 0.293846153846152, 0.423962262471557, 0.46, 0.416416396632765, 0.558846153846154, 0.434161437539258, 0.868076923076924, 1.81789727432548, 3.4675 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1080, '2021-05-23 00:00:00', 0.425887128420015, 0.329615384615385, 0.413596607633759, 0.436923076923078, 0.401969956780163, 0.520384615384617, 0.446616166299431, 0.845000000000001, 1.8267451613773, 3.45326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1095, '2021-05-23 00:00:00', 0.128235960395131, 0.252692307692308, 0.151188623910664, 0.335000000000001, 0.199886506259465, 0.438846153846154, 0.455728157837711, 0.831923076923076, 1.83566346211767, 3.44788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1110, '2021-05-23 00:00:00', 0.0935619909677335, 0.204615384615386, 0.121158510288732, 0.28923076923077, 0.152985167707401, 0.382692307692308, 0.453687795058028, 0.826153846153845, 1.8359049853913, 3.44634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1125, '2021-05-23 00:00:00', 0.111322124416558, 0.216153846153846, 0.130235880675736, 0.294230769230769, 0.153449064463148, 0.381153846153846, 0.466400949992435, 0.835384615384615, 1.76743404838331, 3.60865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1140, '2021-05-23 00:00:00', 0.11349822092811, 0.195384615384615, 0.123563126190002, 0.270384615384615, 0.139217593936753, 0.348461538461538, 0.464031829147029, 0.828461538461538, 1.75642846752678, 3.67980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1155, '2021-05-23 00:00:00', 0.100067669411946, 0.191538461538461, 0.114631852198512, 0.257307692307692, 0.180924123492526, 0.371538461538462, 0.475028258268753, 1.13538461538461, 1.71382748660597, 3.74442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1170, '2021-05-23 00:00:00', 0.0679015123882767, 0.168846153846155, 0.125499616916363, 0.246923076923078, 0.199350097914351, 0.377307692307694, 0.531163925153634, 1.19634615384615, 1.70635573214245, 3.77326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1185, '2021-05-23 00:00:00', 0.112622582788027, 0.179615384615385, 0.183135510987399, 0.278846153846154, 0.276872922808669, 0.431153846153847, 0.64981846577451, 1.27596153846154, 1.68728002554863, 3.80326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1200, '2021-05-23 00:00:00', 0.159930754246476, 0.214615384615385, 0.183601575324229, 0.291538461538462, 0.284914292105809, 0.441923076923077, 0.670462555599891, 1.33403846153846, 1.67318269957403, 3.82788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1215, '2021-05-23 00:00:00', 0.107156248247415, 0.192307692307693, 0.194783114099917, 0.322692307692309, 0.246062218523315, 0.438846153846155, 0.64455139438217, 1.3225, 1.66064594707555, 3.83980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1230, '2021-05-23 00:00:00', 0.15885358522382, 0.237692307692309, 0.193402330747231, 0.317307692307693, 0.241019628948476, 0.417692307692308, 0.644605812761685, 1.33057692307692, 1.65640185806, 3.84634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1245, '2021-05-23 00:00:00', 0.103768974168582, 0.19, 0.151672217424489, 0.282692307692307, 0.231888899127279, 0.422692307692308, 0.652940361277057, 1.36634615384615, 1.65640185806, 3.84634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1260, '2021-05-23 00:00:00', 0.104073938214063, 0.210769230769232, 0.150046659409664, 0.285000000000001, 0.200023460162513, 0.41423076923077, 0.713602803763032, 1.38519230769231, 1.65674037007799, 3.84442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1275, '2021-05-23 00:00:00', 0.121061967603373, 0.210000000000001, 0.151156057920793, 0.301923076923078, 0.296530709267121, 0.462307692307692, 0.719910063827419, 1.4025, 1.64973668062046, 3.84865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1290, '2021-05-23 00:00:00', 0.104804580052591, 0.210000000000001, 0.137605903272296, 0.290769230769231, 0.290619762152965, 0.440384615384615, 0.728373979385695, 1.42057692307692, 1.64618609332182, 3.84557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1305, '2021-05-23 00:00:00', 0.11792566106858, 0.197692307692307, 0.274837014638466, 0.329230769230768, 0.273260934752001, 0.436538461538461, 0.749034481079579, 1.49057692307692, 1.64618609332182, 3.84557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1320, '2021-05-23 00:00:00', 0.0829702233998107, 0.178333333333333, 0.089620779164047, 0.241666666666668, 0.111295891039691, 0.362916666666668, 0.789008475873358, 1.516875, 1.71285864487378, 3.85270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1335, '2021-05-23 00:00:00', 0.0798866951248519, 0.169166666666668, 0.0960515788371095, 0.254583333333334, 0.404474072546459, 0.878333333333334, 0.800385069237283, 1.54854166666667, 1.71313942626996, 3.85479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1350, '2021-05-23 00:00:00', 0.0866433218280047, 0.19875, 0.103377737070121, 0.28, 0.48702731636332, 0.948958333333334, 0.826956808670076, 1.57645833333333, 1.71239311260629, 3.85479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 1365, '2021-05-23 00:00:00', 0.104515575082295, 0.208125, 0.397209469069962, 0.839166666666667, 0.616633236951305, 1.041875, 0.816711742692716, 1.589375, 1.70614351077154, 3.846875 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 990, '2021-05-23 00:00:00', 0.26308616091167, 0.550652173913043, 0.276188770869038, 0.675652173913044, 0.396013234896813, 0.939130434782609, 0.541659724289148, 1.3495652173913, 1.77688103858881, 3.57804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1005, '2021-05-23 00:00:00', 0.199587519313239, 0.484782608695652, 0.306374954342259, 0.657391304347825, 0.433452451449966, 0.919130434782608, 0.490799943948894, 1.26130434782609, 1.73722994602773, 3.56239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1020, '2021-05-23 00:00:00', 0.206275076329218, 0.403043478260869, 0.2520987007914, 0.570869565217391, 0.414797917368163, 0.788695652173912, 0.481970182601576, 1.1695652173913, 1.7115889862077, 3.54369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1035, '2021-05-23 00:00:00', 0.192785899800933, 0.391304347826086, 0.319336020628971, 0.571304347826086, 0.352527295498018, 0.708695652173911, 0.448672173605172, 1.09608695652174, 1.71068355960614, 3.49282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1050, '2021-05-23 00:00:00', 0.293658940137245, 0.390869565217391, 0.327683810771753, 0.513043478260869, 0.327999686686441, 0.612608695652174, 0.468980055535542, 0.998260869565218, 1.70570488367643, 3.47282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1065, '2021-05-23 00:00:00', 0.150206708691617, 0.285652173913044, 0.162172747402268, 0.37, 0.167245766000396, 0.474347826086957, 0.470375764345693, 0.945217391304348, 1.77599543428712, 3.51065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1080, '2021-05-23 00:00:00', 0.11106206647049, 0.245652173913044, 0.160405858763611, 0.348695652173914, 0.160649619966114, 0.409130434782609, 0.500565293091942, 0.942608695652174, 1.78328085635668, 3.49760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1095, '2021-05-23 00:00:00', 0.116569882685911, 0.236086956521739, 0.128221337781395, 0.300434782608696, 0.178693103662236, 0.396956521739131, 0.519778380867646, 0.948260869565217, 1.79473111707818, 3.53934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1110, '2021-05-23 00:00:00', 0.0998001956480219, 0.226521739130435, 0.12902798666907, 0.288695652173913, 0.270888597787111, 0.434782608695652, 0.580469007591882, 1.01521739130435, 1.90928320366012, 3.64152173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1125, '2021-05-23 00:00:00', 0.115275919208686, 0.226086956521738, 0.173174270788825, 0.304347826086956, 0.258508185969882, 0.439130434782607, 0.576349421901751, 0.988260869565216, 1.91738976163526, 3.66195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1140, '2021-05-23 00:00:00', 0.140177752769623, 0.200434782608696, 0.208034278111963, 0.306521739130434, 0.250379948432526, 0.429130434782608, 0.559612726054416, 0.978695652173912, 1.91283621653929, 3.65586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1155, '2021-05-23 00:00:00', 0.149097416227418, 0.211304347826086, 0.15202324557013, 0.292608695652173, 0.264675952220436, 0.445217391304347, 0.753529507960763, 1.33608695652174, 1.92564667542545, 3.65413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1170, '2021-05-23 00:00:00', 0.0988251140250063, 0.208695652173912, 0.152253169648399, 0.289130434782608, 0.256902343759744, 0.454782608695652, 0.775182243012199, 1.43434782608696, 1.92198727338434, 3.64847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1185, '2021-05-23 00:00:00', 0.0993814864142065, 0.193043478260868, 0.174533822899656, 0.304347826086956, 0.214620724385993, 0.435652173913043, 0.756797914243923, 1.46608695652174, 1.92579081338472, 3.6345652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 990, '2021-05-23 00:00:00', 0.228017360450178, 0.5726, 0.284698232051646, 0.7052, 0.409631440036854, 0.925999999999999, 0.63478296816051, 1.4384, 1.71342768060594, 3.7664 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1005, '2021-05-23 00:00:00', 0.22163182683601, 0.4504, 0.34751642647027, 0.624799999999999, 0.367468819538928, 0.773999999999999, 0.657363927617977, 1.3524, 1.69896654862105, 3.6996 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1020, '2021-05-23 00:00:00', 0.185127883727259, 0.3584, 0.234717560768966, 0.504399999999999, 0.2531949183271, 0.6308, 0.627511752877984, 1.2528, 1.72320196146592, 3.668 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1035, '2021-05-23 00:00:00', 0.143471251475688, 0.3144, 0.175312102643638, 0.4152, 0.256465072345793, 0.5908, 0.613731754650732, 1.192, 1.72105461854062, 3.6604 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1050, '2021-05-23 00:00:00', 0.120420097990328, 0.2748, 0.168027775481714, 0.378, 0.282687695758647, 0.569600000000001, 0.554048132686443, 1.1412, 1.72432179904641, 3.6476 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1065, '2021-05-23 00:00:00', 0.119835999043137, 0.242400000000001, 0.201866292381863, 0.388000000000001, 0.296061930458251, 0.558800000000001, 0.570989492022403, 1.1204, 1.74117536930278, 3.684 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1080, '2021-05-23 00:00:00', 0.111664676599183, 0.272400000000001, 0.144553335024366, 0.369600000000001, 0.288601224298627, 0.5364, 0.59823573948737, 1.1088, 1.73666346768739, 3.67 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1095, '2021-05-23 00:00:00', 0.112246751994583, 0.260800000000002, 0.228861675836445, 0.391200000000001, 0.357051350181828, 0.5876, 0.668553912061948, 1.1168, 1.75225740118283, 3.6668 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1110, '2021-05-23 00:00:00', 0.174427635425123, 0.278000000000001, 0.231781506308563, 0.3732, 0.381466468600671, 0.568, 0.651717474575193, 1.0724, 1.76472632439141, 3.6644 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1125, '2021-05-23 00:00:00', 0.0873727646352115, 0.2156, 0.279226312036193, 0.395600000000001, 0.385811698457508, 0.544400000000001, 0.688968552741464, 1.0888, 2.12180253558148, 4.0022 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1140, '2021-05-23 00:00:00', 0.0996951876209825, 0.250000000000001, 0.193540618513254, 0.343333333333333, 0.29959846316434, 0.501250000000001, 0.994079484618374, 1.11875, 2.17043314275605, 4.031875 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1155, '2021-05-23 00:00:00', 0.178421013255205, 0.229166666666666, 0.207772433344684, 0.317083333333334, 0.323874864008049, 0.485833333333333, 1.3265414877947, 1.53583333333333, 2.145390903454, 4.04729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1170, '2021-05-23 00:00:00', 0.142185325074941, 0.225833333333334, 0.194874541581299, 0.3275, 0.269825493794508, 0.496666666666667, 1.3084571620529, 1.52416666666667, 2.14430868517544, 4.04854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1185, '2021-05-23 00:00:00', 0.166106304359063, 0.235, 0.229995274053526, 0.337499999999999, 0.301176136533743, 0.50875, 1.39416797690454, 1.59, 2.1500553477035, 4.03520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1200, '2021-05-23 00:00:00', 0.156116405338486, 0.232173913043478, 0.20900857633178, 0.341304347826087, 0.31431901420014, 0.513478260869565, 1.43064263179906, 1.73260869565217, 2.19731323991558, 3.99673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1215, '2021-05-23 00:00:00', 0.122878840677173, 0.230869565217391, 0.185728987820955, 0.339565217391305, 0.271844817392357, 0.487826086956522, 1.440693042493, 1.79347826086957, 2.19405302485818, 3.97630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1230, '2021-05-23 00:00:00', 0.142146169828238, 0.246521739130436, 0.216762014086852, 0.36304347826087, 0.251481774695411, 0.463913043478262, 1.45813894055418, 1.79347826086957, 2.20491158077855, 3.98152173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1245, '2021-05-23 00:00:00', 0.155209917779358, 0.239130434782609, 0.185283673122301, 0.328695652173913, 0.195237769300064, 0.407826086956521, 1.42485600132292, 1.77347826086956, 2.20193399990121, 3.94760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1260, '2021-05-23 00:00:00', 0.154121249942356, 0.235217391304348, 0.177308600809292, 0.297391304347825, 0.233146546731802, 0.391304347826086, 1.41660578029277, 1.78913043478261, 2.20399616847941, 3.92673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1275, '2021-05-23 00:00:00', 0.114047005079437, 0.186086956521739, 0.112107021143741, 0.270434782608696, 0.293053300875713, 0.394347826086957, 1.43004021613479, 1.79826086956522, 2.20413918468289, 3.945 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1290, '2021-05-23 00:00:00', 0.109155942407391, 0.191739130434783, 0.169094309116227, 0.262608695652174, 0.304538788199118, 0.395652173913043, 1.43506882400959, 1.8004347826087, 2.19926404776204, 3.94152173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1305, '2021-05-23 00:00:00', 0.109778793030391, 0.198260869565217, 0.235718563347734, 0.297826086956521, 0.346552187949134, 0.464347826086956, 1.42667071465816, 1.82565217391304, 2.19926404776204, 3.94152173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1320, '2021-05-23 00:00:00', 0.11288426437222, 0.181428571428571, 0.135411190365458, 0.248095238095238, 0.632818336980723, 0.490952380952381, 1.49385375710578, 1.81904761904762, 2.29507983054434, 3.94785714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1335, '2021-05-23 00:00:00', 0.0792043769834294, 0.166666666666666, 0.204538970556201, 0.295238095238094, 1.33463442470927, 1.19761904761905, 1.49580842929262, 1.81142857142857, 2.29529933725844, 3.94404761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1350, '2021-05-23 00:00:00', 0.191610964990947, 0.240476190476191, 0.620179697461032, 0.418571428571429, 1.32413709547729, 1.24095238095238, 1.49498654238249, 1.82619047619048, 2.2941472116173, 3.94214285714286 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 1365, '2021-05-23 00:00:00', 0.528336112355616, 0.327619047619047, 1.34260000070936, 1.15380952380952, 1.41771513022758, 1.35523809523809, 1.48807081884726, 1.83619047619048, 2.2879453768871, 3.94738095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1200, '2021-05-23 00:00:00', 0.151600408913314, 0.217272727272728, 0.207609044002219, 0.334090909090909, 0.225994674878841, 0.434545454545455, 0.767051616136869, 1.50590909090909, 1.98876744280432, 3.61431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1215, '2021-05-23 00:00:00', 0.10878311557299, 0.213636363636364, 0.129552175719925, 0.271363636363637, 0.23895379835633, 0.453181818181819, 0.778700354709206, 1.53136363636364, 1.98148132363914, 3.59295454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1230, '2021-05-23 00:00:00', 0.090266560519674, 0.183636363636365, 0.163485440261477, 0.286818181818182, 0.268462029851265, 0.456363636363636, 0.793099159661815, 1.53409090909091, 1.99154192313437, 3.59977272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1245, '2021-05-23 00:00:00', 0.147599111906196, 0.219545454545454, 0.197837333154312, 0.344090909090909, 0.301498781343332, 0.464090909090908, 0.802082381795129, 1.57136363636363, 1.98461971724507, 3.60022727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1260, '2021-05-23 00:00:00', 0.132195087372946, 0.227727272727272, 0.171197083965942, 0.293181818181818, 0.248390925655612, 0.438636363636363, 0.81956975831505, 1.54772727272727, 1.98864434506747, 3.59204545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1275, '2021-05-23 00:00:00', 0.0953019807373777, 0.175909090909091, 0.15449400722487, 0.272727272727272, 0.344184839095512, 0.44181818181818, 0.82161703089368, 1.58454545454545, 1.9830468298649, 3.59659090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1290, '2021-05-23 00:00:00', 0.0755871676504678, 0.179090909090909, 0.175459816442816, 0.273636363636363, 0.451409768636855, 0.492272727272727, 0.828305655987125, 1.58954545454545, 1.98778756530015, 3.5925 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1305, '2021-05-23 00:00:00', 0.19663676491444, 0.217727272727273, 0.348625315187538, 0.34590909090909, 0.448231976505364, 0.524999999999998, 0.828006655555994, 1.60954545454545, 1.97367519543016, 3.60659090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1320, '2021-05-23 00:00:00', 0.0949168611275994, 0.182499999999999, 0.355255282563784, 0.341999999999999, 0.381466698553442, 0.472999999999998, 0.883595525470552, 1.684, 1.93307382370533, 3.55675 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1335, '2021-05-23 00:00:00', 0.333448883481018, 0.272499999999999, 0.320172239830213, 0.344499999999998, 0.644911050578214, 1.0645, 0.875321895677604, 1.671, 1.94281732150422, 3.54625 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1350, '2021-05-23 00:00:00', 0.164975277254694, 0.217999999999999, 0.210540657406242, 0.316999999999999, 0.578254178313346, 1.141, 0.783560698619484, 1.629, 1.95063233674568, 3.52175 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 1365, '2021-05-23 00:00:00', 0.154935470438502, 0.2395, 0.470328832335756, 0.937499999999999, 0.556756348485537, 1.1575, 0.756660947501379, 1.589, 1.95985248840717, 3.51675 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 930, '2021-05-23 00:00:00', 0.183847763108506, 0.710000000000001, 0.0565685424949326, 0.840000000000003, 0.148492424049171, 1.005, 0.473761543394988, 1.445, 1.88797510576808, 5.135 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 945, '2021-05-23 00:00:00', 0.254558441227157, 0.509999999999998, 0.197989898732234, 0.609999999999999, 0.183847763108506, 0.770000000000003, 0.749533188057742, 1.25, 1.88797510576808, 5.135 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 960, '2021-05-23 00:00:00', 0.091923881554248, 0.414999999999992, 0.0777817459305198, 0.574999999999996, 0.0816708332270458, 0.574999999999996, 0.0857543748883981, 1.25, 0.090042093632818, 5.135 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 1, 975, '2021-05-23 00:00:00', 0.0565685424949276, 0.34, 0.059396969619674, 0.34, 0.0623668181006577, 0.685000000000002, 0.0654851590056906, 1.25, 0.0687594169559751, 5.135 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 930, '2021-05-23 00:00:00', 0.346482322781405, 0.805, 0.134350288425442, 0.954999999999998, 0.318198051533948, 1.315, 0.0424264068711945, 1.64, 2.19910208949016, 4.915 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 945, '2021-05-23 00:00:00', 0.289913780286482, 0.584999999999994, 0.417193000900055, 0.914999999999999, 0.318198051533948, 1.31499999999999, 0.0212132034355972, 1.55499999999999, 2.19910208949016, 4.915 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 960, '2021-05-23 00:00:00', 0.00707106781185904, 0.555000000000007, 0.0494974746830635, 0.785000000000004, 0.148492424049171, 0.994999999999997, 0.53740115370177, 1.27, 2.19910208949016, 4.915 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 2, 975, '2021-05-23 00:00:00', 0.30405591591021, 0.535000000000004, 0.494974746830575, 0.739999999999995, 0.424264068711924, 0.799999999999997, 0.53740115370177, 1.3, 2.19910208949016, 4.915 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 930, '2021-05-23 00:00:00', 1.72534054609517, 1.77, 1.84554869889689, 2.195, 2.31931024229188, 2.53, 1.43542676580869, 3.585, 2.12839141137151, 4.965 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 945, '2021-05-23 00:00:00', 0.530330085889911, 0.834999999999994, 0.551543289325508, 0.849999999999994, 1.1242997820866, 1.275, 0.0707106781186608, 2.36, 0.509116882454308, 3.82 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 960, '2021-05-23 00:00:00', 0.162634559672909, 0.544999999999995, 0.601040764008571, 0.874999999999993, 0.636396103067892, 1.04, 0.480832611206857, 2.07, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 3, 975, '2021-05-23 00:00:00', 0.558614357137377, 0.744999999999997, 0.60811183182043, 0.899999999999999, 0.494974746830585, 0.979999999999997, 0.593969696196702, 1.99, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 930, '2021-05-23 00:00:00', 0.219203102167821, 0.755000000000003, 0.134350288425432, 0.815000000000005, 0.0353553390593354, 0.935000000000002, 0.148492424049166, 1.125, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 945, '2021-05-23 00:00:00', 0.169705627484773, 0.48, 0.212132034355972, 0.629999999999995, 0.106066017177986, 0.704999999999998, 0.445477272147527, 1.115, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 960, '2021-05-23 00:00:00', 0.0424264068711995, 0.489999999999998, 0.0424264068711894, 0.550000000000001, 0.26870057685089, 0.830000000000002, 0.473761543394988, 1.135, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 4, 975, '2021-05-23 00:00:00', 0.120208152801714, 0.365000000000002, 0.169705627484773, 0.430000000000003, 0.593969696196697, 0.760000000000002, 0.473761543394988, 1.135, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 930, '2021-05-23 00:00:00', 0.466690475583124, 0.680000000000003, 0.254558441227162, 0.84, 0.219203102167826, 1.175, 0.091923881554248, 2.075, 1.0253048327205, 3.875 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 945, '2021-05-23 00:00:00', 0.282842712474623, 0.649999999999999, 0.0848528137423839, 0.91, 0.233345237791559, 1.235, 0.091923881554253, 1.99499999999999, 1.17379725676967, 3.77 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 960, '2021-05-23 00:00:00', 0.11313708498985, 0.48, 0.0212132034355922, 0.724999999999998, 0.0141421356237382, 0.979999999999997, 0.219203102167826, 1.67499999999999, 1.46371103705615, 3.565 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 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 983470, 5, 975, '2021-05-23 00:00:00', 0.219203102167826, 0.374999999999996, 0.15556349186104, 0.609999999999999, 0.289913780286487, 0.715, 0.452548339959396, 1.4, 1.93747258045114, 3.51 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-05-23 15:57:53 Duration: 5s962ms 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 983495, 1, 990, '2021-05-23 00:00:00', 0.529508077698373, 1.44375, 0.724928001172571, 1.75020833333333, 0.742522842814583, 2.10354166666666, 1.47068818309119, 3.26291666666667, 3.78701842014173, 8.81708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1005, '2021-05-23 00:00:00', 0.377223600703266, 0.974583333333332, 0.459853030633274, 1.311875, 0.51914000094359, 1.74041666666666, 1.47549351544846, 2.945625, 3.73056150337115, 8.7125 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1020, '2021-05-23 00:00:00', 0.336085131446947, 0.939791666666668, 0.404216398404533, 1.253125, 0.691579759251092, 1.75729166666667, 1.32291507759804, 2.81229166666667, 3.73925523468845, 8.66583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1035, '2021-05-23 00:00:00', 0.298375963475126, 0.807291666666665, 0.371713070639244, 1.11479166666666, 1.083111773609, 1.769375, 1.32229130774434, 2.62770833333333, 3.77243947498052, 8.583125 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1050, '2021-05-23 00:00:00', 0.252647933418956, 0.69375, 0.644360569462678, 1.15625, 1.01196696024287, 1.67145833333333, 1.26704335669843, 2.57354166666667, 3.7900341046609, 8.49541666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1065, '2021-05-23 00:00:00', 0.452862673941313, 0.832083333333331, 0.867338089973478, 1.27333333333333, 0.87533759015544, 1.580625, 1.12588369077136, 2.46020833333333, 3.76266411722572, 8.42604166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1080, '2021-05-23 00:00:00', 0.639928664502672, 0.852499999999999, 0.633974658605232, 1.07104166666666, 0.735066791799082, 1.41583333333333, 1.03833260636912, 2.30541666666667, 3.72195328179762, 8.32916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1095, '2021-05-23 00:00:00', 0.198760652799916, 0.624166666666666, 0.334348747784297, 0.863958333333331, 0.613729245642179, 1.15875, 0.930912921681519, 2.22145833333334, 3.71709724263865, 8.33645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1110, '2021-05-23 00:00:00', 0.279638418189522, 0.652916666666666, 0.437110074685204, 0.855000000000006, 0.565522996046996, 1.06145833333333, 0.983472017977598, 2.24708333333334, 3.72001022064008, 8.34895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1125, '2021-05-23 00:00:00', 0.224811414526595, 0.551458333333336, 0.338636906893126, 0.715208333333332, 0.391459550541489, 1.01333333333334, 0.973282210291322, 2.1725, 3.86318040768469, 8.58458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1140, '2021-05-23 00:00:00', 0.212126483324302, 0.495416666666664, 0.319367297972869, 0.665416666666664, 0.404043870483591, 0.989166666666665, 0.955576666889865, 2.145625, 3.92121152436853, 8.64291666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1155, '2021-05-23 00:00:00', 0.23569729650488, 0.540208333333336, 0.322455479457064, 0.806666666666669, 0.424738570488801, 1.025625, 1.51715766857118, 3.205, 3.92121152436853, 8.64291666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1170, '2021-05-23 00:00:00', 0.214992311119677, 0.538958333333333, 0.288111589568135, 0.693125, 0.352358256011846, 0.944583333333333, 1.6436251467985, 3.35916666666666, 3.98553935033184, 8.655 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1185, '2021-05-23 00:00:00', 0.241369788913194, 0.494374999999998, 0.325071271449414, 0.676874999999999, 0.39770941753635, 0.941458333333333, 1.73594417361649, 3.54, 4.13025466807901, 8.77166666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1200, '2021-05-23 00:00:00', 0.198955492619526, 0.450624999999999, 0.233814849951778, 0.665416666666666, 0.376782178164797, 0.928125000000001, 1.68098977701674, 3.58375, 4.18358723210396, 8.78604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1215, '2021-05-23 00:00:00', 0.152560127134532, 0.480624999999998, 0.243457786567982, 0.671041666666667, 0.420775627411081, 0.923958333333333, 1.68208780509757, 3.56291666666667, 4.22965608291149, 8.83833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1230, '2021-05-23 00:00:00', 0.177303550198645, 0.463124999999998, 0.27934025535334, 0.648749999999998, 0.446664571160992, 1.00625, 1.64808315315403, 3.51791666666667, 4.39478935848293, 8.911875 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1245, '2021-05-23 00:00:00', 0.163174880624032, 0.458958333333332, 0.282706173963538, 0.660208333333332, 0.438035335001807, 0.973541666666665, 1.58973627153798, 3.50875, 4.43079731084403, 8.893125 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1260, '2021-05-23 00:00:00', 0.220402197410073, 0.451458333333332, 0.34974518415638, 0.677708333333331, 0.492282284696583, 0.98625, 1.60794968015577, 3.4775, 4.44785744199108, 8.90354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1275, '2021-05-23 00:00:00', 0.209920619917782, 0.43583333333333, 0.265193991751076, 0.588124999999998, 0.60890935851246, 1.06854166666667, 1.56869359417042, 3.433125, 4.46341496932627, 8.90083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1290, '2021-05-23 00:00:00', 0.164549781023199, 0.42125, 0.285182928199133, 0.629791666666667, 0.685639841865698, 1.09791666666667, 1.55464095999454, 3.41958333333334, 4.5195030217277, 8.94645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1305, '2021-05-23 00:00:00', 0.172262754307886, 0.438749999999996, 0.504119802588948, 0.755416666666664, 0.752507282453085, 1.12291666666667, 1.53847890658744, 3.39604166666667, 4.54622465902889, 8.93604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1320, '2021-05-23 00:00:00', 0.203257162299323, 0.482954545454546, 0.26717051966878, 0.699090909090911, 0.434778393071973, 0.998181818181819, 1.5408950566984, 3.35636363636364, 4.75516923670409, 8.99977272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1335, '2021-05-23 00:00:00', 0.168679618960955, 0.51636363636364, 0.324837621773526, 0.736363636363641, 1.25371096336185, 2.50431818181818, 1.5503315697587, 3.3475, 4.72983411293998, 9.06954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1350, '2021-05-23 00:00:00', 0.249987986724351, 0.514772727272732, 0.348180567798098, 0.764772727272729, 1.36062543312407, 2.65704545454545, 1.47628936968004, 3.28272727272727, 4.72370778156606, 9.09659090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 1365, '2021-05-23 00:00:00', 0.241708497648507, 0.537954545454543, 1.16760097869715, 2.32204545454546, 1.45035344251844, 2.81818181818182, 1.44487697764186, 3.25136363636364, 4.72343006855761, 9.12477272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 990, '2021-05-23 00:00:00', 0.619132022704739, 1.42269230769231, 0.823842147875054, 1.80673076923077, 0.970586499929888, 2.27307692307692, 0.907915554358525, 2.72442307692307, 4.41590934968274, 8.70076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1005, '2021-05-23 00:00:00', 0.494932823724595, 1.1775, 0.672341831557088, 1.57846153846154, 0.713323640001239, 1.84115384615384, 0.704038460487888, 2.44807692307692, 4.38188633423482, 8.50038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1020, '2021-05-23 00:00:00', 0.411515071226018, 0.944423076923077, 0.456468930613449, 1.28326923076923, 0.418765401553736, 1.49769230769231, 0.657011064185025, 2.21846153846154, 4.41064710497399, 8.37826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1035, '2021-05-23 00:00:00', 0.372181562392089, 0.941346153846151, 0.385903535176266, 1.15346153846154, 0.354185142806156, 1.40634615384615, 0.694659545831902, 2.19673076923077, 4.4106662325985, 8.37884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1050, '2021-05-23 00:00:00', 0.223582113637162, 0.750192307692306, 0.269195739479371, 1.02788461538461, 0.39757534360943, 1.33307692307692, 0.702751624796303, 2.07961538461539, 4.40695794694638, 8.37211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1065, '2021-05-23 00:00:00', 0.277150403488513, 0.722884615384617, 0.345169523567767, 0.905000000000001, 0.499579861945558, 1.24403846153846, 0.688302175367321, 1.96826923076923, 4.40860595444166, 8.30730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1080, '2021-05-23 00:00:00', 0.251809528138901, 0.670961538461544, 0.310550875306842, 0.919615384615385, 0.406203103802103, 1.18980769230769, 0.595827446626829, 1.89788461538462, 4.41720204253953, 8.28326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1095, '2021-05-23 00:00:00', 0.248696370330139, 0.618269230769231, 0.31677491402232, 0.827115384615385, 0.494263126746815, 1.14403846153846, 0.890484483517047, 1.96115384615385, 4.42807141558698, 8.24769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1110, '2021-05-23 00:00:00', 0.200442299389665, 0.586346153846154, 0.213348036352308, 0.784230769230765, 0.348317549636273, 1.02634615384615, 0.909318510669478, 1.96192307692308, 4.3981409009507, 8.26576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1125, '2021-05-23 00:00:00', 0.18732201809061, 0.551538461538461, 0.298789416453489, 0.811346153846155, 0.320601597961374, 0.945769230769231, 0.923637041599884, 1.97423076923077, 4.51828507715721, 8.19096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1140, '2021-05-23 00:00:00', 0.306152802472129, 0.603461538461543, 0.305908545911257, 0.705961538461541, 0.324012879611055, 0.882115384615384, 0.902720524943267, 2.04288461538462, 4.47403800145479, 8.22096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1155, '2021-05-23 00:00:00', 0.218146827759515, 0.46096153846154, 0.242607628772185, 0.627307692307692, 0.258844250764523, 0.832884615384614, 1.29226493175593, 3.27057692307693, 4.31951293995765, 8.38596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1170, '2021-05-23 00:00:00', 0.228477233338133, 0.440384615384618, 0.28433951807384, 0.57480769230769, 0.328633358950951, 0.838269230769231, 1.38696571140579, 3.40826923076923, 4.2978515384031, 8.38961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1185, '2021-05-23 00:00:00', 0.158820169228744, 0.389615384615384, 0.227349696756747, 0.573269230769231, 0.409153582223295, 0.880576923076923, 1.44348697737325, 3.44942307692308, 4.29251371576143, 8.415 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1200, '2021-05-23 00:00:00', 0.206379504796383, 0.427499999999999, 0.317251659388274, 0.628846153846154, 0.345733334322189, 0.888461538461536, 1.44487440231376, 3.47596153846154, 4.27452007652501, 8.43826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1215, '2021-05-23 00:00:00', 0.24849678840209, 0.444423076923078, 0.300588653248153, 0.643461538461536, 0.269947288301879, 0.828461538461537, 1.41037595915197, 3.53211538461539, 4.2775528769829, 8.44115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1230, '2021-05-23 00:00:00', 0.154275602537992, 0.465192307692305, 0.188505560007777, 0.60711538461538, 0.204055139606925, 0.812499999999999, 1.39874108232532, 3.53615384615385, 4.27645489413118, 8.44769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1245, '2021-05-23 00:00:00', 0.193235707004521, 0.40403846153846, 0.208541086156626, 0.594230769230767, 0.260041121008554, 0.830769230769229, 1.3904191952291, 3.55653846153846, 4.27798759303412, 8.44538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1260, '2021-05-23 00:00:00', 0.163446180273977, 0.469423076923076, 0.180362135715897, 0.602500000000002, 0.354968958556183, 0.935192307692309, 1.37510470929979, 3.58519230769231, 4.2693386670357, 8.45557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1275, '2021-05-23 00:00:00', 0.106640301228731, 0.403076923076926, 0.205168598587, 0.598076923076924, 0.827982557415685, 1.07865384615385, 1.36013902004396, 3.58307692307692, 4.25332259714504, 8.45865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1290, '2021-05-23 00:00:00', 0.212029841876452, 0.464423076923073, 0.30578153337611, 0.697115384615382, 0.8501239049963, 1.11057692307692, 1.35331524555299, 3.57307692307692, 4.25440664307203, 8.44326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1305, '2021-05-23 00:00:00', 0.196987699733141, 0.456923076923075, 0.801484488069096, 0.785769230769234, 0.814204755952322, 1.05423076923077, 1.33503938288207, 3.57192307692308, 4.25613702154358, 8.45211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1320, '2021-05-23 00:00:00', 0.164530375813152, 0.435625000000002, 0.265430246165934, 0.616458333333331, 0.322523943050092, 0.967708333333332, 1.37262203794707, 3.56895833333334, 4.41010692281402, 8.541875 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1335, '2021-05-23 00:00:00', 0.161558168059269, 0.405208333333333, 0.252026209242073, 0.605416666666664, 1.28028258811669, 2.598125, 1.36823189353733, 3.58958333333333, 4.39920570379192, 8.53104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1350, '2021-05-23 00:00:00', 0.209987922358007, 0.488333333333332, 0.29613054064289, 0.78458333333333, 1.40845272733767, 2.83770833333333, 1.36095208575105, 3.62333333333334, 4.39055321837759, 8.53479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 1365, '2021-05-23 00:00:00', 0.254825885427792, 0.546666666666665, 1.24312012489845, 2.48458333333333, 1.39575480527536, 2.90854166666667, 1.2969592189347, 3.62979166666667, 4.37683066771386, 8.50645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 990, '2021-05-23 00:00:00', 0.674652959220232, 1.53115384615385, 0.834582000395773, 1.91134615384615, 0.846433422344331, 2.30653846153846, 0.847846684253702, 3.08, 4.18659975857038, 8.24153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1005, '2021-05-23 00:00:00', 0.555841842475135, 1.11807692307692, 0.656566711122218, 1.51961538461538, 0.796251240791211, 1.96096153846154, 0.875288809479478, 2.8725, 4.1119227815632, 8.11519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1020, '2021-05-23 00:00:00', 0.396647149918494, 0.980192307692307, 0.612312043374569, 1.34403846153846, 0.701314397838366, 1.71326923076923, 1.01332688931824, 2.74923076923077, 4.04565064178615, 8.11865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1035, '2021-05-23 00:00:00', 0.343497676624096, 0.844423076923074, 0.453784471036471, 1.07788461538461, 0.514432360807672, 1.37442307692307, 1.04424741026548, 2.53057692307692, 3.80606061231497, 7.94576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1050, '2021-05-23 00:00:00', 0.311566266565463, 0.733461538461536, 0.325182847972314, 0.971730769230764, 0.437001320188113, 1.31307692307692, 1.04685192913729, 2.35019230769231, 3.76056221246852, 7.93692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1065, '2021-05-23 00:00:00', 0.236388207437226, 0.690769230769229, 0.306483090260108, 0.858269230769231, 0.434891896381686, 1.22980769230769, 1.08145174863023, 2.31173076923077, 3.74533776334505, 7.97480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1080, '2021-05-23 00:00:00', 0.283031732387836, 0.625192307692307, 0.367539270533932, 0.946346153846157, 0.366215993433047, 1.18692307692307, 1.05726745033528, 2.29230769230769, 3.75568377467867, 8.00615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1095, '2021-05-23 00:00:00', 0.232764654995953, 0.670769230769235, 0.270002065519162, 0.861346153846154, 0.340116722046099, 1.10423076923077, 1.21423025632893, 2.32134615384615, 3.75691329930058, 8.01846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1110, '2021-05-23 00:00:00', 0.203250130097411, 0.568846153846153, 0.216147029731009, 0.731538461538461, 0.362406327419716, 1.05211538461538, 1.20968571887972, 2.32346153846154, 3.74130674415319, 8.03192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1125, '2021-05-23 00:00:00', 0.210124871299094, 0.522692307692305, 0.293747144012305, 0.79076923076923, 0.456638259457087, 1.0175, 1.21106934629626, 2.35480769230769, 3.90205112236353, 8.58980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1140, '2021-05-23 00:00:00', 0.203172624594498, 0.548653846153847, 0.270158358118973, 0.713461538461538, 0.467506314231321, 0.941923076923078, 1.16015410116999, 2.31653846153846, 3.94935724565988, 8.66442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1155, '2021-05-23 00:00:00', 0.183178769344216, 0.492692307692306, 0.269604054409138, 0.672884615384615, 0.48426554222308, 1.00634615384616, 2.82988230252671, 3.69961538461538, 3.73185324655809, 8.76442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1170, '2021-05-23 00:00:00', 0.225620511888024, 0.508846153846152, 0.343520237898953, 0.678076923076925, 0.445209544441196, 1.00153846153847, 2.83254477186423, 3.82173076923077, 3.68354407623127, 8.75519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1185, '2021-05-23 00:00:00', 0.215389450495181, 0.426153846153849, 0.449938286366543, 0.747692307692311, 0.493947404549854, 1.02403846153846, 3.08078332321755, 3.99326923076923, 3.65338233169463, 8.74269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1200, '2021-05-23 00:00:00', 0.380949269790409, 0.592115384615386, 0.358609279557315, 0.738846153846154, 0.585942797155545, 1.09480769230769, 3.23824891545748, 4.13096153846154, 3.62570909775433, 8.71269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1215, '2021-05-23 00:00:00', 0.238008160816778, 0.498269230769234, 0.40752163699046, 0.741730769230771, 0.707626585577015, 1.16923076923077, 3.25654149367086, 4.1425, 3.58775918924334, 8.715 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1230, '2021-05-23 00:00:00', 0.355240113812527, 0.573461538461539, 0.459143223841973, 0.772499999999999, 0.617989046455083, 1.15769230769231, 3.20487009817151, 4.13788461538461, 3.57544841727795, 8.71423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1245, '2021-05-23 00:00:00', 0.233889849156525, 0.487307692307692, 0.376354834615501, 0.790192307692309, 0.518496049981245, 1.10192307692308, 3.20676542041018, 4.16269230769231, 3.57482754828817, 8.715 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1260, '2021-05-23 00:00:00', 0.303100897138487, 0.593076923076928, 0.410497446820503, 0.796923076923079, 0.568704769968231, 1.08634615384615, 3.19706433250159, 4.12211538461538, 3.56397399735831, 8.73942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1275, '2021-05-23 00:00:00', 0.313176283609381, 0.565769230769233, 0.375839777646723, 0.75846153846154, 0.642504744071081, 1.10211538461538, 3.18635839888639, 4.07461538461539, 3.56114231888935, 8.74384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1290, '2021-05-23 00:00:00', 0.266990420456211, 0.54326923076923, 0.319882249970444, 0.730576923076921, 0.689567004609526, 1.10942307692308, 3.18348867656949, 4.10192307692308, 3.56375730849425, 8.74192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1305, '2021-05-23 00:00:00', 0.266667179486689, 0.540769230769229, 0.526759761327538, 0.815384615384613, 0.667607208330906, 1.17576923076923, 3.1895317054389, 4.2025, 3.56375730849425, 8.74192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1320, '2021-05-23 00:00:00', 0.222431291296495, 0.513124999999999, 0.388111310699334, 0.746041666666666, 0.404967121585468, 1.07875, 3.28055069497772, 4.34458333333333, 3.67982639299855, 8.85875 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1335, '2021-05-23 00:00:00', 0.238746348329309, 0.495416666666667, 0.309054703543902, 0.721875000000002, 2.82146597437665, 3.045625, 3.26787822290093, 4.33791666666667, 3.69970472284369, 8.84458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1350, '2021-05-23 00:00:00', 0.256294313948473, 0.567083333333334, 0.284812978937085, 0.786458333333333, 2.82565187425712, 3.21708333333334, 3.25615820547128, 4.45479166666667, 3.69248656940244, 8.85375 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 1365, '2021-05-23 00:00:00', 0.24917172574962, 0.581875000000001, 2.76098947160594, 2.97041666666667, 3.01938422764153, 3.439375, 3.13778456617016, 4.570625, 3.63171167772787, 8.85666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 990, '2021-05-23 00:00:00', 0.742388451316573, 1.43260869565217, 0.789526425323802, 1.79239130434783, 0.865889556075227, 2.28521739130435, 1.77476115968122, 3.47108695652174, 3.1371453471036, 7.86826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1005, '2021-05-23 00:00:00', 0.367794274640724, 0.956086956521741, 0.436064074959582, 1.35782608695652, 0.826574913094101, 1.90478260869565, 1.70710642661161, 2.93847826086957, 3.1407392416738, 7.76043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1020, '2021-05-23 00:00:00', 0.417804349317119, 1.00173913043478, 0.643733091032391, 1.38326086956522, 0.845720802563903, 1.79130434782609, 1.65507292986202, 2.82130434782609, 3.11722851847016, 7.735 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1035, '2021-05-23 00:00:00', 0.458677640468351, 0.954782608695655, 0.655905749158107, 1.29847826086957, 0.882127436501811, 1.65478260869565, 1.63674693029619, 2.72282608695652, 3.18823079664071, 7.71760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1050, '2021-05-23 00:00:00', 0.471402017030133, 0.886956521739132, 0.559199827110416, 1.12391304347826, 1.0141246054677, 1.60347826086957, 1.43660571082654, 2.59782608695652, 3.18022134549218, 7.68652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1065, '2021-05-23 00:00:00', 0.304248085011561, 0.678478260869564, 0.612299737366796, 1.01217391304348, 0.8446735576377, 1.45565217391304, 1.26550338372888, 2.37521739130435, 3.21606524991325, 7.77434782608695 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1080, '2021-05-23 00:00:00', 0.57879184513951, 0.76, 0.819729240461742, 1.07413043478261, 0.864615281486647, 1.39369565217391, 1.26842733537965, 2.36021739130435, 3.26344029958153, 7.78304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1095, '2021-05-23 00:00:00', 0.410522057487533, 0.680217391304351, 0.496398093462976, 0.932391304347828, 0.638929981875271, 1.28239130434783, 1.08250021679794, 2.21108695652174, 3.30798190272781, 7.76021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1110, '2021-05-23 00:00:00', 0.323636696717861, 0.619565217391306, 0.378080234912671, 0.870869565217394, 0.655834486374259, 1.24565217391304, 0.976070102938206, 2.11913043478261, 3.32898214690126, 7.68804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1125, '2021-05-23 00:00:00', 0.277504762626936, 0.570434782608698, 0.392645079050746, 0.812608695652174, 0.676934499198801, 1.16804347826087, 0.944678459214746, 2.05413043478261, 3.65845490507811, 8.47673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1140, '2021-05-23 00:00:00', 0.307828361908478, 0.599130434782609, 0.451973712901701, 0.840652173913044, 0.61159053638012, 1.1704347826087, 0.880258226575896, 2.07, 3.68371733700787, 8.56565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1155, '2021-05-23 00:00:00', 0.285523581189048, 0.533478260869566, 0.407454985510536, 0.761739130434782, 0.631621681559936, 1.14130434782609, 0.958461382291362, 2.80130434782609, 3.9106427072029, 8.72326086956521 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1170, '2021-05-23 00:00:00', 0.287120259609558, 0.531956521739131, 0.436907701832946, 0.762391304347827, 0.573311061399068, 1.11086956521739, 1.26348891922796, 2.99260869565217, 4.04823227902998, 8.85130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1185, '2021-05-23 00:00:00', 0.345568501071499, 0.576956521739132, 0.563628490318587, 0.834565217391306, 0.641788123953247, 1.11478260869565, 1.41972652964306, 3.18434782608695, 4.08328600574869, 8.88282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 990, '2021-05-23 00:00:00', 0.66497337039413, 1.449, 0.815050509682274, 1.79140000000001, 1.21530174579539, 2.36, 1.46448733919644, 3.4074, 3.25035799310374, 8.018 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1005, '2021-05-23 00:00:00', 0.481259458781501, 1.1176, 0.66544314808504, 1.602, 0.898650237856752, 1.9342, 1.23167643207676, 3.0818, 3.23398081575427, 7.7744 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1020, '2021-05-23 00:00:00', 0.405281486541556, 0.934799999999997, 0.629103065217985, 1.2404, 0.714066990321401, 1.62, 1.33356970821426, 2.9096, 3.23735272509294, 7.6538 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1035, '2021-05-23 00:00:00', 0.333682109199759, 0.831999999999999, 0.502798253112849, 1.0904, 0.555032881908811, 1.5036, 1.39710713022779, 2.739, 3.23553580055401, 7.5824 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1050, '2021-05-23 00:00:00', 0.331502639506838, 0.7374, 0.370476944851723, 0.973600000000001, 0.480080288424067, 1.335, 1.45344197797275, 2.6654, 3.22919969445475, 7.5434 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1065, '2021-05-23 00:00:00', 0.290506454317284, 0.712600000000001, 0.409167549218333, 1.0608, 0.466848922743393, 1.302, 1.52933855528024, 2.6108, 3.24220408570055, 7.5304 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1080, '2021-05-23 00:00:00', 0.279818840204397, 0.760599999999999, 0.354015300987587, 0.9118, 0.522242121370278, 1.2708, 1.53984712444667, 2.559, 3.25303727307266, 7.5234 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1095, '2021-05-23 00:00:00', 0.329067748850189, 0.637200000000002, 0.414359445409413, 0.854, 0.80481794007506, 1.3844, 1.53265230347047, 2.6028, 3.24362402774017, 7.6548 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1110, '2021-05-23 00:00:00', 0.251488402648445, 0.593800000000001, 0.392576213407449, 0.908400000000001, 0.763944424243894, 1.3406, 1.48928934394899, 2.5916, 3.24159968225566, 7.6582 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1125, '2021-05-23 00:00:00', 0.256170028171398, 0.627200000000004, 0.707262916696003, 1.002, 0.76224722586136, 1.271, 1.48308088675792, 2.5618, 3.36211902426629, 8.0138 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1140, '2021-05-23 00:00:00', 0.254023777844011, 0.605416666666664, 0.409092093030055, 0.862916666666668, 0.657341449170142, 1.16104166666667, 1.0373172748119, 2.47979166666667, 3.50276006596372, 8.04458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1155, '2021-05-23 00:00:00', 0.358043192277463, 0.626666666666668, 0.437867650906241, 0.820416666666668, 0.869182107634462, 1.25416666666667, 1.70522640768001, 3.35333333333334, 3.45554781306898, 8.07041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1170, '2021-05-23 00:00:00', 0.207179121548955, 0.491666666666668, 0.385472077881246, 0.743125000000003, 0.685985452955573, 1.22104166666667, 1.79692792140089, 3.42229166666667, 3.43216039175184, 8.05145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1185, '2021-05-23 00:00:00', 0.297960382421477, 0.617708333333339, 0.592556485413666, 0.924166666666669, 0.638764623758405, 1.275625, 1.81868198612805, 3.51291666666667, 3.44184779719527, 8.06479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1200, '2021-05-23 00:00:00', 0.352570039015042, 0.585217391304348, 0.45234216997222, 0.815434782608694, 0.611924085942465, 1.13978260869565, 1.86222342562769, 3.62978260869566, 3.57145469470965, 8.015 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1215, '2021-05-23 00:00:00', 0.250125660118673, 0.53586956521739, 0.295039690503384, 0.759347826086958, 0.491249817709085, 1.08826086956522, 2.13782061368221, 3.79239130434783, 3.56992062942515, 8.01586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1230, '2021-05-23 00:00:00', 0.231937193352165, 0.541956521739134, 0.409725397291615, 0.788913043478265, 0.483234736206621, 1.06391304347826, 2.23618737857427, 3.83391304347826, 3.57975266606474, 8.00282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1245, '2021-05-23 00:00:00', 0.298255964824445, 0.525434782608698, 0.384508052825614, 0.696521739130438, 0.488931742692022, 0.987608695652172, 2.20952727314034, 3.90804347826087, 3.59506747890295, 7.95978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1260, '2021-05-23 00:00:00', 0.269982066451705, 0.521956521739132, 0.37197966815108, 0.740652173913043, 0.417526004491792, 0.985652173913042, 2.45805477977917, 4.01413043478261, 3.65168788467944, 7.93804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1275, '2021-05-23 00:00:00', 0.267595795709545, 0.495652173913043, 0.309737712577734, 0.650217391304345, 0.455826682442876, 0.949347826086954, 2.43354082534413, 4.02369565217392, 3.6400261829619, 7.94760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1290, '2021-05-23 00:00:00', 0.241680750123458, 0.44369565217391, 0.282035234532467, 0.640652173913043, 0.520165962418242, 1.01891304347826, 2.44448342385178, 4.04913043478261, 3.63345610416165, 7.96152173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1305, '2021-05-23 00:00:00', 0.177192923153858, 0.447173913043482, 0.344335012437758, 0.709347826086958, 0.537574151517206, 1.06217391304348, 2.50461406224402, 4.07065217391305, 3.62455856655283, 7.95043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1320, '2021-05-23 00:00:00', 0.251040691067061, 0.532142857142855, 0.345680143926087, 0.740476190476192, 0.421101164182897, 1.14809523809524, 2.68652266836128, 4.17238095238095, 3.74069731849176, 8.08214285714286 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1335, '2021-05-23 00:00:00', 0.230691765081006, 0.485238095238098, 0.319903445254521, 0.749285714285718, 1.58346290196669, 2.62547619047619, 2.714764547363, 4.21238095238096, 3.73072600811411, 8.08095238095238 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1350, '2021-05-23 00:00:00', 0.214809716460206, 0.619285714285717, 0.268300870559262, 0.926428571428571, 1.73070258235534, 2.79785714285715, 2.81028430183547, 4.26642857142858, 3.71190682290178, 8.10047619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 1365, '2021-05-23 00:00:00', 0.230762968474249, 0.594047619047616, 1.60020660868407, 2.45023809523809, 1.7082685469713, 2.89785714285714, 2.79266775938093, 4.21428571428572, 3.71135171435139, 8.09095238095238 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1200, '2021-05-23 00:00:00', 0.273719470416057, 0.558409090909093, 0.358001003650434, 0.763636363636369, 0.457689945902342, 0.994090909090913, 1.48025856595323, 3.21977272727273, 4.22317942152674, 8.82295454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1215, '2021-05-23 00:00:00', 0.29856764843606, 0.514545454545454, 0.385008643856412, 0.745681818181816, 0.449472273533442, 0.999090909090909, 1.47361941038609, 3.2525, 4.22826326371392, 8.80431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1230, '2021-05-23 00:00:00', 0.274463664316977, 0.512727272727271, 0.338793377120851, 0.650000000000002, 0.37668014667677, 0.951136363636363, 1.53581318266078, 3.28068181818182, 4.25152560471326, 8.79340909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1245, '2021-05-23 00:00:00', 0.276551898169137, 0.48, 0.333790055073244, 0.715909090909088, 0.479544787755221, 0.968181818181816, 1.53748672256963, 3.34022727272727, 4.25277121899656, 8.81522727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1260, '2021-05-23 00:00:00', 0.234455711211056, 0.523636363636359, 0.277792784587414, 0.680454545454542, 0.470358387814027, 0.956818181818182, 1.54627404424747, 3.38090909090909, 4.23432866362564, 8.85477272727272 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1275, '2021-05-23 00:00:00', 0.21517598254267, 0.450681818181819, 0.368383402406827, 0.647045454545456, 0.691939209851466, 1.02818181818182, 1.57649818800928, 3.45818181818182, 4.23830106782876, 8.85068181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1290, '2021-05-23 00:00:00', 0.18797407599654, 0.478409090909089, 0.272195260319244, 0.649545454545458, 0.675656206604963, 1.0525, 1.59950684025878, 3.52431818181818, 4.20415346189561, 8.89704545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1305, '2021-05-23 00:00:00', 0.204593356584329, 0.481818181818183, 0.58658547684461, 0.787045454545454, 0.691640405280409, 1.06454545454545, 1.62004724758742, 3.55931818181818, 4.20745126626663, 8.90659090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1320, '2021-05-23 00:00:00', 0.242095566167364, 0.459500000000003, 0.371321962722376, 0.663000000000002, 0.501617056181935, 0.945250000000004, 1.67897625057652, 3.56575, 4.40327254944965, 8.87275 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1335, '2021-05-23 00:00:00', 0.20641424879417, 0.470999999999998, 0.266079108735096, 0.664249999999997, 0.955827658711491, 2.34775, 1.66419737253033, 3.5615, 4.39067969201748, 8.9855 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1350, '2021-05-23 00:00:00', 0.230680343880082, 0.508500000000001, 0.360892442790311, 0.760250000000005, 1.32112332585011, 2.557, 1.67166342857079, 3.54325, 4.37871403256109, 8.9755 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 1365, '2021-05-23 00:00:00', 0.310627124582378, 0.610500000000003, 0.927840553169166, 2.23775, 1.49100837919916, 2.71575, 1.74741079133792, 3.5395, 4.40199681813176, 8.94125 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 930, '2021-05-23 00:00:00', 0.417193000900045, 1.315, 0.388908729652589, 1.33499999999999, 0.530330085889911, 1.55500000000001, 0.332340187157677, 2.16500000000001, 3.42239682094289, 8.73999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 945, '2021-05-23 00:00:00', 0.205060966544093, 1.09499999999998, 0.445477272147522, 1.495, 0.467751135754898, 1.495, 0.491138692542643, 2.105, 0.515695627169775, 8.67999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 960, '2021-05-23 00:00:00', 0.0636396103067917, 0.984999999999999, 0.0565685424949326, 1.07000000000001, 0.0212132034355972, 1.205, 0.700035713374689, 2.155, 3.61331565186327, 8.60499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 1, 975, '2021-05-23 00:00:00', 0.311126983722079, 0.879999999999995, 0.240416305603408, 1.00999999999999, 0.0494974746830736, 1.21499999999999, 0.68589357775097, 2.13499999999999, 3.61331565186327, 8.60499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 930, '2021-05-23 00:00:00', 0.367695526216992, 1.03999999999999, 0.601040764008561, 1.49499999999999, 1.17379725676967, 1.89999999999999, 0.883883476483184, 2.45499999999998, 2.40416305603427, 7.95999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 945, '2021-05-23 00:00:00', 0.0777817459305299, 0.685000000000002, 0.395979797464468, 1.16, 0.15556349186106, 1.44, 0.325269119345797, 1.88, 2.2768838354207, 7.87 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 960, '2021-05-23 00:00:00', 0.22627416997969, 0.810000000000002, 0.205060966544113, 0.935000000000002, 0.176776695296617, 1.205, 0.185615530061448, 1.985, 0.19489630656452, 7.87 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 2, 975, '2021-05-23 00:00:00', 0.127279220613583, 0.77000000000001, 0.254558441227147, 1.04000000000001, 0.00707106781185904, 1.215, 0.176776695296617, 1.985, 2.2768838354207, 7.87 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 930, '2021-05-23 00:00:00', 0.530330085889911, 1.27500000000001, 0.169705627484758, 1.88000000000001, 0.134350288425442, 2.73500000000001, 0.15556349186104, 2.92999999999999, 1.60513239329347, 7.38500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 945, '2021-05-23 00:00:00', 0.325269119345838, 1.12, 0.0353553390593354, 1.58500000000001, 0.360624458405153, 1.97500000000001, 0.395979797464488, 2.20999999999999, 1.44249783362055, 7.27 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 960, '2021-05-23 00:00:00', 0.353553390593294, 0.660000000000011, 0.0282842712474764, 1.05000000000001, 0.127279220613583, 1.27000000000001, 0.205060966544113, 1.755, 1.44249783362055, 7.27 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 3, 975, '2021-05-23 00:00:00', 0.0848528137423889, 0.700000000000017, 0.134350288425442, 0.89500000000001, 0.00707106781185904, 1.39500000000001, 0.360624458405133, 2.155, 1.34350288425444, 7.33999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 930, '2021-05-23 00:00:00', 0.438406204335653, 1.24999999999999, 0.296984848098341, 1.55, 0.325269119345807, 1.82, 0.756604255869621, 2.705, 1.34350288425444, 7.33999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 945, '2021-05-23 00:00:00', 0.205060966544103, 1.15499999999999, 0.23334523779157, 1.425, 0.176776695296637, 1.465, 0.756604255869621, 2.705, 1.34350288425444, 7.33999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 960, '2021-05-23 00:00:00', 0.282842712474623, 0.980000000000004, 0.0494974746830635, 1.145, 0.728319984622145, 1.955, 0.756604255869621, 2.705, 1.34350288425444, 7.33999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 4, 975, '2021-05-23 00:00:00', 0.0636396103068017, 0.574999999999982, 0.0989949493661171, 1.09, 0.707106781186558, 2.01999999999999, 0.883883476483205, 2.61499999999999, 1.34350288425444, 7.33999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 930, '2021-05-23 00:00:00', 0.0212132034355771, 1.345, 0.22627416997969, 1.58000000000001, 0.15556349186104, 2.04000000000001, 0.650538238691635, 3.78, 0.0424264068711945, 6.41999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 945, '2021-05-23 00:00:00', 0.247487373415288, 1.105, 0.438406204335663, 1.62, 0.473761543394998, 2.13499999999999, 0.0777817459305299, 3.375, 0.530330085889911, 6.01499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 960, '2021-05-23 00:00:00', 0.360624458405133, 1.17500000000001, 0.586898628384823, 1.36500000000001, 0.721248916810266, 2.06, 0.197989898732214, 3.18000000000001, 0.806101730552655, 5.81999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 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 983495, 5, 975, '2021-05-23 00:00:00', 0.205060966544113, 0.835000000000008, 0.367695526217032, 1.41, 0.579827560572984, 1.7, 0.183847763108496, 2.65000000000001, 1.30814754519513, 5.91499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983495 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-05-23 15:58:23 Duration: 5s873ms 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 983385, 1, 990, '2021-05-23 00:00:00', 1.2352553570422, 2.70666666666667, 1.80119782005101, 3.42125, 2.03408415990224, 3.90125, 2.10781747784943, 4.96979166666667, 8.83680977871638, 15.13125 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1005, '2021-05-23 00:00:00', 1.00664366905538, 1.94354166666667, 1.0556733375681, 2.39125, 1.52037389327833, 3.07291666666667, 1.59735037345591, 4.06395833333333, 8.68997796221001, 14.931875 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1020, '2021-05-23 00:00:00', 0.558026413587093, 1.5325, 0.986274808655478, 2.14354166666667, 1.19009268835837, 2.80354166666667, 1.34412429064267, 3.71125, 8.70901750051493, 14.9002083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1035, '2021-05-23 00:00:00', 0.868976993074475, 1.48166666666667, 0.948447530120305, 1.98374999999999, 1.34441187777461, 2.46458333333333, 1.35818906498024, 3.41916666666667, 8.73491065123994, 14.8164583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1050, '2021-05-23 00:00:00', 0.685776297661839, 1.3875, 0.867655903169193, 1.83062499999999, 1.15248031200764, 2.245, 1.26977529608047, 3.25479166666667, 8.68958420937872, 14.7304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1065, '2021-05-23 00:00:00', 0.581716444446202, 1.18875, 0.900773821922506, 1.5925, 0.975168672700985, 2.108125, 1.18569095614257, 3.00750000000001, 8.65424964460997, 14.7477083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1080, '2021-05-23 00:00:00', 0.64333018884867, 1.17958333333333, 0.856904581593848, 1.644375, 0.985366480782294, 2.05916666666667, 1.14367922684336, 2.91750000000001, 8.66165606707374, 14.7664583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1095, '2021-05-23 00:00:00', 0.489424943543254, 1.06541666666667, 0.581786938377501, 1.42395833333333, 0.79109708724611, 1.83541666666666, 1.06153427979219, 2.81437500000001, 8.68057902035476, 14.7639583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1110, '2021-05-23 00:00:00', 0.441347933254938, 1.06479166666667, 0.581775767352217, 1.33, 0.770094573525819, 1.71, 1.03899806722421, 2.69312500000001, 8.67814408369202, 14.7410416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1125, '2021-05-23 00:00:00', 0.386813206240095, 0.846249999999998, 0.582070540510714, 1.288125, 0.717333497067086, 1.61395833333333, 1.0984707543619, 2.82520833333334, 8.53403033342887, 15.0295833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1140, '2021-05-23 00:00:00', 0.473227767494193, 0.930208333333336, 0.549465484667217, 1.15416666666667, 0.708435585117564, 1.54875, 1.12695142749257, 2.83604166666668, 8.5576493454009, 15.1133333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1155, '2021-05-23 00:00:00', 0.346364595435234, 0.821458333333339, 0.457147741951125, 1.08083333333334, 0.586612380661137, 1.43354166666667, 2.89492421867725, 5.79833333333334, 8.57982794961108, 15.1604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1170, '2021-05-23 00:00:00', 0.355868439194171, 0.731458333333335, 0.480332576511284, 1.04458333333334, 0.432262699832713, 1.42479166666667, 3.28027426831391, 6.21583333333334, 8.57041979549511, 15.1745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1185, '2021-05-23 00:00:00', 0.328783164966238, 0.76125, 0.299127959629121, 1.04416666666667, 0.362530358548853, 1.3475, 3.38153467619428, 6.525625, 8.55534763691142, 15.1908333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1200, '2021-05-23 00:00:00', 0.253078777762229, 0.759791666666667, 0.344734459876133, 1.04624999999999, 0.461059694255168, 1.30604166666666, 3.35812293907074, 6.66375, 8.55674265871869, 15.1866666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1215, '2021-05-23 00:00:00', 0.258503216698513, 0.679999999999994, 0.275138963571798, 0.879166666666663, 0.458803925077663, 1.22520833333333, 3.32965028411285, 6.71666666666667, 8.56562602938993, 15.1666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1230, '2021-05-23 00:00:00', 0.211711345564136, 0.622291666666666, 0.391815497470389, 0.862916666666666, 0.502521179883876, 1.30416666666667, 3.33667735342655, 6.77625, 8.58048720577135, 15.1345833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1245, '2021-05-23 00:00:00', 0.297811765761673, 0.613749999999998, 0.392620735146102, 0.891458333333331, 0.520741484654893, 1.23729166666667, 3.2603813849552, 6.75791666666667, 8.57582952213683, 15.1670833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1260, '2021-05-23 00:00:00', 0.262783232292154, 0.705624999999999, 0.371760402815375, 0.983333333333336, 0.394681122434044, 1.24583333333334, 3.20054476228069, 6.81458333333333, 8.59704423422477, 15.22 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1275, '2021-05-23 00:00:00', 0.355163516128006, 0.692083333333333, 0.336926041749074, 0.878125000000001, 0.680408551608114, 1.42416666666667, 3.23452429554614, 6.953125, 8.59560899655976, 15.17875 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1290, '2021-05-23 00:00:00', 0.185978488509842, 0.559791666666668, 0.25946118918954, 0.796250000000002, 0.629160931925105, 1.355, 3.25920034843394, 6.95895833333333, 8.62748451928108, 15.1175 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1305, '2021-05-23 00:00:00', 0.259905832305981, 0.565208333333333, 0.690720979133029, 1.06208333333333, 0.899551191436314, 1.52645833333334, 3.27664627695383, 6.92270833333333, 8.62563553634148, 15.1516666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1320, '2021-05-23 00:00:00', 0.238207592538224, 0.649999999999999, 0.295101420675757, 0.870909090909092, 0.708898183238708, 1.43159090909091, 3.278569442086, 7.15659090909091, 8.9488908476189, 14.8804545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1335, '2021-05-23 00:00:00', 0.300442674841309, 0.650909090909091, 0.607339890361441, 1.07613636363636, 2.74801730966148, 5.18090909090909, 3.27218453216718, 7.09477272727273, 8.94809020955133, 14.8877272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1350, '2021-05-23 00:00:00', 0.413219070227889, 0.799999999999998, 0.4672084826218, 1.07636363636363, 3.03388458610709, 5.6365909090909, 3.24600651250437, 7.05977272727272, 8.94993518562228, 14.8627272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 1365, '2021-05-23 00:00:00', 0.314013607116867, 0.754545454545453, 2.72917384586478, 5.0025, 3.15355108880401, 5.87977272727272, 3.28300899358318, 6.97863636363636, 8.95180108361957, 14.8504545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 990, '2021-05-23 00:00:00', 1.44078109157712, 2.75692307692308, 1.74547339842674, 3.41423076923077, 2.09742600492934, 4.22461538461538, 2.26005544520142, 5.21384615384615, 8.01037387008007, 14.9384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1005, '2021-05-23 00:00:00', 1.04264849523479, 2.07173076923077, 1.55818809963565, 2.74192307692308, 1.56072946455766, 3.41269230769231, 1.59953570186428, 4.33230769230769, 8.04952735353975, 14.8788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1020, '2021-05-23 00:00:00', 0.689596983752103, 1.665, 0.846767609569111, 2.32076923076923, 0.915918454549646, 2.77884615384616, 1.08725625031367, 3.68307692307692, 8.18389136564113, 14.7232692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1035, '2021-05-23 00:00:00', 0.674825903474373, 1.6, 0.720690267409278, 1.97269230769231, 0.819313432088111, 2.3425, 1.15332937786486, 3.44057692307692, 8.18051183512471, 14.6517307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1050, '2021-05-23 00:00:00', 0.429018782088401, 1.20865384615385, 0.550129215590442, 1.66807692307692, 0.79543730111178, 2.16250000000001, 1.34611383676807, 3.32730769230769, 8.17558588820303, 14.5911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1065, '2021-05-23 00:00:00', 0.303843140199271, 1.03942307692308, 0.446766545472963, 1.36788461538462, 0.799508045853581, 2.09865384615385, 1.38846118474319, 3.12269230769231, 8.19655320616773, 14.5676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1080, '2021-05-23 00:00:00', 0.359272395051657, 1.00557692307693, 0.608022171913546, 1.49019230769231, 0.854414779474588, 2.06884615384616, 1.3407645350551, 3.12846153846154, 8.19988061826793, 14.5580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1095, '2021-05-23 00:00:00', 0.437269543698344, 1.02557692307692, 0.780940754179507, 1.52769230769231, 0.819901307381656, 1.94807692307692, 1.44382074585242, 3.19211538461538, 8.20215481068612, 14.5284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1110, '2021-05-23 00:00:00', 0.796518675236178, 1.135, 0.785213248839985, 1.48961538461538, 0.818406707243737, 1.81653846153847, 1.76864725578183, 3.26134615384615, 8.21292295948656, 14.4684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1125, '2021-05-23 00:00:00', 0.462685804673273, 0.918076923076927, 0.500785383173275, 1.235, 0.538107367038903, 1.51346153846154, 1.70550187740915, 3.14942307692308, 8.24573140152854, 15.5321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1140, '2021-05-23 00:00:00', 0.377743502718652, 0.833076923076927, 0.507834656617232, 1.09903846153847, 0.524101612285251, 1.4075, 1.86968069054996, 3.26173076923077, 8.27031244177724, 15.5732692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1155, '2021-05-23 00:00:00', 0.422968265767251, 0.716923076923081, 0.445703765020946, 0.974615384615385, 0.464250968268739, 1.22980769230769, 3.68720042329387, 5.87480769230769, 8.03644440370529, 15.7544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1170, '2021-05-23 00:00:00', 0.300973356858148, 0.705192307692308, 0.345563976042731, 0.897307692307692, 0.477455797390224, 1.24596153846154, 3.65388082939012, 5.95634615384615, 8.03277336196007, 15.7482692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1185, '2021-05-23 00:00:00', 0.280288038659129, 0.639230769230772, 0.363392191186578, 0.876730769230771, 0.486873581759556, 1.20173076923077, 3.81300497790633, 6.0701923076923, 8.03558375889106, 15.7671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1200, '2021-05-23 00:00:00', 0.214760062896677, 0.643269230769232, 0.378222207784701, 0.934038461538461, 0.602908367830462, 1.2625, 3.74719881532038, 6.16519230769231, 7.99606411834068, 15.8142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1215, '2021-05-23 00:00:00', 0.30152586315911, 0.709615384615382, 0.382416607299499, 0.942692307692308, 0.582956654939676, 1.39269230769231, 3.73274778661264, 6.21596153846154, 7.98667201318257, 15.8253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1230, '2021-05-23 00:00:00', 0.237260081248084, 0.677115384615385, 0.377667792561744, 0.945192307692308, 0.825729164948261, 1.55557692307692, 3.70381734991596, 6.27480769230769, 7.98019858052513, 15.8142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1245, '2021-05-23 00:00:00', 0.322480768657364, 0.715384615384615, 0.423877386117184, 1.05403846153846, 0.854753788211282, 1.58403846153847, 3.63297462355363, 6.28384615384615, 7.98876029903167, 15.8413461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1260, '2021-05-23 00:00:00', 0.186969351663687, 0.723461538461536, 0.611213830139538, 1.13711538461538, 0.669313569148383, 1.48557692307692, 3.54693481972599, 6.30115384615384, 7.99648676944107, 15.8194230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1275, '2021-05-23 00:00:00', 0.596752364566232, 0.810769230769228, 0.670732779531809, 1.1073076923077, 0.853306780436239, 1.62769230769231, 3.5319785694968, 6.25615384615385, 7.99643197595989, 15.8121153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1290, '2021-05-23 00:00:00', 0.425365724994388, 0.77, 0.456188388885389, 0.990384615384612, 1.11780884563713, 1.69384615384615, 3.52217601556416, 6.27173076923077, 8.00110816363295, 15.8203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1305, '2021-05-23 00:00:00', 0.296517479054127, 0.688846153846149, 0.631743984172751, 1.20730769230769, 1.09327968129773, 1.72269230769231, 3.48594477316243, 6.28480769230769, 7.98944442084968, 15.8230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1320, '2021-05-23 00:00:00', 0.215346030944336, 0.79, 0.337268439080798, 1.0225, 0.529426816116438, 1.56333333333333, 3.5900463177243, 6.19104166666666, 8.30335420918489, 15.7370833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1335, '2021-05-23 00:00:00', 0.216159558451954, 0.661458333333337, 0.393641490684616, 1.00166666666667, 3.63624203184145, 5.158125, 3.58064178701027, 6.17604166666666, 8.28960794120207, 15.7745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1350, '2021-05-23 00:00:00', 0.355282088373226, 0.754166666666669, 0.471472408401658, 1.16583333333333, 3.60756812559335, 5.23395833333334, 3.56796702939168, 6.153125, 8.297723878147, 15.7595833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 1365, '2021-05-23 00:00:00', 0.334212179306948, 0.903958333333332, 3.56195521514661, 4.91979166666667, 3.70685552095855, 5.388125, 3.48779751081528, 6.12854166666666, 8.3165421739978, 15.6704166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 990, '2021-05-23 00:00:00', 1.06667140423627, 2.41826923076923, 1.31811650296346, 2.91365384615385, 1.62785025771367, 3.58730769230769, 1.53259057957936, 4.56673076923077, 8.11971159254771, 14.6221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1005, '2021-05-23 00:00:00', 0.925654965624133, 1.85865384615385, 1.13974904457752, 2.41826923076923, 1.17720751716149, 3.07653846153846, 1.27963277484657, 4.14903846153846, 8.15700890928493, 14.3928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1020, '2021-05-23 00:00:00', 0.70192770282985, 1.5675, 0.900300142260254, 2.11288461538461, 0.946208161355302, 2.78326923076923, 1.97013314661335, 4.08884615384615, 8.16315877068335, 14.2586538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1035, '2021-05-23 00:00:00', 0.623194283818952, 1.58865384615384, 0.664323629427242, 2.00826923076923, 0.747525584846434, 2.4775, 2.12858389184344, 3.93076923076923, 8.12875279722919, 14.2359615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1050, '2021-05-23 00:00:00', 0.520048999170706, 1.34519230769231, 0.583368764491733, 1.73865384615385, 0.729721443165397, 2.23076923076923, 2.74217923585211, 4.08980769230769, 8.13781090626673, 14.1828846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1065, '2021-05-23 00:00:00', 0.5094721250018, 1.19538461538461, 0.551841811224362, 1.56923076923077, 0.816429939525641, 2.02038461538462, 2.72537210585722, 3.95865384615385, 8.11870648327296, 14.0851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1080, '2021-05-23 00:00:00', 0.408321517359125, 1.05269230769231, 0.572263387449675, 1.40576923076923, 0.663381778929283, 1.84076923076923, 2.77600510557057, 3.74788461538461, 8.19129739183839, 13.9801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1095, '2021-05-23 00:00:00', 0.38109301307605, 0.98826923076923, 0.426306182852729, 1.2998076923077, 0.646524554831449, 1.76, 3.00486045369063, 3.94288461538461, 8.2303353796512, 13.8926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1110, '2021-05-23 00:00:00', 0.340493815599544, 0.909038461538456, 0.502386152430424, 1.22538461538461, 0.72880442137475, 1.70326923076923, 2.9504871045043, 3.83807692307692, 8.28526599545147, 13.8938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1125, '2021-05-23 00:00:00', 0.379152546933492, 0.844423076923073, 0.552042919178742, 1.21576923076923, 0.560070222245526, 1.62057692307692, 2.90405793674988, 3.7475, 9.87296799151797, 15.3701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1140, '2021-05-23 00:00:00', 0.478641667799461, 0.889615384615388, 0.527944927197762, 1.21461538461539, 0.574859447704732, 1.58923076923077, 2.87833406010116, 3.7851923076923, 9.9031140887019, 15.4794230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1155, '2021-05-23 00:00:00', 0.345040521589074, 0.820192307692311, 0.342174100984594, 1.11365384615385, 0.682274053892853, 1.52826923076923, 6.26111976038201, 6.87057692307692, 9.69037143846326, 15.5288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1170, '2021-05-23 00:00:00', 0.235517841884971, 0.725576923076927, 0.402248727109906, 1.01403846153846, 0.725963577174926, 1.44865384615385, 6.5537741446026, 7.12346153846153, 9.63810202349947, 15.5611538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1185, '2021-05-23 00:00:00', 0.321236074226757, 0.706153846153843, 0.551807972451957, 1.05096153846154, 0.68504452410044, 1.495, 6.81513136619255, 7.30153846153846, 9.54517692143725, 15.5576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1200, '2021-05-23 00:00:00', 0.477075425418732, 0.835192307692311, 0.536664090613343, 1.12288461538462, 1.40082426284835, 1.76384615384615, 7.3113536287486, 7.60673076923077, 9.45607659940665, 15.5755769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1215, '2021-05-23 00:00:00', 0.272862673265396, 0.759038461538458, 0.422099696571977, 1.11692307692307, 1.56801232579536, 1.70557692307691, 7.23634223634692, 7.79480769230769, 9.42334267207685, 15.5436538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1230, '2021-05-23 00:00:00', 0.405114656135006, 0.756730769230765, 1.36249189129556, 1.23307692307692, 2.50764563960823, 1.97057692307692, 7.22436589711405, 7.99384615384615, 9.4088473768862, 15.5901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1245, '2021-05-23 00:00:00', 1.38958650462868, 0.955576923076918, 1.62317262933287, 1.25076923076923, 2.45974767311296, 1.95615384615385, 8.1956078105663, 8.23423076923077, 9.38149822584529, 15.6451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1260, '2021-05-23 00:00:00', 0.64849817626219, 0.85173076923077, 1.97408164627349, 1.47788461538461, 1.93458009755248, 1.80692307692308, 8.28819388555886, 8.15326923076923, 8.9993626184559, 15.5034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1275, '2021-05-23 00:00:00', 1.87810911454948, 1.17038461538461, 1.84581964282704, 1.44692307692307, 2.15464000205638, 2.18346153846153, 8.26336822739604, 8.1476923076923, 9.00951753169092, 15.5969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1290, '2021-05-23 00:00:00', 0.719813757963713, 0.909615384615385, 0.854656858718075, 1.17788461538461, 1.60329741950289, 1.99884615384614, 8.14031602344395, 8.0851923076923, 9.03240829117359, 15.6534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1305, '2021-05-23 00:00:00', 0.726014727547164, 0.854230769230766, 1.4713818727253, 1.55884615384615, 1.51761098947807, 2.04634615384615, 8.11837002397364, 8.32461538461538, 8.98805114497104, 15.6407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1320, '2021-05-23 00:00:00', 0.59022191693624, 0.858541666666662, 0.87411280073329, 1.26166666666666, 0.933193053640199, 1.66333333333333, 8.44091162642667, 8.44604166666666, 9.21450486021036, 16.0729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1335, '2021-05-23 00:00:00', 0.524133817891925, 0.861458333333327, 0.604344176821431, 1.18333333333333, 6.19454879206862, 5.62604166666666, 8.43183675212541, 8.37083333333333, 9.21640525941633, 16.0604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1350, '2021-05-23 00:00:00', 0.586924401966038, 0.935416666666665, 0.567528809202983, 1.14708333333334, 6.4202073106117, 5.97854166666666, 8.41158090355799, 8.47291666666666, 9.20173037248028, 16.09375 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 1365, '2021-05-23 00:00:00', 0.278130078523897, 0.755416666666672, 6.13358386603351, 5.47354166666666, 6.69103899654312, 6.169375, 8.40207275798268, 8.94124999999999, 9.16782021727257, 16.0466666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 990, '2021-05-23 00:00:00', 0.703324333843978, 2.24586956521739, 0.988928083806257, 2.84586956521739, 1.14879572620782, 3.60043478260869, 2.89070217955934, 5.28, 5.97457562949614, 13.4630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1005, '2021-05-23 00:00:00', 0.940587603323415, 1.69369565217391, 0.975676313525495, 2.17521739130435, 1.2411934840395, 2.91608695652174, 2.90896834598534, 4.48673913043478, 6.15657100996898, 13.150652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1020, '2021-05-23 00:00:00', 0.414517672947448, 1.30891304347826, 0.886952915496814, 1.96673913043478, 1.46670737831267, 2.46347826086957, 2.88346430585885, 4.12130434782609, 6.0613756200317, 12.9080434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1035, '2021-05-23 00:00:00', 0.842929732300884, 1.49652173913044, 0.874155380043216, 1.80108695652174, 1.67493516481209, 2.33347826086957, 3.00219262758447, 3.9658695652174, 6.10668535522079, 12.8158695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1050, '2021-05-23 00:00:00', 0.533301763311346, 1.12304347826087, 1.44517559828604, 1.65065217391305, 1.95512989469711, 2.17978260869565, 3.0165877216175, 3.79913043478261, 6.07637637915771, 12.7560869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1065, '2021-05-23 00:00:00', 1.11401487880442, 1.19717391304348, 1.27105963232762, 1.56695652173913, 1.67895021195665, 2.02521739130434, 2.83805323174973, 3.53934782608696, 6.08701203496708, 12.9278260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1080, '2021-05-23 00:00:00', 0.491432125116825, 0.983478260869562, 0.79195922061343, 1.28695652173913, 0.939189584215465, 1.7554347826087, 2.65197195255798, 3.33565217391305, 6.07157054422641, 12.894347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1095, '2021-05-23 00:00:00', 0.658987350457686, 0.900652173913046, 0.74117302338448, 1.25021739130435, 0.847301634182621, 1.59282608695653, 2.74919228166766, 3.44826086956522, 6.06039279013754, 12.8719565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1110, '2021-05-23 00:00:00', 0.510627858892054, 0.918913043478263, 0.667348301069771, 1.23913043478261, 0.877306052122579, 1.65000000000001, 2.90065879459956, 3.50652173913044, 6.07504259976281, 12.8519565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1125, '2021-05-23 00:00:00', 0.46542470723283, 0.892391304347825, 0.583841036354268, 1.14891304347826, 0.987835648665661, 1.70978260869566, 2.90569600419155, 3.46978260869565, 7.71122482747851, 14.5523913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1140, '2021-05-23 00:00:00', 0.445312653855465, 0.789782608695649, 0.608896737677375, 1.15565217391305, 0.93624248995653, 1.585, 2.87513988317545, 3.3854347826087, 7.84327355882587, 14.6558695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1155, '2021-05-23 00:00:00', 0.554403054677344, 0.893260869565223, 0.803657584941491, 1.23282608695652, 2.48550865234253, 2.14847826086956, 4.13237173379224, 6.75065217391305, 8.11579823724494, 14.7541304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1170, '2021-05-23 00:00:00', 0.421238175846535, 0.775652173913042, 0.554299935930299, 1.07065217391304, 2.44298691749493, 1.95347826086956, 4.19574809480965, 6.8254347826087, 8.53304508941701, 14.9219565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1185, '2021-05-23 00:00:00', 0.360814981109277, 0.755217391304347, 2.46999205884371, 1.56695652173913, 2.44887971483033, 1.81869565217391, 4.14037763691727, 6.93239130434783, 8.51695539205165, 15.0421739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 990, '2021-05-23 00:00:00', 1.40284775843044, 2.6512, 1.61721782701032, 3.20679999999999, 2.16307362334248, 4.116, 3.6806631535635, 6.127, 7.03255967506379, 14.1582 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1005, '2021-05-23 00:00:00', 0.735966937663188, 1.80159999999999, 1.00152541988043, 2.4514, 1.57863411424771, 3.3724, 3.39272704963622, 5.4048, 7.15410367667862, 13.9616 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1020, '2021-05-23 00:00:00', 0.596540582581495, 1.6326, 1.08951411188658, 2.2958, 1.46560746791219, 3.0714, 3.20360645731234, 5.1188, 7.2338851536824, 13.8744 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1035, '2021-05-23 00:00:00', 0.770136513872699, 1.46460000000001, 0.996816808646398, 2.042, 1.9346542111361, 2.8234, 3.06965969883742, 4.8626, 7.23178249695974, 13.8348 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1050, '2021-05-23 00:00:00', 0.555294591485757, 1.345, 0.94272579081442, 1.7544, 1.75792152365608, 2.4312, 3.0038108712101, 4.4938, 7.2841766693292, 13.7912 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1065, '2021-05-23 00:00:00', 0.63182519998282, 1.1598, 1.43133076191354, 1.7284, 1.57857960943797, 2.1914, 3.04333287696236, 4.294, 7.26093171822092, 13.8276 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1080, '2021-05-23 00:00:00', 1.10411069040503, 1.178, 1.27350539849661, 1.5508, 1.42296858128819, 2.176, 3.06335371774139, 4.2138, 7.19894436705826, 13.915 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1095, '2021-05-23 00:00:00', 0.760499726057368, 1.1566, 1.20187984701744, 1.6038, 1.97976898904897, 2.4404, 3.01867490244754, 4.2974, 7.21476912312514, 13.9018 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1110, '2021-05-23 00:00:00', 0.532190676982098, 1.03540000000001, 0.771165892226392, 1.5052, 1.8424880596628, 2.3982, 2.51478705195224, 4.0318, 6.8389258233049, 13.7128 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1125, '2021-05-23 00:00:00', 0.593574061652517, 1.0248, 1.5136386898244, 1.62, 1.80882788936188, 2.27, 2.39972632120137, 3.9248, 6.57940671717442, 14.0414 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1140, '2021-05-23 00:00:00', 0.382916380832878, 0.94145833333333, 1.32675635575498, 1.60208333333333, 1.78126755012966, 2.18479166666666, 2.17622974563742, 3.68291666666667, 6.54651732835366, 13.8025 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1155, '2021-05-23 00:00:00', 1.22412655566137, 1.26020833333333, 1.27051142275948, 1.58333333333333, 1.77937824998558, 2.19249999999999, 2.15743254172673, 5.50895833333333, 6.3091560413981, 14.0222916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1170, '2021-05-23 00:00:00', 0.531787388048043, 0.920000000000005, 0.897699934332987, 1.41604166666667, 1.83432162509069, 2.16145833333333, 2.12963661891487, 5.56729166666667, 6.2786613221441, 14.0447916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1185, '2021-05-23 00:00:00', 0.667533856276489, 0.979166666666664, 1.66213914030659, 1.55, 1.82305761980935, 2.12770833333333, 2.12223579806974, 5.65, 6.22861541596525, 14.105 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1200, '2021-05-23 00:00:00', 0.340682731173981, 0.885217391304345, 0.561525220379753, 1.24086956521739, 0.88172178174028, 1.73413043478261, 2.10769583179537, 5.55608695652174, 5.67609435566282, 13.6169565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1215, '2021-05-23 00:00:00', 0.379879843703471, 0.807826086956522, 0.565028769074127, 1.16434782608696, 0.863405393495888, 1.72434782608695, 2.09759357698989, 5.61021739130435, 5.67609435566282, 13.6169565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1230, '2021-05-23 00:00:00', 0.389994045763815, 0.833913043478256, 0.670379589834297, 1.17260869565217, 0.870960806967071, 1.66, 2.21654413115902, 5.72739130434783, 5.67150631607517, 13.6204347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1245, '2021-05-23 00:00:00', 0.496724747026254, 0.888260869565221, 0.743235901139797, 1.32217391304348, 0.75524961190628, 1.61739130434783, 2.31395976253017, 5.77565217391305, 5.6826676100233, 13.6004347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1260, '2021-05-23 00:00:00', 0.694442720243798, 0.989347826086954, 0.793822679595588, 1.26891304347826, 0.834682669104116, 1.59239130434782, 2.4756783316055, 5.79326086956522, 5.69830247415461, 13.6052173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1275, '2021-05-23 00:00:00', 0.484153125583074, 0.807608695652175, 0.494833484988249, 1.02978260869565, 1.25187570731334, 1.71717391304348, 2.52117614422269, 5.73217391304348, 5.70008824735793, 13.6091304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1290, '2021-05-23 00:00:00', 0.348808389363159, 0.726739130434779, 0.545152823335362, 1.03934782608696, 1.30328033227925, 1.74847826086957, 2.56390356336065, 5.8508695652174, 5.63208967355005, 13.66 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1305, '2021-05-23 00:00:00', 0.267920553382717, 0.702173913043486, 1.20085559090077, 1.34782608695652, 1.36005841539275, 1.7504347826087, 2.55062944645484, 5.7608695652174, 5.68609065846514, 13.5826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1320, '2021-05-23 00:00:00', 0.315247257455692, 0.723333333333336, 0.585949270516698, 1.06238095238096, 0.742472061363094, 1.4854761904762, 2.6099243968251, 5.66142857142858, 5.94452776569702, 13.7485714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1335, '2021-05-23 00:00:00', 0.564689969722117, 0.776190476190475, 0.654365923551009, 1.09380952380953, 1.99745722285681, 4.48142857142858, 2.62411102861068, 5.70809523809524, 5.94452776569702, 13.7485714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1350, '2021-05-23 00:00:00', 0.329276985732882, 0.783333333333331, 0.430621367218071, 1.08380952380952, 1.89362655970469, 4.55238095238095, 2.63916303922646, 5.64904761904762, 5.95261698151085, 13.7371428571429 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 1365, '2021-05-23 00:00:00', 0.412801837620498, 0.801428571428568, 1.96749263325298, 4.27880952380952, 1.91095958817004, 4.70261904761905, 2.65473115399657, 5.65, 5.95817896236921, 13.732380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1200, '2021-05-23 00:00:00', 0.474079022857397, 0.771590909090908, 0.619326019649361, 1.02863636363636, 0.694913025172295, 1.24772727272727, 3.93009206599364, 6.69386363636364, 8.63407279568139, 15.1197727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1215, '2021-05-23 00:00:00', 0.409796697562746, 0.679999999999999, 0.492231698953394, 0.867045454545455, 0.860296844218992, 1.25022727272728, 3.89833808524092, 6.72227272727273, 9.47591177122835, 15.3740909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1230, '2021-05-23 00:00:00', 0.421549656095353, 0.64227272727273, 0.518550468850029, 0.907727272727278, 1.07973153329088, 1.37977272727273, 3.89206029415442, 6.73, 9.65492788795676, 15.4029545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1245, '2021-05-23 00:00:00', 0.417864404051313, 0.690227272727277, 0.749940545984028, 0.973181818181821, 1.06180989811748, 1.36045454545455, 3.88003748810381, 6.74636363636364, 9.64819508780689, 15.4075 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1260, '2021-05-23 00:00:00', 0.453240676009569, 0.658409090909088, 0.82075422630651, 1.0225, 0.851402617889393, 1.25931818181819, 3.83448154975497, 6.66977272727273, 9.69454039519285, 15.3120454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1275, '2021-05-23 00:00:00', 0.518081135316236, 0.716590909090909, 0.583420834501022, 0.918181818181818, 1.13025485096881, 1.46613636363636, 3.91318116762428, 6.72022727272727, 9.72491044539721, 15.2588636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1290, '2021-05-23 00:00:00', 0.435375143010615, 0.645909090909091, 0.476843256575981, 0.828409090909095, 1.11164886698238, 1.54318181818182, 4.01899914313926, 6.81727272727273, 9.64695448263561, 15.3038636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1305, '2021-05-23 00:00:00', 0.307775147023832, 0.562727272727275, 0.944646484415991, 1.15886363636363, 1.10621123700033, 1.60340909090909, 4.04612563867988, 6.91227272727273, 9.65816091957909, 15.2865909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1320, '2021-05-23 00:00:00', 0.280387302625638, 0.642249999999999, 0.299176501328851, 0.892499999999998, 0.47348338213489, 1.22625, 4.2606644836346, 7.0175, 10.0129653154245, 15.59425 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1335, '2021-05-23 00:00:00', 0.265002979129233, 0.633499999999997, 0.447529769665486, 0.967500000000003, 3.93830142220034, 5.88625000000001, 4.20018153586372, 7.01525, 9.97880889883526, 15.62175 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1350, '2021-05-23 00:00:00', 0.246041689877745, 0.698749999999998, 0.289725823204593, 0.876000000000001, 4.00560373102482, 6.04425, 4.19852038473706, 6.9495, 10.0133462616282, 15.69675 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 1365, '2021-05-23 00:00:00', 0.248894397391002, 0.643000000000004, 3.92998890951964, 5.68375, 3.94221033211466, 6.08025, 4.21079389939212, 6.822, 10.0281849481979, 15.71975 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 930, '2021-05-23 00:00:00', 1.06066017177984, 2.05, 0.883883476483184, 2.435, 0.650538238691635, 2.68000000000001, 0.339411254969556, 2.93000000000001, 2.44658946290548, 15.59 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 945, '2021-05-23 00:00:00', 0.134350288425422, 1.545, 0.134350288425463, 1.765, 0.219203102167831, 1.905, 0.176776695296637, 2.565, 2.76478751443942, 15.815 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 960, '2021-05-23 00:00:00', 0.0212132034356173, 1.155, 0.579827560572964, 1.59999999999999, 0.22627416997969, 1.90000000000001, 0.282842712474623, 2.64, 2.85671139599367, 15.88 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 1, 975, '2021-05-23 00:00:00', 0.480832611206837, 1.17, 0.494974746830575, 1.21000000000001, 0.0848528137423889, 1.68000000000001, 0.367695526216992, 2.81, 2.85671139599367, 15.88 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 930, '2021-05-23 00:00:00', 1.4142135623731, 2.38, 1.23743686707644, 2.545, 1.65462986797652, 3.48, 2.1496046148071, 4.13000000000001, 2.84964032818181, 18.065 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 945, '2021-05-23 00:00:00', 0.0777817459305098, 1.37500000000001, 0.68589357775095, 1.83500000000002, 0.438406204335663, 2.35000000000002, 0.494974746830595, 3.31000000000002, 2.9132799384886, 18.11 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 960, '2021-05-23 00:00:00', 0.00707106781187914, 1.13500000000001, 0.367695526217012, 1.73, 0.254558441227167, 1.86000000000001, 0.197989898732234, 2.82000000000001, 3.30925973595307, 18.39 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 2, 975, '2021-05-23 00:00:00', 0.480832611206857, 1.43000000000001, 0.0989949493661271, 1.75000000000001, 0.0636396103067716, 1.86500000000001, 0.261629509039026, 2.86500000000001, 3.30925973595307, 18.39 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 930, '2021-05-23 00:00:00', 0.120208152801704, 1.985, 0.883883476483164, 4.045, 1.41421356237307, 5.01000000000001, 0.487903679018716, 6.815, 0.721248916810306, 15.91 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 945, '2021-05-23 00:00:00', 0.60811183182044, 2.46000000000001, 0.638517423411463, 2.46000000000001, 0.670443294582036, 4.00000000000001, 0.703965459311138, 5.23, 0.739163732276694, 14.325 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 960, '2021-05-23 00:00:00', 0.275771644662764, 1.08499999999999, 0.714177848998407, 2.155, 1.52735064736294, 2.73, 0.212132034355952, 3.95999999999999, 1.42128463018497, 13.055 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 3, 975, '2021-05-23 00:00:00', 0.452548339959381, 1.56, 1.26572113832391, 2.13500000000001, 1.09601551083914, 2.25500000000001, 0.445477272147522, 4.255, 1.5414927829867, 12.8 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 930, '2021-05-23 00:00:00', 0.813172798364534, 2.765, 0.84145706961199, 2.785, 0.091923881554248, 3.86499999999998, 1.13844191771035, 4.60499999999999, 4.07293505963453, 9.13000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 945, '2021-05-23 00:00:00', 0.0777817459305098, 1.545, 1.51320851173922, 2.58, 1.37885822331378, 2.90499999999999, 1.61927452891721, 4.26499999999999, 4.07293505963453, 9.13000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 960, '2021-05-23 00:00:00', 1.3717871555019, 2.41999999999999, 1.19501046020526, 2.77499999999998, 0.806101730552655, 3.28999999999999, 1.61927452891721, 4.26499999999999, 4.07293505963453, 9.13000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 4, 975, '2021-05-23 00:00:00', 0.212132034355952, 1.18999999999998, 0.509116882454313, 1.83, 1.36471608769004, 3.755, 1.93747258045115, 4.48999999999998, 4.07293505963453, 9.13000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 930, '2021-05-23 00:00:00', 2.12839141137152, 3.295, 2.25567063198508, 3.66499999999999, 2.24859956417321, 4.01000000000001, 2.51022907321225, 6.38499999999999, 0.565685424949266, 11.61 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 945, '2021-05-23 00:00:00', 0.190918830920355, 1.82499999999999, 0.339411254969536, 2.14, 0.509116882454313, 3.2, 2.51022907321225, 6.38499999999999, 0.565685424949266, 11.61 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 960, '2021-05-23 00:00:00', 0.671751442127212, 1.905, 0.806101730552655, 2.99000000000001, 0.76367532368146, 3.56999999999999, 2.51022907321225, 6.38499999999999, 0.565685424949266, 11.61 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 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 983385, 5, 975, '2021-05-23 00:00:00', 0.332340187157677, 1.75500000000001, 0.367695526217012, 2.2, 1.10308657865102, 2.91, 1.79605122421385, 5.88, 0.565685424949266, 11.61 where not exists (select 1 from powerstats_trumpet where symbolid = 983385 and enddate = '2021-05-23 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-05-23 15:56:10 Duration: 5s836ms Database: acaweb_fx User: pgperfstats
15 828ms 11s774ms 5s407ms 24 2m9s 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 #15
Day Hour Count Duration Avg duration May 23 15 24 2m9s 5s407ms [ User: postgres - Total duration: 2m9s - 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 15:05:42 Duration: 11s774ms 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 15:00:40 Duration: 10s211ms 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 15:15:40 Duration: 9s978ms Database: acaweb_fx User: postgres Bind query: yes
16 4s584ms 5s790ms 4s806ms 13 1m2s 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 #16
Day Hour Count Duration Avg duration May 23 15 13 1m2s 4s806ms [ User: postgres - Total duration: 1m2s - 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 15:01:07 Duration: 5s790ms 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 15:48:07 Duration: 5s64ms 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 15:03:07 Duration: 4s886ms Database: acaweb_fx User: postgres
17 50ms 10s712ms 1s718ms 147 4m12s with rar_max as ( ;Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration May 23 15 147 4m12s 1s718ms [ User: postgres - Total duration: 4m12s - Times executed: 147 ]
-
WITH rar_max as ( ;
Date: 2021-05-23 15:34:15 Duration: 10s712ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-23 15:47:09 Duration: 10s6ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-23 15:44:20 Duration: 9s910ms Database: acaweb_fx User: postgres Bind query: yes
18 196ms 10s593ms 1s531ms 236 6m1s 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 #18
Day Hour Count Duration Avg duration May 23 15 236 6m1s 1s531ms [ User: postgres - Total duration: 6m1s - Times executed: 236 ]
-
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 15:18:29 Duration: 10s593ms 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 15:06:56 Duration: 9s970ms 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 15:12:39 Duration: 9s894ms Database: acaweb_fx User: postgres Bind query: yes
19 50ms 1s404ms 367ms 89 32s735ms (( 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 #19
Day Hour Count Duration Avg duration May 23 15 89 32s735ms 367ms [ User: postgres - Total duration: 32s735ms - Times executed: 89 ]
-
(( 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 15:06:31 Duration: 1s404ms 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 15:01:29 Duration: 1s402ms 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 15:16:36 Duration: 1s365ms Database: acaweb_fx User: postgres Bind query: yes
20 50ms 1s488ms 261ms 179 46s815ms 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 15 179 46s815ms 261ms [ User: postgres - Total duration: 46s815ms - Times executed: 179 ]
-
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 15:06:46 Duration: 1s488ms 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 = '665' 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 ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') 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 15:03:10 Duration: 1s433ms 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 = '558' 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 ('80' = 0 OR s.symbol in ('AUDSGD', 'CHFSGD', 'EURDKK', 'EURHKD', 'EURNOK', 'EURPLN', 'EURSEK', 'EURSGD', 'EURTRY', 'EURZAR', 'GBPDKK', 'GBPNOK', 'GBPSEK', 'GBPSGD', 'NOKJPY', 'NOKSEK', 'SEKJPY', 'SGDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTHB', 'USDTRY', 'USDZAR', 'AUDUSD', 'EURUSD', 'GBPUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDSGD', 'AUS200', 'DE30', 'ES35', 'F40', 'HK50', 'IT40', 'JP225', 'STOXX50', 'UK100', 'US2000', 'US30', 'US500', 'CHINA50', 'USTEC', 'XAGEUR', 'XAGUSD', 'XAUUSD', 'XAUEUR', 'XPDUSD', 'XPTUSD')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') 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 15:05:31 Duration: 814ms 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 NO DATASET
-
Events
Log levels
Key values
- 62,060 Log entries
Events distribution
Key values
- 0 PANIC entries
- 0 FATAL entries
- 19602 ERROR entries
- 68 WARNING entries
Most Frequent Errors/Events
Key values
- 17,286 Max number of times the same event was reported
- 19,670 Total events found
Rank Times reported Error 1 17,286 ERROR: duplicate key value violates unique constraint "..."
Times Reported Most Frequent Error / Event #1
Day Hour Count May 23 15 17,286 - ERROR: duplicate key value violates unique constraint "pk_t15"
- ERROR: duplicate key value violates unique constraint "pk_t30"
- ERROR: duplicate key value violates unique constraint "pk_t60"
Detail: Key (pricedatetime, symbolid)=(2021-05-19 10:45:00, 960546) already exists.
Statement: INSERT INTO T15 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960546, '2021-05-19 10:45', 0.71943, 0.71961, 0.71926, 0.71926, 0, 0,'2021-05-23 15:00');INSERT INTO T15_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960546, '2021-05-19 10:45', 0.71943, 0.71961, 0.71926, 0.71926, 0, 0,'2021-05-23 15:00');Date: 2021-05-23 15:00:00 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2021-05-16 22:00:00, 960584) already exists.
Statement: INSERT INTO T30 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960584, '2021-05-16 22:00', 0.72465, 0.72501, 0.72461, 0.72475, 0, 0,'2021-05-23 15:00');INSERT INTO T30_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960584, '2021-05-16 22:00', 0.72465, 0.72501, 0.72461, 0.72475, 0, 0,'2021-05-23 15:00');Date: 2021-05-23 15:00:26 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2021-05-16 22:00:00, 960622) already exists.
Statement: INSERT INTO T60 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960622, '2021-05-16 22:00', 0.72465, 0.72501, 0.72429, 0.72434, 0, 0,'2021-05-23 15:00');INSERT INTO T60_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960622, '2021-05-16 22:00', 0.72465, 0.72501, 0.72429, 0.72434, 0, 0,'2021-05-23 15:00');Date: 2021-05-23 15:00:52 Database: acaweb_fx Application: User: postgres Remote:
2 2,316 ERROR: function powerstatslatestprfprice(...) does not exist
Times Reported Most Frequent Error / Event #2
Day Hour Count May 23 15 2,316 - 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 15:00:02 Database: acaweb_fx Application: User: postgres Remote:
3 68 WARNING: there is no transaction in progress
Times Reported Most Frequent Error / Event #3
Day Hour Count May 23 15 68 - WARNING: there is no transaction in progress
Date: 2021-05-23 15:00:45 Database: acaweb_fx Application: User: postgres Remote: